Skip to main content

Latest Tutorials

Latest
ip Command Examples
Host Information Commands

ip Command Examples

One of the most used networking commands that you must know.

ยท Sagar Sharma

nice and renice commands
Process Handling

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 in Vim
Vim Tips

Select All Text in Vim

Learn to select all the lines, all the text of a file in Vim.

ยท Pratham Patel

Ansible Copy Module
Ansible Modules

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

IFS in bash
Bash Tips

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

Block Device Management with LVM
Tutorial

Efficient Block Device Management with LVM

Learn to manage block devices with LVM in this practical, hands-on approach guide.

ยท LHB Community

Using assh
SSH Advanced

ASSH: An Advance Way to Interact with SSH

Enhance your SSH experience with assh when you have numerous hosts to connect to.

ยท LHB Community

Vim copy text to clipboard
Vim Tips

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

Powerlevel10k in Zsh
Using Zsh

Install and Use Powerlevel10k in Zsh

10x your Zsh setup with Powerlevel10k

ยท Sagar Sharma

Set Environment Variables in zsh
Using Zsh

Setting Environment Variables in zsh

Learn to set environment variables in Zsh, be it temporary or permanent.

ยท Sagar Sharma

Customizing Zsh Prompt
Using Zsh

Customizing Zsh Prompt

Give your zsh a good-looking, useful prompt. Here's how.

ยท Sagar Sharma

Enabling Auto Suggestion in Zsh
Using Zsh

Enabling Auto Suggestion in Zsh

Get command completion suggestions based on your command history.

ยท Sagar Sharma

zsh command history
Using Zsh

Using Command History in Zsh

Not getting command history in Zsh? Here's how to enable it.

ยท Sagar Sharma

Install command in Linux
Commands

Using Install Command in Linux

The install command lets you copy file with advanced parameters. See some examples in this article.

ยท Sagar Sharma

Help Command in Linux
Commands

Using the Help Command in Linux

This article will 'help' you use the help command more effectively so that you can easily see what options a command has and how it works.

ยท Sagar Sharma

Check CPU usage in Linux command line
System Info

How to Check CPU Usage in Linux Command Line

As a sysadmin, it is important to keep a tab on the CPU usage. Here's how to do that in the Linux terminal.

ยท Helder