bookmark_borderInstalling Rocket.Chat with Docker on AlmaLinux 8

Hello,

In this week’s feature highlight, we look at How to Install Orchard CMS with LEMP Stack on AlmaLinux 8

Rocket.Chat is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection. In this article, we are going to learn how to install Rocket.Chat on AlmaLinux 8. So, let’s get started.

Checkout the Rocket.Chat Project Here.

Try this wiki on our VPS. Starting at just $5/month with 24×7 In-house customer support.

Pre-requisites

Read More

bookmark_borderInstalling Orchard CMS with LEMP Stack on AlmaLinux 8

Hello,

In this week’s feature highlight, we look at How to Install Orchard CMS with LEMP Stack on AlmaLinux 8

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework. In this article, we are going to learn how to install Orchard CMS on AlmaLinux 8. So, let’s get started.

Checkout the Orchard CMS Project Here.

Try this wiki on our VPS. Starting

Read More

bookmark_borderInstalling WeKan with LEMP Stack on AlmaLinux 8

Hello,

In this week’s feature highlight, we look at How to Install WeKan with LEMP Stack on AlmaLinux 8

WeKan ® is an completely Open Source and Free software collaborative kanban board application with MIT license. Whether you’re maintaining a personal todo list, planning your holidays with some friends, or working in a team on your next revolutionary idea, Kanban boards are an unbeatable tool to keep your things organized.

They give you a visual overview of the current state … Read More

bookmark_borderTop 10 Self hosted Content Management Systems

Content Management Systems :

A content management system, or CMS, is software that allows people to generate, manage, and edit website content without requiring specialist technical skills. It’s a technology that allows you to create a website without having to write all of the code from scratch (or even know how to code at all).

Rather than designing your own system for making web pages, storing photos, and other activities, the content management system takes care of it all for … Read More

bookmark_borderImproved NVMe SSD powered KVM VPS plans coming soon

Hello,

A key offering of our KVM based VPSes, the NVMe SSD powered plan has offered impressive disk I/O speeds which has been an important factor when deciding on a VPS to be used for disk I/O bound tasks such as larger databases etc.

As part of our continuous hardware review, we’ve identified a newer (and better) hardware setup which offers an impressive gain over the existing setup in use for our NVMe SSD based plans.

We will be now … Read More

bookmark_borderNew Years Greetings

Hey There!

We would like to thank you for being on the journey with us this past year. We wish you the best of luck, prosperity, and health this new year and we look forward to serving you,

We’d like to use this opportunity to share/showcase some of the key goals we’ve achieved this past year!

New Products,

We added a new AMD Ryzen 9 5950X Powered product at the start of this year past year under the SSD KVM product … Read More

bookmark_borderCentOS 8 EOL

Hey There!

CentOS 8

The CentOS 8 project has been transformed into CentOS Stream, CentOS stream sits between Fedora and RHEL. Compared to earlier where CentOS releases would come after RHEL releases making CentOS tried and tested and super stable.

While in our testing CentOS Stream has been stable enough and there are advantages as well such as newer packages may make their way into CentOS quicker now compared to past releases, the long-term stability remains unknown due to the … Read More

bookmark_borderHow to Install Flarum on Ubuntu 20.04

Hello,

In this week’s feature highlight, we look at How to Install Flarum on Ubuntu 20.04

Flarum is a free, open-source, and next-generation forum application that helps you to build your online discussion forum. Flarum looks and feels great out of the box. The user interface is streamlined so you can spend less time clicking and more time talking.

Update the system.

apt update 

apt upgrade

Install LAMP Server

apt-get install apache2 mariadb-server php8.0 libapache2-mod-php8.0 php8.0-common php8.0-mbstring php8.0-xmlrpc php8.0-soap php8.0-mysql
Read More

bookmark_borderInstalling Glances on AlmaLinux 8

Hello,

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

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 … Read More