How to List Systemd Services in Linux
Check what systemd services run on your Linux system in this tutorial.
ยท Abhishek Prakash
Explained! The Difference Between grep, egrep, and fgrep Commands
grep, egrep, fgrep. They all sound similar. So, what's the difference?
ยท Christopher Murray
What is Grep Command in Linux? Why is it Used and How Does it Work?
Grep is perhaps one of the most used commands in Linux. Learn why it was created and how it s used in this explainer article.
ยท Christopher Murray
How to List Docker Containers
Learn how to see running containers, stopped containers or all the docker containers on your system.
ยท Abhishek Prakash
Beginner's Guide to Analyzing Logs in Linux With journalctl Command
Beginner's guide to using journalctl commands for viewing, filtering and analyzing journal logs in Linux.
ยท Abhishek Prakash
id Command Examples
Every user in Linux has a unique, numeric user ID and a default group with a unique numeric group ID. The id command prints this information.
ยท Abhishek Prakash
mkfs Command Examples
mkfs is the command line tool in Linux to format a disk or partition in a certain filesystem of your choice.
ยท Christopher Murray
How to Install and Use Docker Compose on CentOS
With Docker Compose, you can easily deploy a complicated container settings. In this tutorial, you'll learn how to easily install Docker Compose using PIP. You'll also see a sample tutorial showing the benefits of Docker Compose.
ยท Debdut Chakraborty
Fixing "HTTP Basic: Access Denied" and "Fatal Authentication Failure" Error With GitLab
Trying to push code changes to remote GitLab repository but it generates authentication error? Here's why it happens and how to fix it.
ยท Abhishek Prakash
How to Install Docker on CentOS
Docker is not available in CentOS repositories. Here's a step-by-step tutorial that will help you install Docker on CentOS Linux.
ยท Debdut Chakraborty
How to Replace All Occurrences of a Word in All Files in Linux Command Line
Consider a scenario where you have to find all occurrences of a certain text and then replace it with another in all the files. Here's how to do that in Linux command line.
ยท Abhishek Prakash
passwd Command Examples
The passwd command in Linux allows you to change user password, lock accounts, expire passwords and more. Learn how to use the passwd command with practical examples.
ยท Christopher Murray
10 Actionable SSH Hardening Tips to Secure Your Linux Server
Worried about the security of your Linux server? Learn some easy to implement tips on securing SSH and make your Linux server more secure.
ยท Abhishek Prakash
Using Linux Dirname Command in Bash Scripts
The dirname command in Linux extracts the directory path from a file path. Learn some practical examples of using dirname command in bash scripts.
ยท Abhishek Prakash
xargs Command Examples
xargs is one of the most powerful commands in Linux. In this tutorial, you'll learn to use xargs command with some practical and useful examples.
ยท Abhishek Prakash
Introduction to History Command in Linux [For Beginners]
Everything you type in the terminal is stored in the shell history. Learn how to use command history in Linux in this introduction to history command.
ยท Christopher Murray
Put a Timer on Your Running Commands With Timeout Command in Linux
With the timeout command you can set a time limit on running other commands and programs. If the program runs longer than the set limit, timeout kills it. Learn how to use it.
ยท Abhishek Prakash
Finding the Biggest Files and Folders in Linux Command Line
Quick tutorial to show you how to find the biggest files on your Linux machine using a few commands that you may already be familiar with du, sort, and head.
ยท Christopher Murray
mkdir Command Examples
mkdir is one of the essential Linux commands that every Linux user should know. You can create new directories using mkdir.
ยท Abhishek Prakash
dd Command Examples
The dd command in Linux is a utility for copying and converting files and has many practical uses.
ยท Christopher Murray
Get Information About a Command With Type Command in Linux
The type command tells you whether a Linux command is built-in shell command, where is its executable located and whether it is aliased to some other command. Here's how to use the type command in Linux.
ยท Christopher Murray
Use SSH Config File to Manage SSH Connections to Various Remote Servers
Using SSH profiles can help you in cases where you regularly connect to various servers. No need to remember the IP address and other such details for SSH connection.
ยท Abhishek Prakash
Getting Started With Tar Command
Tar is one of the most common tool used for archiving files in Linux. Learn how to create a tarball and how to extract it in the beginner's tutorial.
ยท Christopher Murray
Explained: Input, Output and Error Redirection in Linux
Redirection is an essential concept in Linux. Learn how to use stdin, stdout, stderr and pipe redirection in Linux command line.
ยท Abhishek Prakash
How to Upgrade Ubuntu Server to 20.04 from 18.04
This step by step guide shows how to upgrade Ubuntu 18.04 LTS server to 20.04 LTS over an SSH connection or otherwise.
ยท Abhishek Prakash