Install MikroTik CHR RouterOS on Proxmox Server

wget https://download2.mikrotik.com/routeros/6.44.5/chr-6.44.5.img.zip apt-get update apt-get install unzip unzip chr-6.44.5.img qemu-img info chr-6.44.5.img qemu-img resize chr-6.44.5.img +10G qemu-img info chr-6.44.5.img qm importdisk 100 chr-6.44.5.img local-lvm rm chr-6.44.5.img Hardware : Add Unused Disk – Detach scsi1 – Remove Unused Disk Options : Boot Order – Boot Device 1: scsi0

Install MikroTik CHR RouterOS on Proxmox Server Read Post »

Install Apache2, MariaDB And PHP 7.2 With PhpMyAdmin On Ubuntu 16.04 | 18.04 | 18.10 (LAMP + PhpMyAdmin)

This brief tutorial shows students and new users how to install LAMP + phpMyAdmin on Ubuntu 16.04 | 18.04 | 18.10 servers…. LAMP is an acronym for Linux (Ubuntu), Apache2 HTTP Server, MariaDB or MySQL Database Server and PHP Scripting Language… It is a group of open source software and building blocks of many of the web applications and majority of the content management systems

Install Apache2, MariaDB And PHP 7.2 With PhpMyAdmin On Ubuntu 16.04 | 18.04 | 18.10 (LAMP + PhpMyAdmin) Read Post »

How To Install MariaDB on Debian 10

Introduction MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL and Debian now only ships with MariaDB packages. If you attempt to install MySQL server related packages, you’ll receive the compatible MariaDB

How To Install MariaDB on Debian 10 Read Post »

How to Install Let’s Encrypt on Apache2

Improving your website security through encryption, even on the most basic servers, can increase your visitors’ trust in your site and your ability to run it. Setting up encryption on your web host has generally been complicated and expensive, which often deters administrators whose web applications might not depend on user input. Let’s Encrypt aims to change

How to Install Let’s Encrypt on Apache2 Read Post »

How to install OpenVPN inside a jail in FreeNAS 9.2.1.6+ with access to remote hosts via NAT

Requirements FreeNAS 9.10+ Domain updated by DDNS or a static IP Internet access Router forwarding of your port of choice (in my case 10011 UDP internal to 443 UDP external). SFTP Client (Winscp, Transmit or plain scp) Route all traffic? If you want to route all traffic through the VPN Tunnel, be sure to read

How to install OpenVPN inside a jail in FreeNAS 9.2.1.6+ with access to remote hosts via NAT Read Post »

How To Install Seedbox on Ubuntu Server

sudo apt-get update ———————————————————————– sudo apt-get install apache2 ———————————————————————– sudo adduser –disabled-password –system –home /var/lib/deluge –gecos “SamRo Deluge server” –group deluge ———————————————————————– sudo touch /var/log/deluged.log ———————————————————————– sudo touch /var/log/deluge-web.log ———————————————————————– sudo chown deluge:deluge /var/log/deluge* ———————————————————————– sudo apt-get update ———————————————————————– sudo apt-get install deluged ———————————————————————– sudo apt-get install deluge-webui ———————————————————————– sudo nano /etc/default/deluge-daemon ———————————————————————– # Configuration

How To Install Seedbox on Ubuntu Server Read Post »

Install NTOP on Debian and Configure to Use NetFlow on Mikrotik RouterOS

Ntop is a network monitoring tool similar to Unix top, which shows network traffic usage. It can act as a NetFlow collector for flows generated by routers such as Cisco or Mikrotik. NetFlow is an industry standard for flow-based traffic monitoring. We will install and configure Ntop to collect flows generated by Mikrotik router. Note: “Ntop” != “NtopNG”. Install

Install NTOP on Debian and Configure to Use NetFlow on Mikrotik RouterOS Read Post »

Rolar para cima