Skip to main content

Latest Tutorials

Latest
See running process in Linux
Process Handling

Check Running Process in Linux

Want to know what all processes are running on your systems? Here's how to get details of the running processes in Linux.

ยท Pratham Patel

Setup Username and Email in Git
Using Git

Setup Username and Email in Git

Git asking you "please tell me who you are"? You need to set up the git username and email. Here's how to do that.

ยท Abhishek Prakash

Force Linux User to Change Password at Next Login
Quick Tip

Force Linux User to Change Password at Next Login

Think the passwords need to be changed by a certain user? Here's how to force a Linux user to change the password at the next login.

ยท Sagar Sharma

chattr command in Linux
File Properties Commands

chattr Command Examples

With chattr command, you can make a file 'undeletable' even by root. Here are some common usage of the chattr command in Linux.

ยท Sagar Sharma

Bash special variables
Bash Tips

Special Variables in Bash Shell Scripting

The bash shell has some special variables that have specific usages and purposes. Learn more about them here.

ยท Sagar Sharma

Mount point does not exist error in Linux
Troubleshooting

Fixing Mount Point Does Not Exist Error in Linux

Learn how to troubleshoot and fix the 'mount point does not exist' error in Linux with our step-by-step guide.

ยท Sagar Sharma

Umount target is busy in Linux
Troubleshooting

Fixing 'Umount Target is Busy' Error in Linux

A not-so-uncommon error while using umount command is 'target is busy'. Learn what you can do to get rid of this error.

ยท Sagar Sharma

envsubst Command
Commands

How to Replace Environment Variables Using the envsubst Command

Learn how to replace environment variables using the envsubst command. This guide will show you how with examples and tips.

ยท Sagar Sharma

Logging in UFW Firewall
Tips

Everything You Need to Know About UFW Logs

Learn all about UFW logs and how to use them effectively. This comprehensive guide covers everything you need to know about UFW logs.

ยท Sagar Sharma

XXD command in Linux
Commands

Using XXD Command in Linux

Discover how to use the XXD command in Linux with practical examples. This comprehensive guide will help you understand the features and functionality of XXD.

ยท Sagar Sharma

nmap ping sweep
Tips

Ping Sweep Using nmap on Linux

See what devices are active on your subnetwork using peng sweep with nmap command in Linux.

ยท Sagar Sharma

Using certbot with Nginx
Tutorial

Create a Web Server with NGINX and Secure it Using Certbot

Certbot makes the SSL certificate deployment and renewal such an effortless process. Learn how to use certbot with Ngnix.

ยท Sagar Sharma

gzip command in Linux
Commands

How to Use the gzip Command in Linux

gzip is one of the most useful but often overlooked utilities. Learn to use this handy tool.

ยท Sagar Sharma

Syntax Highlighting in Zsh
Using Zsh

Enable Syntax Highlighting in Zsh

Improve your Zsh experience by enabling syntax highlighting. Here's how to do that.

ยท Sagar Sharma

Configure and use aliases in zsh
Using Zsh

Configure and Use Aliases in Zsh

Turbo charge your Zsh experience by using aliases for commonly used command combinations.

ยท Sagar Sharma

oh my zsh
Using Zsh

Install Oh My Zsh and Supercharge Your Zsh Experience

Enahnce your Zsh experience with the awesome Oh My Zsh framework.

ยท Sagar Sharma

Pigz command for file compression
Commands

Compress Files Faster Using Pigz on Linux

Pigz is a faster compression tool. Learn how to use it for generating .gz compressed file faster in Linux.

ยท Sagar Sharma

chage command in Linux
Commands

Use the Chage Command in Linux

Learn to use the chage command and manage user account passwords in a more controlled manner.

ยท Sagar Sharma

Use ISO as local repository in Rocky Linux
Tutorial

Use Rocky Linux ISO as a Local Repository

In DIY mood? See how I experimented to use the Rocky Linux ISO as a local repository.

ยท Sagar Sharma

Create home directory for existing users
Tips

Create Home Directory for Existing Users in Linux

Created a user but without the home directory? Worry not. You can add home directory for existing users too. Here's how to do that.

ยท Sagar Sharma

/dev/random and /dev/urandom
Explain

What are /dev/random and /dev/urandom in Linux?

Both /dev/random and /dev/urandom are used for generating random numbers in Linux. Learn more about them.

ยท Sagar Sharma

nmap command in Linux
Commands

nmap Command Examples in Linux

The nmap command can be used for finding devices on your network, open ports and more. Here are some common uses of nmap.

ยท Sagar Sharma

pgrep command
Process Commands

pgrep Command Examples

Want to look for a process and its details? The pgrep command helps you with that. Here's how to use it.

ยท Sagar Sharma

Check number of arguments in Bash
Bash Tips

Check the Number of Arguments in Bash

Working on a bash script that accepts arguments and you need to count them? Here's how to check the number of arguments supplied to your script.

ยท Sagar Sharma

Sort by Columns in Bash
Quick Tip

Sort by Column in Bash

Learn various examples of sorting data by columns in bash scripts and Linux command line.

ยท Sagar Sharma

Fins symbolic links in Linux
Tips

Find All Symbolic Links in Linux

Looking for all the soft links on your Linux system? Here are a couple of methods to find symbolic links.

ยท Sagar Sharma