Services

Enabling ssh on Ubuntu

 

sudo apt-get install openssh-server
sudo service ssh status

 

Removing the CD / DVD install as a source for apt-get

 

sudo nano /etc/apt/sources.list

#comment cdrom line

sudo apt-get update
Back to top