Skip to main content

Latest Tutorials

Latest
UID in Linux
Explain

Everything Important You Need to Know About UID in Linux

This Linux Basics guide teaches you everything important associated with UID in Linux.

ยท Abhishek Prakash

Split command in Linux
Commands

9 Useful Examples of the Split Command in Linux

The split command in Linux allows you to split files into multiple files. There are several ways you can customize parameters for your given application. Iโ€™ll show you some examples of the split command that will help you understand its usage.

ยท Christopher Murray

How to Know The Groups of a Linux User
Tips

How to Know The Groups of a Linux User

This quick tip teaches you how to find the groups a Linux user belongs to in Linux command line.

ยท Abhishek Prakash

Find broken symlinks in Linux
Tips

How to Find Broken Symlinks in Linux

This quick tip teaches you various ways to find all the broken symlinks in Linux command line. You'll also learn to manage those broken soft links.

ยท Abhishek Prakash

List group members in Linux
Tips

How to List All Users of a Group in Linux

Wondering which users are members of a specific group? This tutorial shows you three simple ways to list all the users of a group in Linux command line.

ยท Abhishek Prakash

How to Redirect www URLs to non-www in WordPress
Troubleshooting

How to Redirect www URLs to non-www in WordPress

This quick tutorial demonstrates how to redirect www URLs to non-www URLs in WordPress. Both http and https versions have been discussed.

ยท Abhishek Prakash

Hard links in Linux
Explain

Everything Important You Need to Know About Hard Link in Linux

Learn the concept of hard links in Linux and its association with inodes in this tutorial.

ยท Abhishek Prakash

How to Install and Use WP CLI on Linux
Tutorial

How to Install and Use WP CLI on Linux

Learn to install WP-CLI on Linux. Also learn to enable bash completion and use the basic WordPress commands in this tutorial.

ยท Abhishek Prakash

sort command in Linux
File Manipulation Commands

sort Command Examples

Sort command in Linux is used for sorting the contents of the text files. This tutorial shows you some basic examples of the sort command.

ยท Christopher Murray

restart server
Tips

3 Easy Ways to Restart Ubuntu Server

You'll learn various ways to restart Ubuntu server in this quick tutorial. The commands discussed here are generic and can be applied on any other Linux distribution.

ยท Abhishek Prakash

What is Symbolic Links in Linux? How to Create Symbolic Links?
Explain

What is Symbolic Links in Linux? How to Create Symbolic Links?

This detailed tutorial tells you what are symbolic links, how to create a symbolic links and other important things associated with symlinks.

ยท Abhishek Prakash

Linux directory structure
Explain

Linux Directory Structure Explained for Beginners

This tutorial explains the Linux directory structure. You'll learn the Linux filesystem hierarchy along with the purpose of the various directories on a Linux system.

ยท Abhishek Prakash

free command in Linux
Process Commands

free Command Examples

If you would like to know the detailed information about the memory availability on your Linux system, the free command is a simple utility that makes it easy to find real time results for a variety of use cases.

ยท Christopher Murray

Send Emails From Linux Terminal Using SSMTP
Tutorial

Send Emails From Linux Terminal Using SSMTP

This article will give a brief introduction to SSMTP and steps to install it and use the same to send emails from Linux terminal.

ยท seeni

Guide for Setting up SFTP Server in Linux
Tutorial

Guide for Setting up SFTP Server in Linux

This tutorial will give you a handy guide to install and setup a SFTP server in Linux.

ยท seeni

Using SSH Port Forwarding as a Security Tool in Linux
SSH Advanced

Using SSH Port Forwarding as a Security Tool in Linux

Learn to configure SSH port forwarding on your Linux system. Remote forwarding is also explained.

ยท Helder

nslookup command
Host Information Commands

nslookup Command Examples

nslookup is one of the popular networking commands in Linux used for querying the Domain Name System (DNS) records. Learn how to use nslookup command.

ยท Abhishek Prakash

tr command in Linux
File Manipulation Commands

tr Command Examples

The tr command in Linux is used to perform simple but useful translations of one set of characters into another. Learn some practical examples of the tr command.

ยท Abhishek Prakash

Print Execution Time of Shell Script in Linux
Tips

Print Execution Time of Shell Script in Linux

This quick tutorial teaches you how to display the execution time of a shell script in Linux.

ยท Abhishek Prakash

How to Setup Discourse Forum on Digital Ocean
Tutorial

How to Setup Discourse Forum on Digital Ocean

This step-by-step tutorial teaches you to install a Discourse forum on Digital Ocean cloud server properly. You'll have a functioning SMTP server with a free SSL installed on your forum.

ยท Abhishek Prakash

echo command in Linux
Commands

echo Command in Linux: 7 Practical Examples

Learn to use the echo command in Linux with these simple but useful examples. The echo command is useful for displaying information in bash shell scripts.

ยท Abhishek Prakash

file command in Linux
File Properties Commands

file Command Examples

Here are various examples of the file command in Linux to determine the actual type of file and gather related information.

ยท Abhishek Prakash

Linux command line
Tips

How to Empty a Log File in Linux

In this tutorial, you'll learn various ways to truncate a log file and delete its content without deleting the file itself.

ยท Abhishek Prakash

which Command Examples
File Searching Commands

which Command Examples

Linux which command is an extremely useful command for locating executable files located anywhere in the Linux system. Learn how to use it.

ยท Abhishek Prakash

Get Rid of Network Connectivity Issues in SSH with Mosh
SSH Tutorials

Get Rid of Network Connectivity Issues in SSH with Mosh

Struggling with SSH connection over a slow and inconsistent network? Mosh overcomes the shortcomings of SSH by giving you a steady connection over SSH.

ยท seeni

Count number of files in Linux
Tips

Count Number of Files in a Directory in Linux

Here are several ways to count the number of files in a directory in Linux command line.

ยท Abhishek Prakash

Bash shell
Bash Tips

How to Split String in Bash Script

In this quick tip, you'll learn to split a string into an array in Bash script.

ยท Abhishek Prakash

Configuring Graylog Server to Manage Logs on Linux
DevOps

Configuring Graylog Server to Manage Logs on Linux

Open Source Graylog server allows you to gather logs from different sources and visualize the logs in a web interface. Learn how to configure Graylog server.

ยท LHB Community

Linux Handbook
Tips

Running Linux Commands in Background and Foreground

Learn how to run commands in background in Linux. You'll also learn how to bring the background jobs back to foreground.

ยท Abhishek Prakash

How to Copy a Directory in Linux Command Line [Beginner's Tip]

How to Copy a Directory in Linux Command Line [Beginner's Tip]

This quick tip for beginners demonstrates how to copy a directory in Linux using the cp command. You'll also learn a few additional tips around copying directory.

ยท Abhishek Prakash