Wednesday, April 28, 2010

FreeBSD

My FreeBSD Notes

- Setting FreeBSD mirror for pkg_add
#setenv PACKAGEROOT ftp://ftp.itb.ac.id

- Enable non root (UID 0) group to su
Add desired user's group at pam_group.so in /etc/pam.d/su

- Installing GNOME2
Set your favourite mirror by setting PACKAGEROOT variable
#pkg_add -r gnome2
#pkg_add -r xorg

Add gdm_enable="YES", hald_enable="YES" and gnome_enable="YES" to /etc/rc.conf
Add proc /proc procfs rw 0 0 to /etc/fstab