SysAdmin

Linux sort Command with Examples

March 24, 2022

The sort command allows you to arrange a file's contents in various ways, without changing the original file. This tutorial shows how to use the sort command.

Read more

How to Use the less Command in Linux with Examples

March 23, 2022

The less command is a Linux terminal pager allowing you to open large files in the terminal one page at a time. Follow this guide and master the less command.

Read more

What is the 503 Service Unavailable Error?


The 503 service unavailable error is a HTTP error code indicating the website is temporarily unavailable. Learn more about the error and how to troubleshoot it in this tutorial.

Read more

How to Read Files Line by Line in Bash

March 17, 2022

This tutorial shows how to read a file line by line using the Bash shell. See five different methods and process a file's contents effectively.

Read more

12 Data Integration Tools Reviewed


Data integration tools help transport, modify and integrate data into various systems. Learn about the different available tools today and leverage the power of your data.

Read more

lspci Command: What Is It and How to Use It

March 10, 2022

The lspci command lets you display information about PCI devices connected to your system. Learn how to use the lspci command in this tutorial.

Read more

How to List Installed Packages on Ubuntu

March 9, 2022

Having a precise list of installed packages helps system admins maintain, replicate, and reinstall systems. In this tutorial, learn how to list all installed packages with apt and dpkg, save the list to a file or list specific packages and versions.

Read more

How to Use the Linux history Command

March 3, 2022

The Linux bash shell saves a command history list, allowing you to review and reuse previous commands. Learn how to manage this list using the Linux history command.

Read more

Linux File Command: How to Determine File Type in Linux


The file command in Linux determines the type of a file. Learn how to use the file command in this tutorial.

Read more

Bash HereDoc Tutorial With Examples


A HereDoc helps pass multiple commands to another command, making redirection and Bash scripts easier to understand. Learn how to write a HereDoc through various examples in this guide.

Read more
1 34 35 36 37 38 75