LinuxÏÂCÓïÑÔʵÏÖ×Ö·û´®×Ó´®Ìæ»»
ÓÉÓÚLINUX
CûÓжÔ×Ö·û´®×Ó´®Ìæ»»¹¦ÄÜ,ËùÒÔÎÒ×Ô¼ºÐ´ÁËÒ»¸östr_replaceº¯Êý,ʵÏÖÁË×Ö·û´®Ìæ»».
Çë´ó¼Ò²Î¿¼.
/*
* FUNCTION : str_replace
*
ABSTRACT : replace child string in a string.
*
PARAMETER :
*
char* str
the string that be replace
*
char* str_src source string
*
char* str_des destination string
*
RETURN :
*
0 OK
*
-1 FALSE
* CREATE : 2006-01-05
ZHANG.JINCUN
* NOTE
:
*/
int str_replace(char* str,char* str_src, char*
str_des){
char *ptr=NULL;
char buff[256];
char buff2[256];
int i = 0;
if(str !=
NULL){
strcpy(buff2, str);
}else{
printf("str_replace err!\n");
return -1;
}
memset(buff,
0x00, sizeof(buff));
while((ptr = strstr( buff2,
str_src)) !=0){
if(ptr-buff2 != 0) memcpy(&buff[i], buff2, ptr - buff2);
memcpy(&buff[i + ptr - buff2], str_des, strlen(str_des));
i += ptr - bu
Ïà¹ØÎĵµ£º
×ÜÀÀ
ÓÃiptables -ADC À´Ö¸¶¨Á´µÄ¹æ
Ôò
£¬-AÌí¼Ó -Dɾ³ý -C ÐÞ¸Ä
iptables - [RI] chain rule num rule-specification[option]
ÓÃiptables - RI ͨ¹ý¹æÔòµÄ˳ÐòÖ¸¶¨
iptables -D chain rule num[option]
ɾ³ýÖ¸¶¨¹æÔò
iptables -[LFZ] [chain][option]
ÓÃiptables -LFZ Á´Ãû [Ñ¡Ïî]
iptables -[NX] chain
ÓÃ -NX ......
vmware tool°²×°²½Öè
1¡¢±£Ö¤Òª°²×°VMWare ToolsµÄÐéÄâ²Ù×÷ϵͳ¿ªÆô¡£
2¡¢°´Ï CTRL+ALT×éºÏ¼ü£¬½øÈëÖ÷²Ù×÷ϵͳ£¬µã»÷VMWARE״̬À¸[b][font=ËÎÌå]°²×°[/font][/b]Ìáʾ£¬»òÕßµã»÷ VMÑ¡ÔñInstall vmware tools….
3¡¢È·Èϰ²×°VMWARE TOOLS¡£ £¨VMWareToolsÊÇÔÚÐéÄâµÄ²Ù×÷ϵͳÖа²×°£¬²»ÊÇÔÚÎïÀí»úÉϰ ......
ÒÔÏÂÊÇÅäÖÃÒýµ¼½øÈëͼÐÎģʽµÄetc/inittabÎļþµÄ²¿·ÖÄÚÈÝ£º
#Default runlevel.The runlevels used by RHS are:
# 0-halt(Do NOT set initdefault to this)
# 1 -Single user mode
# 2-Multiuser,without NFS(The same as 3,if you do not have networking)
# 3-Full multiuser mode
# 4-unu ......
±¸Óá£
Ö»ÓÐÏàͬÓû§²ÅÄÜʵÏÖÉ豸µÄͬʱ´ò¿ª¡£
pcm.!dmix {
type dmix
ipc_key 5678293
ipc_key_add_uid yes
slave {
pcm "hw:0,0"
period_time 0
period_size 2048
buffer_size 16384
format S16_LE
rate 48000
}
}
pcm.!dsnoop {
type dsnoop
ipc_key 5778293
ipc_key_add_uid yes
slave {
pcm "hw:0 ......
Á½ÖÖ·½·¨£º
×ÔÆô¶¯³ÌÐò·½·¨1£º
ÔÚetc/rc.localÔÚÀïÃæ¼ÓÈë/home/robin/code/autoruntest > /dev/null &£¨ÆäÖÐautoruntest ²âÊÔ³ÌÐòÃû³Æ£¬ÏÂͬ£©¡£¼´¿É×ÔÆô¶¯
×¢£º/etc/rc.local -> /etc/rc.d/rc.local
×ÔÆô¶¯³ÌÐò·½·¨2£º
´´½¨linux·þÎñ£¬²½ÖèÈçÏ£º
1) &n ......