Asciinema is an open-source terminal recording tool that makes it super easy to share your command-line work with others.| Asciinema – Record and Share Your Terminal Sessions in Linux
In this article, you will learn how to install the dig and nslookup commands, which are used for network troubleshooting and gathering information about domains| How to Install and Use dig and nslookup Commands in Linux
Can't write to your USB stick in Linux? This guide shows how to fix read-only mode, repair file systems, and restore write access safely.| How to Fix USB Sticks Mounted as Read-Only in Linux
Learn how to use the awk command in Linux with real-world examples. Master advanced text processing, pattern scanning, data extraction, and scripting with awk.| linuxhint.com
Nmap, short for Network Mapper, is an open-source and highly versatile tool used by Linux system and network administrators.| 24 Nmap Commands Every Linux Admin Should Use for Network Security
Creating users in Linux/Unix is a straightforward task. However, adding multiple users across multiple servers can be a time-consuming task, so you can automate this with a shell script to … The post How to Create Users using Shell Script in Linux first appeared on 2DayGeek.| 2DayGeek
It is a best practice to backup a configuration file before performing any activity on a Linux system, which helps you to compare the configuration files in case of any … The post How to Backup Configuration Files on Remote Linux System first appeared on 2DayGeek.| 2DayGeek
In this article, we will look at how to find a process name by its process identification number (PID) with the help of commands such as ps, top, and pidof.| How to Find a Process Name Using PID Number in Linux
Rsync Command in Linux:| Learnitguide.net - Learn Linux, DevOps and Cloud
Learn how to install, remove, and manage .deb packages in Debian-based systems using dpkg commands with real-world examples.| 15 Useful ‘dpkg’ Commands for Debian and Ubuntu Users [With Examples]