How to Install and Use Docker on Rocky Linux 8

Docker on Rocky Linux

Imagine a box in which you can put all of your files, and it will maintain integrity. This is what Docker does, providing an easy way to manage containers for any application on-premise or cloud-hosted with ease. What’s even better about this tool: It comes free (yes, really) as well as being open source so … 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 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 install LAMP stack on AlmaLinux 8

Linux Apache MySQL PHP on AlmaLinux

LAMP is a popular open-source software stack that is mostly used for testing and hosting web applications. It’s an acronym for Linux Apache MariaDB / MySQL and PHP. It compromises a web server ( Apache ), a database server ( MariaDB or MySQL ), and the PHP scripting language which supports dynamic web pages written … Read more

How to install Swift Programming Language on CentOS 8

Swift Programming Language CentOS

Swift is a modern general-purpose, open-source, and high-performing compiled programming language. It was developed by Apple for iOS application development and released in 2014. However, it can also be used for cloud service, systems programming, and design more other applications. Swift language is used as a replacement for the older language such as Objective-C. As … Read more

How to Install Grafana Monitoring System on CentOS 8

Grafana on CentOS

Grafana is a widely used open-source system monitoring solution for Linux servers. It is e.g. used by PayPal, eBay, and Red Hat. Grafana is a good choice for all engineers who want to use a scalable and robust dashboard monitoring tool. This monitoring tool monitors various data sources. Using Grafana, you can bind time-series databases … Read more

Set Date and Time on CentOS 8 Desktop and Server

CentOS date setting

It is very important that your installed operating system has the correct date and time. A lot of advantages while you properly maintain the time and date of your system. Many processes on your CentOS system, e.g. cronjobs, depend on the correct date and time settings. In this tutorial, we will explore the two different … Read more