Skip to main content

Latest Tutorials

Latest
Create loop devices in Linux
Tutorial

How to Create a Virtual Block or Loop Device in Linux

Loop device is getting popular in Linux, specially for isolation. Here's a quick guide on creating loop devices on Linux.

ยท Sagar Sharma

UDP ping in Linux
Quick Tip

How to Do a UDP Ping

Learn two ways of doing a UDP ping in Linux with nmap and netcat commands.

ยท Abhishek Prakash

Print Environment Variables in Linux
Tips

How to Print Environment Variables in Linux

Wondering what environment variables are set on your current shell? Learn how to print environment variables in Linux.

ยท Sagar Sharma

Follow Symbolic Links in Linux
Tips

How to Follow Symbolic Links

You got a symbolic link and wondering about the actual source file? Here's how to follow symlinks in Linux.

ยท Sagar Sharma

ONLYOFFICE on RedHat and CentOS systems
Tutorial

How to Deploy ONLYOFFICE Docs Server on RHEL/CentOS

ONLYOFFICE is an excellent open source alternative to Microsoft Office. You can self host it for online office and collaboration. Here's how to deploy on RedHat/CentOS distros.

ยท LHB Community

Send DELETE Request With Curl
Quick Tip

How to Send a DELETE Request With curl

Here are practical examples and demonstrations of sending DELETE requests with Curl.

ยท Sagar Sharma

known_hosts file in Linux
Explain

Everything You Important You Should Know About the known_hosts file in Linux

There is a known_hosts file in the .ssh directory and it is an integral part of the SSH mechanism. Learn more about it.

ยท Abhishek Prakash

Find files in Linux
Quick Tip

Find Files by Name in Linux

Finding files by their name is one of the most common scenarios of finding files in Linux. Here are a few examples to help.

ยท Abhishek Prakash

Merge files
Quick Tip

Merge Files in the Linux Command Line

Learn various ways of merging multiple files into another file in the Linux command line.

ยท Sagar Sharma

Ignore SSL certificate error with curl
Quick Tip

Ignore SSL Certificate Error with cURL

Getting an expired certificate error while downloading files with curl? Here's how to ignore it.

ยท Sagar Sharma

Ignoring SSL certificate error with wget command
Troubleshooting

Ignore SSL Certificate Error with Wget

Getting an expired certificate error while downloading files with wget? Here's how to ignore it.

ยท Sagar Sharma

Check if systemd or not
System Info

How to Know if You Are Using Systemd or Some Other Init in Linux

Is your Linux system using systemd or sysv or some other init system? Here's how to find out.

ยท Abhishek Prakash

Change IP address in Linux
Quick Tip

How to Change IP Address in Linux

Learn different ways of changing the IP address in Linux. Also learn how to make the changes [ermanent.

ยท Abhishek Prakash

Sort ls command output by date and time
Quick Tip

Sort ls Command by Date and Time

Looking for modified files? Learn how you can sort the output of the ls command by date and time.

ยท Abhishek Prakash

Install Pip on Debian
Tutorial

Installing and Using Pip on Debian

Dealing with lots of Python packages? Learn how to install and use PIP for installing and managing Python packages on Debian.

ยท Abhishek Prakash

Find non-ascii characters in Linux
Tips

Find non-ASCII Characters in Text Files in Linux Command Line

Got a text file with non-ascii characters? Here's how to find those characters in Linux command line.

ยท Sagar Sharma

Navigating Up or Down a Page in Vim
Vim Tips

Navigating Up or Down a Page in Vim

Learn various ways of moving up or down by pages in Vim editor.

ยท Abhishek Prakash

File path in Linux
Quick Tip

Get Absolute File Path in Linux

Here are different ways to get the absolute file paths in Linux command line.

ยท Abhishek Prakash

Check crontab logs in Linux
Tips

How to Check Crontab logs in Linux

Wondering if the cronjob ran successfully or not? Stop wondering. Just check the cron logs. Here's who to do that.

ยท Abhishek Prakash

Exclude directories while using find command
Quick Tip

Exclude Directories While Using Find Command

By default, find command searches in the specified directory and all its subdirectories. You can refine your search by excluding directories while using find command.

ยท Sagar Sharma

Common networking port numbers in Linux
Tips

Common Networking Port Numbers in Linux

Here are the common networking ports you'll encounter in Linux.

ยท Sagar Sharma

Search with the less command
Quick Tip

How to Search in Less Command

The less command is excellent for reading large text files. It also allows you to search for text in it. Here's what you need to know about searching in less.

ยท Abhishek Prakash

Show hidden files in Linux with ls command
Quick Tip

Show Hidden Files With ls Command in Linux

By default, the ls command does not show hidden files and directories. They are hidden from normal view. Here's how to show them.

ยท Abhishek Prakash

Create new branch in Git
Using Git

Create a New Branch in Git

In the Git Beginner's tutorial, learn how to create a new branch.

ยท Abhishek Prakash

Create systemd service in Linux
Tutorial

How to create a systemd service in Linux

Learn the steps for creating systemd services in Linux with the practical example demonstrated in this tutorial.

ยท Pratham Patel

ifup, ifdown Linux commands
Commands

Using ifup, ifdown, and ifquery commands in Linux

The ifup, ifpdown and ifquery are parts of the same package and help you troubleshoot the network interfaces in Linux.

ยท Sagar Sharma

Find empty directories in Linux
Quick Tip

Find Empty Directories in Linux Command Line

Here are a few examples of finding and deleting empty directories in the Linux command line.

ยท Sagar Sharma