
Sat Jul 25 2020
Ignoring Files and Directories in Git (.gitignore)
The .gitignore file allows you to exclude files from being checked into the repository. It contains globbing patterns that describe which files and directories should be ignored.
Read more

Sat Jul 25 2020
How to Install Apache Cassandra on CentOS 8
This article explains how to install Apache Cassandra on CentOS 8. Apache Cassandra is a free and open-source NoSQL database with no single point of failure.

Fri Jul 24 2020
How to Change the SFTP Port
SFTP is a secure file protocol for transferring files between two hosts over an encrypted connection. The default SFTP port is 22.

Fri Jul 24 2020
Ping Command in Linux
The ping command is one of the most used tools for troubleshooting, testing, and diagnosing network connectivity issues.
Fri Jul 24 2020
How to Change the SSH Port in Linux

Fri Jul 24 2020
How to Use SFTP Command to Transfer Files

Wed Jul 22 2020
How to Create Tar Gz File

Tue Jul 21 2020
How to Rename Directories in Linux

Tue Jul 21 2020
Find Large Files in Linux

Mon Jul 20 2020
Secure Nginx with Let's Encrypt on Ubuntu 20.04
