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 »

Migrating opensource Zimbra 8.6.0 on Centos 6.8 to Zimbra 8.7.1 on Centos 7 safely and with no downtime

A bit of history for the context After running a Zimbra mail server in a 500Gb Virtual Machine, for about 4 years, the server started feeling a bit crowded and with  #df -h reporting less than 50Gb of space left, it was time to move to a larger machine. The version I was (and still am) running

Migrating opensource Zimbra 8.6.0 on Centos 6.8 to Zimbra 8.7.1 on Centos 7 safely and with no downtime 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 »

Certbot

Install Since it doesn’t seem like your operating system has a packaged version of Certbot, you should use our certbot-auto script to get a copy: wget https://dl.eff.org/certbot-auto chmod a+x certbot-auto certbot-auto accepts the same flags as certbot; it installs all of its own dependencies and updates the client code automatically. Certbot’s DNS plugins which can be used

Certbot 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 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 »

Rolar para cima