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

Check External IP From Linux Command Line

November 26, 2021 / Linux Commands

There are a few different ways to check a system’s external IP address from the Linux command line. Check out some of the methods below to retrieve your public IP address using Linux commands. Retrieve External IP Address in Command Line Method 1. Use the dig command to see your IP address from different name […]

Check External IP From Linux Command Line Read More »

How to Install Python 3 or Python 2 on Ubuntu 20.04

November 25, 2021 / System Administration

Ubuntu is a great distro for developers. Python programmers will need to install Python on the system before it’s possible to code programs and run Python scripts on Ubuntu. This tutorial will show you how to install Python 2 or Python 3 on Ubuntu 20.04. Install Python 3 on Ubuntu Python 3 is the latest

How to Install Python 3 or Python 2 on Ubuntu 20.04 Read More »

How to Install VirtualBox Guest Additions on Kali Linux

November 24, 2021 / System Administration

VirtualBox Guest Additions will help you get the most out of your Kali Linux 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 Kali Linux. Kali Linux will

How to Install VirtualBox Guest Additions on Kali Linux Read More »

How to Upgrade to Debian 11 Bullseye

November 22, 2021 / System Administration

This guide will show how to upgrade to Debian 11 Bullseye, which is the latest version of the operating system, released on August 14, 2021. Upgrade to Debian 11 Bullseye Step 1. You’ll need a completely up to date system in order to start the upgrade. Open a terminal and type the following commands to

How to Upgrade to Debian 11 Bullseye Read More »

How to Upgrade to Ubuntu 22.04 Jammy Jellyfish

November 18, 2021 / System Administration

This guide will show how to upgrade to Ubuntu 22.04 Jammy Jellyfish, which is the latest LTS version of the operating system. Canonical releases new LTS (long term support) versions of Ubuntu every two years, in April. They also release interim editions every six months. It’s always recommended that you keep Ubuntu up to date

How to Upgrade to Ubuntu 22.04 Jammy Jellyfish Read More »

Convert PNG Images to WebP on Linux (With Commands)

November 11, 2021 / Linux Commands

The WebP image format is great at compressing photos to incredibly small file sizes. This makes it an ideal format for images on websites, just as its name would imply. Outside of web hosting, the PNG image format is much more popular and better suited to archiving. In this tutorial, you’ll see how to convert

Convert PNG Images to WebP on Linux (With Commands) Read More »

Mount and Access Hard Drives in Windows Subsystem for Linux (WSL)

November 7, 2021 / Linux Commands

You can access all your Windows PC’s files in WSL by mounting hard drives, flash drives, and other removable disks. In this guide, we’ll see how to mount our file systems in Windows Subsystem for Linux in order to access our files, as well as how to automate the process. Accessing C: Drive WSL will

Mount and Access Hard Drives in Windows Subsystem for Linux (WSL) Read More »

Neofetch Command in Linux (With Examples)

November 1, 2021 / Linux Commands

The neofetch command in Linux will output system information, distribution information, and an ASCII logo of the distro in terminal. The command is often seen in screenshots from users that wish to show off their system specs or the Linux distribution they’re using. In this guide, you’ll see how to install Neofetch on Linux, and

Neofetch Command in Linux (With Examples) Read More »

Find Files Based on Size in Linux

October 29, 2021 / Linux Commands

Finding files based on their size can help you figure out which files are taking up the most space on your hard drive. Whether you need to free up storage, or just want to see which files are largest, there are plenty of Linux commands that can help. In this guide, we’ll go over the

Find Files Based on Size in Linux Read More »

Allow Port Through Firewall in Ubuntu 20.04

October 19, 2021 / System Administration

Ubuntu comes with ufw (uncomplicated firewall) installed by default. This is a frontend for iptables/nftables, the built-in Linux firewall, and is meant to make firewall management a bit easier. In this guide, you’ll see how to add rules to the firewall to open ports and allow certain services to have access through the firewall on

Allow Port Through Firewall in Ubuntu 20.04 Read More »

← Previous 1 … 10 11 12 … 16 Next →
Home About Contact Privacy Policy

Copyright © 2025 Linux Nightly