PDF Download Page
Essential Linux Commands
Setting Up ddclient on Ubuntu to Update Dynamic DNS 1. Purchase domain name 2. Enable DDNS for your domain 3. Install ddclient 4. Configure /etc/ddclient.conf 5. Configure /etc/default/ddclient 6. Test configuration 7. Restart the ddclient service Troubleshooting 1. Purchase domain name 2. Enable DDNS for your domain Purchase a domain name for your website or…
Install NextCloud On Ubuntu 22.04 LTS Install PHP and MySQL packages Configure MySQL Server Download, Extract and Apply Permission Install Nextcloud from the Command Line Install and Configure PHP-FPM with Apache Create info.php Page for php feature check Enable Opcache in php Enable APCu in php Install SSL and Enable HTTP2 Pretty URLs Overview Nextcloud…
Types of SSL Certificates SSL (Secure Sockets Layer) certificates are files installed on web servers that digitally engrave an encrypted key. It enables encrypted exchange of data between a server and users’ browsers. Types of SSL Certificates – Overview SSL certificate types differ in two basic parameters: Validation. The level of validation the website admin goes…
How to Install Proxmox VE Step 1: Download Proxmox ISO Image Step 2: Prepare Installation Medium Step 3: Launch the Proxmox Installer Step 4: Run Proxmox Step 5: Create a VM Introduction Proxmox VE is an open-source server platform for enterprise virtualization. As a Debian-based Linux distribution, Proxmox uses a modified Ubuntu kernel to run…
Installing Wazuh agents on Windows endpoints Getting Started Uninstall a Wazuh agent Wazuh agent enrollment Enrollment via agent configuration Enrollment via manager API Requesting the key Getting Started The agent runs on the endpoint you want to monitor and communicates with the Wazuh server, sending data in near real-time through an encrypted and authenticated channel….
Wazuh Wazuh Indexer Wazuh Server Wazuh dashboard Wazuh agent Installing Wazuh – Linux Ubuntu Getting Started Wazuh is a free and open source security platform that unifies XDR and SIEM capabilities. It protects workloads across on-premises, virtualized, containerized, and cloud-based environments. Wazuh helps organizations and individuals to protect their data assets against security threats. It…
CloudPanel:Part 11 (Python) Python deployment with uwsgi Vhost Change Restart uwsgi Service Ubuntu Debian Compiling from Source Creating a Laravel Site Creating a WordPress Site Building a PHP Extension ionCube Loader Node.js for PHP Sites Python deployment with uwsgi On this site, you will find a step-by-step guide on deploying a Python Application using uWSGI…
CloudPanel:Part 10 (PHP) CakePHP CodeIgniter Drupal Joomla Laravel WooCommerce Building a PHP Extension ionCube Loader Node.js for PHP Sites CakePHP On this site, you find a guide to install CakePHP on CloudPanel. Creating a CakePHP Site Via CloudPanel Click on + Add Site and then click on Create a PHP Site. Select the Application CakePHP,…
CloudPanel:Part 9 Node.js deployment with pm2 Start the Application Adding a Cron Job Applications ~ Ghost Creating a Ghost project Deployment Applications ~ Strapi 4 Node.js deployment with pm2 For running Node.js applications in production, you need process manager who takes care of the node processes. We explain how to use the PM2 for setting…