Browsing Monthly Archive September 2009
guice 14

Dependency Injection with Google Guice by example

In this blogpost, I’ll explain Dependency Injection with Google Guice through a lot of examples. Hope you like it. Annotation based DI It’s possible in

September 20, 2009 Featured, java, tutorials
memcached-logo-500x380 0

How to flush the contents of Memcached

I often see people using telnet to flush the entire contents of their Memcached instance. They use the following commands: $ telnet localhost 11211 Trying

September 58, 2009 linux, servers, tutorials

Use multiple instances of Webalizer on one server

In most of the cases, there is more than just one website on a server. Though, it is very important that you can measure the

September 23, 2009 linux, servers, ubuntu
Back to Top