
How to install GeoIP module on Ubuntu for NGINX
Today we'll be looking at how to install the GeoIP module on Ubuntu 16.04 LTS,…
If you’ve installed Ubuntu 16.04 Desktop you won’t be able to remotely ssh in to the box until you install the ssh server.
To do so, issue the following at the terminal:
1 |
sudo apt-get install ssh |
That’s it, try ssh’ing into the box from a remote terminal.