How to install Chromium Browser on Debian 11 (Bullseye)

Install Chromium Browser on Debian 11

Google’s Chromium browser is a Google project. It is an open-source web browser whose major objective is to make online browsing safer and quicker for all users. This browser is not designed for end-users, but rather for developers or programmers, because Google makes changes to its source code practically every day. As a result, it … Read more

How to Install Zirkula CMS on Ubuntu 20.04

Zirkula CMS on Ubuntu

ZIkula means “plus” in Swahili language, so it translates as “more than” or “something more”. The name embodies what this project provides – an extension beyond common web technologies with tools like templates that help you create simple one-page websites all the way up to complex applications powered by Node JS modules & MVC architecture. … Read more

How to Install Virtualmin on Ubuntu 20.04

Virtualmin installation on Ubuntu 20.04

Virtualmin is a web hosting control panel that allows you to manage your virtual private servers through an easy-to-use interface. You can use this software to create and delete websites, install and update server applications, and monitor resource usage. Virtualmin features a number of scripts that can simplify the process of installing and maintaining software … Read more

How to Install Git Version Control System on Debian 11

Git installation on Debian 11 Linux

Git is a distributed version control system that was originally developed by Linus Torvalds in 2005. It has since been made available as an open-source project, allowing for more people to contribute and use it across all platforms of development without charge. It has since grown to be the most widely used distributed version control … Read more

How to Create Linux OS Templates with KVM on Ubuntu 20.04

Create KVM Templates

KVM refers to the Kernel-based Virtual Machine which helps to run multiple Linux or window-based isolated guests along with their own OS and virtual dedicated hardware. To run KVM your system must be compatible with hardware virtualization extensions, such as AMD-V or Intel-VT. The VM template is a copy of the virtual machine including specific … Read more

MySQL 8 Master-Slave replication on Ubuntu 20.04

MySQL Master-Slave Replication

Sometimes we may need to replicate data from one MySQL DB server to one or more MySQL DB servers automatically. Basically, database administrators perform database-related tasks such as replication, clustering, and auto-failover. Managing MySQL database servers and performing replication tasks are the responsibilities of database experts. In this article, we will learn how to set … Read more

How to Install FreeRADIUS and Daloradius on Ubuntu 20.04

Ubuntu FreeRadius

What is a freeRADIUS server? RADIUS is a AAA (authentication, authorization, and accounting) protocol that helps in controlling network access. In other words, RADIUS protocol is used for connection management between the Network Access Server (NAS) and Authentication server. The connection between two ends(NAC-NAS or NAS-Authentication server) is initiated after a successful negotiation on the … Read more

How to format a harddisk partition with BTRFS on Ubuntu 20.04

BTRFS on Ubuntu

Btrfs or commonly pronounced as b-tree FS or butter FS is a COW (copy-on-write) based disk storage format and filesystem. In btrfs, all characters except / and Null are applicable for creating the files featuring self-healing and the capability of spanning multiple volumes. It was initially developed by Oracle in 2007 and developed by multiple … Read more

How to install Reveal.js on Ubuntu 20.04 

RevealJS on Ubuntu 20.04

Reveal.js is a free and open-source HTML presentation framework that enables users to create free, fully-featured, and attractive presentations using a web browser. Users can use web technologies in the presentations using the reveal.js framework. This tool helps to add more CSS styles, add an external web page, include <iframe>and custom user behavior using different … Read more