[Iptables] Iptables command list
iptables -L –verbose (show flow list by iptables)
iptables -S –verbose (show flow list by iptables)
iptables -A FORWARD -o tun0 -i erouter0 -d 10.8…Read More
[awk] Print only specific field Ex1:
$cat employee.txt
100 Thomas Manager Sales $5,000
200 Jason Developer Technology $5,500
300 Sanjay Sysadmin Technology $7…Read More
[C] How to use API which in other C code
CFLAGS="-I$(CURDIR)/../../OBJ/include/happy/" \
LDFLAGS="-L$(CURDIR)/../../OBJ/lib/" \
LIBS="-lhappy" \
CFLAGS = where is happy.h
LDFLAGS = Where …Read More
0 意見:
張貼留言