FreeBSD and Gentoo/FreeBSD
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
r
s
t
u
v
w
x
y
z
*
B
buildworld/buildkernel
cvsup -L 2 -g /root/stable-supfile
cvsup -L 2 -g /root/ports-supfile
cd /usr/src
make buildworld
make buildkernel KERNCONF=<MYKERNEL>
make installkernel KERNCONF=<MYKERNEL>
reboot
mergemaster -p
make installworld
mergemaster
reboot
<back>
F
freebsd-update
freebsd-update -r <RELEASE> upgrade
freebsd-update install
reboot
freebsd-update install
reboot
freebsd-update fetch
freebsd-update install
<back>
P
portaudit
portaudit -Fda
portaudit -a
<back>
ports & packages
At present it's just a small uncategorized and unsorted collection of commands
concerning ports & packages.
portmaster --show-work -t security/gnupg |grep NOT
make all-depends-list
build-depends-list
run-depends-list
portupgrade -fr qt4*
<back>
portupgrade
cvsup -L 2 -g /root/ports-supfile
cd /usr/ports
make fetchindex
portsdb -u
pkgdb -F
portaudit -da
portversion -l "<" -v
portupgrade -a(r)
<back>
V
virtualbox
pw groupmod vboxusers -m <user>
mount -t procfs proc /proc
kldload vboxdrv
<back>
X
X11: Keybord mouse error
If you got no keybord and mouse, it is possible you have to enable hald and dbus.
Set dbus_enable="YES" and hald_enable="YES" to /etc/rc.conf.
Then you ought to start them manually by executing
/usr/local/etc/rc.d/hald start
/usr/local/etc/rc.d/dbus start
and finally you shoud restart the X-server(Ctrl+Alt+Backspace).
Another posibility is setting '"Option "AllowEmptyInput" "off"' to the section "ServerLayout"
<back>