How to install NextCloud in Ubuntu

Step 1. Install the Apache webserver. sudo apt install -y apache2 libapache2-mod-php bzip2 Step 2. Install the necessary PHP modules for Nextcloud installation. sudo apt install -y php-gd php-json php-mysql php-curl php-mbstring php-intl php-imagick php-xml php-zip...

how to install zimbra on ubuntu

Step 1: Update and upgrade existing packages $ sudo apt update $ sudo apt upgrade Step 2: Edit hostname and hosts file $ sudo nano /etc/hostname $ sudo nano /etc/hosts Step 3: Install DNS server $ sudo systemctl disable systemd-resolved Then stop...

Install Zammad Ticketing system on ubuntu

Step 1: Update System sudo apt update sudo apt -y full-upgrade Step 2: Install Package Dependencies sudo apt install wget apt-transport-https gnupg2 libimlib2 libimlib2-dev For Zammad to function correctly, your system has to use the correct locales. sudo apt install...

Installing PHP 7.4 and/or 8.0

ON CENTOS 7 Install Remi Release repo and clear cache yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm && yum clean all Install PHP packages yum -y install php74-php-{cli,pdo,fpm,zip,gd,xml,mysqlnd,opcache} yum -y install...