To enable/disable NIC checksum offload:
[Windows]
. Go to Control panel -> Network and Internet -> Network and Sharing Center
. Click "Change adapter settings"
. Right click on the NIC and select "Properties"
. Click "Configure" -> Advanced tab
. You will find
. UDP Checksum Offload (IPv4)
. TCP Checksum Offload (IPv4)
. IPv4 Checksum Offload
. Enable/disable could be done there.
Thursday, July 31, 2014
Wednesday, July 30, 2014
Wireshark filter data in payload
. To filter packets with hex value "0xff 0x13" in payload
frame contains ff:13
frame contains ff:13
Thursday, July 17, 2014
Change console resolution for CentOS permanently
vi /etc/grub.conf
append "vga=791" without the quotes to the kernel line
append "vga=791" without the quotes to the kernel line
Thursday, July 3, 2014
vi/vim settings
/etc/virc for vi
/etc/vimrc for vim
~/.vimrc
syntax on
set autoindent
set sw=4
set tabstop=4
set cindent
/etc/vimrc for vim
~/.vimrc
syntax on
set autoindent
set number
set sw=4
set tabstop=4
set cindent
Subscribe to:
Posts (Atom)
Check clients which connect to Mac OS X Wi-Fi Internet Sharing
arp -i bridge100 -a bridge100 may be different on your Mac OSX
-
For Mac OS: Use lipo. Ex. lipo -info staticLibrary.a For Linux OS: Use file Ex. file staticLibrary.c
-
[轉貼]用GCC自製Library 引用 : PTT 看板 : LinuxDev ( 作者 : cole945) Library 可分成三種, static 、 shared 與 dynamically loaded 。 1. Static libr...
-
1. Create an account on TestFlight ( http://testflightapp.com ) and with "Developer" option checked. 2. Log in to the TestFlight ...