Archive for the 'Linux' Category

Please visit: http://aimslife.com/blog/?p=23


Please visit: http://aimslife.com/blog/?p=20


Please visit: http://aimslife.com/blog/?p=6


Please visit: http://aimslife.com/blog/?p=8


Given code can help you to compute checksum.
/* pseudo header for checksum calculation */ typedef struct pseudoh {     guint32 src_addr;     guint32 dest_addr;     guint8  zero;     guint8  protocol;     guint16 [...]


Please visit: http://aimslife.com/blog/?p=9


Please visit: http://aimslife.com/blog/?p=10


# synergyc –f –d ERROR –daemon <server_ip_address>

I recommend to add this command on “/etc/rc.local” file for automatic start synergy client at login time.
[Synergy]


You can use given command on prompt.
# tar -zxvf <name>.tar.gz


Command:
# find -name .svn -exec rm -rf {} \;
OR
# find -name “\.svn” -exec rm -rf {} \;


Given command will help to install Gnome-UI based Wireshark on linux,
# yum install ethereal-gnome