Fixing OpenSSL Padding Oracle vulnerability (CVE-2016-2107)
This works well on my Ubuntu 14.04 # Based on http://fearby.com/article/update-openssl-on-a-digital-ocean-vm/ Method1: $ sudo apt-get update $sudo apt-get install –only-upgrade…
This works well on my Ubuntu 14.04 # Based on http://fearby.com/article/update-openssl-on-a-digital-ocean-vm/ Method1: $ sudo apt-get update $sudo apt-get install –only-upgrade…
I have a url like this https://www.dailyithelp.com/countries/us/12%26pensylvania so in normal situation, we only have 3 sub folder: countries,us,12/pensylvainia , but…
The below command will go through all tables in all database databases to do a repair check. [crayon-6863e97425f58287591058/]
You got error ” too many connections” when connecting to database, when you check the server “show processlist” you see…
You try to increase your connections to 1000 by editing /etc/mysql/my.cnf (change max_connections=1000) , but when you login to your…
If you can’t start Junier SSL VPN and got the error below in system viewer: taskhost (2940) WebCacheLocal: Database recovery/restore…
List all php packages installed: [crayon-6863e974261a6882879234/] Remove all php package: [crayon-6863e974261a7531104940/] Add PPA [crayon-6863e974261a8089483476/] [crayon-6863e974261a9523133441/] You can install php5.6 modules…
Edit file: /etc/rc.local This file will auto run at startup. This file is a bash file, it might be…
DDOS attack measures
Our servers recently were crashed due to a large number connections to web (apache) services, we didn’t see anything abnormal…