SysAdmin

gawk Linux Command With Examples

September 15, 2022

The gawk command is a powerful text-processing and data-manipulating tool. Read this guide to learn how to use gawk.

Read more

How to Use Git Stash

September 13, 2022

Git stash is a way of storing unfinished work locally, without having to commit the changes. This tutorial shows how to create and use Git stash.

Read more

Install PowerDNS on Ubuntu 18.04, 20.04, & 22.04

September 8, 2022

PowerDNS is a flexible open source DNS server. This guide outlines the setup of PowerDNS with a MariaDB backend, the PowerDNS Admin web interface and how to link the API.

Read more

Linux egrep Command With Examples


The egrep command searches for patterns or regular expressions in files and directories. Read this tutorial to master the egrep command.

Read more

Git Tag: An Overview of the Basic Functions

September 6, 2022

This guide shows an overview of basic functions to perform with Git tags. See how to create, delete, push, replace, or checkout a Git tag.

Read more

useradd vs. adduser: What Are the Differences?

September 1, 2022

Linux provides two commands to add users to the system: useradd and adduser. Learn about the difference between these two commands and when to use which.

Read more

Linux comm Command with Examples

August 31, 2022

The comm command allows you to compare two files line by line. Read this tutorial to learn how to use the comm command.

Read more

Git Tag Commit Guide

August 30, 2022

This tutorial shows how to create a Git tag for the latest commit in the repository, and for a specific commit in the Git project history.

Read more

Git Clone Tag Guide

August 29, 2022

This tutorial shows how to clone a specific Git tag from a remote repository, and address the detached HEAD state.

Read more

Git List Tags

August 25, 2022

Git tags highlight specific points in a project development history. Listing tags allows you to quickly find a specific commit or project version. This tutorial shows how to list local and remote Git tags.

Read more
1 42 43 44 45 46 77