Latest Tutorials
Ignore SSL Certificate Error with Wget
Getting an expired certificate error while downloading files with wget? Here's how to ignore it.
ยท Sagar Sharma
How to Know if You Are Using Systemd or Some Other Init in Linux
Is your Linux system using systemd or sysv or some other init system? Here's how to find out.
ยท Abhishek Prakash
How to Change IP Address in Linux
Learn different ways of changing the IP address in Linux. Also learn how to make the changes [ermanent.
ยท Abhishek Prakash
Sort ls Command by Date and Time
Looking for modified files? Learn how you can sort the output of the ls command by date and time.
ยท Abhishek Prakash
Installing and Using Pip on Debian
Dealing with lots of Python packages? Learn how to install and use PIP for installing and managing Python packages on Debian.
ยท Abhishek Prakash
Find non-ASCII Characters in Text Files in Linux Command Line
Got a text file with non-ascii characters? Here's how to find those characters in Linux command line.
ยท Sagar Sharma
Navigating Up or Down a Page in Vim
Learn various ways of moving up or down by pages in Vim editor.
ยท Abhishek Prakash
Get Absolute File Path in Linux
Here are different ways to get the absolute file paths in Linux command line.
ยท Abhishek Prakash
How to Check Crontab logs in Linux
Wondering if the cronjob ran successfully or not? Stop wondering. Just check the cron logs. Here's who to do that.
ยท Abhishek Prakash
Exclude Directories While Using Find Command
By default, find command searches in the specified directory and all its subdirectories. You can refine your search by excluding directories while using find command.
ยท Sagar Sharma
Common Networking Port Numbers in Linux
Here are the common networking ports you'll encounter in Linux.
ยท Sagar Sharma
How to Search in Less Command
The less command is excellent for reading large text files. It also allows you to search for text in it. Here's what you need to know about searching in less.
ยท Abhishek Prakash
Show Hidden Files With ls Command in Linux
By default, the ls command does not show hidden files and directories. They are hidden from normal view. Here's how to show them.
ยท Abhishek Prakash
Create a New Branch in Git
In the Git Beginner's tutorial, learn how to create a new branch.
ยท Abhishek Prakash
How to create a systemd service in Linux
Learn the steps for creating systemd services in Linux with the practical example demonstrated in this tutorial.
ยท Pratham Patel
Using ifup, ifdown, and ifquery commands in Linux
The ifup, ifpdown and ifquery are parts of the same package and help you troubleshoot the network interfaces in Linux.
ยท Sagar Sharma
Find Empty Directories in Linux Command Line
Here are a few examples of finding and deleting empty directories in the Linux command line.
ยท Sagar Sharma
How to Ping IPv6 Addresses
The ping command works on IPv4 by default. But you can force it to ping IPv6 addresses too. Here's how.
ยท Abhishek Prakash
How to Delete Remote Git Branch
In this article of Git beginner tutorial series, learn about deleting a remote Git branch.
ยท Abhishek Prakash
How to Delete Local Git Branch
In this chapter of the Git beginners tutorial series, learn about deleting and force deleting a local git branch.
ยท Abhishek Prakash
How to Run Perl scripts in Linux Command Line
Learn to learn Perl scripts in Linux command line. Also learn a few tricks about running Perl commands without saving them in files.
ยท Sagar Sharma
Find Files Modified in Last N Minutes in Linux
Finding recently modified files is a helpful parameter when troubleshooting your code or server. Learn how to find modified files in Linux command line.
ยท Sagar Sharma
Integrate Nextcloud with ONLYOFFICE Docs on Your Linux Server
Take the collaboration abilities of Nextcloud to the next level by integrating ONLYOFFICE and get a full-featured online office suite.
ยท LHB Community
11 Pro Vim Tips to Get Better Editing Experience
You can learn plenty of Vim tips on your own, or you can learn it from others' experiences.
ยท Pratham Patel
How to Undo a Commit in Git
Not feeling committed enough about your code change? Learn how to undo a commit in git.
ยท Abhishek Prakash
Remove Exif Data in Linux Command Line
Exif data can be a privacy threat if you upload images on the internet. Here's how to remove it in the Linux command line.
ยท Sagar Sharma