bookmark_borderInstalling Kernel 5.x on AlmaLinux 8

Hello,
In this week’s feature highlight, we look at How to Install Kernel 5.x on AlmaLinux 8

Kernel is central component of an operating system that manages operations of computer and hardware. It basically manages operations of memory and CPU time. It is core component of an operating system. Kernel acts as a bridge between applications and data processing performed at hardware level using inter-process communication and system calls.

Prerequisites

  • Access to AlmaLinux command line terminal.
  • Root privileges or Sudo
Read More

bookmark_borderInstalling Glances on RockyLinux

Hello,
In this week’s feature highlight, we look at How to Install Glances on RockyLinux

Glances is a cross-platform monitoring tool that aims to present a large amount of monitoring information through a curses or Web-based interface.

Features

  • CPU related information such as idle, iowait, usage, and more
  • Memory-related information such as usage, free, SWAP, and more.
  • Network usage information based on interfaces.
  • Disk usage information.
  • Lists processes resources used (sortable by resources).

Update the System.

yum update

Enable the … Read More

bookmark_borderInstalling Drupal on Alma Linux 8

Hello,
In this week’s feature highlight, we look at How to Install Drupal on Alma Linux 8

Drupal is a Content Management System (CMS) to maintain and publish an internet website. It’s an open-source content management system (CMS) with a large, supportive community. It’s used by millions of people and organizations around the globe to build and maintain their websites.

Update the system.

yum update -y 

Install the MariaDB Server

Install the MariaDB Server by running the following command,

dnf 
Read More

bookmark_borderRefreshed Website Launched

Hello there!

We’ve launched a refreshed version of our website today, The refreshed version of our website incorporates the same ease of access and clean layout but with improvements around the website to improve readability, usage of space and other components such as information cards to incorporate more information about our products.

We hope this refreshed version of the website helps improve your experience when accessing our website.


As always, Stay tuned for more!… Read More

bookmark_borderInstalling Ghost on Alma Linux 8

Hello,
In this week’s feature highlight, we look at How to Install Ghost on Alma Linux 8

Ghost is a free and open source blogging platform written in JavaScript and distributed under the MIT License, designed to simplify the process of online publishing for individual bloggers as well as online publications.

We will now begin with the installation, login as root user on the server.

Update the System.

yum update -y

Set your SELinux to permissive mode.

setenforce 0

sed 
Read More

bookmark_borderInstalling MongoDB 5 on AlmaLinux 8

Hello,
In this week’s feature highlight, we look at How to Install MongoDB 5 on AlmaLinux 8

MongoDB is a NoSQL database that stores data as JSON-like documents. Documents store related information together and use the MongoDB query language (MQL) for access and it is also called GriddFS which performs load balancing and data replication features over multiple machines for storing files.

Installing MongoDB

Before installing MongoDB, we need to add a repository manually since it is not present in … Read More

bookmark_borderInstalling Netdata on Rocky Linux 8

Hello,
In this week’s feature highlight, we look at How to Install Netdata on Rocky Linux 8

Netdata is an Open Source real-time server monitoring tool. It collects real-time data like CPU usage, RAM usage, Load, SWAP usage, Bandwidth usage, Disk usage, etc.

Installing EPEL Repo

Install EPEL Repo by running following command.

dnf install epel-release -y

Output:

[root@server ~]# dnf install epel-release -y
Rocky Linux 8 - AppStream                       959 kB/s | 7.8 MB     00:08
Rocky Linux 8 - BaseOS                          
Read More

bookmark_borderDebian 11 is now available on OpenVZ based VPSes

Hey There!


We’re happy to announce that Debian 11 is now available as an operating system choice on our OpenVZ based plans in our control panel.

We also have a few guides available on our wiki to start off with Debian 11, https://wiki.crowncloud.net/index.php#Debian+11 — Feel free to contact our support team (via a support ticket) if you wish to see any new/different guide available on our wiki!

Stay tuned for more!
– Team CrownCloud… Read More

bookmark_borderCentOS 8 Stream now available on OpenVZ based VPSes

Hey There!


We’re happy to announce that CentOS 8 Stream is now available as an operating system choice on our OpenVZ based plans in our control panel.

We also have a few guides available on our wiki to start off with CentOS 8 Stream, https://wiki.crowncloud.net/index.php#CentOS+8 — Feel free to contact our support team (via a support ticket) if you wish to see any new/different guide available on our wiki!

Stay tuned for more!
– Team CrownCloud… Read More

bookmark_borderAlmalinux 8 is now available on OpenVZ based VPSes

Hey There!


We’re happy to announce that Almalinux 8 is now available as an operating system choice on our OpenVZ based plans in our control panel.

We also have a few guides available on our wiki to start off with Almalinux 8, https://wiki.crowncloud.net/index.php#AlmaLinux+8 — Feel free to contact our support team (via a support ticket) if you wish to see any new/different guide available on our wiki!

Stay tuned for more!
– Team CrownCloud… Read More