[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fIYPj3197djICDjLDK4DJy2JlVdX3vam7_w4rm-w8-zs":3},[4,13,18,23,28,33],{"id":5,"title":6,"content":7,"keywords":8,"category":9,"image":10,"date":11,"totalPages":12},206,"How-to-Install-Zabbix-on-Debian-Latest","\u003Cp>In this guide, learn how to set up the Zabbix monitoring software on Debian&#39;s latest release.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 1: Update and Upgrade Your System\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Ensure your system packages are up-to-date with the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>$ sudo apt update &amp;&amp; sudo apt upgrade -y\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 2: Install Zabbix Dependencies\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Install necessary dependencies using:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>$ sudo apt install wget curl gnupg2 -y\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 3: Add Zabbix Official Repository\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Add the Zabbix repository by downloading and adding the GPG key:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>$ wget https:\u002F\u002Frepo.zabbix.com\u002Fzabbix-official-repo.deb\u003C\u002Fcode>\u003Cbr \u002F>\r\n\u003Ccode>$ sudo dpkg -i zabbix-official-repo.deb\u003C\u002Fcode>\u003Cbr \u002F>\r\n\u003Ccode>$ sudo apt update\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 4: Install Zabbix Server and Agent\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Install the Zabbix Server and Agent with:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>$ sudo apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-agent\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Configure MySQL and start Zabbix services:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>$ sudo systemctl start zabbix-server zabbix-agent\u003C\u002Fcode>\u003Cbr \u002F>\r\n\u003Ccode>$ sudo systemctl enable zabbix-server zabbix-agent\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 5: Configure Zabbix Server and Agent\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Edit Zabbix server config:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>$ sudo nano \u002Fetc\u002Fzabbix\u002Fzabbix_server.conf\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Update:\u003Cbr \u002F>\r\n\u003Ccode>DBPassword=&lt;your_zabbix_database_password&gt;\u003C\u002Fcode>\u003C\u002Fp>\r\n\r\n\u003Cp>Edit the agent config:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>$ sudo nano \u002Fetc\u002Fzabbix\u002Fzabbix_agentd.conf\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Update:\u003Cbr \u002F>\r\n\u003Ccode>Server=&lt;your_zabbix_server_ip&gt;\u003C\u002Fcode>\u003Cbr \u002F>\r\n\u003Ccode>ServerActive=&lt;your_zabbix_server_ip&gt;\u003C\u002Fcode>\u003Cbr \u002F>\r\n\u003Ccode>Hostname=&lt;your_server_hostname&gt;\u003C\u002Fcode>\u003C\u002Fp>\r\n\r\n\u003Cp>Restart services:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>$ sudo systemctl restart zabbix-server zabbix-agent apache2\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 6: Access Zabbix Web Interface\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Navigate to:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>http:\u002F\u002F&lt;your_server_ip&gt;\u002Fzabbix\u002F\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Login with:\u003Cbr \u002F>\r\nUsername: Admin\u003Cbr \u002F>\r\nPassword: zabbix\u003C\u002Fp>\r\n\r\n\u003Cp>You&#39;ve successfully installed Zabbix on Debian!\u003C\u002Fp>\r\n","","tutorials","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002Fa8b43d2c8c0a3796.png","2024-09-04",35,{"id":14,"title":15,"content":16,"keywords":8,"category":9,"image":17,"date":11,"totalPages":12},207,"How-to-Install-WikiSuite-on-Debian-Latest","\u003Cp>WikiSuite offers a robust suite of applications for collaboration and knowledge management. Here&#39;s how to install it on Debian.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 1: Update and Upgrade\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Ensure your Debian system is current with:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>sudo apt update\u003C\u002Fcode>\u003Cbr \u002F>\r\n\u003Ccode>sudo apt upgrade\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 2: Install Required Dependencies\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Install the necessary dependencies:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>sudo apt install git curl unzip wget ant -y\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 3: Download and Install WikiSuite\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Download the installation script:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>wget https:\u002F\u002Fwikisuite.org\u002Fget-installer -O installer.sh\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Make it executable and run:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>chmod +x installer.sh\u003C\u002Fcode>\u003Cbr \u002F>\r\n\u003Ccode>sudo .\u002Finstaller.sh\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Configure settings during installation and access WikiSuite at \u003Ccode>http:\u002F\u002Fyourdomain.com\u003C\u002Fcode>.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 4: Configure Firewall\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Enable firewall rules:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>\u003Ccode>sudo ufw enable\u003C\u002Fcode>\u003Cbr \u002F>\r\n\u003Ccode>sudo ufw allow 80\u002Ftcp\u003C\u002Fcode>\u003Cbr \u002F>\r\n\u003Ccode>sudo ufw allow 443\u002Ftcp\u003C\u002Fcode>\u003C\u002Fblockquote>\r\n\r\n\u003Cp>WikiSuite is now installed on Debian!\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002Fdb432ecddb07814b.png",{"id":19,"title":20,"content":21,"keywords":8,"category":9,"image":22,"date":11,"totalPages":12},208,"How-to-Install-Flarum-on-Debian-Latest","\u003Cp>\u003Cstrong>Learn how to set up Flarum, a dynamic open-source forum software, on Debian for a seamless community experience.\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>In this guide, we&#39;ll walk you through the process of installing Flarum on Debian, a robust platform known for its speed and user-friendly interface.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Prerequisites\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Ensure your system is prepared with the following prerequisites:\u003C\u002Fp>\r\n\r\n\u003Cul>\r\n\t\u003Cli>Server running Debian 10 or newer\u003C\u002Fli>\r\n\t\u003Cli>Non-root user with sudo access\u003C\u002Fli>\r\n\u003C\u002Ful>\r\n\r\n\u003Cp>\u003Cstrong>Step 1: Install Required Packages\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Begin by updating your Debian system&#39;s package index and installing necessary packages:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt update\u003Cbr \u002F>\r\nsudo apt install git curl zip unzip software-properties-common -y\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 2: Install Apache Web Server\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Proceed by setting up the Apache web server:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt install apache2 -y\u003C\u002Fblockquote>\r\n\r\n\u003Cp>After installation, start and enable Apache:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo systemctl start apache2\u003Cbr \u002F>\r\nsudo systemctl enable apache2\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 3: Install PHP and Required Extensions\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Install PHP along with necessary extensions. Flarum requires PHP 7.3 or higher:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt install php php-mysql php-json php-curl php-mbstring php-xml php-zip php-gd -y\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Verify the PHP version:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>php -v\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 4: Install MariaDB\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>For database management, install MariaDB:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt install mariadb-server mariadb-client -y\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Start and enable MariaDB:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo systemctl start mariadb\u003Cbr \u002F>\r\nsudo systemctl enable mariadb\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 5: Create a Database for Flarum\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Access the MariaDB shell:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo mysql\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Set up a new database and user:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>CREATE DATABASE database_name;\u003Cbr \u002F>\r\nCREATE USER &#39;database_user&#39;@&#39;localhost&#39; IDENTIFIED BY &#39;password&#39;;\u003Cbr \u002F>\r\nGRANT ALL PRIVILEGES ON database_name.* TO &#39;database_user&#39;@&#39;localhost&#39;;\u003Cbr \u002F>\r\nFLUSH PRIVILEGES;\u003Cbr \u002F>\r\nEXIT;\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 6: Install Flarum\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Clone the Flarum repository to the Apache root:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo git clone https:\u002F\u002Fgithub.com\u002Fflarum\u002Fflarum.git \u002Fvar\u002Fwww\u002Fhtml\u002Fflarum\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Adjust the directory ownership to Apache&#39;s user:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo chown -R www-data:www-data \u002Fvar\u002Fwww\u002Fhtml\u002Fflarum\u002F\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 7: Configure Apache for Flarum\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Create a new virtual host file for Flarum:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo nano \u002Fetc\u002Fapache2\u002Fsites-available\u002Fflarum.conf\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Add the following configuration, replacing placeholders with actual details:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>&lt;VirtualHost *:80&gt;\u003Cbr \u002F>\r\nServerName domain_name\u003Cbr \u002F>\r\nDocumentRoot \u002Fvar\u002Fwww\u002Fhtml\u002Fflarum\u002Fpublic\u003Cbr \u002F>\r\n\u003Cbr \u002F>\r\n&lt;Directory \u002Fvar\u002Fwww\u002Fhtml\u002Fflarum\u002Fpublic&gt;\u003Cbr \u002F>\r\nAllowOverride All\u003Cbr \u002F>\r\n&lt;\u002FDirectory&gt;\u003Cbr \u002F>\r\n\u003Cbr \u002F>\r\nErrorLog ${APACHE_LOG_DIR}\u002Ferror.log\u003Cbr \u002F>\r\nCustomLog ${APACHE_LOG_DIR}\u002Faccess.log combined\u003Cbr \u002F>\r\n&lt;\u002FVirtualHost&gt;\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Enable the configuration and restart Apache:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo a2ensite flarum.conf\u003Cbr \u002F>\r\nsudo a2enmod rewrite\u003Cbr \u002F>\r\nsudo systemctl restart apache2\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 8: Install Flarum Web Installer\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Access the Flarum installer via your web browser at \u003Ccode>http:\u002F\u002Fyour_domain.com\u002Finstall.php\u003C\u002Fcode>, and complete the setup.\u003C\u002Fp>\r\n\r\n\u003Cp>Congratulations, you&#39;ve successfully set up Flarum on Debian. Start building your forum community today!\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002F1be8453dff7bf5c5.png",{"id":24,"title":25,"content":26,"keywords":8,"category":9,"image":27,"date":11,"totalPages":12},209,"How-to-Install-Nullboard-on-Debian-Latest","\u003Cp>\u003Cstrong>Step-by-step guide to installing Nullboard, a simple and efficient Kanban board application, on Debian.\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Nullboard is perfect for organizing tasks efficiently. Follow these steps to install Nullboard on Debian Latest.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Prerequisites\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cul>\r\n\t\u003Cli>Debian Latest on your server\u003C\u002Fli>\r\n\t\u003Cli>Root or sudo user access\u003C\u002Fli>\r\n\t\u003Cli>Command line access\u003C\u002Fli>\r\n\u003C\u002Ful>\r\n\r\n\u003Cp>\u003Cstrong>Step 1: Install Required Packages\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Install necessary packages with:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt update\u003Cbr \u002F>\r\nsudo apt install -y git python3 python3-pip python3-venv libcairo2 libpango-1.0-0\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 2: Clone Nullboard Repository\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Clone the Nullboard repository:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>git clone https:\u002F\u002Fgithub.com\u002Fapankrat\u002Fnullboard.git\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Navigate to the directory:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>cd nullboard\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 3: Create Virtual Environment\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Set up a virtual environment:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo pip3 install virtualenv\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Create and activate the virtual environment:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>python3 -m venv nullboard_env\u003Cbr \u002F>\r\nsource nullboard_env\u002Fbin\u002Factivate\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 4: Install Required Python Packages\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Install Python packages:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>pip3 install -r requirements.txt\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 5: Configure Nullboard\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Copy and edit the configuration file:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>cp nullboard.conf.default nullboard.conf\u003Cbr \u002F>\r\nnano nullboard.conf\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Adjust settings as needed and save changes.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 6: Run Nullboard\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Start Nullboard with:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>python3 nullboard.py\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Access it via \u003Ccode>http:\u002F\u002Flocalhost:8080\u003C\u002Fcode> or \u003Ccode>http:\u002F\u002F&lt;server-ip&gt;:8080\u003C\u002Fcode>.\u003C\u002Fp>\r\n\r\n\u003Cp>Congratulations, Nullboard is now running on your Debian server. Enjoy organizing your tasks efficiently!\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002F2fc332dae2c22fd9.png",{"id":29,"title":30,"content":31,"keywords":8,"category":9,"image":32,"date":11,"totalPages":12},210,"How-to-Install-WireGuard-on-Debian-Latest","\u003Cp>WireGuard is a secure and fast VPN tunnel protocol. In this tutorial, we will guide you through the process of installing WireGuard on Debian latest.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Prerequisites\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Make sure that the following prerequisites are met before you start with the installation process:\u003C\u002Fp>\r\n\r\n\u003Cul>\r\n\t\u003Cli>A Debian latest for your system operating system.\u003C\u002Fli>\r\n\u003C\u002Ful>\r\n\r\n\u003Cp>\u003Cstrong>Step-by-Step Guide\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 1: Update Package List\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Before installing the WireGuard package, make sure to update your system&#39;s package list:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt update\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 2: Install WireGuard\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Debian latest already has WireGuard included in its repositories, so you can install it by running the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt install wireguard\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 3: Check the WireGuard Installation\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>After the installation is complete, you can now check the version of WireGuard by running the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo modinfo wireguard\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 4: Generate Server and Client Keys\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>After installing WireGuard, you can now generate the server and client private and public keys. You can do this by running the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>wg genkey | tee privatekey | wg pubkey &gt; publickey\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Make sure to replace \u003Ccode>privatekey\u003C\u002Fcode> and \u003Ccode>publickey\u003C\u002Fcode> with your required file names.\u003C\u002Fp>\r\n\r\n\u003Cp>Note: Make sure to keep the server private key protected and shared only with authorized clients.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 5: Configure the WireGuard Interface\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Now you have to configure the WireGuard interface by creating a configuration file. You can do this by creating a file with \u003Ccode>.conf\u003C\u002Fcode> extension in the \u003Ccode>\u002Fetc\u002Fwireguard\u002F\u003C\u002Fcode> directory. Here is an example configuration file:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>[Interface]\u003Cbr \u002F>\r\nPrivateKey = &lt;Server Private Key&gt;\u003Cbr \u002F>\r\nAddress = 10.0.0.1\u002F24\u003Cbr \u002F>\r\nListenPort = 51820\u003Cbr \u002F>\r\n\u003Cbr \u002F>\r\n[Peer]\u003Cbr \u002F>\r\nPublicKey = &lt;Client Public Key&gt;\u003Cbr \u002F>\r\nAllowedIPs = 10.0.0.2\u002F32\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Make sure to replace \u003Ccode>&lt;Server Private Key&gt;\u003C\u002Fcode> and \u003Ccode>&lt;Client Public Key&gt;\u003C\u002Fcode> with your generated keys.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 6: Start and Enable WireGuard\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Now you can start and enable WireGuard by running the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo systemctl start wg-quick@&lt;configuration-file-name&gt;\u003Cbr \u002F>\r\nsudo systemctl enable wg-quick@&lt;configuration-file-name&gt;\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Make sure to replace \u003Ccode>&lt;configuration-file-name&gt;\u003C\u002Fcode> with your filename with \u003Ccode>.conf\u003C\u002Fcode> extension.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 7: Verify the WireGuard Connection\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>To verify the WireGuard connection, you can run the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo wg\u003C\u002Fblockquote>\r\n\r\n\u003Cp>If everything is configured correctly, you should see the information regarding the WireGuard interface.\u003C\u002Fp>\r\n\r\n\u003Cp>Congratulations, you have now successfully installed and configured WireGuard on Debian latest!\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002F832ea54d648d4690.png",{"id":34,"title":35,"content":36,"keywords":8,"category":9,"image":37,"date":11,"totalPages":12},211,"How-to-Install-GetSimple-CMS-on-Debian-Latest","\u003Cp>GetSimple CMS is a lightweight and easy-to-use content management system that can be installed on any server that supports PHP and MySQL. In this tutorial, we will be installing GetSimple CMS on Debian latest.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Prerequisites\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Before you start with the installation process, you need to make sure that your Debian system is up-to-date with the latest security patches and updates. You can do this by running the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt update &amp;&amp; sudo apt upgrade\u003C\u002Fblockquote>\r\n\r\n\u003Cp>You also need to have PHP, MySQL, and Apache web server installed on your system. If they are not already installed, you can install them using the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo apt install apache2 mysql-server php php-mysql\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 1: Download and Extract GetSimple CMS\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>First, you need to download the latest version of GetSimple CMS from the official website of GetSimple CMS. You can download it using the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>wget https:\u002F\u002Fgithub.com\u002FGetSimpleCMS\u002FGetSimpleCMS\u002Freleases\u002Fdownload\u002F3.3.16\u002Fgetsimple_3.3.16.zip\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Once the download is complete, extract the downloaded package using the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>unzip getsimple_3.3.16.zip\u003C\u002Fblockquote>\r\n\r\n\u003Cp>This will create a new directory named \u003Ccode>getsimple\u003C\u002Fcode> in your current working directory.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Step 2: Configure Apache Web Server\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Next, you need to configure Apache web server to serve GetSimple CMS.\u003C\u002Fp>\r\n\r\n\u003Cp>Start by creating a new virtual host configuration file named \u003Ccode>getsimple.conf\u003C\u002Fcode>:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo nano \u002Fetc\u002Fapache2\u002Fsites-available\u002Fgetsimple.conf\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Then, paste the following configuration:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>&lt;VirtualHost *:80&gt;\u003Cbr \u002F>\r\nServerName getsimple.local\u003Cbr \u002F>\r\nDocumentRoot \u002Fvar\u002Fwww\u002Fgetsimple\u003Cbr \u002F>\r\n&lt;Directory \u002Fvar\u002Fwww\u002Fgetsimple&gt;\u003Cbr \u002F>\r\nOptions Indexes FollowSymLinks MultiViews\u003Cbr \u002F>\r\nAllowOverride All\u003Cbr \u002F>\r\nRequire all granted\u003Cbr \u002F>\r\n&lt;\u002FDirectory&gt;\u003Cbr \u002F>\r\nErrorLog ${APACHE_LOG_DIR}\u002Fgetsimple_error.log\u003Cbr \u002F>\r\nCustomLog ${APACHE_LOG_DIR}\u002Fgetsimple_access.log combined\u003Cbr \u002F>\r\n&lt;\u002FVirtualHost&gt;\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Save and close the file.\u003C\u002Fp>\r\n\r\n\u003Cp>Enable the new virtual host configuration by running the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo a2ensite getsimple.conf\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Restart the Apache web server to apply the changes:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo systemctl restart apache2\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 3: Create a MySQL Database for GetSimple CMS\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Log in to the MySQL server using the following command:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo mysql -u root -p\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Create a new MySQL database for GetSimple CMS:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>CREATE DATABASE getsimple;\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Create a new MySQL user and grant privileges to the newly created database:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>GRANT ALL PRIVILEGES ON getsimple.* TO &#39;getsimple&#39;@&#39;localhost&#39; IDENTIFIED BY &#39;password&#39;;\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Replace \u003Ccode>password\u003C\u002Fcode> with a strong password.\u003C\u002Fp>\r\n\r\n\u003Cp>Flush the privileges and exit from the MySQL server:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>FLUSH PRIVILEGES;\u003Cbr \u002F>\r\nEXIT;\u003C\u002Fblockquote>\r\n\r\n\u003Cp>\u003Cstrong>Step 4: Install GetSimple CMS\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Move the extracted GetSimple CMS directory to the Apache web server document root directory:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo mv getsimple \u002Fvar\u002Fwww\u002F\u003C\u002Fblockquote>\r\n\r\n\u003Cp>Change the ownership of the \u003Ccode>getsimple\u003C\u002Fcode> directory to the Apache web server user and group:\u003C\u002Fp>\r\n\r\n\u003Cblockquote>sudo chown -R www-data:www-data \u002Fvar\u002Fwww\u002Fgetsimple\u003C\u002Fblockquote>\r\n\r\n\u003Cp>In your web browser, go to \u003Ccode>http:\u002F\u002Flocalhost\u003C\u002Fcode> or \u003Ccode>http:\u002F\u002Fyour_server_ip\u003C\u002Fcode>. You should see the GetSimple CMS installation page. Follow the on-screen instructions to complete the installation process.\u003C\u002Fp>\r\n\r\n\u003Cp>\u003Cstrong>Conclusion\u003C\u002Fstrong>\u003C\u002Fp>\r\n\r\n\u003Cp>Congratulations! You have successfully installed GetSimple CMS on Debian latest. You can now start creating and managing your website using GetSimple CMS.\u003C\u002Fp>\r\n","https:\u002F\u002Fcdn.cloudblast.io\u002Fuploads\u002Fa3ec9fc57144bb30.png"]