Latest Tutorials

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

What is Dash Shell in Linux?
Not many people are aware of a dash shell which is usually found in the Debian Linux distribution. Here's a quick introduction.
ยท Sagar Sharma

Unlink Command in Linux
Learn about the unlink command, an alternate method of deleting files in the Linux terminal.
ยท Abhishek Prakash

How to Find All Files Not Containing Specific Text on Linux
Learn how to list all files in a directory that do not contain a specific text in Linux command line.
ยท Abhishek Prakash

9 Best Free Website Downtime Monitoring Services
It's important to know if your websites are up and running. Downtime monitoring services do the job for you and notify when there is a downtime.
ยท Ankush Das

How to Use the find Command With exec
Find works on searching files based on a number of criteria. The exec command gives you the ability to work on those results. Here are some examples of find exec command combination.
ยท Sagar Sharma

Convert Hex to ASCII Characters in Linux Command Line
Here are various ways for converting Hex to ASCII characters in the Linux command line and bash scripts.
ยท Abhishek Prakash

Guide to man pages in Linux
Though extremely useful, man pages in Linux can be daunting and intimidating at first. This article aims to make it a bit easier to peruse manuals and quickly get the help one needs.
ยท LHB Community

Display Only Hidden Files in Linux
It's easy to show the hidden files in Linux with ls -a command. But how do you see only the hidden files?
ยท Abhishek Prakash

Self-host a Ghost Blog With Traefik
Learn to easily start a blog using Ghost and secure it using Traefik on a Docker container.
ยท LHB Community

Search for Available Linux Commands With apropos
Can't remember a certain Linux command? Use the apropos command and search for it in the available commands.
ยท Abhishek Prakash

Split Vim Workspace Vertically or Horizontally
Vim allows you to have multiple horizontal or vertical splits in your active workspace.
ยท Abhishek Prakash

Set Indentation Width to 2 or 4 Spaces (or Tab) in Vim
Prefer tabs to spaces? Here's how to set indentations to use spaces instead of tabs in Vim.
ยท Abhishek Prakash

Make Directory Only if it Doesn't Exist Already in Linux
It's better to be careful and prevent errors while creating directories in case there are files or directories with the same name in the same location.
ยท Abhishek Prakash

Show File Transfer Progress With Rsync
By default, rsync doesn't show any output while files are being transferred. Here's how you can see the transfer status.
ยท Abhishek Prakash

11 Cloudflare Alternatives to Boost Your Website Performance and Security
Cloudflare is not the only service that helps you boost your website's speed and secure it. Here are some alternatives.
ยท Ankush Das