Latest Tutorials
ls Command Examples
The ls command in Linux is one of the most used commands. But most people don't utilize its full potential. Check out the basics as well as advanced ls command examples in Linux.
· Sylvain Leroux
touch Command Examples
Learn to use touch command in Linux with these useful and practical examples.
· Abhishek Prakash
File Timestamps in Linux: atime, mtime, ctime Explained
Let's see what are the various kinds of file timestamps in Linux, how to see the timestamps for a file and how to change the timestamps.
· Abhishek Prakash
Handle Line Breaking With Fold and FMT Commands in Linux Terminal
Formatting text so the lines will fit in the available space on the target device are not that easy when it comes to the terminal. Instead of breaking lines by hand you can use the POSIX fold utility and the GNU/BSD fmt command to reflow a text so lines will not exceed a given length.
· Sylvain Leroux
chgrp Command Examples
chgrp command is used for changing the group of a file or directory in Linux. This guide shows you how to use chgrp command in Linux with practical examples.
· Abhishek Prakash
Linux File Permissions and Ownership Explained with Examples
Linux file permissions explained in simpler terms. Also learn how to change the file permissions and ownership in Linux in this detailed beginner's guide.
· Abhishek Prakash
wc Command Examples
Some practical examples of wc command in Linux to count the number of lines, words and characters of a text file.
· Abhishek Prakash
Basic Vim Commands Every Linux User Must Know [Free Cheat Sheet Included]
A comprehensive guide explaining basic vim commands that will be useful to any Linux user be it a sysadmin or a developer.
· Abhishek Prakash
Monitoring and Testing the Health of SSD in Linux
A detailed analysis on S.M.A.R.T. technologies for Solid State Drives and how to use smartctl tool to monitor and check the health of SSD in Linux.
· Sylvain Leroux
less Command Examples
Less is an awesome Linux command utility for viewing text files. Here are some essential less command examples to use it effectively.
· Abhishek Prakash
tail Command Examples
Learn the tail command syntax along with some practical examples of the tail command in Linux. This will also help you in monitoring the log files.
· Abhishek Prakash
paste Command Examples
Learn how to use the paste utility on practical examples to merge text files, and discover a couple of tricks and pitfalls of that command at the same time.
· Sylvain Leroux
Load balancing with HAProxy, Nginx and Keepalived in Linux
Configure your server to handle high traffic by using a load balancer and high availability. This tutorial shows you how to achieve a working load balancer configuration withHAProxy as a load balancer, Keepalived as a High Availability and Nginx for web servers.
· LHB Community
csplit: A Better Way to Split File in Linux Based on its Content
How to split a file in Linux based on its content? Learn some practical examples of the GNU coreutils csplit command. It's more useful than the popular split command.
· Sylvain Leroux
How to Change SMTP Settings in Discourse
Here's a quick tutorial with screenshots to show you hot change the email settings in Discourse.
· Abhishek Prakash
cut Command Examples
The cut command in Linux allows removing data on each line of a file. Read this tutorial to know how to use it effectively to process text or CSV data file.
· Sylvain Leroux
tmate: Instantly Share Terminal Session With Other Linux Users
Want to share terminal with other users over a secure network? tmate is your friend for sharing SSH sessions.
· LHB Community
head Command Examples
In this article, you will learn some essential examples of the head command in Linux.
· Abhishek Prakash
13 Linux Terminal Shortcuts Every Power Linux User Must Know
Use Linux command line like a pro by mastering these Linux terminal shortcuts and increase your productivity. It's a must for any power Linux user.
· Abhishek Prakash
cat Command Examples
cat is one of the most used commands in Linux but do you really know the cat command? Learn the basics as well as advanced examples of cat command in Linux.
· Sylvain Leroux
Complete Sed Command Guide [Explained with Practical Examples]
Sed is a must know command for Linux sysadmins. This detailed guide provides an in-depth look at all the Sed commands and the tool execution model.
· Sylvain Leroux
Getting Started With SED Command [Beginner’s Guide]
Learn to use one of the most powerful commands of the Unix toolbox: sed, the stream editor with practical examples of SED commands.
· Sylvain Leroux
Getting Started With AWK Command [Beginner's Guide]
Wondering how to use AWK command in Linux? Here are 25 AWK command examples with proper explanation that will help you master the basics of AWK.
· Sylvain Leroux
grep Command Examples
The grep command is used to find patterns in files. This tutorial shows some of the most common grep command examples that would be specifically beneficial for software developers.
· Sylvain Leroux
Complete Guide to Install Raspberry Pi Headless and Wireless
A step by step guide showcasing how to install Raspberry Pi without a keyboard and monitor, i.e., headless setup of Raspberry Pi using Linux.
· Sylvain Leroux