today's howtos
-
How to set up Wireguard on Ubuntu 22.04
WireGuard is a communication protocol and free and open-source software that implements encrypted virtual private networks, and was designed with the goals of ease of use, high speed performance, and low attack surface. It is a lightweight Virtual Private Network (VPN) that supports IPv4 and IPv6 connections.
-
How To Install Passbolt Password Manager on Ubuntu 22.04 LTS
In this tutorial, we will show you how to install Passbolt Password Manager on Ubuntu 22.04 LTS.
-
How To Install PlayOnLinux on Rocky Linux 9
In this tutorial, we will show you how to install PlayOnLinux on Rocky Linux 9.
-
How to install Brave Browser on Debian 12 | 11 Linux
Looking for a Mozilla firefox alternative then try installing the free Brave Brwoser on Debian 12 Bookworm or Debian 11 Bullsye using the command terminal. Steps are given in this tutorial.
-
2023-03-12 How to install ONLYOFFICE on Linux Lite 6.2
-
2023-03-12 How to install WPS Office on a Chromebook - February update
-
Enable Fast Open in Nginx on Linux Server
This article will provide a step-by-step guide on enabling Fast Open in Nginx on a Linux server. Fast Open is a TCP feature that allows a client and a server to exchange data during the initial handshake, reducing the latency and improving the overall performance of the connection.
-
How to Install Kodi on Linux Mint 21 or 20
Kodi is a free, open-source media player software that allows users to organize and play their media files on various devices, including movies, TV shows, music, photos, and more. Originally called XBMC (Xbox Media Center), Kodi was created in 2002 as a media center software for the original Xbox game console.
-
How to Install Golang (Go) on Debian 12, 11 or 10
Go, also known as Golang, is a programming language developed by Google in 2007. It is an open-source language designed to build efficient, reliable, scalable software. Go is known for its simplicity, speed, and robustness.
-
How to Install Glances on Ubuntu 22.04 or 20.04
Glances is a powerful system monitoring tool that provides real-time information about system resources, including CPU, memory, disk, network usage, and more.
-
2023-03-07 Peter Czanik: Syslog-ng 101, part 10: Parsing
-
How to Create a Random Quote / Fact WordPress Plugin
To create a WordPress plugin which shows a random value from an array, such as quote or fact, follow these steps. Open your editor and create a file called fun_facts.php (the name does not really matter). Then paste the following code: The above code creates a plugin for displaying Java fun facts.