Linux, the Perfect Home Network by Irving Risch

Linux, the Perfect Home Network by Irving Risch

Author:Irving Risch [Risch, Irving]
Language: eng
Format: epub
Published: 2017-03-23T07:00:00+00:00


Remoting into my Server

When I remote into my server, I use ssh (Secure SHell), I do this by opening a Terminal and typing:

ssh user-name@Domain-name or IP-address, and this will allow you to login to your server if you have it setup with an ssh.

Here is a screenshot of my terminal window after logging on to my server remotely from my laptop.

If you take note, there are 7 new packages that can be updated and they are all security updates.

The first command I am going to run is:

sudo apt update

If you were running any server release before 16.04 you would have to use this command:

sudo apt-get update

If you run either command, you will be asked for your password.

After doing the update (this should be done before doing any upgrades to what you already have installed on your server.) After the update finishes you want to run this command:

sudo apt upgrade

You will be asked for a yes or no answer if you what to do this. Just enter "y" for yes, and it will proceed with the upgrade.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.