Set up a quick local web developer station through HTTPS only
From that start, I should be more precise, since otherwise, the title length will make most of the people be confused. So in fact, the story is like this, you usually have a bunch of VPSs or Linux machines but you like to have also a web server on your local machine that happens to run windows. And for that even though when you deploy a web app you might use another type of server, we all know that currently if you use a Windows-based machine you better go with apache. Only that in some recent ...
View full articleMySQL Backup on Yandex Disk with Cron
I wrote a very small python script that works in conjunction with another MySQL backup script to sync your backup on the Yandex disk service.
First, in order to do this, you should have a Yandex client installed. You can get the packages from the Yandex repo at http://repo.yandex.ru/yandex-disk/ .
More specific in Debian/ubuntu case just do a:
wget http://repo.yandex.ru/yandex-disk/yandex-disk_latest_amd64.deb
After that install the Yandex Console client as usual doing:
wget http://repo.yandex....
View full article
Depreciation notice error in PHPMyAdmin with 16.04 (Nginx)
Ok if you want to get rid of those nasty notices you have basically 4 options. You should note that the notices are caused by the oldish version of PHPMyAdmin that still uses some deprecated code, mainly old constructor definition statements. But they don't affect PHPMyAdmin as those statements still function but they should be changes as they will not work for eternity.
The fist one(recommended)
So the first one is to just turn off the notices for the PHPMyAdmin folder. You can do that by usin...
View full article