Archive for the 'Linux' Category
Please visit: http://aimslife.com/blog/?p=23
Filed under: C/C++, DDK, Linux, Windows | Leave a Comment
Tags: C/C++, DDK, Linux, Windows
Please visit: http://aimslife.com/blog/?p=20
Filed under: C/C++, Linux, Windows | Leave a Comment
Tags: itoa, sprintf
Please visit: http://aimslife.com/blog/?p=6
Filed under: C/C++, Linux, Network | Leave a Comment
Tags: Linux Kernel Module Programming Netfilter SK_Buff
Please visit: http://aimslife.com/blog/?p=8
Filed under: Linux, Network, fun & enjoy | Leave a Comment
Tags: network connection netstat lsof command linux
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 [...]
Filed under: C/C++, Java, Linux, Network, WDF, WDK | Leave a Comment
Tags: Checksum TCP
Please visit: http://aimslife.com/blog/?p=9
Filed under: C#, C/C++, Java, Linux | Leave a Comment
Tags: http://aimslife.com/blog/?p=9
# 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]
Filed under: Linux | Leave a Comment
Command:
# find -name .svn -exec rm -rf {} \;
OR
# find -name “\.svn” -exec rm -rf {} \;
Filed under: Linux | Leave a Comment
Given command will help to install Gnome-UI based Wireshark on linux,
# yum install ethereal-gnome
Filed under: Linux | Leave a Comment




