All Linux
Mount BSD Partition
mount -t ufs -o ro,ufstype=ufs2 /dev/sda5 /mnt to mount /dev/ad0s1a.
- Linux doesn't know about slices.
Use ufstype=44bsd for UFS1.
Ubuntu/Debian
Find out distribution version and code name: lsb_release -a
- Add a missing public key to Apt
gpg --keyserver pgpkeys.mit.edu --recv-key $KEYID gpg -a --export $KEYID | sudo apt-key add -
Annoyances
Ubuntu 9.10+10.4 shows the list of existing users on the login screen. You can disable this feature as follows: Open sudo -u gdm dbus-launch gconf-editor and then select apps -> gdm -> simple-greeter and toggle disable_user_list to True. Finally execute Close Window.
Ubuntu 10.4 shows the close, maximize, minimize buttons on the left side of the title bar. Switch back to the right side with gconf-editor: Choose apps -> metacity -> general and change the variable button_layout from "close,minimize,maximize:" to "menu:minimize,maximize,close".
New Scrollbar in GTK+ since Ubuntu 11.04: Remove with apt-get remove overlay-scrollbar and echo "export LIBOVERLAY_SCROLLBAR=0" > /etc/X11/Xsession.d/80overlayscrollbars
SuSE/Redhat
Find out distribution version: cat /etc/*release*
