Latest Tutorials
Nano Editor Basic Commands
Get a quick reference to using the Nano editor for editing files in the Linux terminal.
ยท Sagar Sharma
7 Awesome Zsh Plugins
Let me share some of my favorite Zsh plugins.
ยท Sagar Sharma
Clean Your Git Repository With Git Clean
A neat git command to keep your git repository neat and clean.
ยท Pratham Patel
Vagrant Triggers: Automating Virtual Machine Lifecycle Events
Vagrant Triggers allow automating specific actions before or after certain stages of a virtual machine's lifecycle, providing increased control over the management of your development environments.
ยท LHB Community
Find mtime of File in Linux
See when was the file last modified with mtime in Linux.
ยท Sagar Sharma
How I Managed to Access My Proxmox Homelab Without Static IP from Outside the Subnetwork
Sharing my experience setting a domain on dynamic IP hosted Promox node.
ยท Helder
Git Hook Management with Pre-commit
Git provides a powerful tool for automation under the hood: hooks. In this tutorial, you will learn about the pre-commit framework that can bring order and structure to your script collection.
ยท LHB Community
ip Command Examples
One of the most used networking commands that you must know.
ยท Sagar Sharma
Using nice and renice Commands to Change Process Priority in Linux
You can modify if a certain process should get priority in consuming CPU with nice and renice commands.
ยท Helder
Select All Text in Vim
Learn to select all the lines, all the text of a file in Vim.
ยท Pratham Patel
Ansible Copy Module: Copy Files to Remote Targets
The Copy module in Ansible comes in handy in your setup. Learn some practical examples.
ยท LHB Community
What is IFS in Bash Scripting?
The IFS in bash comes in handy when you are dealing with a different delimiter than the usual space, tab or newline.
ยท Helder
Efficient Block Device Management with LVM
Learn to manage block devices with LVM in this practical, hands-on approach guide.
ยท LHB Community
ASSH: An Advance Way to Interact with SSH
Enhance your SSH experience with assh when you have numerous hosts to connect to.
ยท LHB Community
Copy Paste Text to and from System Clipboard in Vim
Learn to configure Vim so that you can copy paste between Vim and other tools outside Vim through the system clipboard.
ยท Pratham Patel
Install and Use Powerlevel10k in Zsh
10x your Zsh setup with Powerlevel10k
ยท Sagar Sharma
Setting Environment Variables in zsh
Learn to set environment variables in Zsh, be it temporary or permanent.
ยท Sagar Sharma
Customizing Zsh Prompt
Give your zsh a good-looking, useful prompt. Here's how.
ยท Sagar Sharma
Enabling Auto Suggestion in Zsh
Get command completion suggestions based on your command history.
ยท Sagar Sharma
Using Command History in Zsh
Not getting command history in Zsh? Here's how to enable it.
ยท Sagar Sharma
Using Install Command in Linux
The install command lets you copy file with advanced parameters. See some examples in this article.
ยท Sagar Sharma