View Articles by Category
There are no sub categories
Category » Linux Servers
Documentation for Linux-powered servers
There were 2 articles found in this category:
SSH Basics
What is ssh? To quote the README file: Ssh (Secure Shell) is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over unsecure channels. It is in ...
FTP basics
File Transfer Protocol (FTP) is a method used to transfer files from one machine to another. You can use the command line, the most common commands which are noted below, or an FTP program. There are many free applications for this. A popular one for Mac OS X and GNU/Linux is FileZilla. Read the ...