投影片 1

Size: px
Start display at page:

Download "投影片 1"

Transcription

1 N C H C 2006/9/28 Queuing System 吳長興 簡報主題 1

2 大綱 Queuing System 應具備的基本功能 Queuing System 軟體 PBS Cmeta 結論 簡報主題 2

3 大綱 Queuing System 應具備的基本功能 Queuing System 軟體 PBS Cmeta 結論 簡報主題 3

4 如何使用 PC Cluster? 工作 工作 (1) 工作 (2) 工作 (n-1) 工作 (n) 計算節點 (1) 訊息 計算節點 (2) 訊息 計算節點 (n-1) 訊息 計算節點 (n) 結果整合 簡報主題 4

5 如何使用 PC Cluster? 平行化程式並分散至各計算節點執行 使用 mpi 的 library, 來平行工作 透過 mpirun 來行程式 mpirun -v -machinefile NODEFILE -np 4 /home/hsing/pbs/test/a.out 依據 NODEFILE 的內容, 挑選第一個計算節點以 rsh or ssh 方式登入, 然後執行 mpirun 程式,mpirun 會依 NODEFILE 剩下的計算節點, 將 其他分割 程式散到其他節點執行 透過套裝軟體來執行 簡報主題 5

6 是否需要 Queuing System? 依照上述觀念, 只需要 mpich 就可以順利使用 PC Cluster 為什麼還需要 Queuing System 這個東西呢? 規模較大, 節點數量多 使用者多 工作內容複雜 簡報主題 6

7 Queuing System 應具備的基本特點 資源 : 電腦資源能夠被充分使用 公平的分配資源 管理 : 使用者管理 資源 (disk job time) 分配 優先權 權限. Cluster 管理 切割資源 node 狀態 資源監控 node 維護. Job 的控管 排程變更 平衡負載 錯誤恢復 通知 簡報主題 7

8 Queuing System 應具備的基本功能 使用者 : Submit job Cancel job Query job status Modify job 簡報主題 8

9 PC Cluster 基本架構 計算節點 Telnet SSH 伺服器 使用者 FTP SCP SFTP Web Interface 簡報主題 9

10 基本服務 RSH or SSH: 登入信任的計算節點不需要密碼 (mpich 使用 ) NFS: 共享 /home: 讓使用者程式都存在於各計算節點 共享 /opt: 一些程式共用 ( 如 pbs mpich ) NIS or 自行統一帳號 : 統一使用者帳號 NTP-Server 以及 NTP- Client 統一系統時間 Firewall: 防禦入侵 簡報主題 10

11 PC Cluster 基本架構 Node - rsh, rlogin, rexec node01 node02 or ssh,scp,sftp - Mount /opt 及 /home - Use NIS - NTP-Client node03 對外 Server -SSH -Firewall - Mount /opt 及 /home -Use NIS - NTP-Server noden noden+1 File Server NFS Service - Export /opt 及 /home - NIS Service 簡報主題 11

12 大綱 Queuing System 應具備的基本功能 Queuing System 軟體 PBS Cmeta 結論 簡報主題 12

13 Queuing System 軟體 PBS ( Portable Batch System ) DQS ( Distributed Queuing System ) Cmeta ( Cluster management enabling toolbox for administrators) Platform LSF 簡報主題 13

14 大綱 為什麼要使用 Queuing System? Queuing System 應具備的基本功能 Queuing System 軟體 PBS Cmeta 結論 簡報主題 14

15 commands PBS 組成元件 以命令列或圖形介面方式, 讓透過 socket 來讓使用者進行提交 (submit) 監督 (monitor) 修改 (modify) 和刪除 (delete) 工作 pbs_server 接收 產生 管理及保護使用者的批次工作 pbs_mom 接收 pbs_server 給予的批次工作, 並呼叫對應的程式來執行, 完成後將結果回報給 pbs_server pbs_sched 負責排程工作 資源分配及節點管理 簡報主題 15

16 PBS 組成元件 計算節點 使用者 commands jobs 伺服器 pbs_sched pbs_server pbs_mom pbs_mom 簡報主題 16

17 PBS 安裝 下載 Open PBS (Open Portable Batch System) 網址 Torque ( 建議使用 ) 網址 : PBSWeb (Web 介面 ) 網址 : Lite: PBS PRO ( 商業化軟體 ) 網址 : 簡報主題 17

18 PBS 安裝 環境需求 環境需求 確定已啟動 NIS 以及 NFS 服務 假如有需要使用圖形介面, 則需要安裝 Tcl 8.0 和 Tk 8.0 確定使用者可以使用 ssh 到各個計算節點, 而不需使用密碼 簡報主題 18

19 PBS 安裝 - 步驟一 : 編譯設定 下載 que/torque tar.gz 解壓縮 tar zxvf torque tar.gz C /opt/src/ 設定 ( 執行 configuration shell script)./configure --prefix=/opt/torque ( 安裝目錄 ).. 編譯 ( GNU 相容的 make 程式 ) make 安裝 make install 簡報主題 19

20 PBS 安裝 - 步驟一 : 編譯設定 [root@pika150 src]# wget tar.gz [root@pika150 src]# tar zxvf torque tar.gz [root@pika150 src]# cd torque [root@pika150 torque-2.1.2]#./configure --prefix=/opt/torque [root@pika150 torque-2.1.2]# make [root@pika150 torque-2.1.2]# make install [root@pika150 torque-2.1.2]# ln -s /opt/torque /opt/torque 簡報主題 20

21 PBS 安裝 - 步驟二 : 設定 Node 設定檔預設路徑 /var/spool/torque/ 增加計算節點 ( 有兩種方式 ): 直接修改設定檔 /var/spool/torque/server_priv/ 建立一個檔名為 nodes 的檔案 [root@pika150 ~]# vi /var/spool/torque/server_priv/nodes client01 np=2 client02 np=2. 簡報主題 21

22 PBS 安裝 - 步驟二 : 設定 Node 方法二 : 利用 qmgr 將 node 加入 Qmgr:create node hpcs001 Qmgr:create node hpcs002 Qmgr:active node hpcs001 Qmgr:active node hpcs002.. 使用方法二時,pbs_server 及 pbs_sched 要先常駐 簡報主題 22

23 PBS 安裝 - 步驟三 : 設定 Server 名稱 設定 Server 描述檔 /var/spool/torque/server_name [root@pika150 src]# vi /var/spool/torque/server_name pika150.nchc.org.tw 簡報主題 23

24 PBS 安裝 - 步驟四 : 設定 pbs_mom 設定 pbs_mom /var/spool/torque/mom_priv/config [root@pika150 src]# vi /var/spool/torque/mom_priv/config $clienthost pika150 $logevent 255 $restricted * $usecp pika150.nchc.org.tw:/home /home 簡報主題 24

25 PBS 安裝 - 步驟五 : 啟動服務 初始化並啟動 pbs_server 及 pbs_sched /opt/torque/sbin/pbs_server t create ( 第一次執行, 需要建立資料庫 ) /opt/torque/sbin/pbs_sched 簡報主題 25

26 PBS 安裝 - 步驟六 : 新增佇列規則 設定並啟動排程佇列 ( 自行參考手冊 ) /opt/torque/bin/qmgr < /tmp/setup.conf 啟動設定的兩個佇列 default 及 long( 選擇 ) 假如沒在 Setup.conf 啟用時 /opt/torque/bin/qstart default long /opt/torque/bin/qenable default long 簡報主題 26

27 PBS 安裝 - 步驟七 : 安裝 Client 從步驟 1~6 已經完成 Server 及 Client 的設定 複製設定檔到各個 Client 的 /var/spool/torque/ 裡面 [root@pika150 opt]# tar zcvf torque_config.tar.gz /var/spool/torque/ [root@pika150 opt]# ssh client01 [root@client01 opt]# cd /opt [root@client01 opt]# tar zxvf torque_config.tar.gz 啟動 pbs_mom /opt/torque/sbin/pbs_mom 簡報主題 27

28 PBS 安裝 - 步驟八 : 自動啟動服務設定 Server 端 設定 pbs_server 開機執行 /etc/rc.d/rc.local 增加 /opt/torque/sbin/pbs_server 設定 pbs_sched 開機執行 /etc/rc.d/rc.local 增加 /opt/torque/sbin/pbs_sched Client 端 設定 pbs_mom 開機執行 /etc/rc.d/rc.local 增加 /opt/torque/sbin/pbs_mom 簡報主題 28

29 PBS 安裝 - 步驟八 : 自動啟動服務設定 設定 pbs_server 開機執行 建立 /etc/init.d/pbs_server ( 改成可執行 ) cd /etc/rc.d/rc3.d ln s /etc/init.d/pbs_server S98pbs_server 設定 pbs_sched 開機執行 建立 /etc/init.d/ pbs_sched ( 改成可執行 ) cd /etc/rc.d/rc3.d ln s /etc/init.d/pbs_server S98 pbs_sched 設定 pbs_mom 開機執行 (Client) 建立 /etc/init.d/ pbs_mom ( 改成可執行 ) cd /etc/rc.d/rc3.d ln s /etc/init.d/pbs_server S98 pbs_mom 簡報主題 29

30 PBS 安裝 - 步驟九 : 檢視是否安裝完成 觀察 nodes 的狀態 /opt/torque/bin/pbsnodes a 結果 client01 state = free np = 2 ntype = cluster status = opsys=linux,uname=linux client mdksmp #1 SMP Tue Mar 22 15:40:42 CET 2005 i686,sessions=2647,nsessions=1,nusers=1,idletime= ,totmem= kb,availmem= kb,phys mem=515180kb,ncpus=2,loadave=0.00,netload= ,state=free,rectime= 簡報主題 30

31 PBS Script 的撰寫 PBS Script 規則 一個 # 為 PBS 指令 三個 # 為註解 循序程式範例 平行程式範例 簡報主題 31

32 PBS-Control Job 遞交工作 (submit job) /opt/torque/bin/qsub script 成功後系統會回覆 Job ID 的訊息如下 : 336.pika150.nchc.org.tw 刪除工作 (delete job) qdel 336 詢問執行狀況 (Query job status) qstat 簡報主題 32

33 大綱 為什麼要使用 Queuing System? Queuing System 應具備的基本功能 Queuing System 軟體 PBS Cmeta 結論 簡報主題 33

34 Cmeta- 下載及環境準備 註冊下載 環境準備 Perl 完整安裝 Perl 的模組 Crypt-PasswdMD5-1.2 perl-suidperl 的檔案 確定已啟動 NIS 以及 NFS 服務 Client 端開啟 RSH daemon 允許 root 權限 rsh 到後端 Client 簡報主題 34

35 Cmeta- 安裝設定 解壓縮 tar zxvf Cmeta-1.0-release.tar.gz 修改 install.in 安裝./install -install 反安裝./install -uninstall 把 index.htm 移到 Web 的根目錄, 並修改 index.htm 連結到 cgi 的路徑 簡報主題 35

36 啟動 cd /opt/cmeta/bin/./pccmopt.sh start 停止 cd /opt/cmeta/bin/./pccmopt.sh stop Cmeta- 啟動 設定開機執行 /etc/rc.d/rc.local /opt/cmeta/bin/pccmopt.sh start 簡報主題 36

37 Cmeta- 使用說明 簡報主題 37

38 Cmeta-Menu 簡報主題 38

39 Cmeta-Submit Job 簡報主題 39

40 Cmeta-Monitor Jobs 簡報主題 40

41 Cmeta-Cluster State 簡報主題 41

42 Cmeta-Node state 簡報主題 42

43 Cmeta-Job State 簡報主題 43

44 Cmeta- 增加 Node 簡報主題 44

45 大綱 為什麼要使用 Queuing System? Queuing System 應具備的基本功能 Queuing System 軟體 PBS Cmeta 結論 簡報主題 45

46 參考資料 NCHC PC Cluster 論壇 MPICH OpenPBS PBSWeb PBS Quick Reference Guide 簡報主題 46

47 結論 Open PBS 安裝使用 Cmeta 安裝使用 簡報主題 47

48 Thank you!! 簡報主題 48

49 /etc/hosts 檔案內容 pika150.nchc.org.tw pika client client02. 簡報主題 49

50 Setup.conf 檔案內容 # Create and define queue long create queue long set queue long queue_type = Execution set queue long Priority = 60 set queue long max_running = 10 set queue long resources_max.cput = 12:00:00 set queue long resources_min.cput = 02:00:01 set queue long resources_default.cput = 12:00:00 set queue long enabled = True set queue long started = True # Create and define queue default create queue default set queue default queue_type = Route set queue default max_running = 10 set queue default route_destinations = long set queue default enabled = True set queue default started = True 簡報主題 50

51 Setup.conf 檔案內容 (Cont.) # Set server attributes. set server scheduling = True set server max_user_run = 6 set server acl_host_enable = True set server acl_hosts = * set server default_queue = default set server log_events = 63 set server mail_from = hsing@nchc.org.tw set server query_other_jobs = True set server resources_default.cput = 01:00:00 set server resources_default.neednodes = 1 set server resources_default.nodect = 1 set server resources_default.nodes = 1 set server scheduler_iteration = 60 set server default_node = 1 #shared 簡報主題 51

52 #!/bin/sh ### Job 名稱 #PBS -N mytest ### 輸出檔案 #PBS -e mytest.err #PBS -o mytest.log ### 放到哪一個佇列裡 (default, long) #PBS -q default ###================================================ # 顯示目錄及時間資訊 echo Working directory is $PBS_O_WORKDIR cd $PBS_O_WORKDIR echo Running on host `hostname` echo Time is `date` echo Directory is `pwd` # 執行檔案 /home/hsing/pbs/test/a.out 簡報主題 52

53 ###.( 略 ) ### 使用 node 數 #PBS -l nodes=4 # 顯示目錄及時間資訊 echo Working directory is $PBS_O_WORKDIR cd $PBS_O_WORKDIR echo Running on host `hostname` echo Time is `date` echo Directory is `pwd` echo This jobs runs on the following processors: echo `cat $PBS_NODEFILE` # 計算使用的 node 數 NPROCS=`wc -l < $PBS_NODEFILE` echo This job has allocated $NPROCS nodes # 執行 MPI 平行程式 "a.out" mpirun -v -machinefile $PBS_NODEFILE -np $NPROCS \ /home/hsing/pbs/test/a.out 簡報主題 53

54 Install.in # 設定 cmeta 軟體安裝的位置 PACKAGEPATH=/opt/cmeta # 設定 Server 端的 IP PCCMIP= # 設定介面存放的目錄 ( 必須確定可以執行 cgi 的程式 ) INTERFACEPATH=/var/www/cgi-bin/Cmeta # 設定 Cmeta 的管理者 PCCMACCOUNT=pccmAdm # 設定 rsh 程式的位置 RSHPATH=/usr/bin/rsh # 設定 MPI 程式路徑 MPIRUNPATH=/opt/mpich/bin/mpirun 簡報主題 54

55 NIS Service (Server) 相關套件 :yp-tools ypbind ypserv portmap 1. 啟動 time 與 time-udp 這兩個預先要啟動的 daemon root]# chkconfig --level 35 time on root]# chkconfig --level 35 time-upd on root]# /etc/rc.d/init.d/xinetd restart 2. 建立 NIS 的領域名稱 ( 我這裡是設定為 cluster ): root]# nisdomainname cluster root]# echo "/bin/nisdomainname cluster" >> /etc/rc.d/rc.local root]# echo "NISDOMAIN=cluster" >> /etc/sysconfig/network 3. 建立 NIS 設定檔 : root]# vi /etc/ypserv.conf ( 在這個檔案內增加三行即可 ) / : * : * : none / : * : * : none * : * : * : deny root]# touch /etc/netgroup 4. 啟動 NIS: root]# /etc/rc.d/init.d/ypserv start root]# /etc/rc.d/init.d/yppasswdd start 5. 製作資料庫 :( 每次有更動使用者資訊時, 就必須要進行這個步驟!) root]# /usr/lib/yp/ypinit -m 6. 開啟 ypserver 為系統服務 root]# chkconfig --level 35 ypserv on root]# chkconfig --level 35 yppasswdd on 簡報主題 55

56 NIS Service (Client) 準備好以下兩個套件 :ypbind 及 yp-tools 按下列步驟設定 : 1. 建立 NIS 的領域名稱 ( 我這裡是設定為 cluster ): root]# nisdomainname cluster root]# echo "/bin/nisdomainname cluster" >> /etc/rc.d/rc.local root]# echo "NISDOMAIN=cluster" >> /etc/sysconfig/network 2. 建立 NIS 查尋的主機名稱 : root]# vi /etc/yp.conf domain cluster ypserver server.cluster 3. 修改密碼驗證方式 : root]# vi /etc/passwd ( 在這個檔案的最底下新增如下一行 ) +:::::: root]# vi /etc/nsswitch.conf passwd: files nis nisplus shadow: files nis nisplus group: files nis nisplus hosts: files nis dns 4. 啟動 NIS: root]# /etc/rc.d/init.d/ypbind start root]# chkconfig --level 35 ypbind on 簡報主題 56

57 RSH Service 1. 要使用 rsh 功能先要安裝 : rsh-server mdk.i586.rpm (Server 端 ) rsh mdk.i586.rpm (Client 端 ) 2. 啟動 RSH 囉! root]# chkconfig --level 35 rsh on root]# chkconfig --level 35 rlogin on root]# chkconfig --level 35 rexec on root]# /etc/rc.d/init.d/xinetd restart 3. 編輯可使用 R command 的主機設定檔 : root]# vi /etc/hosts.equiv LinuxServer LinuxClient01 LinuxClient02 4. 編輯家目錄下的.rhosts ( 內容同 hosts.equiv) vi /home/test/.rhosts 簡報主題 57

58 NFS Service 1. 啟動 portmap 並且設定開機啟動 : root]# /etc/rc.d/init.d/portmap start root]# chkconfig --level 35 portmap on 2. 設定 NFS 分享出去 : root]# vi /etc/exports /home /24(rw,async,no_root_squash) /opt /24(rw,async,no_root_squash) root]# exportfs -rv root]# /etc/rc.d/init.d/nfs start root]# chkconfig --level 35 nfs on 3. 掛載並將指令寫入 /etc/rc.d/rc.local 當中 root]# echo "mount -t nfs Server.cluster:/home /home" >> /etc/rc.d/rc.local root]# echo "mount -t nfs Server.cluster:/opt /opt" >> /etc/rc.d/rc.local 簡報主題 58

59 讓 root 可以 RSH 到某台機器 修改 /etc/securetty 將 echo "rlogin" >> /etc/securetty echo "rsh" >> /etc/securetty echo "rexec" >> /etc/securetty 簡報主題 59

60 /etc/init.d/pbs_server #! /bin/sh FLAGS="defaults 90" test -f /opt/torque/sbin/pbs_server exit 0 case $1 in 'start') /opt/torque/sbin/pbs_server -a true ;; 'stop') pid=`/bin/ps -e grep 'pbs_server' sed -e 's/^ *//' -e 's/.*//'` if [ "$pid"!= "" ]; then kill -9 $pid; fi ;; 'restart') $0 stop $0 start ;; *) echo "Usage: /etc/init.d/pbs_server {start stop restart}" exit 1 ;; esac exit 0 簡報主題 60

61 /etc/init.d/pbs_sched #! /bin/sh FLAGS="defaults 90" test -f /opt/torque/sbin/pbs_sched exit 0 case $1 in 'start') /opt/torque/sbin/pbs_sched ;; 'stop') pid=`/bin/ps -e grep 'pbs_sched' sed -e 's/^ *//' -e 's/.*//'` if [ "$pid"!= "" ]; then kill -9 $pid; fi ;; 'restart') $0 stop $0 start ;; *) echo "Usage: /etc/init.d/pbs_sched {start stop restart}" exit 1 ;; esac exit 0 簡報主題 61

62 /etc/init.d/pbs_mom #! /bin/sh FLAGS="defaults 90" test -f /opt/torque/sbin/pbs_mom exit 0 case $1 in 'start') /opt/torque/sbin/pbs_mom ;; 'stop') pid=`/bin/ps -e grep 'pbs_mom' sed -e 's/^ *//' -e 's/.*//'` if [ "$pid"!= "" ]; then kill -9 $pid; fi ;; 'restart') $0 stop $0 start ;; *) echo "Usage: /etc/init.d/pbs_mom {start stop restart}" exit 1 ;; esac exit 0 簡報主題 62

63 SSH 免密碼登入設定 Server 端 vi /etc/ssh/sshd_config RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile.ssh/authorized_keys Client 端 ssh-keygen -t rsa 然後按三下 Enter 即可在 ~/.ssh/ 下找到 ~/.ssh/ id_rsa (Pirvate Key) ~/.ssh/id_rsa.pub (Public Key) 將 id_rsa.pub (Public Key) 複製到 Server 端家目錄裡的.ssh 裡面, 並將名稱改成 authorized_keys 簡報主題 63

资源管理软件TORQUE与作业调度软件Maui的安装、设置及使用

资源管理软件TORQUE与作业调度软件Maui的安装、设置及使用 TORQUE Maui hmli@ustc.edu.cn 2008 1 1 TORQUE 2 1.1 TORQUE........................... 2 1.2 TORQUE...................... 2 1.3 TORQUE.......................... 4 1.4 TORQUE........................... 4

More information

05_資源分享-NFS及NIS.doc

05_資源分享-NFS及NIS.doc 5 NFS NFS Server NFS Client NIS NIS 5-0 (Network File System, NFS) Unix NFS mount NFS... Network Information Service NIS Linux NIS NIS NIS / / /etc/passwd /etc/group NFS NIS 5-1 NFS 5-1-1 NFS NFS Network

More information

Microsoft Word - linux命令及建议.doc

Microsoft Word - linux命令及建议.doc Linux 操 作 系 统 命 令 集 1 基 本 命 令 查 看 系 统 信 息 : uname -a 修 改 密 码 : passwd 退 出 : logout(exit) 获 取 帮 助 : man commands 2 文 件 和 目 录 命 令 显 示 当 前 工 作 目 录 : pwd 改 变 所 在 目 录 : cd cd - 切 换 到 上 一 次 使 用 的 目 录 cd 切 换

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL steven@nchc.gov.tw, c00hkl00@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Jan, 2003 1 2003/1/28 ( ) 09:00-10:30 10:40-12:00 Linux 13:00-14:30

More information

電子商業伺服器管理(終極版).doc

電子商業伺服器管理(終極版).doc 2 3 4 5 Chinese Linux Documentation Project / 6 7 8 9 10 #!/bin/sh # # named This shell script takes care of starting and stopping # named (BIND DNS server). # # Source function library.. /etc/rc.d/init.d/functions

More information

Pchome

Pchome H Linux Linux Red Hat Linux Fedora 1 DNS Mail WWW Domain tslg.idv.tw IP 192.168.1.254 tslg.idv.tw PChome Seednet ISP http://rs.twnic.net.tw/index2.html Seednet http://rs.seed.net.tw/ Pchome http://myname.pchome.com.tw/

More information

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / SunSun MicrosystemsSun

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / SunSun MicrosystemsSun SAP livecache Sun Cluster Solaris OS SPARC Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 817 7374 10 2004 4 A 2004 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA

More information

Microsoft Word - PS2_linux_guide_cn.doc

Microsoft Word - PS2_linux_guide_cn.doc Linux For $ONY PlayStatioin2 Unofficall General Guide Language: Simplified Chinese First Write By Beter Hans v0.1 Mail: hansb@citiz.net Version: 0.1 本 人 是 菜 鸟 + 小 白 欢 迎 指 正 错 误 之 处, 如 果 您 有 其 他 使 用 心 得

More information

PowerPoint 簡報

PowerPoint 簡報 1800 LJRS 1. LJRS 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. FAQ LJRS Lenovo Job & Resource Management System LJRS LJRS LJRS web LJRS LJRS 1. LINUX AIX 2. MPI PVM 3. 4. 5. 6. 7. / WEB 8. 1 NFS NIS root TOMCAT

More information

投影片 1

投影片 1 FreeBSD A 95/10/11 19:00~21:00 95/10/11 FreeBSD 練 1 Services Setup SSH, lighttpd, PHP, MySQL, FTP, Postfix, phpmyadmin, Blog, Gallery 95/10/11 FreeBSD 練 2 1. 2. # FreeBSD # 3. vi ee joe nano etc 95/10/11

More information

本文由筱驀釹贡献

本文由筱驀釹贡献 本 文 由 筱 驀 釹 贡 献 ppt 文 档 可 能 在 WAP 端 浏 览 体 验 不 佳 建 议 您 优 先 选 择 TXT, 或 下 载 源 文 件 到 本 机 查 看 Linux 操 作 系 统 Linux 操 作 系 统 第 一 部 分 介 绍 与 安 装 Linux 的 由 来 : Linux 的 由 来 : 的 由 来 Linus Torvalds 1.Linux 的 版 本 1.Linux

More information

一 安裝前準備 Windows sever 環境 IP: 主機名稱 :winad 網域 :aaa.bbb.edu.tw FQDN:winad. aaa.bbb.edu.tw CentOS7 環境 IP: 主機名稱 :centos 網域 :aaa.bbb

一 安裝前準備 Windows sever 環境 IP: 主機名稱 :winad 網域 :aaa.bbb.edu.tw FQDN:winad. aaa.bbb.edu.tw CentOS7 環境 IP: 主機名稱 :centos 網域 :aaa.bbb 漫遊連線機制建置說明手冊 Freeradius+ Active Directory 一 安裝前準備 Windows sever 環境 IP:192.168.1.10 主機名稱 :winad 網域 :aaa.bbb.edu.tw FQDN:winad. aaa.bbb.edu.tw CentOS7 環境 IP:192.168.1.20 主機名稱 :centos 網域 :aaa.bbb.edu.tw FQDN:centos.

More information

文件1

文件1 iptables log rule policy ( ) 1. (Packet Filter) OSI IP (Router) router router access control list ACL (Transparency) 2. Proxy store-and-forward proxy filter " " 3. Application internet java script 4. Hardware

More information

untitled

untitled V3041A-J/V3042A-J IP-SAN/NAS Infinova Infinova Infinova Infinova www.infinova.com.cn Infinova Infinova Infinova 1 2 1 2 V3041A-16R-J V3041A-24R-J V3042A-16R-J V3042A-24R-J V3049-EXD-R16 V3049-EXD-R24 ...

More information

ssh-keygen -t rsa

ssh-keygen -t rsa 虚拟并行运算环境 mpi 的配置简介科研菜鸟 v2.0 http://blog.sciencenet.cn/u/sanshiphy 问题 : 有一台电脑,1 cpu, 超线程 8 核, 已安装 Ubuntu 系统 现配置两台虚拟机, 每台虚拟机 1cpu,3 核, 两台虚拟机均安装 Ubuntu server 系统, 并实现 mpi 并行运算 思路 : 利用 vmware 构造虚拟机, 利用 ssh

More information

PowerPoint Presentation

PowerPoint Presentation 立 97 年度 SNMG 練 DNS & BIND enc1215@gmail.com DNS BIND Resolver Named 理 Named 更 DNS DNS Reference 2 DNS DNS 料 domain ip DNS server DNS server 理 DNS server DNS DNS 狀. root name server 理 3 DNS 狀 DNS (2). com

More information

untitled

untitled V3049A-EXD IP-SAN/NAS Infinova Infinova Infinova Infinova www.infinova.com.cn Infinova Infinova Infinova 1 2 1 2 V3049A-EXD-R16 V3049A-EXD-R24 ... 1 1.1... 1 1.2... 1 1.3... 1... 2 2.1... 2 2.2... 3...

More information

untitled

untitled 年度 路 IVI 劉 隆 年 597 598 IVI 錄... 601 行... 601... 601 1.... 601 2. 路... 602 3.... 603... 604 1.IPv4 to IPv6... 604 2.IPv6 to IPv4... 605 -... 606 ( )IVI Server... 606 ( )IVI Server... 610 ( )IVI DNS Server...

More information

幻灯片 1

幻灯片 1 并行机群调试 曙光信息产业 ( 北京 ) 有限公司 技术支持中心 系统常用命令 chkconfig : 开启服务 chkconfig level 35 xfs on;chkconfig --list Rcp:rsh 自带远程拷贝 rcp nodex:/etc/hosts ( 本地 )/etc/ rcp nodex:/etc/hosts nodey:/etc/ Scp:ssh 自带远程拷贝 scp nodex:/etc/hosts

More information

ansoft_setup21.doc

ansoft_setup21.doc Cadence Cadence Cadence 1000 (1) (2) CIC (3).. CIC Cadence (a) CIC license license server license CIC license CIC license (b) 2000 Cadence license 92 1 1 license server CIC 92 1 1 Cadence license licenser

More information

.. 3 N

.. 3 N 1 .. 3 N9.. 4 5.. 6 7.. 8 20.. 21 23.. 24.. 25 26.. 27.. 28.. 29 2 (Cyber Café) Linux (LAN) Linux Public Home 3 K12LTSP K12LTSPFedora Core 4 (Linux)LTSP Linux (command line interface) (Graphical User Interface,

More information

Basic System Administration

Basic System Administration 基 本 系 统 管 理 ESX Server 3.5 ESX Server 3i 版 本 3.5 Virtual Center 2.5 基 本 管 理 指 南 基 本 管 理 指 南 修 订 时 间 :20080410 项 目 :VI-CHS-Q208-490 我 们 的 网 站 提 供 最 新 的 技 术 文 档, 网 址 为 : http://www.vmware.com/cn/support/

More information

epub 61-2

epub 61-2 2 Web Dreamweaver UltraDev Dreamweaver 3 We b We b We Dreamweaver UltraDev We b Dreamweaver UltraDev We b We b 2.1 Web We b We b D r e a m w e a v e r J a v a S c r i p t We b We b 2.1.1 Web We b C C +

More information

ch08.PDF

ch08.PDF 8-1 CCNA 8.1 CLI 8.1.1 8-2 8-3 8.1.21600 2500 1600 2500 / IOS 8-4 8.2 8.2.1 A 5 IP CLI 1600 2500 8-5 8.1.2-15 Windows 9598NT 2000 HyperTerminal Hilgraeve Microsoft Cisco HyperTerminal Private Edition (PE)

More information

投影片 1

投影片 1 類 Linux BASH shell (, VBird) 2008/03/29 Linux 1 Bash Shell 令 vi vim 料流 令 / 令 理 (job control) 例 2008/03/29 Linux 2 Bash shell 2008/03/29 Linux 3 什 Shell Shell shell 2008/03/29 Linux 4 什 Shell Linux shell

More information

untitled

untitled 錄 行 令 X Window 切 /etc/inittab, X Window GNOME 例, X Window, 滑, 行 令, X Window X Window 了 滑,, 行 / 令, 來 切 切 Linux (console) 了 7, 行 X Window, 來切, 切 Linux X Window,,, 滑, 不,,,, /etc/inittab, "id:5:initdefault:",

More information

TPM BIOS Infineon TPM Smart TPM Infineon TPM Smart TPM TPM Smart TPM TPM Advanced Mode...8

TPM BIOS Infineon TPM Smart TPM Infineon TPM Smart TPM TPM Smart TPM TPM Advanced Mode...8 Smart TPM Rev. 1001 Smart TPM Ultra TPM Smart TPM TPM...3 1. BIOS... 3 2. Infineon TPM Smart TPM... 4 2.1. Infineon TPM...4 2.2. Smart TPM...4 3. TPM... 5 3.1. Smart TPM TPM...5 3.2. Advanced Mode...8

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 2 1 Windows 95/98 Windows 2000 3.5 Windows NT Server 4.0 2 Windows DOS 3.5 T200 2002 RAID RAID RAID 5.1 Windows 2000 Server T200 2002 Windows 2000 Server Windows 2000 Server Windows 2000 Server 3.5 for

More information

untitled

untitled MySQL DBMS under Win32 Editor: Jung Yi Lin, Database Lab, CS, NCTU, 2005/09/16 MySQL 料 理 MySQL 兩 Commercial License 利 GPL MySQL http://www.mysql.com Developer Zone http://www.mysql.com Download 連 連 MySQL

More information

ebook 185-6

ebook 185-6 6 Red Hat Linux DB2 Universal Database 6.1 D B 2 Red Hat D B 2 Control Center D B 2 D B 2 D B 2 6.1 DB2 Universal Database [DB2]6.1 D B 2 O LT P O L A P D B 2 I B M P C We e k D B 2 D B 2 L i n u x Windows

More information

HOL-CHG-1695

HOL-CHG-1695 Table of Contents 练 习 概 述 - - vsphere 挑 战 练 习... 2 练 习 指 导... 3 第 1 单 元 : 在 实 践 中 学 习 (15 分 钟 )... 5 剪 贴 板 复 制 和 粘 贴 功 能 无 法 使 用?... 6 虚 拟 机 性 能 不 佳... 17 第 2 单 元 : 基 本 运 维 挑 战 (30 分 钟 )... 32 无 法 登 录

More information

Linux Ubuntu Part Linux Ubuntu Linux UNIX...19 Linux...19 Linux Linux...21 Linux GNU FSF Open So urce.

Linux Ubuntu Part Linux Ubuntu Linux UNIX...19 Linux...19 Linux Linux...21 Linux GNU FSF Open So urce. Linux Ubuntu 10.04 Part 1 17 1 Linux Ubuntu... 18 1-1 Linux... 19 UNIX...19 Linux...19 Linux...20...20 Linux...21 Linux...21 1-2 GNU FSF Open So urce...22 GNU...22 GPL...23...24 1-3 GNU/Linux V.S. Linux...25

More information

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南 Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate

More information

untitled

untitled Parent zone named.conf.options ( Root) shell script shell script 2 Child zone named.conf.options ( ) ( ) ( ) ( ) ( ) ( parent zone) 3 Parent zone named.conf.options $ vi /etc/bind/named.conf.options options

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 T200 3020 Windows 2000 Advanced Server /Windows NT 4.0 Server /Redhat Linux7.3 SCO UnixWare7.1.1 Novell NetWare5.0 1. Windows 2000 Advanced Server / 2. Windows NT 4.0 Server / 3. Redhat Linux7.3 4. SCO

More information

SEC-220

SEC-220 Session CERT/CC 60000 50000 40000 52,658 30000 26,829 20000 10000 0 2,412 1995 1999 2000 2001 Q1, 2002 Source: http://www.cert.org/stats/ CERT/CC 3000 2500 2000 2,437 1500 1000 500 0 171 1,065 1995

More information

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

<55342D323637CBB5C3F7CAE92E786C73>

<55342D323637CBB5C3F7CAE92E786C73> U4-267 / 1 U4-267 / : CF PowerPoint, TCP/IP Internet Explorer 2 ..2..3..4..5..5..5..9 PC...10 11 12 14 14....15....15....16....16....17....17....18....18....20 23....27 27 PC...27....28 3 CF SanDisk CompactFlash)

More information

Web

Web Email: tian@dr.com http://www.digiark.com/tian Web 1. 2. 3. 4. 5. 6. Internet Internet (Hacker) Internet web IP 1 Internet UNIX Windows VLAN Internet IP 2 Internet FTP TELNET PING IP 8 telnet FTP RLOGIN

More information

深圳市亚可信息技术有限公司 NetWeaver 7.3 EhP1 ABAP on Redhat Enterprise Linux Server 62 for Oracle112 High Availability System Installation Created by

深圳市亚可信息技术有限公司 NetWeaver 7.3 EhP1 ABAP on Redhat Enterprise Linux Server 62 for Oracle112 High Availability System Installation Created by NetWeaver 7.3 EhP1 ABAP on Redhat Enterprise Linux Server 62 for Oracle112 High Availability System Installation Created by 13092539@qq.com 1. 安装规划 Parameter Host A Host B Host C For ASCS Database Dialog

More information

未命名 -1

未命名 -1 BV8188M 使 用 说 明 INSTRUCTIONS 使 用 之 前 请 仔 细 阅 读 此 手 册 Please read before using this manual 深 圳 市 碧 维 视 科 技 有 限 公 司 2013 年 碧 维 视 印 刷, 版 权 所 有, 翻 版 必 究, 本 手 册 内 所 有 图 文, 未 经 授 权, 严 谨 与 任 何 方 式 之 全 面 或 部 分

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

IP505SM_manual_cn.doc

IP505SM_manual_cn.doc IP505SM 1 Introduction 1...4...4...4...5 LAN...5...5...6...6...7 LED...7...7 2...9...9...9 3...11...11...12...12...12...14...18 LAN...19 DHCP...20...21 4 PC...22...22 Windows...22 TCP/IP -...22 TCP/IP

More information

untitled

untitled 路 1. 路 路 料 力 2. Linux Snort(http://www.snort.org) 3. 料 Snort 路 料 力 例 CGI syslog telnet ftp 錄 來 來 理 Snort 不 了 令 易 理 snort 都 理 不 數 4. pcre 連 http://www.pcre.org [root@net122 root]# tar zxvf pcre-4.1.tar.gz

More information

untitled

untitled 1....2...2...6 2....10 3. UDP...15 4. TCP...16...16...16 1 1. PC COM1 COM2 COM1 COM2 DTU 2 3 4 COM1 COM1 COM2 COM ID 13900000000 DTU COM1 5 COM2 DTU DTU DTU DTU DTU DTU DTU ID ID 3031 3032 2 ID 13900000001

More information

網路安全:理論與實務 第二版

網路安全:理論與實務 第二版 第 10 章 :Wireshark 封 包 分 析 軟 體 10-1 Wireshark 簡 介 10-2 Wireshark 的 安 裝 方 法 10-3 Wireshark 的 使 用 Wireshark 簡 介 - 發 展 歷 史 Wireshark (http://www.wireshark.org/) 是 一 個 開 放 原 始 碼 (open source software) 軟 體,

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

Microsoft Word - Mail2000_SecurityPatch_

Microsoft Word - Mail2000_SecurityPatch_ Mail2000 安全性加強程式 網擎資訊軟體股份有限公司謹呈 1 Mail2000 安全性加強程式 Introduction Mail2000 安全性加強程式, 是針對 Mail2000 V4.0 以上版本, 包括 V4.0 及 V4.5 版本所提供, 以加強系統的安全性, 減少因惡意信件而引起的安全性問題 版本名稱 Mail2000 版本作業系統檔案名稱 V4.0 單一網域版本 V4.0 SDSS

More information

Microsoft PowerPoint - 移植Qt for Embedded Linux

Microsoft PowerPoint - 移植Qt for Embedded Linux 移植 Qt for Embedded Linux Architecture for Next-generation Digital Engines for SoC 1. 移植 QT for Embedded Linux 至實驗板, 使 Qt Creator 上所撰寫的程式可以跨平台在 Embedded System 上執行. QT 目前並沒有將 Andes Core 加到程式的選項內, 不過只需要修改部分的程式,

More information

Sophos Central 快速安裝手冊

Sophos Central 快速安裝手冊 Sophos Central 快速安裝手冊 1 1. Sophos Central...5 2....9 3....13 3.1. Enduser Protection...13 3.2. Intercept X...21 3.3....28 3.4....36 3.5....45 3.5.1...45 3.5.2...50 3.5.3...54 3.5.4...57 3.5.5...60 3.6...63

More information

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 Cadence SPB 15.2 VOICE 2005-05-07 Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 1 1.1 Cadence SPB 15.2 2 Microsoft 1.1.1 Windows 2000 1.1.2 Windows XP Pro Windows

More information

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD University of California UNIX X/Open Company, Ltd.

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD University of California UNIX X/Open Company, Ltd. Java Desktop System 2 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 817 7758 10 2004 9 2004 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. Sun Sun

More information

前 言 首 先, 感 謝 你 購 買 了 Linux LPIC Level I + Novell CLA 11 這 本 書, 這 本 書 是 全 球 第 一 本 以 Novell SUSE Linux Enterprise Server 來 分 析 兩 大 Linux 認 證 的 自 學 手 冊 目 前 訪 間 充 斥 著 許 多 Linux 作 業 系 統 的 教 學 手 冊 考 照 的 書 籍,

More information

EK-STM32F

EK-STM32F STMEVKIT-STM32F10xx8 软 件 开 发 入 门 指 南 目 录 1 EWARM 安 装... 1 1.1 第 一 步 : 在 线 注 册... 1 1.2 第 二 步 : 下 载 软 件... 2 1.3 第 三 步 : 安 装 EWARM... 3 2 基 于 STMEVKIT-STM32F10xx8 的 示 例 代 码 运 行... 6 2.1 GPIO Demo... 6 2.2

More information

Simulator By SunLingxi 2003

Simulator By SunLingxi 2003 Simulator By SunLingxi sunlingxi@sina.com 2003 windows 2000 Tornado ping ping 1. Tornado Full Simulator...3 2....3 3. ping...6 4. Tornado Simulator BSP...6 5. VxWorks simpc...7 6. simulator...7 7. simulator

More information

录 环 录结 统 资 查 环 设 设 环 变 库 问题 业 计 结 资 请 业 业查 WRF CESM

录 环 录结 统 资 查 环 设 设 环 变 库 问题 业 计 结 资 请 业 业查 WRF CESM 绍 陈 锟 级计 jingkun.chen@nscc-gz.cn 录 环 录结 统 资 查 环 设 设 环 变 库 问题 业 计 结 资 请 业 业查 WRF CESM 环 户 结 结 ln (login node) cn ( compute node) trans-server 盘结 户 ln0~ln3 户 ln7~ln8 ln 过 ssh 进 cn 须 业 进./WORK NSFCGZ /app/toolshs/transserver.sh

More information

ebook35-2

ebook35-2 2 2.1 Linux login Login: < > Password: < > Linux r o o t l o g o u t 2.2 Linux X Window Linux Linux Bourne ( b s h ) C ( c s h ) Korn ( k s h ) Bourne Steven Bourne UNIX Bourne bash Bourne C Bill Joy Bourne

More information

lect03.ppt

lect03.ppt Linux 操 作 系 统 Linux 基 础 主 要 内 容 q 使 用 Linux q Linux 的 两 种 登 录 方 式 q 字 符 操 作 环 境 和 X Windows 系 统 q Linux 图 形 界 面 基 本 操 作 q Linux 命 令 的 使 用 方 式 q Linux 一 些 常 用 命 令 1 2 一 些 基 本 术 语 u 命 令 (Command) 给 计 算 机

More information

HP 3PAR StoreServ 7000 Storage SmartStart 1.3 软件发行说明

HP 3PAR StoreServ 7000 Storage SmartStart 1.3 软件发行说明 HP 3PAR StoreServ 7000 SmartStart 1.3 软 件 发 行 说 明 摘 要 本 文 档 中 的 信 息 可 供 HP 客 户 合 作 伙 伴 和 HP 现 场 代 表 使 用 这 些 发 行 说 明 描 述 了 HP 3PAR SmartStart 1.3 软 件 中 的 功 能 修 改 和 问 题 HP 部 件 号 :QR482-96643 出 版 日 期 :2014

More information

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG --------------------------------------------TABLE OF CONTENTS------------------------------------------

More information

ebook62-1

ebook62-1 1 Red Hat Linux R e d Hat Linux L i n u x X Wi n d o w Red Hat L i n u x 1.1 Red Hat Linux Red Hat 16 M 120 M 3. 5 Intel 386 C D - R O M C D - R O M We b / 1.1.1 L i n u x L i n u 4 Primary Partition Extended

More information

5 whuTrainee

5 whuTrainee 武汉大学曙光集群培训 目录 Shell 编程基础 Linux 操作系统培训 并行集群调试 作业调度系统的使用 科学计算程序的编译 运行 Shell 编程基础 Linux 操作系统培训 并行集群环境搭建 作业调度系统的使用 PBS/Torque 系统简介 PBS/Torque 的安装配置 作业脚本与常用命令 高级功能 (Torque+Maui) 科学计算程序的编译 运行 PBS/Torque 系统简介

More information

untitled

untitled TS-411U Turbo Server TS-411U Turbo Server ( : 1.0.0) 2005 2005 12 8-2 - 1. 2. TS-411U Turbo Server - 3 - ... 7 1.1... 7 1.2... 8 1.3... 9 TS-411U... 10 2.1... 10 2.2... 14 2.3 TS-411U... 15 LCD... 17...

More information

untitled

untitled Unix Ka-Lok Ng () Department of Biological Sciences and Biotechnology() Taichung Healthcare and Management University (O) 04-23323456 x1856 3408 Teach the student how to use Linux system using TEXT mode

More information

软件测试(TA07)第一学期考试

软件测试(TA07)第一学期考试 一 判 断 题 ( 每 题 1 分, 正 确 的, 错 误 的,20 道 ) 1. 软 件 测 试 按 照 测 试 过 程 分 类 为 黑 盒 白 盒 测 试 ( ) 2. 在 设 计 测 试 用 例 时, 应 包 括 合 理 的 输 入 条 件 和 不 合 理 的 输 入 条 件 ( ) 3. 集 成 测 试 计 划 在 需 求 分 析 阶 段 末 提 交 ( ) 4. 单 元 测 试 属 于 动

More information

PU.seminar

PU.seminar RHEL4 LDAP 異 Chris Tsai 精 逸 練 RHCE RHCE RHCX NCLP TCSE 1 LDAP OpenLDAP OpenLDAP Outlook Express 錄 OpenLDAP Samba DC OpenLDAP Active Directory OpenLDAP Q & A 2 IP station201 RHEL4 _ 1 192.168.0.201/24 station202

More information

第一章 Linux與網路資源

第一章 Linux與網路資源 1 28 Proxy Server 28-1 Proxy proxy Server rpm qa grep squid Linux Proxy Proxy Proxy Proxy Proxy Request Proxy Proxy Proxy RedHat Linux Fedora #mount /mnt/cdrom squid squid Proxy #cd /mnt/cdrom/redhat/rpms

More information

IP Access Lists IP Access Lists IP Access Lists

IP Access Lists IP Access Lists IP Access Lists Chapter 10 Access Lists IP Access Lists IP Access Lists IP Access Lists Security) IP Access Lists Access Lists (Network router For example, RouterA can use an access list to deny access from Network 4

More information

Linux TCP/IP ~d IP Ãn Ö ô d Š~ Linux ˆ tã ~á Linux µ à n o ÛwÍ Ã Ä lr à µlo ¹ à } º } ø Á ~t ô v Ùm«v iñ d Linux à µ 5-1 ƒ à Linux Š ë ³œ Ø ë «Ý ª žî

Linux TCP/IP ~d IP Ãn Ö ô d Š~ Linux ˆ tã ~á Linux µ à n o ÛwÍ Ã Ä lr à µlo ¹ à } º } ø Á ~t ô v Ùm«v iñ d Linux à µ 5-1 ƒ à Linux Š ë ³œ Ø ë «Ý ª žî 5 t ƒ à f x Á vã Ùm { SSH Linux TCP/IP ~d IP Ãn Ö ô d Š~ Linux ˆ tã ~á Linux µ à n o ÛwÍ Ã Ä lr à µlo ¹ à } º } ø Á ~t ô v Ùm«v iñ d Linux à µ 5-1 ƒ à Linux Š ë ³œ Ø ë «Ý ª žî Í ë Ø ³ ëé ý Í œ ë æó Þ«ë

More information

TCA Linux 相容性認證測試流程步驟

TCA Linux 相容性認證測試流程步驟 年 度 流 -Linux 行 北 年 錄...2 說...4 2.1...4 2.2...4 2.3...4 2.4 行...5...6 3.1...6 3.2...6 3.3...7 3.4 列...7 Linux...8 4.1...8 4.1.1 CD-ROM...8 4.1.2 滑...10 4.1.3...14 4.1.4 路...19 4.1.5 Linux...22 4.1.6...27

More information

Cygwin Cygwin windows Linux Cygwin.dll Windows Linux API Linux Windows Linux 2

Cygwin Cygwin windows Linux Cygwin.dll Windows Linux API Linux Windows Linux 2 uclinux 1 Cygwin Cygwin windows Linux Cygwin.dll Windows Linux API Linux Windows Linux 2 Cygwin Cygwin GNU gccgdbxfree86bashtetexopengl perlpython Linux Windows Cygwin Linux GNU Windows 3 Cygwin Cygwin

More information

LTM Management Console

LTM Management Console Lenovo Thin Client Manager 用 户 手 册 注 释 警 示 及 警 告 注 释 : 一 条 注 释 是 用 来 说 明 重 要 的 信 息, 帮 助 您 更 好 地 使 用 计 算 机 警 示 : 一 个 警 示 是 用 来 指 出, 如 果 不 依 照 说 明 操 作, 则 可 能 损 坏 硬 件 或 丢 失 数 据 本 出 版 物 中 的 信 息 如 有 更 改, 恕

More information

C3_ppt.PDF

C3_ppt.PDF C03-101 1 , 2 (Packet-filtering Firewall) (stateful Inspection Firewall) (Proxy) (Circuit Level gateway) (application-level gateway) (Hybrid Firewall) 2 IP TCP 10.0.0.x TCP Any High Any 80 80 10.0.0.x

More information

针对多协议环境管理 EMC Celerra

针对多协议环境管理 EMC Celerra P/N 300-008-087 修 订 版 A02 2008 年 10 月 目 录 Celerra 多 协 议 环 境 简 介.........................................3 Windows 和 多 协 议 文 档......................................3 术 语......................................................3

More information

¶C¶L§§¬_™¨ A.PDF

¶C¶L§§¬_™¨ A.PDF 1 9 3 1 9 4 / 7.1 / 1 9 5 7.2 % netstat -rn Routing tables Destination Gateway Flags Refcnt Use Interface 127.0.0.1 127.0.0.1 UH 1 132 lo0 172.16.12.0 172.16.12.2 U 26 49041 le0 1 9 6 / % ping -s almond

More information

第零章、為何要學作業系統

第零章、為何要學作業系統 Bash Shell script VBird 2008/03/11 1 什 Shell Shell 2008/03/11 2 什 Shell Shell Linux shell /etc/shells chsh l 行 shell program 不 shell shell Linux Solaris bash csh 2008/03/11 3 Bash bash *? [0-9] 0~ [^abc]

More information

A9RF716.tmp

A9RF716.tmp 1 PART I 1 2 3 4 5 6 7 8 Docker Docker Image Container Repository Docker le Docker Docker 8 1 Docker Linux 2 Docker Docker 3 5 Docker 6 Docker volume 7 8 Docker le Docker le 1 C H A P T E R 1 CPU Data

More information

スライド 1

スライド 1 LPIC 304 2014 7 27 ( ) 13:30 16:30 LPI-Japan LPI-Japan 2009. All rights reserved. LPI-Japan 2009. All rights reserved. 2 Linux Linus Torvalds Carl ) in LinuxConJapan http://www.lpi.or.jp/news/event/page/20130529_02_report/

More information

投影片 1

投影片 1 軟體說明書繁體中文 RGB A 目錄 - CONTENTS 01 09 15 17 22 軟體主介面 巨集設定說明 主介面概觀 個人設定檔 (Profiles) 一般模式 / 遊戲模式 按鍵功能分配 巨集管理器概觀 巨集管理器 巨集錄製設定 巨集錄製時間列表 插入指令 閃移系統 - I.S.S (Instant Shift System) 燈光設定更新韌體 閃移系統啟動鈕設定說明 燈光設定介面 介面區域一

More information

錄...1 說...2 說 說...5 六 率 POST PAY PREPAY DEPOSIT 更

錄...1 說...2 說 說...5 六 率 POST PAY PREPAY DEPOSIT 更 AX5000 Version 1.0 2006 年 9 錄...1 說...2 說...3...4 說...5 六...6 6.1 率...7 6.2 POST PAY...8 6.3 PREPAY DEPOSIT...9 6.4...10 6.5...11 更...12...12 LCD IC LED Flash 更 兩 RJ11 ( ) DC ON OFF ON 狀 狀 更 OFF 復 狀 說

More information

untitled

untitled 路流量 1. 利 OSS Open Source Software 路流量 行 2. Linux ntop http://www.ntop.org Iptraf http://iptraf.seul.org Sniffit http://reptile.rug.ac.be/~coder/sniffit/sniffit.html 3. 料 ntop ntop 利 Pisa Luca Deri 1997

More information

スライド 1

スライド 1 LPIC 304 2015 1 18 ( ) 13:30 16:30 LPI-Japan LPI-Japan 2009. All rights reserved. LPI-Japan 2009. All rights reserved. 2 Linux Linus Torvalds Carl ) in LinuxConJapan nginx Igor Sysoev in Nginx LPI-Japan

More information

ebook

ebook 2 1Windows 9x N e t s c a p e P C N e t s c a p e... S a m b a Windows 9x D C Windows for Wo r k g r o u p sm S - D O S 21.1 2 21-1 21-2 21-1 21-1 21-2 21-2 D C 21-3 2 1-4 262 21-2 Wi n d o w s 9 x Windows

More information

ebook15-C

ebook15-C C 1 1.1 l s ( 1 ) - i i 4. 14 - d $ l s -ldi /etc/. /etc/.. - i i 3077 drwxr-sr-x 7 bin 2048 Aug 5 20:12 /etc/./ 2 drwxr-xr-x 13 root 512 Aug 5 20:11 /etc/../ $ls -ldi /. /..... i 2 2 drwxr-xr-x 13 root

More information

1-1 RedHat Hardware Compatibility List 1-2 RedHat HCL

1-1 RedHat Hardware Compatibility List 1-2 RedHat HCL Linux 1-1 1-2 CPU and Memory 1-3 1-4 RAID Software RAID Lab Installing RedHat Linux and Implementing Software RAID RedHat Linux RedHat Linux Software RAID 1-1 RedHat 9.0 PC PC Server Model RedHat 9.0 RedHat

More information

Symantec NetBackup PureDisk™ 存储池安装指南 Windows、Linux 和 UNIX

Symantec NetBackup PureDisk™ 存储池安装指南 Windows、Linux 和 UNIX Symantec NetBackup PureDisk 存 储 池 安 装 指 南 Windows Linux 和 UNIX 66 版 发 行 版 本 66, 修 订 版 5 本 手 册 介 绍 的 软 件 基 于 授 权 许 可 协 议 提 供, 且 只 能 在 遵 守 协 议 条 款 的 前 提 下 使 用 法 律 声 明 Copyright 2009 Symantec Corporation

More information

AXIS P7224 Video Encoder Blade – Installation Guide

AXIS P7224 Video Encoder Blade – Installation Guide 安 装 指 南 AXIS P7224 刀 片 视 频 编 码 器 中 文 法 律 考 虑 事 项 视 频 和 音 频 监 视 可 能 会 受 法 律 限 制, 各 个 国 家 / 地 区 的 法 律 会 有 所 不 同 如 将 本 产 品 用 于 监 控 目 的, 需 要 先 检 查 是 否 符 合 你 所 在 区 域 内 的 法 律 规 定 本 产 品 包 括 四 个 (4) H.264 解 码

More information

ebook

ebook 2 2 P D C S a m b a Windows NT P D C S a m b a ( 2. 0 ) Windows NT P D C ( S a m b a - n t d o m @ S a m b a. o rg ) U N I X P D C U N I X Samba PDC N I S i n t e l S p a r c S a m b a Windows NT PDC 21

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 Linux 操 作 系 统 基 础 介 绍 课 程 目 标 及 要 求 了 解 Linux 操 作 系 统 的 登 入 方 式 掌 握 常 用 命 令 的 基 本 用 法 能 够 熟 练 在 各 个 目 录 转 换 Outline 1. Linux 操 作 系 统 简 介 2. Linux 操 作 系 统 的 登 录 3. Linux 操 作 系 统 的 目 录 结 构 4. 常 用 命 令 5.

More information

C6_ppt.PDF

C6_ppt.PDF C01-202 1 2 - (Masquerade) (Replay) (Message Modification) (Denial of Service) - ( ) (Eavesdropping) (Traffic Analysis) 8 1 2 7 3 6 5 4 3 - TCP SYN (SYN flood) Smurf Ping of Death LAND Attack Teardrop

More information

ebook140-11

ebook140-11 11 VPN Windows NT4 B o r d e r M a n a g e r VPN VPN V P N V P N V P V P N V P N TCP/IP 11.1 V P N V P N / ( ) 11.1.1 11 V P N 285 2 3 1. L A N LAN V P N 10MB 100MB L A N VPN V P N V P N Microsoft PPTP

More information

Turbomaker安裝手冊

Turbomaker安裝手冊 系 統 管 理 手 冊 1. 系 統 說 明 2. 備 份 說 明 3. 還 原 說 明 4. 其 他 說 明 編 著 日 期 :2008 / 8 改 版 日 期 :2008 / 8 版 本 :1.8 1 Copyright c 2005 by HEIMAVISTA.COM, INC. This material may not be distributed without the explicit

More information

untitled

untitled BEA WebLogic Server WebLogic Server WebLogic Server Domain Administration Server Managed Server 行 說 Domains Domain Server 1 Server 2 Cluster Server 4 Server 3 Machine A Machine B Machine A 1. Domain Domain

More information

This page left blank intentionally

This page left blank intentionally Network Guide Guide Réseau Netzwerkbetrieb Guía de red Guida alla rete Netwerkhandleiding Guia de Rede Nätverksguide Руководство по работе в сети Regulatory models: W60, W61 010-0756-00 DISPERINDAG No.

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 ............ 1 2 3 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

狀態名稱 Status Start restart Stop 狀態說明服務狀態啟動服務重新啟動服務結束服務 出現綠色 active (running), 表示服務已啟動 查 Linux 主機 IP:#ifconfig inet Step3: 用指令 / 軟體連線 1

狀態名稱 Status Start restart Stop 狀態說明服務狀態啟動服務重新啟動服務結束服務 出現綠色 active (running), 表示服務已啟動 查 Linux 主機 IP:#ifconfig inet Step3: 用指令 / 軟體連線 1 遠端連線管理 (Remote Connetion) 透過 Remote Login 對遠距離的主機, 進行連線 連線方式 : 1 Telnet 2 SSH 3 Webmin 4 VNC 駭客 User Telnet 192.168.44.134 SSH 主機 httpd Telnet SSH 服務 1 Telnet ( 不安全 ) 所有資料跟指令採用明文 (Plaintext) 2 SSH ( 安全

More information

Microsoft Word - 建立加密的 Openwebmail.doc

Microsoft Word - 建立加密的 Openwebmail.doc 建立加密的 Openwebmail Mail 已是網路使用不可或缺的服務之一, 然而大家在收信的時候, 從伺服器登入收信 (mail) 到離線端收信 (pop), 現在 Mail 伺服器或廠商更要提供網頁式的線上即時收信系統 (Webmail), 而使用者在收信的習慣上有了很大的改變 這篇文章, 主要是來探討這網頁式的收信系統 - OpenWebmail - 由國人所寫的網路郵件系統, 包含了安裝過程,

More information

Microsoft Word - Front cover_white.doc

Microsoft Word - Front cover_white.doc Real Time Programme 行 情 报 价 程 序 Seamico Securities Public Company Limited WWW.SEAMICO.COM Table of Content 目 录 开 始 使 用 开 始 使 用 Z Net 程 序 程 序 1 股 票 观 察 者 4 每 日 股 票 按 时 间 的 交 易 查 询 10 多 股 同 列 13 股 票 行 情

More information

T1028_Manual_KO_V3 0.pdf

T1028_Manual_KO_V3 0.pdf 2009 : 2009/09 PC Microsoft, MS-DOS, Windows, Windows Sound System Microsoft Corporation Intel, Atom Intel Corporation Sound Blaster, Sound Blaster ProCreative Technology I AC AC AC AC AC - 115 V/60 Hz

More information