Using Personal Custom Dictionary with Aspell and Pspell
Lately I was building a spell checker with PHP and I wanted to use my own dictionary with only specific words. Pspell in PHP sounded like the easiest way, however, READ MORE
Installing Acestream Proxy on Ubuntu Server & Streaming it locally
Acestream allows you to stream a video from peer to peer (P2P) connections. Because it’s a P2P and works like torrents, your connection will be distributed to other users that READ MORE
Clone or Migrate WordPress to a Different Domain Name & Fix Static Links
Some WordPress themes and plugins write the full URL of a website inside their temporary files or database which makes it hard to change the domain name of a 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
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