SysAdmin

Linux Network Commands Cheat Sheet

September 13, 2023

Master Linux networking commands! This article provides an overview of 20 Linux network commands, and features a free downloadable PDF cheat sheet.

Read more

How to Delete a File in Linux

September 7, 2023

This article lists the most commonly used commands and tools to remove unwanted files from your Linux system.

Read more

What Is GRUB Bootloader in Linux?


GRUB bootloader initializes hardware and loads the Linux kernel at startup. It also provides a user interface to help user select the right OS to load on multi-boot systems. This article introduces you to GRUB and its usage.

Read more

How To Enable RDP Using xrdp on Ubuntu


RDP gives you access to the GUI of a remote server. RDP works with xrdp, an open-source remote desktop protocol server in Linux.
This text shows you how to enable an RDP using xrdp on Ubuntu 22.04.

Read more

How to Git Reset to Remote

September 6, 2023

Resetting to a remote branch enables synchronizing a local branch to a remote repository. Follow this step-by-step tutorial to reset to remote using the git reset command, in three simple methods.

Read more

How to Install phpMyAdmin on Ubuntu 20.04 and 22.04


This guide explains how to install and secure a phpMyAdmin instance on Ubuntu 20.04 and 22.04.

Read more

How to Install, Deploy, and Uninstall Vagrant on Ubuntu 22.04

September 4, 2023

Vagrant is a software application that creates an operating system environment using virtualization technology. Vagrant uses a command line interface to load, prepare, and launch a virtual environment, called a Vagrant Box. There are many preconfigured Vagrant boxes available for download. You can also start with a basic box and add your own configuration. This guide will walk you thru how to install Vagrant on Ubuntu 18.04 (Bionic Beaver).

Read more

System Calls in Operating System Explained

August 31, 2023

This article explores the basic principles of system calls, delves into their functions and features, and provides a list of common system calls in UNIX and Windows.

Read more

How to Overwrite Local Branch with Remote in Git


Overwriting a local Git branch with a remote one is useful when you need to synchronize the changes with the remote repo. This tutorial shows two different methods for overwriting a local branch in Git.

Read more

Swap Space in Linux: What It Is & How It Works


This article explains the concept of swap space in Linux, what it is and how it works. Learn how to utilize swap space to boost your system performance and avoid degradation caused by improper use.

Read more
1 32 33 34 35 36 77