Libersoft Tech Blog

Condividi contenuti
Some Rights Reserved
Yes, we do. With GNU/Linux.
Aggiornato: 1 ora 37 min fa

OpenVPN on a privileged port with an unprivileged user

Dom, 02/28/2010 - 18:18
Remember: if you are using a privileged port for your openvpn (<1024, like 53/udp for bypassing captive portals), don’t configure privilege dropping, otherwise after the first timeout, the vpn will die with “TCP/UDP: Socket bind failed on local address [undef]:port: Permission denied” My static key server config: cat /etc/openvpn/ogre.conf dev tun ifconfig 10.0.66.1 10.0.66.2 secret static.key comp-lzo keepalive 10 60 ping-timer-rem persist-tun persist-key # keep commented [...]
Categorie: Linux

Hack for disabling suhosin when using phpmyadmin on Debian

Gio, 12/03/2009 - 10:57
If you apt-get install phpmyadmin on Debian/Ubuntu, you will notice the quoted warning message: Server running with Suhosin. Please refer to documentation for possible issues. You will get reference and possibile solutions here. A fast get to achieve a fully working phpmyadmin on a trusted environment, is to enable the simulation mode on the phpmyadmin vhost, editing /etc/apache2/conf.d/phpmyadmin.conf [...]
Categorie: Linux