In case you need to draw a diagram from time to time, you should think about Dia. Dia is a GTK+ based diagram creation program for GNU/Linux, MacOS X, Unix, …
FreeRadius install howto (4) – populating tables
In the last article about FreeRadius (Here), I wrote about basic settings and now I’ll write something about inserting users into database (MySQL). The FreeRadius database schema contains several tables: …
PhpMyAdmin you’re doing it wrong
Icons are just fine… No need for repeating text labels…
MySQL Performance – Howto – part 2 (write cache dependance)
I already wrote about Sysbench and MySQL tunning scripts. Those articles can be found HERE and HERE. Now lets do some tests and lets see the dependance from write cache …
List the last created file
If you want to find the newest file inside directory, you can use the ls & tail combination. ls -t | head -1ls -t | head -1 Output bash$ ls …
Dafizilla Table2Clipboard Firefox addon
If you need to copy HTML tables into Excel, Libreoffice Calc or other datasheet applications, you can think about Firefox and Dafizilla Table2Clipboard firefox addon. This addon will allow you …
Dennis Ritchie: 1941-2011
#include <stdio.h> int main() { printf("goodbye, dad\n"); return 0; }#include <stdio.h> int main() { printf("goodbye, dad\n"); return 0; }
UTF-8 with MySQL and PDO
If you are using PDO (PHP Data Objects) and you’re having problems with utf-8, try to add PDO::MYSQL_ATTR_INIT_COMMAND option inside PDO definition like I wrote below. $db = new PDO( …
UnixStickers project
I usually don’t like a stickers on the notebooks. Especially the large one which after some time became dirty and ugly. Also, it isn’t very nice to open your laptop …