SysAdmin

How To Delete Git Tag

August 15, 2022

Git tags mark particular points in a project's history. This tutorial shows how to delete a local and remote tag to keep your repository clean.

Read more

Git Rename Tag Guide

August 11, 2022

Git tags are specific reference points in a project's development. This tutorial shows how to rename a Git tag in a local or remote repository.

Read more

Git Create Tag Guide

August 10, 2022

Git tags denote specific points in a project's Git history. This tutorial shows how to create Git tags.

Read more

lsof Command in Linux with Examples

August 4, 2022

lsof is a practical sysadmin tool that prints a list of all open files. Read this guide to learn how to use the lsof command.

Read more

How to Install a Desktop (GUI) on an Ubuntu Server


Want to add a desktop environment after you install Ubuntu server? By default, Ubuntu Server does not include a Graphical User Interface (GUI). A GUI takes up system resources (memory and processor) that are used for server-oriented tasks. However, certain tasks and applications are more manageable in a GUI environment. This guide will help you choose and install a graphical interface on your Ubuntu server.

Read more

How to List Users in Linux


Linux OS is unique because of its multiuser characteristic. It allows multiple users on one system, at the same time. In such circumstances, it is essential to be able to track all the users. In this how-to article, you will learn how to list users along with their login information. These commands should work on Centos/Ubuntu/Arch and other Linux distros as well.

Read more

phoenixNAP Client Portal Documentation

August 1, 2022

Welcome to the phoenixNAP Client Portal documentation repository. Here you will find instructions on how to utilize the screens in the Client Portal and detailed information on the use of the Client Portal to create and administer your virtual machines (VM) and bare metal servers. The PDF guides below assume you are familiar with basic […]

Read more

Vim - Find and Replace

July 28, 2022

You can substitute patterns in Vim with the slash and dot method or the substitute command. This tutorial explains how to find and replace words and navigate your file easily.

Read more

Vim - Go to End of File

July 27, 2022

Vim offers several ways to move to the top or bottom of the text. Knowing how to jump to the start or end of any document will simplify navigating large files.

Read more

How to Create/Add Users in Linux

July 26, 2022

The useradd command is the primary SysAdmin tool for creating new user accounts on a Linux system. This guide provides and in-depth explanation on how the command works and how to use it effectively.

Read more
1 34 35 36 37 38 76