Skip to main content
Latest
SSD monitoring and trimming
Tutorial

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 in Linux
File Viewing Commands

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 in Linux
File Viewing Commands

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 in Linux
File Manipulation Commands

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
Tutorial

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
Commands

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
Tips

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
File Manipulation Commands

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

share terminal session
Tools

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
File Viewing Commands

head Command Examples

In this article, you will learn some essential examples of the head command in Linux.

· Abhishek Prakash

Linux Terminal shortcuts
Tips

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 in Linux illustration
File Viewing Commands

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]
Explain

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]
Commands

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

awk commands tutorial
Commands

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

Linux grep command examples
File Manipulation Commands

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
Tutorial

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