Category Archives: FLOSS

About Free/Libre/Open Source Software

DeleGate – A Multi-platform, Multi-purpose Proxy Server

Introduction A proxy server works as an intermediary for requests from clients seeking resources from other servers. There are various types of proxy servers. In this article we will be breifly discussing some of the capabilities of DeleGate. DeleGate is … Continue reading

Posted in FLOSS, Published Articles | Tagged , | Leave a comment

Enable Apache mod_rewrite module on OpenSuSE

OpenSuSE has mod_rewrite installed, but it is not loaded by default. Check if mod_rewrite is actually loaded by default or not: # grep “^APACHE_MODULES” /etc/sysconfig/apache2 APACHE_MODULES=”actions alias auth_basic authn_file authz_host authz_groupfile authz_default authz_user autoindex cgi dir env expires include log_config … Continue reading

Posted in FLOSS, Tips/Code Snippets | Tagged | 3 Comments

On Sabayon 5 now

Last night installed Sabayon 5 amd64 on my laptop. All went fine except when I tried to do an update. I did the following as suggested in the Sabayon wiki:

Posted in FLOSS | Tagged | Leave a comment

Setting Filesystem Quota in linux

I recently activated quota on my slicehost slice and it was quite simple and fast to do. The only disadvantage is that I needed to set quota on the only filesystem I had, which is /. If there is a … Continue reading

Posted in FLOSS | Tagged , | Leave a comment

Creating VPNs with OpenVPN

Introduction A VPN is a set of tools which allow networks at different locations to be securely connected, using a public network as the transport layer. A VPN produces a virtual “dedicated circuit” over the internet and use cryptography to … Continue reading

Posted in FLOSS, Published Articles, Security | Tagged , , , | Leave a comment