Skip to main content

Latest Tutorials

Latest
Remove exif data from images in Linux command line
Tutorial

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

Linux Shell
Explain

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
Commands

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
Quick Tip

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

Downtime monitoring services
Tools

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

find exec command in Linux
Commands

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 in Linux command line
Quick Tip

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

Understanding man pages in Linux
Guides

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

Show only hidden files in Linux command line
Quick Tip

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

Deploy with Traefik
Tutorial

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

apropos command
Commands

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 screen in Vim
Vim Tips

Split Vim Workspace Vertically or Horizontally

Vim allows you to have multiple horizontal or vertical splits in your active workspace.

ยท Abhishek Prakash

Indentation in Vim
Vim Tips

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 if it doesn't exist
Quick Tip

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

rsync show transfer progress
Quick Tip

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

Cloudflare
Tools

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

Move to beginning or end of line in Vim
Vim Tips

Move Cursor to Beginning or End of Line in Vim

Learn some basic cursor movement in Vim editor.

ยท Abhishek Prakash

Buffers in Vim
Vim Tips

Complete Guide to Buffers in Vim

Use Vim like a pro user by mastering the buffers.

ยท Pratham Patel

Change file ownership recursively with chown command
Tips

How to Change Ownership of Files and Folders Recursively

Learn how to use the chown command to recursively change the user and group ownership of files and directories in Linux command line.

ยท Abhishek Prakash

Quick Linux Tips
Quick Tip

ls -lrt Linux Command Explained

You'll often use the "ls -lrt" command, especially while dealing with a large number of files. Here's what it does and how it works.

ยท Abhishek Prakash

Kill a process in Linux command line
Process Handling

Kill a Process in Linux Command Line

Found a misbehaving process? Here's how to teach a lesson to it by terminating it using various commands.

ยท Abhishek Prakash

Visual Mode in Vim
Vim Tips

Getting Comfortable with Visual Mode in Vim

There are three modes in Vim and the least popular and yet quite interesting is the Visual mode. Learn more about it.

ยท Pratham Patel

Go to specific line in Vim
Vim Tips

Go to a Specific Line in Vim

To effectively use Vim, you need to master the navigation. Here are a few tips on quickly navigating inside Vim editor.

ยท Abhishek Prakash

rmdir command
Directory Operation Commands

rmdir Command Examples

Learn everything about the rmdir command in Linux which is used for deleting folders in Linux command line.

ยท Abhishek Prakash

set timeout in curl
Quick Tip

How to Set Timeout in cURL

Downloading with curl taking too long? Set a timeout with curl command, so you don't have to wait long.

ยท Abhishek Prakash

Docker ps command
Docker Tutorials

Useful Examples of the Docker ps Command

The most common Docker command is also a versatile command. Learn a few usages of the docker ps command.

ยท Pratham Patel