Latest Tutorials
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
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 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 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
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
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
Learn to make nested directories so that if a directory in the given path doesn't exist, it is created automatically.
ยท 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
Beginner's Guide to Syslogs in Linux
The good old syslogs are still relevant in the systemd age of journal logs. Learn the basics of logging with syslogd in this guide.
ยท LHB Community
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
How to do a Rootless Docker Installation (on Ubuntu and Debian)
Learn how to install Docker in rootless mode so that the daemon runs as root while containers run as normal user.
ยท LHB Community
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
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
How to Monitor SSL/TLS Certificates with Checkmk
Here's a complete step by step guide to set up SSL certificate monitoring with open source tool Checkmk.
ยท LHB Community
How to Store Helm Charts in Azure Container Registry
Helm has a lot of awesome tools around it, but chart storage has always been an issue. Let's see how we can make the process a lot easier!
ยท LHB Community
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
FinOps: Optimizing Financial Infrastructure With DevOps
Understand how DevOps can inspire financial frameworks and models in any organization or community.
ยท Avimanyu Bandyopadhyay
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
Find Process Name from its PID
If you know the PID of a process, here's how to get the process name in Linux command line.
ยท Hunter Wittenborn
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
How I Use NFS for Sharing Folders Among Different Systems in Homelab Setup
Having shared folders is extremely convenient and useful to make your work easier and faster when you have to work with multiple systems.
ยท Helder
EduOps: Applying DevOps To Bring the Academia and Industry Together
Learn what is EduOps and how it can bring the academia and industry closer together!
ยท Avimanyu Bandyopadhyay
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