01.03.2014

pg_dumpall and mysqldump – how to separate each database into individual files

Today I will show you how I do it. Using pg_dumpall or mysqldump creates one single big file containing all the databases in it. But it is really difficult to restore something from this...
Zobacz więcej
16.04.2012

HOW-TO Setup SSL in Apache on Ubuntu server

This time I will show you my quick way to proceed with ssl certificate from the request at the CA (Certificate Authority) to the...
Zobacz więcej
06.11.2011

Modification of the Sauerbraten game (cheating)

In the last days I had a lot of work and, as you probably know, a lot of work means a lot of stress…...
Zobacz więcej
22.10.2010

Very fast image resizer for large gallery – GdkPixbuf

scaler.c #include <gtk/gtk.h> #include <gdk-pixbuf/gdk-pixbuf.h> #define MID_WIDTH 1024 #define SMALL_WIDTH 120 int main(int argc, char **argv) { GdkPixbuf * pb, *s_pb, *m_pb; int width,...
Zobacz więcej