Monthly Archive for August, 2011

Getting started with arduino Part II

Hallelujah! My Arduino kit arrived it was a really far way for it, it was shipped from Hong Kong.

It was seized for one week by customs office in Germany and, now its arrived at my workplace. The package consists of tiny little packages with following content: Continue reading ‘Getting started with arduino Part II’

Unbound DNS-Server

Unbound is a validating, recursive, and caching DNS server alternative to BIND(Berkeley Internet Name Daemon) its a software product from NLnet Labs, VeriSign, Nominet, and Kirei. And of course its open source under BSD license.

Unbound supports Continue reading ‘Unbound DNS-Server’

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’

Windows 7 new search function

Sometimes searching for what’s right in front of your face can be very complicated, windows seven bring a new feature to make the life easier.

In your Explorer you go to the search field and type Continue reading ‘Windows 7 new search function’

MySQL: Error 1016 when using LOCK TABLES

I run a nightly mysqldump of all my databases and one of them has over 500 tables, mysqldumper bring me a error while processing this huge database: Continue reading ‘MySQL: Error 1016 when using LOCK TABLES’