Install Nexcloud on CWP Panel

How to install Nextcloud Manually on CPW Web installer The Web Installer is the easiest way to install Nextcloud on a web space. It checks the dependencies, downloads Nextcloud from the official server, unpacks it with the right permissions and the right user account. Finally, you will be redirected to the Nextcloud installer.

Enable WebDav on CWP

After a lot of work I managed to install Nextcloud on CWP Here is the error I got: Procedures performed: 1) Rebuild Apache with the following added switches – you can use Apache 2.4.xAdd..–enable-dav–enable-dav-fs–enable-dav-lock–enable-auth-digest–enable-authn-core–enable-authz-core 2) Enable the Apache modules: nano /usr/local/apache/conf/httpd.conf LoadModule alias_module modules/mod_alias.soLoadModule authn_file_module modules/mod_authn_file.soLoadModule authn_core_module modules/mod_authn_core.soLoadModule authz_user_module modules/mod_authz_user.soLoadModule auth_digest_module modules/mod_auth_digest.soLoadModule dav_module modules/mod_dav.soLoadModule dav_fs_module … Read more

Manual install OnlyOffice in Nextcloud

Download the package, extract it and move it to the app folder of your Nextcloud installation. If you run a Linux server you normally have got all the tools you need. Here are the steps: Hint: The link for the newest version you find on in the App Store of the Nextcloud Hub. Right now … Read more

Install CWP on Alma 9 Linux

First, here are the beginning steps: If successful, you will see this message: next, you will want to a a root password if one is not already configured. Next, Set up the DNS Nameservers Set up custom nameservers at the domain registrar and then set up the nameservers in the CWP panel. Next, Set up … Read more

Apache wont restart after enabling mod_security on CWP Panel

httpd.service – Web server ApacheLoaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; preset: disabled)Active: failed (Result: exit-code) since Wed 2024-10-02 11:21:30 UTC; 9s agoDuration: 7h 32min 47.783sProcess: 211481 ExecStart=/usr/local/apache/bin/apachectl start (code=exited, status=1/FAILURE)CPU: 32ms Oct 02 11:21:30 cloudtwo.coldriverdata.net systemd[1]: Starting Web server Apache…Oct 02 11:21:30 cloudtwo.coldriverdata.net apachectl[211483]: httpd: Syntax error on line 512 of /usr/local/apache/conf/httpd.conf: Syntax error on line 2 … Read more

Dig Multiple DNS records

Here is a script to dig multiple DNS records for a domain. To run the ddig function and get DNS information for a domain, you can follow these steps: Save the Script: Save the script as a .sh file, for example, ddig_script.sh. Make the Script Executable: Open your terminal, navigate to the directory where you … Read more

How to Install KVM on Ubuntu

Update Ubuntu Run the command below: Check Virtualization Support on Ubuntu Output: If the command returns a value of 0, your processor is not capable of running KVM. On the other hand, any other number means you can proceed with the installation. Next, check if your system can use KVM acceleration: The output should look … Read more

ETL Process

Extract, transform, and load (ETL) is the process of combining data from multiple sources into a large, central repository called a data warehouse. ETL uses a set of business rules to clean and organize raw data and prepare it for storage, data analytics, and machine learning (ML).You can address specific business intelligence needs through data … Read more

How to Install ClamAV on Ubuntu

How to Install ClamAV on Ubuntu You can install ClamAV on Linux Ubuntu by following the steps below. Step 1: Update the Package Repository Index  To update the package repository index, you can execute the following command. Step 2: Install ClamAV To install the ClamAV, you can execute the following command. Here is the output. … Read more