How to Install TeamSpeak Server on Ubuntu 20.04

Ubuntu TeamSpeak Server

Teamspeak is a free voice chat software that can be used by teams, groups, and communities. It’s popular among gamers because it allows them to communicate complex strategies in real-time while playing their favorite game. Teamspeak has many other uses besides gaming though. It can also be used for running online conferences or meetings, distance … Read more

How to Upgrade Debian 10 (Buster) to Debian 11 (Bullseye)

Debian Distribution Upgrade

Debian 11, codenamed ‘bullseye’ was released on August 10th and is available for download. Debian 11 ships with a number of significant software improvements and enhancements including: Support a wide range of architectures including 64-bit ARM (arm64), ARMv7, 64-bit little-endian MIPS, IBM System Z, 64-bit& 32-bit systems, among others. A new ‘homeworld’ theme that was … Read more

How to Install and Use acme.sh script to get free SSL Certificates on Linux

acme.sh Let's Encrypt

There are some popular methods of generating SSL and TLS certificates in Linux. One of the most popular methods of issuing SSL certificates is Let’s encrypt which is a certificate authority that offers free SSL certificates. There is an even easier way to issue the certificate which does not require any dependencies and requirements. The … Read more

How to encrypt block devices using LUKS on Linux

Sometimes you may want to encrypt your hard disk so that when someone connects your hard drive to their computer they need to provide user credentials to mount the drive. In Linux, it is possible to encrypt individual block devices. In this article, we will learn how to encrypt block devices in Linux using LUKS. … Read more

How to Install VirtualBox Guest Additions on Rocky Linux 8

VirtualBox Guest Additions on Rocky Linux

Running any operating system on a virtual box takes experience. You have to figure out various issues like connectivity issues and performance issues but out of all of them, the graphical issues is an exercise in patience. Not having fullscreen, shared clipboard, and file sharing limit your efficiency but also destroys the whole experience. VirtualBox … Read more

How to Install Laravel Framework on Ubuntu

Laravel PHP Framework on Ubuntu

Laravel is an open-source and cross-platform PHP framework that is hailed by web developers everywhere. Laravel is built by Symfony framework and works on model-view-controller pattern. It is highly regarded because it cuts down the grunt work and lets the developers do the real work. In this article, You will learn how you can install … Read more

How to Install Mattermost on Rocky Linux 8

Mattermost Installation on Rocky Linux

Mattermost is an open-source, self-hosted Slack alternative. Being free of the requirement to depend on a third-party vendor means that you are able to host your data in your own infrastructure. There are many reasons why you would want or need this – security being one of the most prominent ones. Furthermore, having full control … Read more

How to Install OpenEMR Medical Office Workflow Software on Ubuntu 20.04

Ubuntu OpenEMR

A medical office’s workflow can be a tangled mess of electronic documents, including insurance forms and appointments. In order to streamline the process for both patients and staff members, it is necessary that they have access to efficient software – which offers all necessities from scheduling weeks in advance with no reminders around receptionists’ availability … Read more

How to Install and Use Docker on AlmaLinux 8

Install Docker on AlmaLinux

Docker is a powerful platform for developers and sysadmins that simplifies the process of deploying applications inside software containers. Containers allow you to package up an application with all its parts (code, runtime, system tools, system libraries – anything that would usually go in /usr/bin, or /usr/lib) so it will run consistently on any Linux … Read more