Author Archives: systemadmin

How to understand Bash if..else Statement
How To Understand Bash If..Else Statement This tutorial will walk you through the basics of the Bash if Statement and show you how to use it in your shell scripts....
Continue reading
Apache Commands You Should Know
Apache Commands You Should Know In this guide, we will go over the most important and frequently used Apache commands, including starting, stopping, and restarting Apache. If you are a...
Continue reading
How to use date command.
How to use date command. In this tutorial, we’ll cover the basics of the date command. The date command displays or sets the system date. It is most commonly used...
Continue reading
How to use nc command.
How To Use nc Command Netcat (or nc) is a command-line utility that reads and writes data across network connections, using the TCP or UDP protocols. It is one of...
Continue reading
How to use which command.
How to use which command. In this tutorial, we will cover the Linux which command. Linux which command is used to identify the location of a given executable that is...
Continue reading
How to Move Files and Directories in Linux with mc command.
How to Move Files and Directories in Linux with mc command. In this tutorial, we will explain how to use the mv command to move files and directories. Moving files...
Continue reading
How to use Type command.
How To Use Type Command. In this article, we will explain how to use the Linux type command. The type command is used to display information about the command type....
Continue reading
How to use nohup command.
How To Use Nhup Command. The nohup command executes another program specified as its argument and ignores all SIGHUP (hangup) signals. SIGHUP is a signal that is sent to a...
Continue reading
How To Set Up Time Synchronization on Ubuntu 20.04
How To Set Up Time Synchronization On Ubuntu 20.04 Accurate timekeeping is integral to modern software deployments. Without it, you may encounter data corruption, errors, and other issues that are...
Continue reading
How to start/enable timesyncd on Ubuntu 20.04 LTS
How To Start/Enable Timesyncd On Ubuntu 20.04 LTS The systemctl command is used to manage system services on Ubuntu 20. One of the services it can manage is the systemd-timesyncd...
Continue reading