sudo passwd root
" to set the password.Install these with synaptic or apt-get.
To make KDE your windowing system, choose "Options | Sessions | KDE" from the login screen, and "Make Default" when prompted.
To set up NIS:
/etc/yp.conf
and adding the appropriate line, e.g. "domain <YOUR_DOMAIN> server <YOUR_NIS_SERVER>
"./etc/nsswitch.conf
so that the "passwd", "group", and "shadow" lines have the word "nis" at the end of the line. For example: "passwd: compat
" becomes "passwd: compat nis
".To set up a boot-time mount:
# mkdir /mymount # TextEditorOfYourChoice /etc/fstab (insert the following line) nfs-server.site.com:/remotemount /mymount nfs defaults 0 0 # mount /mymount # ls /mymount
If you're dual-booting with Windows for some reason, your best bet is to find a dual-boot guide online. Here's the short short version: