Linux iscsi initiator ÔÚRHEL AS 4ÅäÖÃ
Õâ¸öºÍRHEL5ÉÏÃæµÄiscsi-initiator-utils-6.xxxx²»Ò»Ö£¬RHEL5ÉÏÃæµÄ·½Ê½ÍøÉÏÓбȽ϶àµÄ·½Ê½£¬ÕâÀïÖ÷Òª½éÉܵÄÊÇTRHEL4ϵÄiscsi-initiator-utils-4.xxxxµÄÅäÖ÷½Ê½
linux °æ±¾
[oracle@inthrac02 ~]vi /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 7)
ulimit -r
[oracle@inthrac02 ~]$ uname -r
2.6.9-78.ELsmp
iscsi initiatorµÄ°æ±¾
[oracle@inthrac02 ~]$ rpm -qa | grep iscsi-initiator
iscsi-initiator-utils-4.0.3.0-8
ÐÞ¸ÄiscsiµÄÅäÖÃÎļþ£¬¼ÓÈëÒÔÏÂ
Subnet=172.16.10.0/24
DiscoveryAddress=172.16.10.132
SendAsyncText=yes
Continuous=yes
È»ºóservice iscsi start¼´¿É¡£
Ïà¹ØÎĵµ£º
£¨L2CAPÐÒé¼ò½é£¬L2CAPÔÚBlueZÖеÄʵÏÖÒÔ¼°L2CAP±à³Ì½Ó¿Ú£©
Ò»£ºL2CAPÐÒé¼ò½é£º
Logical Link Control and Adaptation Protocol(L2CAP)
Âß¼Á¬½Ó¿ØÖƺÍÊÊÅäÐÒé (L2CAP) ΪÉϲãÐÒéÌá¹©ÃæÏòÁ¬½ÓºÍÎÞÁ¬½ÓµÄÊý¾Ý·þÎñ£¬²¢Ìṩ¶àÐÒ鹦ÄܺͷָîÖØ×é²Ù×÷¡£L2CAP ³äÐíÉϲãÐÒéºÍÓ¦ÓÃÈí¼þ´«ÊäºÍ½ÓÊÕ×î´ó³¤¶ÈΪ 64K µÄ L2CAP Ê ......
¾ÙÀý£º
Ö÷DNSµÄnamed.confÎļþ£º
options {
directory "/var/named";
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone ......
1¡¢Ð½¨Ä¿Â¼qthello,²¢½øÈëqthelloĿ¼
mkdir qthello
cd qthello
×¢Ò⣺Qt ³ÌÐòÏîÄ¿²»ÄÜÒÔ "qt"¡¢“qt-mt”¡¢“qte” µÈ×÷ΪÆä¶¥¼¶Ä¿Â¼Ãû£¬·ñÔò±àÒëʱ»á·¢Éú´íÎó¡£
½¨Á¢Ô´Îļþhello.cpp,²¢ÊäÈëÏÂÁÐÄÚÈÝ£¬È»ºó±£´æ¡£
#include <QApplication>
#include <QLabel>
int main (int arg ......
ÔÚ¶Ájvm´úÂëʱ£¬Ñ§Ï°Á˶ÁÈ¡¶¯Ì¬Á´½Ó¿âµÄ·½·¨¡£ÏÂÃæ¾Í.soÎļþµÄ´´½¨ºÍ¶ÁÈ¡×öÒ»¸ö¼òµ¥µÄ×ܽᡣ
1.´´½¨.soÎļþ
add.h
#ifndef ADD_H
#define ADD_H
int add(int arg1,int arg2);
#endif
add.c
#include "add.h"
int add(int arg1,int arg2)
{
return ......
1 ¸ÅÄî
¹ËÃû˼Ò壬¾ÍÊǽ« linux ϵͳ°²×°µ½Òƶ¯Ó²ÅÌ£¬²¢ÇÒÄÜÔÚ¶ą̀²»Í¬µÄµçÄÔÉÏÔËÐÐ —— ÒÆ¶¯Ó²Å̾ÍÊÇÒªÒÆ¶¯×ÅÓÃÂï¡£²»·Á³ÆÖ®Îª portable-linux »ò mobile-linux £¬»òÕß±ðµÄʲôÃû×Ö£¿
2 ÓÃ;
ÎÒÏëµ½ÒÔϼ¸µã——
1.¾È¼±£ºµçÄÔÔÀ´µÄϵͳÒò²¡¶¾»òÆäËüÔÒò²»ÄÜÕý³£Æô¶¯£¬¶øÓÖ¼±ÐèÀïÃæµÄ×ÊÁÏ£¬Õ ......