Software & Apps

Ubuntu 2

Fixing Black Screen Issue in Ubuntu on VirtualBox

In this article, we will be discussing a common issue faced by users running Ubuntu on VirtualBox – the black screen issue. This problem typically arises after the Ubuntu loading …

Ubuntu 17

Choosing Mount Points for Ubuntu Partitions

The process of setting up a new Ubuntu installation involves several crucial steps, one of which is partitioning your hard drive. This is where you decide how to divide your …

Ubuntu 18

How To Connect to a WiFi Network Using nmcli?

In this article, we will delve into the process of connecting to a WiFi network using the Network Manager Command-Line Interface (nmcli). nmcli is a command-line tool for controlling NetworkManager …

Ubuntu 21

How To Copy Files with Long Argument List in Command Line

In the world of system administration and development, the command line is a powerful tool that can make complex tasks simpler. However, at times, you might encounter certain limitations. One …

Ubuntu 4

Should the /etc/sudoers File Only Have Read-Only Permissions?

The /etc/sudoers file is a fundamental part of a Unix-based system’s security, specifying which users can run sudo command to execute commands as root or another user. This article explores …

Ubuntu 4

How To Merge Application Menu Bar with GNOME Top Bar

GNOME, a popular desktop environment for Linux, is known for its clean and intuitive user interface. However, if you’re using a laptop or a monitor with limited vertical space, you …

Ubuntu 8

Understanding VIRT, RES, and SHR in the top command

The top command is a valuable tool in the Linux arsenal. It provides a real-time, dynamic view of the processes running on a system. It’s a great resource for monitoring …

Ubuntu 2

How To SSH into a KVM Guest VM using Virsh

In this article, we will be discussing how to SSH into a KVM (Kernel-based Virtual Machine) Guest VM (Virtual Machine) using Virsh. Virsh is a command-line interface tool for managing …