Author Archives: systemadmin

How troubleshoot linux problems(server crash, out of memory). Diagnosing and Fixing Common Issues.
How Troubleshoot Linux Problems(Server Crash, Out Of Memory). Diagnosing And Fixing Common Issues. When your Linux server seems to be offline or otherwise inaccessible, you should always be able to...
Continue reading
How to use df command.
How To Use Df Command. In this article we will show you how to check disk space with df command.   Using the df Command The general syntax for the...
Continue reading
How to use watch command.
How To Use Watch Command. In this tutorial, we will introduce you to the watch command. watch is used to run any arbitrary command at regular intervals and displays the...
Continue reading
How to use Ping command.
How To Use Ping Command. In this article, wee will explain how to use ping command. ping is part of the iputils (or iputils-ping) package, which is pre-installed on nearly...
Continue reading
How to Exclude Files and Directories with Rsync.
How To Exclude Files And Directories With Rsync. In this tutorial, we will show you how to exclude files and directories with rsync. Before You Begin. You should have a...
Continue reading
How to Add and Delete Users on CentOS 7.
How To Add And Delete Users On CentOS 7. In this tutorial, we will explain how to add and remove users on CentOS 7 systems.   How To Add User...
Continue reading
How To Secure Nginx with Let’s Encrypt on CentOS 7.
How To Secure Nginx With Let’s Encrypt On CentOS 7. Let’s Encrypt is a new Certificate Authority (CA) that provides a way to obtain and install free TLS/SSL certificates, thereby...
Continue reading
How to use ls command.
How To Use Ls Command. This article will show you how to use the ls command through practical examples and detailed explanations of the most common ls options. ls is...
Continue reading
Bash Case Statement
Bash Case Statement In this tutorial, we will cover the basics of the Bash case statement and show you how to use it in your shell scripts. The bash case...
Continue reading
Bash until Loop
Bash Until Loop This tutorial explains the basics of the until loop in Bash. Loops are one of the fundamental concepts of programming languages. Loops are handy when you want...
Continue reading