Archive for the 'Debian' Category

DLNA – miniDLNA on Debian

DLNA uses Universal Plug and Play (UPnP) for media management, discovery and control.
I love DLNA and last year I wrote a review post about my Silver Stone DC01, which is used to browse everything from my TV. I will try to set up a little Debian Server with analogical usage to the Silver Stone DC 01. Continue reading ‘DLNA – miniDLNA on Debian’

Montage wallpaper with ImageMagick


With ImageMagick you can create a really magic things like this one…

You have a dual monitor setup and you want to set for each one a special background, no problem now comes ImageMagick into play to montage two different backgrounds into a single one. Get to work: Continue reading ‘Montage wallpaper with ImageMagick’

MySQL Dump


Collection of some MySQL commands, very useful to create and restore MySQL-Backups. Continue reading ‘MySQL Dump’

Ext3 restore data

I want to test some tools to restore deleted data on EXT3 file system, to make this tests safe on a production server without loosing date I created a virtual HDD with 100MB size that running as a file.

Create a 100MB virtual HDD: Continue reading ‘Ext3 restore data’

Nginx – Error 413: Request Entity Too Large

The default Nginx maximum body-size of a client request, or maximum file size is 1M. So when you try to upload something larger than 1M, you get the following error: 413: Request Entity Too Large

Create a new configuration file: Continue reading ‘Nginx – Error 413: Request Entity Too Large’