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

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

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

Setting up Moonlight on Linux Thumbnail

Setting up Moonlight on Linux

In this guide, you will learn how you can set up the Moonlight Streaming client on a Linux based operating system. This client allows you to stream your PC and games directly to your Linux machine. All you need is a PC with NVIDIA GameStream or Sunshine. Read More...

How to Run a Traceroute on Linux Thumbnail

How to Run a Traceroute on Linux

In this tutorial, you will learn how to run a traceroute on a Linux based operating system. A traceroute is an incredibly powerful tool for debugging issues with your network connectivity. Since it checks every router, you can quickly identify problematic devices in your network. Read More...

How to Tail Docker Container Logs Thumbnail

How to Tail Docker Container Logs

In this quick guide, you will be learning how you can tail the logs of any Docker container with a couple of simple commands. Tailing or following a log allows you to see messages as they are output by your containers. It is a great way to debug any issues you may be running into. Read More...