June 19, 2024June 19, 2024Linux The Essential Linux Admin Commands: Mastering the Basics for Seamless Server Management In the world of server management, Linux commands are the heart and soul of smooth operations. Whether you are a seasoned sysadmin […]
March 4, 2023January 2, 2024Linux Best Books To Learn Linux For Beginners Are you a beginner in the world of Linux and searching for the best resources to learn from? Look no further! As […]
November 18, 2021August 6, 2023Linux The Ultimate Guide to Sorting Files in Linux: Mastering the Art of Organization Welcome to the ultimate guide to sorting files in Linux! If you’re tired of the chaos that comes with a disorganized file […]
November 18, 2021November 18, 2021Linux How to use sed command in Linux sed, short for “stream editor”, allows you to filter and transform text. A stream editor is used to perform basic text transformations […]
September 20, 2021September 20, 2021Linux How to use crontab in Linux Cron is the system process that will automatically perform tasks for you according to a set schedule. The schedule is called the […]
September 20, 2021September 20, 2021Linux How to extract archive file in Linux To extract archive file in Linux, you can use the tar command, used for extracting content from the archive files. “tar” stands for […]
September 20, 2021September 20, 2021Linux How to Change permission of a file in Linux chmod command is used to change the permission of a file in Linux. In Linux, there is a set of rules for each file […]
September 20, 2021September 20, 2021Linux How to create and remove the directory in Linux There is a separate command to create and remove the directory in Linux. mkdir command is used to create a directory/folder on the […]
September 20, 2021February 11, 2023Linux Use of man, whatis, and apropos commands in Linux The ‘whatis’, ‘man’, and ‘apropos’ commands in Linux is a useful tool that provides quick access to the manual page descriptions for […]
September 20, 2021September 20, 2021Linux Find the difference between 02 files in Linux To find the difference between 02 files in Linux, use the diff command. In nutshell, diff compares the contents of the two […]