If you have a highly loaded PHP application server you probably came to conclusion to use memcached to store the PHP sessions, because files are…
Programming
Install GO language in Ubuntu 16 LTS from the official site package
Ubuntu 16 LTS comes with too old GO language version, the version in the official repository is golang-1.6. Many programs released past couple of years…
PHP posix_kill missing in CentOS7
So you think you PHP code is running ok and your script for killing bad guys is perfect. Let’s assume you made a script to…