
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: 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

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

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

LHB Linux Digest #22.05: Intro to Syslog, Rootless Docker and More Linux Tips
· Abhishek Prakash

Delete Multiple Lines in Vim
Want to delete multiple lines or all lines or all empty lines in Vim? Here are a few tips to know about line deletion in Vim.
· Abhishek Prakash

What's the difference between kill and killall commands?
Both kill and killall commands are used for force stopping (killing) processes in Linux. Learn the difference between the two similar commands.
· Abhishek Prakash

How to Check Open Ports in Linux?
Which ports are occupied by which service? How many open ports are there? Learn to scan for open ports on your Linux system or any remote system.
· Abhishek Prakash

Show Hidden Special Characters in Vim
Wondering if it is 2 spaces or tabs? You can show special characters in Vim and easily identify them.
· Abhishek Prakash

LHB Linux Digest #22.04: AWS Exam Tips, FinOps, Vim Tips and More
· Abhishek Prakash

Solving 'manifest not found' Error While Pulling Docker Images
Here are some tips on troubleshooting the common 'unknown manifest' error while pulling a Docker image.
· Abhishek Prakash

Go to Beginning or End of File in Vim
Knowing to move to top or bottom of a file is extremely useful while dealing with large text files in Vim.
· Abhishek Prakash

How to Show Line Numbers in Vim
Do you know Vim can show absolute, relative and hybrid line numbers? Here's how to set it up.
· Abhishek Prakash

Changing the Color of the echo Command's Output
Using colors with the echo command could make your shell scripts more user friendly and attractive.
· Abhishek Prakash

LHB Linux Digest #22.03: Docker Tips, EduOps and Free Linux Command Line Book
· Abhishek Prakash

How to Make a File Executable in Linux terminal?
New to Linux command line and wondering how to make a bash script or some other file executable? Here's how to do it.
· Abhishek Prakash

How to Check Uptime of Your Linux Server
Stop wondering how long your system has been running. Just check its uptime with uptime command.
· Abhishek Prakash

How to Use echo Command Without Newline
Every time you use echo, it adds a newline character at the end. Here's what you can do if you want to use echo without newline.
· Abhishek Prakash

How to Delete Files with Specific Extension in Linux Command Line
Here are a few methods to remove files based on their extension in the Linux command line. Also learn a few tips to be careful in the process.
· Abhishek Prakash

LHB Linux Digest #22.02: A to Z Linux Commands, Grep Cheatsheet, Bash Exercises and More
· Abhishek Prakash

Common Examples of the Grep Command in Linux [With Free Cheatsheet Download]
Here are some practical and common use cases of the grep command. You can also download the cheat sheet for quick reference.
· Abhishek Prakash

A to Z Linux Commands
All the Linux commands that have been covered on LHB organized in alphabetical order.
· Abhishek Prakash

How to echo a New Line in Bash Shell Scripts
Learn various ways of displaying a new line in the output of echo command in Linux.
· Abhishek Prakash

Deleting Specific Lines from a File in Linux Command Line
Here are a few usecases of deleting specific lines from a text file using the sed command.
· Abhishek Prakash

How to Perform Grep Search on All Files and in All Directories
The versatile grep command lets you perform search for a text in all the files and all the subdirectories of a directory. Here's how to do that.
· Abhishek Prakash

LHB Linux Digest #22.01: Bash Scripting Workbook, BusyBox, Self-hosting Disqus Alternative and More
· Abhishek Prakash

How to Set Up SSH on CentOS & RHEL
Learn to enable SSH on CentOS Linux systems. Also learn to configure it to follow the best practices.
· Abhishek Prakash

What is BusyBox in Linux? How to Use it?
Learn why BusyBox has suddenly gained a following among certain Linux users.
· Abhishek Prakash

LHB Linux Digest #21.22: Virtualization, Self-hosting Guides and Plans for 2022
· Abhishek Prakash

Why is Kubernetes Called K8s?
What is K8 or K8s? Is it the same as Kubernetes or is there some difference? This quick article explains all of this.
· Abhishek Prakash