Which local Backup Tool is the best on Linux?

Linux Backup

There are several backup utilities available for Linux. Some of them are based on bash scripts and others are properly crafted open-source software. The problem comes when nothing is available in a default installation. I am a Debian user and I have some preferences to use certain backup utilities to keep my data safe. In … 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 Install Webmin on CentOS 8 and Rocky Linux 8

Webmin CentOS Rocky Linux

Webmin is an open-source web-based interface that simplifies the administration of Unix systems. Usually, to perform any kind of task in Linux like setting up accounts, setting up web servers, installing software, you have to manually run the commands and edit configuration files. Webmin lets you do all such tasks using a web-based interface. Using … 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 speed-up an Ansible Playbook

Speed up Ansible

Ansible is an open-source IT automation tool for continuous deployments or zero downtime rolling updates, software deployment, configuration management, and orchestration of more advanced IT tasks. Ansible minimizes the workloads and saves a lot of time during server configuration and application deployment. In some scenarios we do have to maintain a large number of servers … 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

How to Install urBackup on Ubuntu 20.04

Linux Client/Server Backup

UrBackup is a client/server backup tool that supports image backups as well as file backups. It is available for both Linux and Windows operating systems. A prominent feature of this backup system is that it never interrupts the current working of your system rather the backups are created in parallel while your target system is … Read more

How to install Varnish Cache on Ubuntu 20.04

Ubuntu Varnish Cache

Now more than ever, page loading speed is crucial to any website owner. A few seconds of lag in loading your website will quickly send internet users to the next site leading to high bounce rates and reduced revenue. In fact, page loading speed is a crucial ranking aspect that Google uses to rank websites. … Read more

How to install and use R and RStudio in Linux

R Programming Language

R is a programming language that is mostly used for statistical computing, data mining, and graphics. RStudio is an Open Source and free-to-use integrated development environment (IDE) for R. Prerequisites Before moving to the R and RStudio installation, we need to make sure of some basic things for the smooth run. You need to have … Read more

How to detect and manage devices on Linux

Detect Linux Devices

Many of the Linux beginners coming from Windows know how to manage devices on their Windows systems. But they do not know how to do the same on Linux unfortunately. This is not because Linux is different, rather they are new and unaware of where to find the right help. Here I am going to … Read more