Installing new Kernels with Linux
Here’s a simple tool to facilitate the installation of mainline Kernels. https://github.com/bkw777/mainline
Here’s a simple tool to facilitate the installation of mainline Kernels. https://github.com/bkw777/mainline
Synching files and copying files between devices can sometimes lead to incorrect permissions. Use the following lines to set them […]
Follow these instructions and set your email to receive notifications. https://wiki.debian.org/UnattendedUpgrades apt-get install unattended-upgrades apt-listchanges apticron -y nano /etc/apt/apt.conf.d/50unattended-upgrades Set […]
# apache SSLProtocol all -SSLv2 -SSLv3 # RC4 is broken and is not specified in the allowed ciphers, 3DES […]
http://blog.haproxy.com/2012/04/13/enhanced-ssl-load-balancing-with-server-name-indication-sni-tls-extension/ Adding SSL Cert Create SSL Bundle in this order certificate, intermediate, intermediate, key, Should modify […]
Set permissions with chmod 700 .ssh chmod 600 .ssh/authorized_keys If find the following in your logs. sshd[28426]: error: Could […]
using the command: sudo nano /etc/apache2/envvars change the user and group to yourself if there is only one user […]
ssh-copy-id -i ~/.ssh/id_rsa.pub “demo@demo.yourhost.com -p222”
https://stackoverflow.com/questions/129677/whats-the-best-method-for-sanitizing-user-input-with-php
You must be logged in to post a comment.