Posts | Comments | Email

Archive for the servers Category

Hacking WEP encryption on Ubuntu

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 me up because she couldn't connect to her wireless network any more. She was playing with her network connections and broke everything. Sh

02.8.2010| Featured, linux, servers | Wim

3 Comments
Change folders for Synology media server

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 used for the DLNA/UPnP media server to play the corresponding files. I wasn't very happy with these 3 directories because I wanted to categorize my media

01.2.2010| linux, servers, tutorials | Wim

6 Comments

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 127.0.0.1… Connected to localhost. Escape character is ‘^]’. flush_all OK quit Connection to localhost closed by foreign host.

09.21.2009| linux, servers, tutorials | Wim

No Comments
Use multiple instances of Webalizer on one server

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 stats of all the websites separately. I'll tell you in a few lines how you can achieve this with webalizer. This tutorial is tested with Webalizer on Ubunty but

09.12.2009| linux, servers, ubuntu | Wim

No Comments