Installing PPTP on CentOS 7 OpenVZ
Although PPTP is not the most secure VPN, it’s easy to setup and use. Make sure PPTP is enabled on the server Run the below command cat /dev/ppp READ MORE
Enable Tun/Tap in Proxmox 4 LXC Containers
In your host server (Where Proxmox is installed) Replace all the below “$ID” with your container ID (CT id) Shutdown your container: pct shutdown $ID Edit the LXC configuration file READ MORE
Removing Duplicate Emails From Different Lists in Sendy
Sendy is a PHP self hosted web application that allows you to manage email lists and send emails through Amazon SES and other services. One of the missing features in READ MORE
Protecting Proxmox VE Against Bruteforce With Fail2ban
Proxmox is a virtualization management solution that allows the deployment of Virtual Machines (KVM) & Containers (LXC Containers). Protecting Proxmox Login against Brute Force with Fail2ban In this tutorial, Proxmox READ MORE
Let’s Encrypt Free A+ Grade SSL On Nginx & Ubuntu 16.04
Prerequisites: LEMP on Ubuntu 16.04 Start by updating apt indexes sudo apt-get update Install Let’s Encrypt Package (Known as certbot on Github (https://github.com/certbot/certbot)) sudo apt-get install letsencrypt I’ll assume READ MORE
Installing WordPress on PHP7, Nginx & Ubuntu 16.04 With SSL Support
This tutorial assumes you already have LEMP installed on Ubuntu 16.04 with PHP7 & PHP-FPM. If you don’t have anything installed yet, you can find a tutorial on how READ MORE