-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path05_FreeBSD_Xfce.txt
More file actions
78 lines (50 loc) · 1.11 KB
/
05_FreeBSD_Xfce.txt
File metadata and controls
78 lines (50 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
https://www.raspberrypi.com/software/
sudo apt install rpi-imager -y
Download URL
https://www.freebsd.org/where/
pkg install sudo
sudo pkg install nano
Enable root login and X11 Forwarding
sudo pkg install xauth
Enable the following options in /etc/ssh/sshd_config
PermitRootLogin yes
AllowTcpForwarding yes
X11Forwarding yes
X11UseLocalhost no
sudo service sshd_restart
sudo init 6
https://mobaxterm.mobatek.net/
https://nmap.org/zenmap/
nmap -sn 192.168.0.*
Apply Security Patches
freebsd-update fetch
freebsd-update install
Upgrading OS
freebsd-version
freebsd-update upgrade -r 13.0-RELEASE
freebsd-update install
sudo reboot
freebsd-update install
Upgrading installed packages
pkg-static upgrade -f
pkg-static install -f pkg
pkg bootstrap -f
pkg update
pkg upgrade
freebsd-update install
Install gcc
sudo pkg install lang/gcc
Install XFCE
sudo pkg install -y xorg
sudo pkg install -y slim
sudo nano /etc/rc.conf
moused_enable="YES"
slim_enable="YES"
dbus_enable="YES"
hald_enable="YES"
pkg install -y xfce
sudo nano .xinitrc
exec xfce4-session
init 6
cat /etc/shells
sudo pkg install -y firefox-esr