
Mon Jul 20 2020
Rsync Command in Linux with Examples
rsync is a fast and versatile command-line utility for synchronizing files and directories between two locations over a remote shell, or from/to a remote Rsync daemon.
Read more

Mon Jul 20 2020
Secure Nginx with Let's Encrypt on Debian 10 Linux
This tutorial shows how to install a free Let's Encrypt SSL certificate on Debian 10, Buster running Nginx as a web server. We’ll also show how to configure Nginx to use the SSL certificate and enable HTTP/2.

Sun Jul 19 2020
How to Delete Lines in Vim / Vi
Quite often, when working with text files, you'll need to delete one or more lines. This article shows how to delete lines in Vim/Vi.

Sat Jul 18 2020
How to Check Memory Usage in Linux
When troubleshooting system or application slowdown or misbehavior, one of the first things to check is the system memory usage. This article explains how to check RAM usage in Linux using several different commands.
Sat Jul 18 2020
Free Command in Linux

Thu Jul 16 2020
How to Install Jenkins on Ubuntu 20.04

Wed Jul 15 2020
How to Count Files in Directory in Linux

Tue Jul 14 2020
Setting up a DevOps Pipeline in AWS

Mon Jul 13 2020
How to Install Memcached on Ubuntu 20.04

Sun Jul 12 2020
Python map() Function
