Installing Node-RED on Ubuntu Thumbnail

Installing Node-RED on Ubuntu

In this quick tutorial, you will learn how you can easily install and set up Node-RED on the Ubuntu operating system. Node-RED is a automation platform that uses a super easy-to-use visual based scripting language. You can build an automation by just dropping a few nodes on to your screen. Read More...

Running Sunshine on Ubuntu Thumbnail

Running Sunshine on Ubuntu

In this guide, you will learn how to set up Sunshine on the Ubuntu operating system. Sunshine enables you to stream your PC to another device. It is highly regarded for its low latency and support for modern encoding standards. It is perfect for streaming your games to a weaker device. Read More...

Find and Kill a Process Using a Port on Linux Thumbnail

Find and Kill a Process Using a Port on Linux

In this guide, you will learn how to easily find and kill a process on Linux that is utilizing a given port while using the terminal. Freeing up a port allows you to run a different server on your machine that might require the same port. Also, finding what is running on a port can help identify services you have set up previously. Read More...

Setting up a Speedtest Tracker using Docker Thumbnail

Setting up a Speedtest Tracker using Docker

In this tutorial, we will be showing you how to set up an internet speedtest tracker using Docker. Using this you can easily track your internet performance from a modern web interface. This interface even automatically graphs the results of your speed tests allowing you to see how your internet performs over time. Read More...

How to Enable Wayland on Ubuntu Thumbnail

How to Enable Wayland on Ubuntu

This quick guide will show you how to quickly enable Wayland on the Ubuntu operating system. It requires editing a single configuration file. Newer versions of Ubuntu have Wayland enabled by default, but some older releases require you to manually switch it on. Read More...

Running Android Apps on Ubuntu with Waydroid Thumbnail

Running Android Apps on Ubuntu with Waydroid

In this project, we will be showing you how you can install and use Waydroid on Ubuntu to run Android apps natively. Waydroid is a container-based way of running a full version of Android along a primary operating system such as Ubuntu. It passes everything through from the main system to work as if it were a part of Ubuntu. Read More...

Alternative to IPConfig on Ubuntu Thumbnail

Alternative to IPConfig on Ubuntu

In this quick guide, we will show you a couple of alternatives to IPConfig on the Ubuntu operating system. IPConfig is a Windows command line tool for getting the IP configuration of your network interfaces. Ubuntu offers several alternative tools that we will show you how to use. Read More...

How to Extract 7z Archives on Linux Thumbnail

How to Extract 7z Archives on Linux

This quick tutorial will show you a quick and easy method for extracting a 7z archive on Linux. The 7z format is a great way to compress files thanks to its usage of modern, efficient compression techniques. However, the 7z format isn't without its drawbacks. Read More...

Setting up Cockpit on Ubuntu Thumbnail

Setting up Cockpit on Ubuntu

In this tutorial, you will learn how you can install Cockpit on Ubuntu. Cockpit is a web interface that enables you to manage your system. You can perform many of the tasks you need with just a few short clicks. It also provides you an overview of your system and how it is performing at just a quick glance. Read More...

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...