Browsing Tag

linux

Testing the new mod_pagespeed for Apache 2 from Google

Google released a new module for Apache2, mod_pagespeed, yesterday. They claim that a webpage can load 50% faster with the module installed. I’m a little

November 34, 2010 linux, PHP, servers, testing, ubuntu
hacking 15

Hacking WEP encryption on Ubuntu

The information below is not intended to harm other people. Cracking other peoples network is considered illegal in most countries!! Last day, my sister called

February 16, 2010 Featured, linux, servers
CHANGE FOLDERS FOR SYNOLOGY MEDIA SERVER 60

Change folders for Synology media server

When you enable the Synology Media Server on your NAS, there are 3 directories added to your file-system (video, music and photo) which will be

January 17, 2010 linux, servers, tutorials

servletconfig vs servletcontext

In this little blogpost, I’ll try to explain the differences between ServletConfig and ServletContext and when you can use them into a Java Web Application.

October 58, 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