Saturday, November 02, 2013

OSX Maverick and Vmware fusion 4.1


 My copy of Vmware fusion 4.1 works with OSX maverick. 




It is quite understandable why vmware would spread FUD to sell more copies of newer versions of Fusion. However, we had already burnt the vmware support bridge when we had updated to 3.x kernels. Long live open-vm-tools!


Tcpflow Network traffic capture in three simple steps


Three simple steps to capture network traffic capture on your linux box


  • On the Debian Box, just install tcpflow using apt-get
  • $ifconfig to figure out the network interface (mine was eth0)
  • $sudo tcpflow -c -e -i eth0


© Life of a third world developer
Maira Gall