Skip to main content

Latest Tutorials

Latest
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
Using 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

PikaPods
Review

PikaPods Review: Self-Hosting Open Source Apps With a Click of a Button

Want to self-host but got no time to deal with the configuration and maintenance challenges? PikaPods can be your friend.

ยท Abhishek Prakash

Add to Path in Linux
Tips

Add to Path in Linux

Installed a new software and want to run it from anywhere? You need to modify the PATH variable. Learn how to add to path in this quick tutorial.

ยท Sagar Sharma

flock command
Process Commands

flock Command Examples

A less common but helpful in certain scenarios, flock command is used for locking certain files in Linux.

ยท Sagar Sharma

Use eval Command in Linux
Commands

Use eval Command in Linux

The eval command let's you execute arguments as a shell command. You can combine arguments into a single string, use the result as input to the shell and execute the resulting commands.

ยท Sagar Sharma

Start systemd Services on Boot
Quick Tip

How to Start systemd Services on Boot

Learn to automatically start systemd services at boot time in this quick Linux tip.

ยท Sagar Sharma

Use hash Command in Linux
Commands

Use hash Command in Linux

The hash command in Linux allows you to quickly get the list of commands you executed in the current session.

ยท Sagar Sharma

utmp, wtmp, and btmp
Explain

What are utmp, wtmp, and btmp Files in Linux?

The utmp, wtmp and btmp files has nothing to do with time. They store records of login related activities. Learn more about them.

ยท Sagar Sharma

Bash: Read Into an Array
Bash Tips

Use Read Command to Get User Inputs Into an Array in Bash

Learn how to use the read command to get the user input into an array in bash scripts.

ยท Sagar Sharma

logname command in Linux
Commands

Use logname Command in Linux

One of the simplest commands, logname gives you the name of the currently logged in user in Linux.

ยท Sagar Sharma

Bash command substitution
Bash Tips

Using Command Substitution in Bash Shell

Command substitution is an important feature that allows you to store the output of a command into a variable.

ยท Sagar Sharma

systemctl command examples
Commands

Using systemctl Command

The systemctl command is a must know for Linux systems with systemd init system. Here are some practical examples.

ยท Sagar Sharma

ps -ef Command Examples
Quick Tip

ps -ef Command Examples

The ps command coupled with the ef flag gives you all the processes running on the system along with addition details.

ยท Sagar Sharma

delete branch in GitHub
GitHub Fundamentals

How to Delete a Branch in GitHub

A simple tutorial showing the steps for deleting branches from GitHub repository using the web interface.

ยท Prakhar Tiwari

Fork GitHub Repository to Organization
GitHub Fundamentals

Fork GitHub Repository to Organization

This quick tip shows you how to fork a GitHub repository to an organization account instead of personal account.

ยท Abhishek Prakash

Delete lines with sed
sed

Delete Lines With Sed

Some common examples of deleting lines with sed command.

ยท Abhishek Prakash

Select all in Nano
Nano Essentials

How to Select All in Nano

Here's a how you can perform a select all text in Nano editor.

ยท Abhishek Prakash