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

bookmark_borderInstalling Gitlab on Ubuntu 21.04

Hello,
In this week’s feature highlight, we look at How to Install Gitlab on Ubuntu 21.04

GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking, and continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc.

Update System.

apt update

apt upgrade -y

Install the Gitlab package dependencies.

apt-get install -y curl openssh-server ca-certificates

Add the GitLab Repository.

curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash

Install Gitlab

Download Gitlab package … Read More

bookmark_borderInstalling Focalboard on Ubuntu 20.04

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

Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. It’s a project management tool that helps define, organize, track and manage work across teams, using a familiar kanban board view

Update the System.

apt update

apt upgrade

Install Focalboard

Download the focalboard packages and then move it into /opt/focalboard directory.

wget https://github.com/mattermost/focalboard/releases/download/v0.9.2/focalboard-server-linux-amd64.tar.gz
tar -xvzf focalboard-server-linux-amd64.tar.gz
sudo mv focalboard /opt

Install NGINX

Read More

bookmark_borderInstalling and use Docker Compose on Ubuntu 21.04

Hello,
In this week’s feature highlight, we look at How to Install and use Docker Compose on Ubuntu 21.04

Installing Docker on Ubuntu

Check for system updates and install it.

apt update

apt upgrade

Install basic dependencies.

apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common

Output:

root@vps:~# apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ca-certificates is already the newest version (20210119build1).
ca-certificates set to manually installed.
curl is already 
Read More

bookmark_borderHow to Install Python 3.9 on Ubuntu 21.04

Hello,
In this week’s feature highlight, we look at How to Install Python 3.9 on Ubuntu 21.04

Ubuntu has had Python installed by default since at least version 8.04 and since 18.04 LTS the python included in the base system is Python 3.

Use python command to run commands for any older Python 2.x version, to run a command using the newer version, use python3.

You can check the python version by executing the following command.

python3 --version

If … Read More

bookmark_borderAnnouncing cPanel SSD Powered Shared and Reseller hosting available!

Greetings,

We’re happy to announce a performance upgrade to our cPanel ATL and DE shared and reseller hosting available in Frankfurt, DE, and Atlanta, US.

The cPanel powered services are now powered by SSD-based storage with a much newer CPU and faster DDR4 memory as well.

SSD disks should net a 5-10x performance gain allowing your websites to load faster and serve your users quicker. The improved CPU performance as well will enable websites to load faster and run more … Read More