$ sudo apt-get update
Update software(s) i.e. apply updates:$ sudo apt-get upgrade
Install SSH Server in Ubuntu
$ sudo apt-get install openssh-server
Determine the version of Ubuntu you are running
$ cat /etc/*-release
Determine what services are running or a particular service
ps -AL | grep mysql