SysAdmin

dpkg Command in Linux With Examples

March 29, 2022

The dpkg command in Linux helps unpack Debian packages (.deb) and install software on Debian and Debian-based OS-es like Ubuntu. Learn how to use the command in this tutorial.

Read more

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

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

Linux File Command: How to Determine File Type in Linux

March 3, 2022

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

Git Revert Commit: How to Undo Last Commit


Git has a lot of features that help you manage your project and easily access previous commits. This article uses simple commands to show you how to revert to an earlier commit quickly.

Read more
1 50 51 52 53 54 77