Skip to main content

Latest Tutorials

Latest
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

Submit a Pull Request on GitHub
GitHub Fundamentals

How to Submit a Pull Request on GitHub

In this GitHub primer series, learn about submitting a pull request and contributing to open source projects.

ยท LHB Community

Creating a Netboot.XYZ server using PiHole
Homelab

Creating a Netboot.XYZ server using Pi-hole to Install Linux Distros Over Network

A homelab setup where you can boot new Linux distros without creating live USBs again and again.

ยท Doron Beit-Halahmi

7 Best Practices for a Rockstar Student Developer GitHub Profile
GitHub Fundamentals

7 Best Practices for a Rockstar Student Developer GitHub Profile

Time to enhance the look and feel of your boring default GitHub profile with these tips and suggestions.

ยท Prakhar Tiwari

Managing Linux Servers Using a GUI
Tools

7 Tools for Managing Linux Servers Using a GUI

For ease of use, comfort and saving time, you can utilize these tools to manage your fleet of Linux servers through GUI.

ยท Helder

LAMP server with older PHP version
Tutorial

Setting up LAMP Server With an Older PHP Version

It is possible to set up a LAMP server with an older or unsupported PHP version. You can also use multiple PHP versions for different web services on the same server. Here's what I did.

ยท Helder

Install Minikube on Ubuntu
Kubernetes

Install and Setup MiniKube on Ubuntu

Deploy Kubernetes cluster on your local Ubuntu system with minikube and start exploring Kubernetes.

ยท LHB Community

Find Current User Account in Linux
Quick Tip

How to Find Current User Account in Linux

Here's a quick tip about getting the current user detail in Linux command line.

ยท Sagar Sharma