Related Articles
Fix file permissions
Synching files and copying files between devices can sometimes lead to incorrect permissions. Use the following lines to set them back to your desire...
Optimal secure SSL Cipher Configuration for Apache and Nginx
# apache SSLProtocol all -SSLv2 -SSLv3 # RC4 is broken and is not specified in the allowed ciphers, 3DES is used instead for legacy connections, st...
HAProxy SSL SNI Configuration
http://blog.haproxy.com/2012/04/13/enhanced-ssl-load-balancing-with-server-name-indication-sni-tls-extension/ Adding SSL Cert Create SSL B...
LAMP Permissions Ubuntu, Debian
First, you should ensure that your username is included in www-data group. If not, you can add your username as www-data group sudo adduser user w...