How to Check the Status of the Ubuntu Firewall Thumbnail

How to Check the Status of the Ubuntu Firewall

In this quick guide, you will learn how to check the status of the firewall on Ubuntu. A firewall helps protect your system from network attacks. It achieves this by allowing or blocking any incoming or outgoing connections. Checking the status of your firewall allows you to see whether this layer of protection is active or not. Read More...

Setting up Dockge on Linux Thumbnail

Setting up Dockge on Linux

In this tutorial, you will learn how to install and use Dockge on Linux. Dockge is a Docker management tool for Docker Compose files. This software features a sleek web interface that basically gives you all of the functionality you require to manage containers. Read More...

Installing Slack on Ubuntu Thumbnail

Installing Slack on Ubuntu

In this tutorial, we will be showing how you can install Slack on the Ubuntu operating system. Slack is a popular communication platform for teams and a key competitor to Microsoft teams. It offers native support for Linux systems such as Ubuntu. Read More...

How to Save and Exit out of Nano Thumbnail

How to Save and Exit out of Nano

In this quick guide, we will show you how to save and exit easily from Nano. This is something all beginners should learn first. While Nano is a relatively simple text editor, it requires you to learn some simple keyboard shortcuts to remember, such as saving and exiting a file. Read More...

How to Check your Linux OS Version Thumbnail

How to Check your Linux OS Version

In this quick guide, we will be showing you four different methods that you can use to easily check your Linux OS version from the terminal. Knowing what version you are running can be crucial for working out what software you can install and run. Read More...

Setting up Tailscale on Ubuntu Thumbnail

Setting up Tailscale on Ubuntu

In this tutorial, you will learn how to easily set up a virtual private network on your Ubuntu machine using Tailscale. This technology allows you to set up a VPN without performing any configuration. Additional devices can be added to this network with a few quick and easy steps. Read More...

Installing SteamCMD on Linux Thumbnail

Installing SteamCMD on Linux

In this quick guide, you will be learning how you can easily install SteamCMD on Linux. SteamCMD is a command line tool that allows you to interact with Steam. Using this tool, you can download and install games and software directly from Steam without having to use the desktop interface. Read More...

Running Gitea using Docker Thumbnail

Running Gitea using Docker

In this tutorial, you will learn how you can self-host Gitea easily on your Linux system by making use of Docker containers. Gitea is what is called a forge software. It is a place where you can store your code, set up continuous integration and much more. Read More...

Installing FFmpeg on Ubuntu Thumbnail

Installing FFmpeg on Ubuntu

In this tutorial, you will learn how to install or compile FFmpeg software library on the Ubuntu operating system. This suite of tools is great at dealing with music or audio formats. For example, you can use it to transcode video from one format to another. Read More...

Get your Public IP Address using Curl on Linux Thumbnail

Get your Public IP Address using Curl on Linux

In this tutorial, you will learn how to use curl on your Linux system to easily get the IP address assigned to your machine. By using services such as icanhazip you can easily check your public IP address directly from the terminal. It is even possible to check both your IPv4 and IPv6 public addresses. Read More...