Archive For cli

Beginners Guide: Monitoring Linux System Command

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

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

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

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...]