Archive For cli
Beginners Guide: Copy Your Files To Remote Server With scp
When you are moving your website to another server or maybe copying a file to a remote host, there are lot ways to do that. One of them is using “scp” or secure copy. scp is used for copying file from... [More...]
Beginners Guide: Overwrite All Files With ‘cp’ Command In Linux
“cp” is one of the most frequent use command to copy files or directory in Linux environment. “cp” is short from “copy”. This linux simple command is to copy files or directories in one server... [More...]
Beginners Guide: Monitoring Linux System Command
Linux come with many built in commands to monitoring the system. You can check your system performance with these tools from cpu load, memory usage, network traffic, and etc. From this monitoring tools... [More...]
Beginners Guide: Change ls command Text Color
One thing i like from Linux is it have full customization. You can change your text color on your command line. And especially for “ls” command. ls command is to list information about the... [More...]
Beginners Guide: How To Use Wget
Wget is a free utility for non-interactive download of files from the Web. Wget is distributed under the GNU General Public License which capable of download files and support HTTP, HTTPS and FTP even... [More...]
Beginners Guide: Use FTP From Command Line
FTP (File Transfer Protocol) is a standard network protocol for file transferring between server and client computer. FTP is built on client-server architecture, usually use port 21 for standard port... [More...]



