
How to Sort Top Command Based on Memory Usage
Top command shows the most CPU consuming processes first. Learn how to sort top on memory usage instead.
· Abhishek Prakash

What's the Difference Between Git Switch and Checkout?
You can use both git checkout and git switch for switching between branches. But why do we have two commands for the same thing?
· Abhishek Prakash

How to Install Vim in a Docker Container
You are likely to not find Vim editor installed in your Docker container. Here's how to get it.
· Abhishek Prakash

LHB Linux Digest #21.21: Building Homelab on Budget, Alpine Linux, Certifications, Hypervisor and More
· Abhishek Prakash
LHB Linux Digest #21.20: Classic AWK and SED Commands, SSH Tips, Docker Tips, Homelab and More
· Abhishek Prakash

LHB Linux Digest #21.19: Find and Xargs, Unknown Bash Commands, Docker Tips and More
· Abhishek Prakash

find Command Examples
Learn the super powerful and super useful find command with these practical examples.
· Abhishek Prakash

What is Shebang in Linux Shell Scripting?
The seemingly insignificant #! characters at the beginning of a shell script has a major significance on how your script will be executed.
· Abhishek Prakash

LHB Linux Digest #21.18: Log Analysis, HumanOps, Free Cloud Foundry Course and More Bash Tips
· Abhishek Prakash

3 Ways to Watch Logs in Real Time in Linux
Here's how to use tail command effectively for watching log files in real time. Less and Mutitail commands also come in handy.
· Abhishek Prakash

Ping Command Not Found? Install Ping on Ubuntu
If you are running Ubuntu in a Docker container, ping command will be missing. You can install ping on Ubuntu with this simple trick.
· Abhishek Prakash

LHB Linux Digest #21.17: Complete Bash Series, Matrix Synapse, Load Balancing
This edition focuses on bash scripting, Emacs, self-hosting Matrix Synapse and learning load balancing with HA Proxy and Keep Alived.
· Abhishek Prakash

LHB Linux Digest #21.16: Multiple WordPress Self Hosting, Handling Quotes, Linux Books
This LHB edition focuses on multiple WordPress installation, Isso commenting hosting and essential Linux learning as always. Plus there is something on Linux books.
· Abhishek Prakash

Difference Between Single and Double Quote in Bash Shell
Quotes are an integral part of shell scripting and Linux command but they could often be confusing for new users. This article will demystify quotes for you.
· Abhishek Prakash
LHB Linux Digest #21.15: Rocket Chat Self Hosting, SSH on Android, Seq Command and More
· Abhishek Prakash

How to Tackle Filenames With Spaces in Linux
Spaces in the file names could be tricky, specially for new Linux users. Learn how to deal with them.
· Abhishek Prakash

Seq Command in Linux
Print a sequence of numbers with specified increment or format with seq command.
· Abhishek Prakash

Best Commenting Systems for Websites That You Can Self-Host
Here are some ad-free, private commenting systems that you can self-host and own the user data.
· Abhishek Prakash
LHB Linux Digest #21.14: Docker Logging, Server Monitoring, SSH Tips and More
· Abhishek Prakash

4 Ways to Transfer Files Between Remote and Local Systems Over SSH
From legacy scp to modern rsync. From the unconventional sshfs to the GUI convenience of FileZilla. Learn different ways for copying files over SSH.
· Abhishek Prakash

LHB Linux Digest #21.13: Server Monitoring, Sysadmin Day, Bash History Tips and More Linux Stuff
LHB completes a year of ethical publishing. Here are the highlights and the usual dose of Linux learning.
· Abhishek Prakash

5 Simple Bash History Tricks Every Linux User Should Know
Effectively using bash history will save you plenty of time in the Linux terminal.
· Abhishek Prakash

Yum Command Cheat Sheet
Keep forgetting Yum commands in Red Hat? Here's a cheat sheet you can download and keep with you for quick reference.
· Abhishek Prakash
LHB Linux Digest #21.12: Docker Compose, Self-hosting Ghost, Linux Commands, GitOps and More
· Abhishek Prakash
LHB Digest #21.11: Docker Learnings, Journalctl Guide and More Linux Stuff
· Abhishek Prakash
LHB Digest #21.10: SSH Beginner Course, Essential Docker Commands & Other Linux Learnings
· Abhishek Prakash

Module 9: Advanced Tips to Handle Extended Operations and Shaky Connections
SSH connection automatically disconnects? Or do you want to run a really long time taking command? These tips will help you.
· Abhishek Prakash

Module 8: Copy Files Over SSH Using SCP
Copying files from the remote server or to the remote server is not the same as using cp but it's not too different as well.
· Abhishek Prakash

Module 7: Securing SSH
Configure sshd, seup firewall and fail2ban, manage sudo and learn to do other things
· Abhishek Prakash

Module 6: SSH Key Based Authentication
In this module of SSH Beginners, you'll learn to set up key-based authentication for a more secure and hassle-free SSH access.
· Abhishek Prakash