bookmark_borderInstalling Joomla on Debian 12

Hello,

In this week’s feature highlight, we look at How to Install Joomla on Debian 12

Joomla is a free and open-source content management system for publishing web content on websites. Web content applications include discussion forums, photo galleries, e-Commerce, and user communities, and numerous other web-based applications.

Update the System to latest,

apt update

apt upgrade

LAMP Stack Configuration

Joomla like any other CMS application, will require a web server with Database running on the system to support it.… Read More

bookmark_borderInstalling Gitlab On Debian 12

Hello,

In this week’s feature highlight, we look at How to Install Gitlab On Debian 12

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 the system.

apt update

apt upgrade

Install required dependencies,

apt-get install curl ca-certificates apt-transport-https gnupg2 -y

Add Gitlab Repository using below command,

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

At the time of making … Read More

bookmark_borderInstalling Rust on Debian 12

Hello,

In this week’s feature highlight, we look at How to Install Rust on Debian 12

Rust is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety—ensuring that all references point to valid memory—without requiring the use of a garbage collector or reference counting present in other memory-safe languages.

Install Rust

Install the Rust using rustup command line tool,

Run the below command to install curl and then download the rustup command,

apt 
Read More

bookmark_borderInstalling WordPress with LAMP Stack on Debian 12

Hello,

In this week’s feature highlight, we look at How to Install WordPress with LAMP Stack on Debian 12

WordPress is one of the most popular website-building tools available out there. It is a simple way to get your online presence and perfect for those who do not know how to code and want a simple and effective way to share and build your story on the internet.

Prerequisites:

  • Root access to your Debian 12 server.
  • LAMP Stack installed and
Read More

bookmark_borderHow to Install Matomo with LAMP Stack on Debian 12

Hello,

In this week’s feature highlight, we look at How to Install Matomo with LAMP Stack on Debian 12

Matomo, formerly Piwik, is a free and open-source web analytics application developed by a team of international developers, that runs on a PHP/MySQL webserver. It tracks online visits to one or more websites and displays reports on these visits for analysis. In this article, we are going to learn how to install Matomo on Ubuntu 22.04. So, let’s get started.… Read More

bookmark_borderHow to Install Docker On Debian 12

Hello,

In this week’s feature highlight, we look at How to Install Docker On Debian 12

What is docker?

Docker is basically a container engine that uses the Linux Kernel in order to create containers on top of an operating system. Which is used to create, deploy and run the applications.

Install Docker

Install the docker using the apt package manager.

apt install docker.io docker-compose

Start and enable the docker

systemctl enable --now docker

Check Docker service

systemctl status docker
Read More

bookmark_borderControl Panel Mobile UI/UX Improvements

Hello,

We’ve transformed our control panels mobile interface to enhance accessibility and functionality. The improvements encompass an array of enhancements, starting with fixes to navigation and general element design improvements on mobile devices,

Some of the improvements are with regards to button sizes and dropdowns, for example:

and various more improvements around the panel.

We hope these improvements make using our control panel easier and seamless.

Stay tuned for more updates.

-Team CrownCloud.… Read More

bookmark_borderHow to Install LAMP Stack on Debian 12

Hello,

In this week’s feature highlight, we look at How to Install LAMP Stack on Debian 12

A LAMP stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MariaDB database, and dynamic content is processed by PHP.

Update Debian 12

apt update 
Read More

bookmark_borderJuly 2023 Rocky Linux Templates & ISOs Updated for KVM Plans

Greetings,

We are delighted to inform you that we have updated the Templates & ISOs for Rocky Linux 8 and Rocky Linux 9. This update ensures that any new VPS deployed will include the latest available packages, saving you time and effort in performing initial updates.

If you already have an existing VPS, you can update it at any time by following our guide on how to update your VPS. You can find the guide at this link: update_centos_and_ubuntu_and_debian.… Read More

bookmark_borderJuly 2023 AlmaLinux Templates & ISOs Updated for KVM Plans

Greetings,

We are delighted to inform you that we have updated the templates for AlmaLinux latest versions 8.8 and 9.2. This update ensures that any new VPS deployed will include the latest available packages, saving you time and effort in performing initial updates.

If you already have an existing VPS, you can update it at any time by following our guide on how to update your VPS. You can find the guide at this link: update_centos_and_ubuntu_and_debian.

The instructions on … Read More