zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Getting started with arduino Part IV

September 5, 2012 by Igor Drobot Leave a Comment


You now this click clack noises for exmple from your car if you want to turn right or left, yes right I mean relay. This will be the stuff that describe in this post, controlling circuits with a relay.

I used the following relay in my examples: [Read more…]

Filed Under: DIY Tagged With: arduino, coil, load, relay, resistance

Nginx and Apache2

January 18, 2011 by Igor Drobot Leave a Comment

I decided to put a nginX (pronounced as ‘Engine X’) as my primary webserver to reduce the server load and improve performance.

Nginx can only handle static content (CSS, simple HTML, and static files) l have to proxy incoming dynamic requests to another server, in my case Apache2 with PHP5 as suExec/ Fcgid.

[Read more…]

Filed Under: Debian, Linux Tagged With: apache2, load, Nginx, Performance, Proxy