ls ~/tips/code-snippets

Creating a DEB package for Oracle Java

Linux based operating systems comes by default with Open JDK installations. Often it is necessary for various developmental needs to install the Oracle Java. Oracle only supplies two installations of Java for…

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…