Recently I’ve stumbled on a pretty cool OpenSource project called ”datatables” (http://datatables.net/), which allows to easily create tables in HTML that can be: sorted searched paginated scroll infinitely themed … And most important: it’s for free! I’ve always wanted to … Continue reading
Johnny Morano
The Google API GeoChart Map (https://developers.google.com/chart/interactive/docs/gallery/geochart) is pretty nice widget to generate nice maps based on certain values. It has quite a lot of features and it is very easy to use. Before we look at the Google API for … Continue reading
Small clip of last winters Snow Leopard Day at the LIVINGROOM Hochkoenig … Continue reading
The follow website was created for a few friends of mine. They are official mountain guides in the Hochkönig (Austria) area and offer very interesting sommer and winter tours. Have a look at their brand new website! http://hochkoenig-guide.at/ … Continue reading
The below example is a very simple TCP server script written in Perl, which uses the AnyEvent module. It will create a separate process for each connections and has the ability to return data to the parent process. The below … Continue reading
Since the release of OpenSSH 6.2, two new configuration parameters have been added: AuthorizedKeysCommand AuthorizedKeysCommandUser These parameters allow to create any kind of authentication method for OpenSSH, including LDAP authentication, and therefore patches like the LPK patch for OpenSSH are … Continue reading
On 15 August 2013, we started the Königsjodler at 05:00am. The weather was just perfect but it was quite crowded. Not only the Himalayas suffer from millions of tourists who need to get their peak rush. This Via Ferrata is … Continue reading
A secure and very random password generator module written in Perl. It can be used to generate passwords or unique strings which can be used in sorts of operations. The default character set is alpha-numerical based, but can be set … Continue reading
Nagios plugin script written in Bash to check the master-slave replication in PostgreSQL (tested on PostgreSQL 9.2.4) (executed on the slave). The script will report how many bytes the slave server is behind, and how many seconds ago the last … Continue reading
There aren’t many Inotify daemons available that can work recursive and offer a descent flexibility regarding Inotify signals. For basic rsync operations, lsyncd isn’t that bad but it isn’t that flexible for system administration. The fact that it is written … Continue reading