October 18, 2006
A little tip for disabling annoying Internet Explorer’s Information Bar when opening Javadocs locally. It is quite annoing when you open Java API Javadoc with Internet Explorer 6 from your local computer and every time you get the IE’s Information Bar saying: “To help protect your security, Internet Explorer has restricted this file from showing [...]
Read the full article →
October 17, 2006
Apache 2.0 Install Apache from Debian stable: apt-get install apache2 Apache is ready and running. Test that it is workin by pointing browser to www.mysite.com. Read Apache’s security tips. Apache’s files and directories are: /etc/apache2/sites-available/mysite.com: Your virtual domain configuration. /etc/apache2/sites-enabled/mydomain.com: Symlink to you configuration, when site is enabled with a2ensite mysite.com command. /var/log/apache2/: Logs. /var/www/mysite.com: [...]
Read the full article →