SysAdmin

Linux egrep Command With Examples

September 8, 2022

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

Linux make Command with Examples


The make command is a widely used Linux tool. Makefiles and make cut down the time and effort needed to compile files. Read this guide to learn how to use make.

Read more

Install Chocolatey on Windows 10


Chocolatey is an open-source package manager designed for Windows. This tutorial shows how to install and use Chocolatey with some basic commands.

Read more

How to Add a User to a Linux Group

August 19, 2022

By following the steps in this tutorial you will learn how to add a user to a group in Linux. Read the easy steps and learn how to expand your team. You will learn how to manage privileges for several users at once. Linux groups allow you to manage multiple user permissions more quickly and easily.

Read more
1 29 30 31 32 33 75