Ubuntu
Notes for Ubuntu 9.04 and 9.10 on the main desktop
ColorPrompt
Grub2
Samba
SSH
SudoPrompt
SSH
sudo apt-get install ssh
Color Bash Prompt
Click here.
Sudo Prompt
Open a terminal and edit the file .profile in your home folder. Add the following to the bottom of the file.
SUDO_PROMPT="Password: " export SUDO_PROMPT
Log out and back in. The prompt should now read Password:
Samba
To instal samba.
sudo apt-get install samba
To start / stop / restart samba
sudo /etc/init.d/samba start sudo /etc/init.d/samba stop sudo /etc/init.d/samba restart
Return home
