Add SSL Certificate To Nginx Hosted Website

Because i did not have any management panel for my server like (cPanel, Plesk,…etc) I always install any SSL certificate for my websites using the SSH way, and I will till you how you in the coming lines. I host all my websites on Linux VPS hosting, using the LEMP (Linux-Nginx-MySQL-PHP) stack as I think… Continue reading Add SSL Certificate To Nginx Hosted Website

Using WordOps as a WordPress Stack

One of the most simple, managed and easy ways to have a WordPress installation stack (I am talking LEMP “Linux-Nginx-MySQL-PHP” stack here) was by using EasyEngine (v3). But after they moved to EasyEngin(v4) (and actually I don’t like it so much)…that is not right for me any more and i used to do it the… Continue reading Using WordOps as a WordPress Stack

Fix Arabic Encoding Problem In MySQL and Asp.Net Core

When I tried to use MySQL Database with one of my Asp.Net Core applications, I found that all data saved in the database as a strange unreadable text . after investigating this weird problem (specially that the database was correctly encoded as UTF8 with UTF8_General_Ci type when it was created ). I found that the… Continue reading Fix Arabic Encoding Problem In MySQL and Asp.Net Core