×


Category: Rocky Linux


Deploy Redis on Rocky Linux 8 - Step by step guide ?

This article covers how to install and configure Redis on Rocky Linux 8. In fact, Redis is a popular and open-source in-memory key-value data store. It supports various data structures such as Hash, Lists, Sets, Strings, and much more. 


Install Git on Rocky Linux 8 - Step by step guide ?

This article covers how to install and configure Git on Rocky Linux 8. In fact, Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel.


How To Uninstall git on Ubuntu 21.04 ?

To uninstall only the git package we can use the following command:

$ sudo apt-get remove git

We can use the following command to remove git configurations, data and all of its dependencies, we can use the following command:

$ sudo apt-get -y autoremove --purge git


Install Gitlab on Rocky Linux 8 - Step by step guide ?

This article covers how to install GitLab on Rocky Linux 8. In fact, GitLab is a free git repository management tool that allows you to create and manage git repositories. It provides tools for everything an open-source developer would need. Also it integrates perfectly with other development tools like CodeShip, which makes deployments easy and fast.


Enable PowerTools Repository on Rocky Linux 8 - How to do it ?

This article covers how to enable PowerTools repository on Rocky Linux and any other Red Hat Linux systems. In fact, The PowerTools repository is a container that contains many packages, libraries, and developer tools for either creating from source or installing applications. Most repositories rely on the PowerTools to be enabled, including the most popular Extra packages for the Enterprise Linux repository.


How to Install EPEL Repositories on Rocky Linux 8 ?

You need to enable EPEL since while installing a package being provided by the PowerTools repos, there might be some dependencies required and provided by the EPEL:

$ dnf install epel-release


Install Joomla on Rocky Linux 8 - Step by step guide ?

This article covers how to install Joomla on Rocky Linux 8. In fact, Joomla is an open-source and PHP-based content management system used for creating different types of websites including blogs, eCommerce storefronts, and marketing sites. It is simple, user-friendly, and provides an easy way to build dynamic and powerful websites.


Install Discord on Rocky Linux 8 - Step by step guide ?

This article covers how to install Discord on Rocky Linux 8. Infact, Discord is available on Windows, macOS, and Linux Distros. It allows Users to communicate with voice calls, video calls, text messaging, media, and files in private chats or as part of communities called "servers". 


Install Spotify on CentOS 8 / Rocky Linux - Step by step guide ?

This article covers the complete installation procedure of Spotify on Rocky Linux 8. In fact, Spotify allow users to legally stream the latest and old music directly on their smartphone, TV, or PC with help of a dedicated app or browser and internet.


Install / Enable RPM Fusion on Rocky Linux 8 - Step by step guide ?

This article covers how to install RPM fusion on AlmaLinux 8 / Rocky Linux 8. In fact, RPM Fusion is a repository specifically for Fedora Linux which is an amalgamation of the software repositories Livna, Freshrpms, and Dribble to bundle resources. 


How to Disable or Enable any repository like RPM Fusion from Rocky Linux 8 system ?

1. Install Yum Utils:

$ sudo dnf install yum-utils

2. Command syntax to enable or disable repo:

$ sudo yum-config-manager --disable repository-ID

3. To get the ID list the repositories using:

$ dnf repolist

Let's say we want to disable Fusion then the command will be:

$ sudo yum-config-manager --disable rpmfusion-free-updates

To enable the same in the future, use:

$ sudo yum-config-manager --enable rpmfusion-free-updates

4. To List, all the enabled and disabled repositories simply type:

$ dnn repolist all


Reset Root Password on Rocky Linux - How to do it ?

This article covers the process of Resetting the root password on Rocky Linux. In fact, If you are locked out of your AlmaLinux instance and have lost access to the root account, you need to boot into single-user mode and reset the root password.


How to Install WordPress with LEMP (Nginx, MariaDB, and PHP) on Rocky Linux 8 ?

This article covers how to install the LEMP stack on Rocky Linux 8. In fact, The terminology LEMP is an acronym for Linux, Nginx (pronounced as Engine X, hence the E) which is a web browser, MariaDB or MySQL – database, and PHP for processing dynamic content). LEMP stack is popularly used for hosting high-traffic and highly scalable web applications and websites.


Install WordPress on Rocky Linux 8 using the LAMP stack - Step by step guide ?

This article covers how to install WordPress on Rocky Linux 8. In fact, WordPress  is open-source, written in PHP and use a MariaDB/MySQL as a database backend. WordPress is the most popular content management system used to host static and dynamic websites on the Internet. You are now ready to create your blog or website.


Install XFCE Desktop on Rocky Linux 8 - Step by step guide ?

This article covers how to install the XFCE desktop environment on Rocky Linux 8. In fact, Xfce is a lightweight desktop environment for UNIX-like operating systems designed to run fine on minimal system resources ie (small memory footprint and CPU usage) while being visually appealing and user friendly.


Main features of Xfce:

  • Display Manager – Xfce display manager is called LightDM.
  • File Manager – called Thunar.
  • Favorites bar – A single icon on the left of the panel that displays favorites, recent applications and application menu.
  • Panels – A single panel located on the top of the window.
  • System Tray – A set of icons on the right side of the panel.
  • Windows Manager – The specialized Xfwm, which utilizes its own compositor manager.


Install KVM on Rocky Linux 8 / AlmaLinux 8 - Step by step guide ?

This article covers the installation of KVM on Rocky Linux / AlmaLinux. In fact, Kernel-Based Virtual Machine (KVM) is an open-source Linux-based hypervisor that is inbuilt within the Linux Linux Operating systems. Is grouped as a type 1 hypervisor as it possesses type 1 characteristics such as direct access to hardware with VM's. It has kvm.ko kernel module which creates a core virtualization infrastructure and supports both Intel and AMD processors.

Search by typing a one letter Word Term Here