System Administration

Â?

Articles marked as System Administration are usually geared towards Linux security, networking, server configuration, virtualization, and similar topics.

Â?

At Linux Nightly, we’re always auditing our Linux servers and desktops, and looking for ways to improve performance and security. In these guides, we share some of the helpful things we’ve learned.

How to Install VirtualBox Guest Additions on Ubuntu 22.04

VirtualBox Guest Additions will help you get the most out of your Ubuntu virtual machine. It gives you automatic resolution scaling, a shared clipboard between the host and VM, and drag and drop ability. The step by step instructions below will explain how to install VirtualBox Guest Additions on Ubuntu Linux. Step 1. First, we’ll

How to Install VirtualBox Guest Additions on Ubuntu 22.04 Read More »

How to Check GNOME Version

In this tutorial, you will learn how to check the installed version of GNOME desktop environment on your Linux system. This can be accomplished through command line or via GUI as you will see below. Check GNOME Version – Command Line Open the terminal and type in: $ gnome-shell –version Check GNOME Version – GUI

How to Check GNOME Version Read More »

How to Move a User’s Home Directory on Linux

A home directory is a user’s default directory when they log into Linux. It’s normally created automatically inside of the /home directory, such as /home/username. In this tutorial, you will learn how to change the home directory for a user in Linux by using the usermod command. Step 1. First, let’s create a new directory

How to Move a User’s Home Directory on Linux Read More »