khushalmalik.hashnode.devCraft Your Own Linux Commands: A Beginner's Guide to Customizing Your Terminal :B9:Linux is a powerful and versatile operating system, but sometimes remembering all the commands can be a bit overwhelming. What if you could create your own custom commands? In this guide, I will walk you through the process of creating your own Linux...Jul 21, 2024·2 min read
khushalmalik.hashnode.devLinux Terminal Hacks: Increase Your Productivity Today :B8:Working in the Linux terminal can be incredibly efficient and powerful, especially if you know the right tricks. Here are some essential Linux terminal hacks that can boost your productivity: 1. Navigating Directories Quickly cd -: Switch to the pre...Jul 16, 2024·3 min read
khushalmalik.hashnode.devSystemd and Linux Daemons: Everything You Need to Know :B7:In the mystical land of Linux, where code warriors and sysadmins roam, there exists a hidden realm of tireless servants known as daemons. These mythical creatures, named after invisible task-doers from ancient folklore, work behind the scenes to keep...Jul 5, 2024·3 min read
khushalmalik.hashnode.devSUDO and SU Commands: Mastering User and Group Management in Linux :B6:In this blog, we'll cover user management: creating, deleting, changing users, and more. Which User Are You? To find out which user you're currently logged in as, use the command: whoami How to Add a User To add a new user, use: sudo adduser thor ...Jun 30, 2024·3 min read
khushalmalik.hashnode.devBecome a Pro with the ls Command in Linux: Tips and Tricks :B5:The ls command in Linux is a powerful tool used to list files and directories. It comes with a plethora of options that allow you to customize and refine the output to suit your needs. In this blog, we'll explore the various options available with th...Jun 24, 2024·5 min read