Posted on 24-12-2009
Filed Under (Tutorials) by XyluX

Pals,
If you are capturing some packets across your network and if you want to find a specific pattern from the huge list of packets then you can make use of the the available wireshark filter “tcp matches”. It can save a bunch of your time as it will directly take you to your desired place within a short period of time. Below is an example of how you can find “.exe\x20″ from the packets lists
Read the rest of this entry »

(0) Comments    Read More   
Posted on 12-05-2009
Filed Under (Tutorials) by XyluX

:: Synopsis ::
Its a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

:: Installation Procedure ::

You need the libevent dependencies in-order to install this package. Follow this method to install the required libraries. If you’ll try to install only the libevent then Ubuntu won’t let you install the libraries as libevent again needs its devel packages.
Read the rest of this entry »

(0) Comments    Read More