How to backup a server with rsync via ssh login without password
Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon.It offers a large number of options that control every aspect of its behavior and...
Running two php/mysql/mariadb versions on the same apache web server
In a web server very old applications must coexist with new ones. Usually old applications are no more mantained and still require old versions of php and mysql, while recent apps claim to use the latest features of your apache, php...
Setting up Tex on Mediawiki (Slackware)
Texvc allows to insert Tex formulas into your page dinamically creating PNG images for you. This note tries to remaind the required packages and the main steps to follow to have Tex working inside a MediaWiki and a Slackware OS. At the...
SEO friendly URLs with apache mod_rewrite
I assume that the reader is familiar with the "SEO friendly URLs" concept. If not you can start reading these: http://www.google.com/support/webmasters/bin/answer.py?answer=76329 At the cost of beating my own drum, I will consider a real case: http://wildzone.it. It is an image gallery where the...