The Art of Writing Short Stories Read Here
How to Extract and Create Archives via SSH Sometimes you would need to extract or create an archive file, i.e to install a script, you would usuall…
date  command is used to display the system date and time. date command is also used to set date and time of the system. By default the date comman…
scp   (secure copy) command in Linux system is used to copy file(s) between servers in a secure way. The SCP command or secure copy allows secure t…
ssh   stands for   “Secure Shell” . It is a protocol used to securely connect to a remote server/system. ssh is secure in the sense that it transfe…
Starting the file The first thing you want to do is ensure you have access to all the libraries you need in your file. Thus, at the very beginning,…
How Does SSH Work What is SSH SSH, or Secure Shell, is a remote administration protocol that allows users to control and modify their remote server…