Skip to content
Linux Nightly
  • System Administration
  • Linux Commands
  • Programming/Scripting
  • Applications
Linux Nightly
  • System Administration
  • Linux Commands
  • Programming/Scripting
  • Applications

How to Create Symlinks in Linux

October 11, 2022 / System Administration

Symbolic links (also called symlinks or soft links) act as shortcuts to other files or directories on Linux. Usually, they are just used as a matter of convenience. Sometimes, they’re also used to create links to files whose paths frequently change. For example, it’s easier to update a single symlink than it is to update […]

How to Create Symlinks in Linux Read More »

How to Delete a Site From Certbot

October 10, 2022 / System Administration

If you used the certbot utility to obtain your free SSL certificate from Let’s Encrypt, but now wish to delete it, there’s a very simple way to do it. Follow along with us as we show you how to delete a site’s certificate data with certbot on Linux. Option 1. To delete a site in

How to Delete a Site From Certbot Read More »

Install GUI on Ubuntu 22.04 Server & Desktop

October 10, 2022 / System Administration

Although GNOME is the default GUI, there are many different desktop environments available for Ubuntu. If you want to try a different desktop environment, or need to install a GUI because you don’t have one yet, we’ll show you how in this guide. These instructions will also work for Ubuntu Server, which doesn’t have a

Install GUI on Ubuntu 22.04 Server & Desktop Read More »

How to Check GNOME Version

October 10, 2022 / System Administration

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

October 9, 2022 / System Administration

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 »

How to View IP Address on Linux

October 8, 2022 / System Administration

There are several ways to view your system’s IP address in Linux. In this tutorial, you will learn how to see your IP address from command line and GUI. In case you want to check your system’s external IP address instead: Check External IP From Linux Command Line Commands to View Internal IP Address Method

How to View IP Address on Linux Read More »

How to Change LibreOffice Language and Spell Check on Ubuntu

October 7, 2022 / Applications

If you want to use a different or additional language in LibreOffice, that language pack must be installed separately. In this tutorial, you will learn how to change the language for LibreOffice, and you’ll also see the steps for configuring the spell check feature to work with your language of choice. The steps below have

How to Change LibreOffice Language and Spell Check on Ubuntu Read More »

How to Mount ISO File in Linux

October 6, 2022 / System Administration

To access the contents of an ISO file in Linux, you will need to mount it. In this tutorial, you will learn how to mount an ISO file using command line and GUI. Mount ISO File via Command Line Step 1. Create an empty directory where you would like to mount your ISO file, unless

How to Mount ISO File in Linux Read More »

How to Remove Exif Data via Linux Command Line

October 6, 2022 / Linux Commands

Images that contain Exif metadata may reveal when and where a photo was taken and with what device, among other things. While this is usually a desirable feature, it can also be a privacy concern if the images are going to be shared or published online. Exif data also helps inflate file size. In this

How to Remove Exif Data via Linux Command Line Read More »

How to View and Clear Terminal History in Linux

October 5, 2022 / Linux Commands

The commands you type into your Linux terminal are always logged somewhere. You may have noticed that you can press the up arrow on your keyboard to retrieve commands you’ve executed in the past. This is a convenient feature when you need to recall a past command, but can also be a potential privacy concern.

How to View and Clear Terminal History in Linux Read More »

← Previous 1 … 8 9 10 … 16 Next →
Home About Contact Privacy Policy

Copyright © 2025 Linux Nightly