Cloudflare API CLI Tool
I use Cloudflare CDN to add a performance and security layer to my websites for free. And most of the time when I need to change…
// TAG · 7 POSTS · CLI
I use Cloudflare CDN to add a performance and security layer to my websites for free. And most of the time when I need to change…
When you are moving your website to another server or maybe copying a file to a remote host, there are many ways to do that. One…
“cp” is one of the most frequently used commands to copy files or directories in a Linux environment. “cp” is short for “copy”. This Linux command…
Linux comes with many built-in commands to monitor the system. You can check your system performance with these tools — from CPU load, memory usage, network…
One thing I like about Linux is its full customization. You can change your text color in the command line, and especially for the ls command.…
Wget is a free utility for non-interactive download of files from the web. Wget is distributed under the GNU General Public License which is capable of…
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…