Mikrotik - Update Firmware
First of all setup eamil alerts to be sent regarding the new available updates: /tool e-mail set address=mail.harryvasanth.com from=har[email protected] /system script add dont-require-permissio...
First of all setup eamil alerts to be sent regarding the new available updates: /tool e-mail set address=mail.harryvasanth.com from=har[email protected] /system script add dont-require-permissio...
Why? It is useful to have both textual and binary backups since the textual backup (without sensitive data, such as passwords) can be read by a human to understand the router configuration, while ...
Pre-requisites The ports on the switches where the APs are to be connected, should be configured with the following VLANs: VLAN 6 (HOME): not tagged VLAN 12 (HOME-Guest): tagged Quickset Mode In...
Requirements Requirements are to have two WiFi networks, one with SSID HOME and connected to the Home VLAN (6), and a guest WiFI network, with SSID HOME-Guest and connected to the Guest VLAN (12)....
Installation First, install Fail2ban using apt: sudo apt update sudo apt install fail2ban Configuration The default Fail2ban installation comes with two configuration files, /etc/fail2ban/jail...
This script is to check if a service is running. If not, restarts the service and send an email to a specific recipient. Preparing the script First of make an executable bash script: touch chec...
Introduction These are the steps to remove a node from an existing Proxmox cluster. Warning: This tutorial may only be used if you want to delete permanently a node from an existing Proxmox cl...
Installation Lets start by creating MySQL user and a database for WordPress: mysql -u root -p mysql> CREATE DATABASE wordpress DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; mysql> ...
Installation Install Certbot’s Apache package with apt: sudo apt install certbot Configuration Now use Certbot to obtain the SSL certificate: sudo certbot --apache -d your_domain -d www.your_...
Installation Use apt to install phpMyAdmin and additional complimentary packages: sudo apt update sudo apt install phpmyadmin php-mbstring php-gettext This will ask you a few questions in order...