Add User to Group in Linux, How to Do It (with Examples)OnJuly 15, 2021UpdatedApril 16, 2022This article will show you how to add a user to a group in a Linux system. We will also learn to view user account's groups and group ID.
How to Remove User in Linux Using the Command LineOnJuly 6, 2021UpdatedDecember 8, 2022This article will teach you how to remove a user from a Linux system. It covers the userdel command and its options.
SCP Command in Linux: How to Use It, with ExamplesOnJune 6, 2021UpdatedApril 4, 2022Having essential skills like securely transferring data is critical if you're pursing jobs in the field.
SSH to Port Other Than 22: How to Do It (with Examples)OnJune 4, 2021UpdatedApril 2, 2022This guide will explore how to change the SSH server port, and we will show you how to connect to a port other than the default 22.
How to Unzip Files in Linux (with Examples)OnMay 25, 2021UpdatedApril 18, 2022This article will explain how to use the unzip command in Linux to list, test, and extract compressed ZIP archives.
How to Set Timezone and Sync Server Time with NTP in LinuxOnMay 13, 2021UpdatedApril 19, 2022Readers of this article will learn what the NTP is, how to sync your server time and date, and how to set the timezone in Linux.
Osysinfo: A Basic CLI Tool to See Your System Details on LinuxOnMay 11, 2021There are plenty of commands to check information about the hardware of a Linux system. Meet one of them.
How to Set Static IP Address and Modifying Routing Table on LinuxOnMay 6, 2021UpdatedApril 11, 2022This article will show you how to configure a static IP address from the command line on Linux and how to modify the routing table.
dmidecode: Get System Hardware Information On LinuxOnApril 13, 2021UpdatedApril 24, 2022Dmidecode is a Linux command-line tool used to retrieve information about your system's hardware components in a human-readable format.
Head and Tail Commands in Linux Explained with ExamplesOnApril 8, 2021UpdatedAugust 4, 2022This guide shows the typical usages of head and tail command in Linux to get a portion of the text through examples.