Monthly Archives: Duben 2014

Oracle Java 1.8 JDK installation (Debian Jessie alpha)

As you know, Openjdk is spammed through all main linux distributions. If you like Oracle (eh) or just want to have good old Sun java, not slow Openjdk…. and you are really lazy, check this out 🙂

Posted in Linux | Leave a comment

Disk benchmarking – Bonnie++ (OpenSUSE 13.1)

If you think that simple „dd bs=1M count=512 if=/dev/zero of=test conv=fdatasync“ disk benchmarking is not enough – you’re completely right. There are not so many tools benchmarking your disk, one of the most used is Bonnie++.

Posted in Linux | Leave a comment

Change data directory – MariaDB 10.0.x

One of most valuable thing is good documentation – for common database actions. I didn´t find any well documented step-by-step guide to change data directory in MariaDB, Debian environment. Please be aware that this one guide is not perfect and … Continue reading

Posted in Databases, MySQL | Leave a comment

MariaDB 10.x install – Debian 7.4 x64

As Debian is still using MySQL in default, there are very few steps to install MariaDB 10.x…

Posted in Databases, MySQL | Leave a comment

Change data directory – PostgreSQL

Useful and common task, should be well documented. Let´s try it! Debian 7.4 x64, PostgreSQL 9.3.2

Posted in Databases, PostgreSQL | Leave a comment

Why am I using XFS?

I must admit I´m really conservative person in many ways. I´m using XFS almost from my linux beginnings, from 2001, when this file system was released for masses 🙂

Posted in Linux | Leave a comment

DB2 data sampling

Sometimes it would be very helpful to have a chance gather sample values. What if rownum limitation affects quality of records? What if the main table logic is residental in the middle of huge table? Welcome to data sampling world … Continue reading

Posted in Databases, DB2 | Leave a comment