Skip to main content

Latest Tutorials

Latest
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

Rename directory in Linux terminal
Quick Tip

How to Rename a Directory in Linux Command Line

Renaming a directory is the same as renaming the files. You use the mv command.

ยท Abhishek Prakash

Sort files by size
Quick Tip

How to Sort Files by Size in Linux Command Line

Learn to sort files by their size using the ls command in the Linux terminal. Also learn about finding the biggest files.

ยท Abhishek Prakash

Install zsh
Using Zsh

Install the Awesome Zsh and Make it the Default Shell

This tutorial will give you a short introduction to Zsh, steps to install Zsh and make it a default shell whenever you login to terminal.

ยท seeni

curl downloading html instead of zip
Troubleshooting

Curl Downloading HTML Instead of The Actual Zip File? Here's What to Do

Used Curl to download a Zip file from GitHub but got an HTML file instead? That download link is not broken. Here's what you need to do.

ยท Abhishek Prakash

ripgrep command in Linux
Commands

Using ripgrep (rg) Command in Linux

Rust based ripgrep may not be an exact replacement for the classic grep command, it provides plenty of useful search features like the grep command.

ยท Abhishek Prakash

Color schemes in Vim
Vim Tips

Color Schemes in Vim: How to Change and Use Them

Dark or light or something else? The all-rounder Vim editor lets you set color schemes of your preference. Here's how achieve that.

ยท Abhishek Prakash

Syntax highlight in Vim
Vim Tips

Enable Syntax Highlighting in Vim

Using Vim for reading or writing scripts and code? Enable syntax highlighting in Vim for a better experience.

ยท Abhishek Prakash

Get Red Hat Linux for free
Tutorial

How to Get Red Hat Enterprise Linux for Free?

You can use Red Hat Linux for free. However, it requires a different process that what you are accustomed with SUSE or Debian.

ยท Pratham Patel

Making nested directories in Linux
Tips

Making Nested Directories in Linux

Learn to make nested directories so that if a directory in the given path doesn't exist, it is created automatically.

ยท Abhishek Prakash