Linux ÏîÄ¿¹ÜÀíÈí¼þ£¨svn & git¡¡£©´úÀíÉèÖÃ
1.svn:
~$ vi ~/.subversion/servers
[global]
http-proxy-host = xxx.xxx.xxx.xxx
http-proxy-port = xxxx
2.git
~$ wget http://www.meadowy.org/~gotoh/ssh/connect.c
~$ gcc -o connect connect.c
~$ sudo cp connect /usr/local/bin
~$ sudo vi /usr/local/bin/http-proxy-gw
#!/bin/sh
/usr/local/bin/connect -H xxx.xxx.xxx.xxx:xxxx $@
~$ sudo chmod a+x /usr/local/http-proxy-gw
~$ sudo git config --global core.gitProxy "/usr/local/bin/http-proxy-gw"
3.wget
~$ sudo vi /etc/wgetrc
http_proxy = http://xxx.xxx.xxx.xxx:xxxx/
ftp_proxy = http://xxx.xxx.xxx.xxx:xxxx/
use_proxy = on
4.system
~$ export http_proxy=http://xxx.xxx.xxx.xxx:xxxx
Ïà¹ØÎĵµ£º
linuxϵͳRPMÃüÁîÊÖ²á
RPMÊÇRed HatϵÁг£ÓõÄ軟¼þ°ü¸ñʽ£¬靈»îµÄʹÓÃËû將ʹÄúÔÚ RH LinuxÖÐÈç魚µÃË®.現將Æä³£見µÄʹÓ÷½·¨ÊÕ¼¯ÈçÏÂ.................
Ò»¡¢°²×°
ÃüÁî¸ñʽ£º
rpm -i ( or --install) options file1.rpm ... fileN.rpm
²ÎÊý£º
file1.rpm ... fileN.rpm ½ ......
Linux ²Ù×÷ϵͳ C ÓïÑÔ±à³ÌÈëÃÅ
Ŀ ¼
µÚÒ»Õ »ù´¡ÖªÊ¶ ……………………………………………………………4
µÚ¶þÕÂ ......
ת×Ô£ºhttp://blog.chinaunix.net/u/7547/showart_122619.html
1.open device:
video_dev = open("\dev\video0",O_RDWR));
2.get the information of the video device
struct video_capability video_cap;
memset(&video_cap,0,sizeof(vid ......
Linux³£ÓõÄÍ·Îļþ¼¯ºÏ:
<dirent.h> Ŀ¼Ïî
<fcntl.h> Îļþ¿ØÖÆ
<fnmatch.h> ÎļþÃûÆ¥ÅäÀàÐÍ
<glob.h> ·¾¶ÃûģʽƥÅäÀàÐÍ
<grp.h>   ......
Wi-FiWirelessFidelity£¬ÎÞÏß±£Õæ¡¡¼¼ÊõÓëÀ¶ÑÀ¼¼ÊõÒ»Ñù£¬Í¬ÊôÓÚÔڰ칫ÊҺͼÒÍ¥ÖÐʹÓõĶ̾àÀëÎÞÏß¼¼Êõ¡£¸Ã¼¼ÊõʹÓõÄʹ
2.4GHz¸½½üµÄƵ¶Î£¬¸ÃƵ¶ÎĿǰÉÐÊôûÓÃÐí¿ÉµÄÎÞÏ߯µ¶Î¡£ÆäĿǰ¿ÉʹÓõıê×¼ÓÐÁ½¸ö£¬·Ö±ðÊÇIEEE802.11aºÍIEEE802.11b¡£¸Ã¼¼ÊõÓÉÓÚÓÐ×Å×ÔÉíµÄÓŵ㣬Òò´ËÊܵ½³§É̵ÄÇàíù¡£
¡¡¡¡Wi-Fi¼¼ÊõÍ»³öµ ......