Latest Tutorials

PikaPods Review: Self-Hosting Open Source Apps With a Click of a Button
Want to self-host but got no time to deal with the configuration and maintenance challenges? PikaPods can be your friend.
ยท Abhishek Prakash

Add to Path in Linux
Installed a new software and want to run it from anywhere? You need to modify the PATH variable. Learn how to add to path in this quick tutorial.
ยท Sagar Sharma

flock Command Examples
A less common but helpful in certain scenarios, flock command is used for locking certain files in Linux.
ยท Sagar Sharma

Use eval Command in Linux
The eval command let's you execute arguments as a shell command. You can combine arguments into a single string, use the result as input to the shell and execute the resulting commands.
ยท Sagar Sharma

How to Start systemd Services on Boot
Learn to automatically start systemd services at boot time in this quick Linux tip.
ยท Sagar Sharma

Use hash Command in Linux
The hash command in Linux allows you to quickly get the list of commands you executed in the current session.
ยท Sagar Sharma

What are utmp, wtmp, and btmp Files in Linux?
The utmp, wtmp and btmp files has nothing to do with time. They store records of login related activities. Learn more about them.
ยท Sagar Sharma

Use Read Command to Get User Inputs Into an Array in Bash
Learn how to use the read command to get the user input into an array in bash scripts.
ยท Sagar Sharma

Use logname Command in Linux
One of the simplest commands, logname gives you the name of the currently logged in user in Linux.
ยท Sagar Sharma

Using Command Substitution in Bash Shell
Command substitution is an important feature that allows you to store the output of a command into a variable.
ยท Sagar Sharma

Using systemctl Command
The systemctl command is a must know for Linux systems with systemd init system. Here are some practical examples.
ยท Sagar Sharma

ps -ef Command Examples
The ps command coupled with the ef flag gives you all the processes running on the system along with addition details.
ยท Sagar Sharma

How to Delete a Branch in GitHub
A simple tutorial showing the steps for deleting branches from GitHub repository using the web interface.
ยท Prakhar Tiwari

Fork GitHub Repository to Organization
This quick tip shows you how to fork a GitHub repository to an organization account instead of personal account.
ยท Abhishek Prakash

Delete Lines With Sed
Some common examples of deleting lines with sed command.
ยท Abhishek Prakash

How to Select All in Nano
Here's a how you can perform a select all text in Nano editor.
ยท Abhishek Prakash

Go to a Specific Line in Nano
Don't jump to conclusions. Instead, learn to jump to the desired lines in Nano editor.
ยท Abhishek Prakash

Show Line Numbers in Nano
Feeling lost and want to figure out which line you are at? Here's how to quickly show the line numbers in Nano editor.
ยท Abhishek Prakash

How to Create a Repository in GitHub
In this primer on GitHub, learn to create new repositories. It also answers a few common doubts that arise while creating GitHub repositories.
ยท Prakhar Tiwari

Test Operators in Bash
Get a brief look at all the test operators available in bash.
ยท Sagar Sharma

Copy Files in Linux With Visual Progress
Want to see the progress of your file copying? Here are two ways to do that in the Linux terminal.
ยท Abhishek Prakash

Use ls Command Recursively
Here are various examples and usage of the ls command in recursive mode.
ยท Sagar Sharma

How to Delete a GitHub Repository
Learn all the important things about deleting GitHub repositories.
ยท Prakhar Tiwari

How to Download Files and Folders From GitHub?
Want to download an entire GitHub repository or just a selected few files and folders? Here's how you can do it all.
ยท Prakhar Tiwari