(

Size: px
Start display at page:

Download "("

Transcription

1 Clonezilla : 有關 Clonezilla 的進階使用說明 DRBL/Clonezilla 進階使用 1. Clonezilla live 與 Clonezilla SE (Server Edition) 原理與架構介紹 2. Clonezilla box mode 介紹 3. Unicast, multicast, broadcast clone 介紹與注意事項 4. PXE 開啟 Clonezilla live 作法 5. 我要怎麼自己從無到有做一個 Clonezilla live? 6. 客製化 Clonezilla live 製作 7. 有沒有可能把 Clonezilla Live 放到硬碟中來執行? 8. 利用 virtualbox 來做 Clonezilla 開發與測試環境 Clonezilla live 與 Clonezilla SE (Server Edition) 原理與架構介紹 Clonezilla 是以 GNU/Linux 為作業系統, 然後搭配對應的印象工具程式 (image tools), 例如 : partimage, ntfsclone, partclone, dd 等來存分割區的檔案系統 大量部署時另外搭配使用 DRBL 以及 udpcast 等程式來做批次化工作 Clonezilla 有兩個版本 : 免安裝的單機版還原系統 Clonezilla live( 使用 CD/USB 隨身碟開機 ) 適合大量備份與還原的伺服器版再生龍 Clonezilla SE( 用戶端使用 PXE 網路開機 ) Clonezilla SE 適合來大量部署作業系統的時候使用, 當然也適合單機備份還原使用 不過這樣的限制是一定要有一台 DRBL 伺服器, 而且要被備份的電腦一定要能網路開機 由於 GNU/Linux Live CD 的成熟, 將 Clonezilla 和 GNU/Linux Live CD 結合, 達成免安裝就能備份還原單台電腦就非常實用 因此, 我們結合 Debian Live 與 Clonezilla, 另外開發一個 Clonezilla Live 套件, 專門就是用來單台電腦的還原與備份 Clonezilla Live 可以放在光碟上, 或者 USB 隨身碟等開機媒體 當然,Clonezilla live 這樣的環境就不適合用來大量還原一個電腦教室, 而且所能存的印象檔也可能會受限於開機媒體的儲存空間的大小 不過, 如果要被備份的電腦可以連接網路, 透過網路磁碟機, 例如 sshfs 或是 Samba( 網路芳鄰 ), 開機媒體的儲存空間大小的限制就可以打破, 我們可以直接把印象檔的存取放在網路磁碟機上 目前 Clonezilla live 有兩大分枝, 作業系統部份我們採用 Debian 或者 Ubuntu: 穩定版 / 測試版 : 採用穩定版的 Debian ( 目前是 Etch) 加上一些更新的程式所組成 實驗版 : 採用最新版的 Ubuntu( 目前是 Intrepid) 所組成 由於 Ubuntu 改版非常快, 並且製作 live media 的 live helper 並不正式支援 Ubuntu, 因此我們把 Ubuntu-based 的 Clonezilla live 一直是放在實驗性版本 這個版本的好處是核心與應用程式比較 新, 對於新的硬體與新版的作業系統支援可能會比較好 不過, 就是因為新, 所以, 穩定性就沒那麼好 Clonezilla SE 就內建在 DRBL 環境中, 因此, 可以在以下的 GNU/Linux 套件上安裝 : Debian Ubuntu B2D, RedHat Linux Fedora Core Mandrake, Mandriva CentOS Scientific Linux SuSE, OpenSuSE 至於 Clonezilla 的印象檔是互通的, 也就是 Clonezilla live 和 Clonezilla SE 都可以共用 Clonezilla 的印象檔事實上是放在一個目錄中, 也就是印象檔名稱就是該目錄的名稱 以一個這樣的硬碟 : 1/ 年 02 月 03 日 14:24

2 被 Clonezilla 存下來的印象檔目錄內容類似這樣 : -rw-r--r-- 1 root root :14 disk -rw root root 231K :14 etch-home.reiserfs-img.aa -rw root root 216M :13 etch-root.reiserfs-img.aa -rw root root 1.7K :13 lvm_etch.conf -rw-r--r-- 1 root root :13 lvm_logv.list -rw-r--r-- 1 root root :13 lvm_vg_dev.list -rw-r--r-- 1 root root :14 parts -rw root root 9.7M :13 hda1.ext3-img.aa -rw-r--r-- 1 root root :13 hda-chs.sf -rw-r--r-- 1 root root :13 hda-mbr -rw-r--r-- 1 root root :13 hda-pt.parted -rw-r--r-- 1 root root :13 hda-pt.sf -rw-r--r-- 1 root root :13 Info-dmi.txt -rw-r--r-- 1 root root 8.5K :13 Info-lshw.txt -rw-r--r-- 1 root root 4.4K :13 Info-lspci.txt -rw-r--r-- 1 root root :13 Info-packages.txt -rw-r--r-- 1 root root :13 swappt-etch-swap_1.info disk 是紀錄硬碟代號, 例如 "hda" etch-home.reiserfs-img.aa 與 etch-root.reiserfs-img.aa 分別是 LVM 的 etch-home 與 etch-root 兩個 LV 的印象檔 lvm_etch.conf, lvm_logv.list, lvm_vg_dev.list 裏面會紀錄 LVM/LV/VG 相關的訊息 parts 是紀錄分割區代號, 例如 "hda1 hda5" hda1.ext3-img.aa 是分割區 hda1 的印象檔 hda-chs.sf 是紀錄硬碟 hda 的 CHS 值 hda-mbr 是存硬碟 hda 的 MBR 資料 2/ 年 02 月 03 日 14:24

3 hda-pt.parted 是紀錄硬碟 hda 的分割表, 是 parted 的輸出格式 hda-pt.sf 是紀錄硬碟 hda 的分割表, 採用 sfdisk 的格式 Info-dmi.txt, Info-lshw.txt, Info-lspci.txt 與 Info-packages.txt 分別是硬體 DMI(Desktop Management Interface) 的資訊 ( 有 dmidecode 得到 ),lshw 與 lspci 產生的硬體資訊, 以及該 image 存的時候所使用到的相關 packages 名稱與版本號碼 swappt-etch-swap_1.info 是 "etch-swap_1" 這個 LV 的資訊, 由於這是一個 swap 的 LV, 因此我們不需要存資料, 只需紀錄這 個 LV 的 UUID 與 label Clonezilla box mode 介紹 採用 DRBL SSI 式的 Clonezilla 我們稱作 Clonezilla box mode, 基本上就是利用用戶端電腦的記憶體來降低伺服器的負載與網路頻寬 基本上這個式是非常適合在大量部署環境中使用, 一般只要用戶端電腦的記憶體有 512 MB 以上, 使用起來都沒有問題 以此式, 我們曾經以一台 IBM X40 的筆記型電腦當伺服器, 以一張網卡, 還原一整個電腦教室 40 台的學生機, 還原的速度約有 600 MB/min 到 800 MB/min 因此建議如果伺服器上 DRBL 安裝完成後, 運作順暢的話, 可以考慮將式由 Full DRBL 式改為 Clonezilla box 式 : dcs -> more -> clonezilla-mode -> 1 使用再生龍盒式如下圖 : PS. DRBL SSI 式的細節請參考這裡 Unicast, multicast, broadcast clone 介紹與注意事項 Clonezilla SE 中, 這 3 個式使用的作法分別是 : unicast: 透過 NFS 讀取印象檔所有資料 multicast: 透過 NFS 判讀印象檔, 透過 udpcast 來接收分割區的印象檔 broadcast: 透過 NFS 判讀印象檔, 透過 udpcast 來接收分割區的印象檔, 而 udpcast 中特別使用參數 "--broadcast" unicast 和 multicast/broadcast 式最大的差別是在於 unicast 式中伺服器因為是透過 NFS 來提供檔案給每台用戶端電腦讀取, 因此 CPU 與網路負載都會隨著用戶端機器的數目而增加 而 multicast/broadcast 式用戶端只有在判讀印象檔的時候透過 NFS 到伺服器讀取印象檔 之後分割區的還原是透過 udpcast 來處理, 因此, 伺服器的 CPU 負載不太會隨用戶端機器數目增加而等量增加, 而 3/ 年 02 月 03 日 14:24

4 multicast/broadcast 的封包是透過網路交換器來複製 因此只要網路交換器支援 multicast 的話, 基本上 Clonezila restore 的時候運作就可以充份利用 multicast 這個功能 至於 multicast 和 broadcast 式之間的差別在於 multicast 式下, 只有加入 multicast 式的用戶端才會收到封包, 沒有加入的用戶端, 會在硬體層級就把封包擋掉 而且網路交換器只會把封包送到有加入 multicast 式的用戶端 這樣效率上當然會比較理想 然而, 有些網路環境並不允許 multicast 式存在, 因此就可以退而求其次, 使用 broadcast PS. 有關 udpcast 更詳細的資訊可以參考 upcast 網頁 : PXE 開啟 Clonezilla live 作法 要架設一台 DRBL 伺服器相對於使用 Clonezilla live 而言是複雜得多, 但是使用 Cloneizlla live 的話, 如果面對要還原的電腦數目眾多, 或者要被還原的電腦用光碟, 軟碟,USB 隨身碟開機有問題的話, 透過 PXE 來開機來使用 Clonezilla live 就成為另外一個解決方式 作法如下 : 準備一台 PXE 伺服器, 你可以參考一些文件, 例如 Debian Administration 上的文件, 或者乾脆使用 DRBL (Diskless Remote Boot in Linux) 主機 我們這裡假設 PXELINUX 設定檔在 /tftpboot/nbi_img/pxelinux.cfg/default, 開機的相關檔案在 /tftpboot/nbi_img/ 下載 Clonezilla live zip 檔 ( 必須使用 Clonezilla live 或者更新的版本 ), 然後解開所有檔案到一個暫存目錄 /tmp /clonezilla-live/ 你可以用類似這樣的指令來達成 : "mkdir -p /tmp/clonezilla-live; unzip clonezilla-live-*.zip -d /tmp/clonezilla-live/" ( 將 clonezilla-live-*.zip 取代成你下載的 zip 檔案名稱 ). 將這些檔案 : vmlinuz, initrd.img 與 filesystem.squashfs 從 /tmp/clonezilla-live/live/ 複製或者搬到 /tftpboot/nbi_img/ 你可以這樣達成 : "cp /tmp/clonezilla-live/live/{vmlinuz,initrd.img,filesystem.squashfs} /tftpboot/nbi_img/ 編輯 PXE 伺服器上的 PXE 設定檔 /tftpboot/nbi_img/pxelinux.cfg/default, 新增下列設定 : label Clonezilla Live MENU LABEL Clonezilla Live kernel vmlinuz append initrd=initrd.img boot=live union=aufs noswap noprompt vga=788 fetch=tftp://$serverip /filesystem.squashfs // 注意 // 將 $serverip 取代成你的 tftp 伺服器的 IP address 記得檢查一下下載的 zip 檔中的 syslinux/syslinux.cfg, 儘量複製相關設定到這裡 這邊描述的設定有可能和你下載的版本設定參數是不同 例如,vmlinuz 路徑可能不同 ( 注意, 不要放 "ip=frommedia" 這個參數 ) 有關於 PXELINUX 的更多資訊, 你可以參考 syslinux 網頁 : PS. 1. "fetch" 參數也支援 http 或 ftp 如果你要使用 http 或者 ftp, 而不是 tftp 的話, 你要把 filesystem.squashfs 這個檔案放到你的 http 或者 ftp 伺服器對應的路徑 2. 如果你要使用無人看守式 (unattended) 來操作, 你可以在核心參數裡指定一些 clonezilla live 的參數 (ocs_live_run, ocs_live_extra_param, ocs_live_keymap, ocs_live_batch and ocs_lang) 例如, 你可以這樣使用 : append initrd=initrd.img boot=live union=aufs noswap noprompt vga=788 ocs_live_keymap=none ocs_lang=en_us.utf-8 fetch=tftp://$serverip/filesystem.squashfs 上述的例子中我們指定用戶端 (1) 使用預設的鍵盤設定 ( 不修改的話就是 US 鍵盤 ):ocs_live_keymap=none (2) 指定英文環境 :ocs_lang=en_us.utf-8 這些參數的更多細節, 你可以參考 Clonezilla live 裏面的這個檔案 /etc/ocs/ocs-live.conf 3. DRBL 從版本 ( 含 ) 以後, 提供一個指令 "/opt/drbl/sbin/drbl-sl.sh" 可以直接將 Clonezilla live, GParted live 等 iso 檔轉換放到 DRBL server 上開機 使用方法就是先下載 Clonezilla live 的 iso 檔之後, 例如下載 clonezilla-live iso, 然後 執行 : /opt/drbl/sbin/drbl-sl.sh -i clonezilla-live iso 4. 更多的開機參數, 可以參考這裡. 我要怎麼自己從無到有做一個 Clonezilla live? 4/ 年 02 月 03 日 14:24

5 1. 下載 clonezilla live (1.2.3-x 的版本還不能適用 ) 2. 用上述版本來開機之後選擇好語言與鍵盤後, 選擇 "Start_Clonezilla" -> "device-image", 然後掛載一個空間夠的分割區 ( 必須是 Linux 的檔案系統, 例如 ext3, reiserfs 等, 不可用 FAT 或是 NTFS 的分割區 ) 成為 /home/partimag 目錄來當工作目錄, 建議選用 local_dev, 因為 NFS 之類的網路磁碟目錄和 aufs/squashfs 等相容性有些問題, 製作的時候可能會失敗. 3. 在選擇要備份硬碟 / 分割區或者還原的時候, 選擇 "exit", 進入命令列 4. 執行 "sudo -i" 或者 "sudo su -" 來轉換成 root 身份 5. 如果網路還沒設定, 可以執行 "ocs-live-netcfg" 來設定網路, 以便待會製作 Debian Live 程式需要. 6. cd /home/partimag/ 7. apt-get update; apt-get -y install live-helper cdebootstrap 8. 如果你要特別版本的核心, 只要確認 Debian 套件庫中有的話, 例如你要 backports.1 的核心, 就這樣執行 : create-debian-live -l u -b unstable -d lenny -k backports.1 -m -s -i customized 或是你不要指定儲藏庫與核心的話, create-debian-live -l e -b unstable -i customized (-l u 是說要使用 DRBL 套件庫中 live-unstable ( 就同時包含了 live-stable, live-testing, live-unstable 分類的程式 ), -b unstable 表示要使用 DRBL 套件庫中的 unstable( 也就包含 stable, testing 分類 ) 套件庫中的程式可以參考這裡 如果你要加入其他程式的話, 例如 firmware-bnx2, 但是它是在 Debian 的 non-free 的分項中, 你可以加入參數 -a firmware-bnx2 -c "main non-free", 也就是這樣執行 : create-debian-live -l e -b unstable -a firmware-bnx2 -c "main non-free" -i customized 順利的話, 執行完後就會產生檔名為 debian-live-for-ocs-customized.iso 的 Debian live 這個 Debian Live 我們就可以用來製作 Clonezilla live. 如果你不要選用特別版本的核心, 而是讓程式自動選的話, 就不需要下 "-k "( 只有 Debian Lenny 可以,Etch 的話一定要指定核心版本 ), 也就是執行 : create-debian-live -l u -b unstable -d lenny -i customized 或者選用不同的儲藏庫分類 create-debian-live -d lenny -i customized 更多 create-debian-live 的參數可以經由執行 "create-debian-live --help" 來查詢. 9. 執行 : ocs-iso -s -j debian-live-for-ocs-customized.iso -i customized ocs-live-dev -c -s -j debian-live-for-ocs-customized.iso -i customized 就可以分別產生 clonezilla-live-customized.iso 與 clonezilla-live-customized.zip 的 Clonezilla live 了. 客製化 Clonezilla live 製作 Clonezilla live 內含幾個例子來自己做一個客製化的 Clonezilla live, 檔案有 : /opt/drbl/samples/custom-ocs: 讓使用者可以選擇將印象檔從 /dev/hda1( 或者 /dev/sda1) 備份到 /dev/hda5( 或者 /dev/sda5) 將印象檔從 /dev/hda5( 或者 /dev/sda5) 還原到 /dev/hda1( 或者 /dev/sda1) /opt/drbl/samples/custom-ocs-1: 掛載網路芳鄰的印象檔伺服器, 然後選擇印象檔來還原 這裡我們以 /opt/drbl/samples/custom-ocs-1 為例 : #!/bin/bash # Author: Steven Shiau # License: GPL # # In this example, it will allow your user to use clonezilla live to choose # (1) A samba server as clonezilla home image where images exist. # (2) Choose an image to restore to disk. # When this script is ready, you can run # /opt/drbl/sbin/ocs-iso -g en -k NONE -s -m./custom-ocs # to create the iso file for CD/DVD. or # /opt/drbl/sbin/ocs-live-dev -g en -k NONE -s -c -m./custom-ocs 5/ 年 02 月 03 日 14:24

6 # to create the zip file for USB flash drive. # Begin of the scripts: # Load DRBL setting and functions if [! -f "/opt/drbl/sbin/drbl-conf-functions" ]; then echo "Unable to find /opt/drbl/sbin/drbl-conf-functions! Program terminated!" exit 1 fi. /opt/drbl/sbin/drbl-conf-functions. /opt/drbl/sbin/ocs-functions # load the setting for clonezilla live. [ -e /etc/ocs/ocs-live.conf ] &&. /etc/ocs/ocs-live.conf # Load language files. For English, use "en_us.utf-8". For Traditional Chinese, use "zh_tw.utf-8" ask_and_load_lang_set en_us.utf-8 # The above is almost necessary, it is recommended to include them in your own custom-ocs. # From here, you can write your own scripts. # 1. Configure network dhclient # 2. Mount the clonezilla image home prep-ocsroot -t samba_server # 3. Restore the image if mountpoint /home/partimag/ &>/dev/null; then ocs-sr -l en_us.utf-8 -c -p choose restoredisk ask_user ask_user else [ "$BOOTUP" = "color" ] && $SETCOLOR_FAILURE echo "Fail to find the Clonezilla image home /home/partimag!" echo "Program terminated!" [ "$BOOTUP" = "color" ] && $SETCOLOR_NORMAL fi 有了這個客製化的程式, 我們就可以產生一個自己客製化的 Clonezilla live, 製作的環境參考上例在 Clonezilla live 中就可以製作 : 產生 CD/DVD 用的 iso 檔案 : /opt/drbl/sbin/ocs-iso -g zh_tw.utf-8 -k NONE -s -m./custom-ocs-1 產生 USB 隨身碟用的 zip 檔案 : /opt/drbl/sbin/ocs-live-dev -g zh_tw.utf-8 -k NONE -s -c -m./custom-ocs-1 有沒有可能把 Clonezilla Live 放到硬碟中來執行? 可. 請參考這裡 利用 virtualbox 來做 Clonezilla 開發與測試環境 這個作法類似 " 利用 virtualbox 來做 drbl 開發與測試環境 " 裡的作法, 可以參考這裡 當 Virtualbox 架設好了之後, 可以直接下載 Clonezilla live iso 檔或者把我們的客製化產生的 iso 來掛載成 virtualbox 虛擬機器中的一個光碟機裡的碟片, 就可以開始做測試了 << Last modified: February :43:36. 本文件版權屬於國家高速網路與計算中心自由軟體實驗室所有, 且以 GNU FDL 授權合約發佈 在遵守 GNU FDL 授權合約的情況下, 您可以複製 散佈, 以及修改本文件 唯請保持作者列表的完整, 若您修改過此份文件, 也請在作者列表中加入您的大名 同時請注意本文件沒有任何擔保, 若因本文件而產生任何直接或間接的損失, 本文作者群均不負任何法律及道義上的責任 6/ 年 02 月 03 日 14:24

DRBL/Clonezilla 進階課程 蕭志榥孫振凱 國家高速網路與計算中心 N

DRBL/Clonezilla 進階課程 蕭志榥孫振凱 國家高速網路與計算中心 N DRBL/Clonezilla 進階課程 蕭志榥孫振凱 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org.tw 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC)

More information

Free Software Lab, NCHC, Taiwan 2 Polling 是電腦教室或網路管理員? 曾經使用 Linux 經驗? 桌面使用? 伺服器使用? 曾經使用過無碟系統? 曾經安裝 使用 DRBL? 曾經使用過硬碟備份工具? 曾經安裝使用 Clonezilla SE? Clonezi

Free Software Lab, NCHC, Taiwan 2 Polling 是電腦教室或網路管理員? 曾經使用 Linux 經驗? 桌面使用? 伺服器使用? 曾經使用過無碟系統? 曾經安裝 使用 DRBL? 曾經使用過硬碟備份工具? 曾經安裝使用 Clonezilla SE? Clonezi DRBL/Clonezilla 進階課程 孫振凱蔡育欽 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org.tw 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC)

More information

Free Software Lab, NCHC, Taiwan 2 Polling 是電腦教室或網路管理員? 曾經使用 Linux 經驗? 桌面使用? 伺服器使用? 曾經使用過無碟系統? 曾經安裝 使用 DRBL? 曾經使用過硬碟備份工具? 曾經安裝使用 Clonezilla SE? Clonezi

Free Software Lab, NCHC, Taiwan 2 Polling 是電腦教室或網路管理員? 曾經使用 Linux 經驗? 桌面使用? 伺服器使用? 曾經使用過無碟系統? 曾經安裝 使用 DRBL? 曾經使用過硬碟備份工具? 曾經安裝使用 Clonezilla SE? Clonezi DRBL/Clonezilla 進階課程 蕭志榥孫振凱 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org.tw 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC)

More information

自由軟體社群發展經驗與 Linux認證介紹

自由軟體社群發展經驗與  Linux認證介紹 -- (http://linux.vbird.org) 2011/08/12 1 -- -- 不 理 便 了 來 連 ( ) ( ) 論 ~ ~ 2 復 理 3 4 復 數 量 復 離 來 ~ @_@ 5 - 年 Linux windows virtualbox 不 理 Linux Xen 立 4 4GB 了 30 xen 來 sudo xm 來 Linux I/O 例 yum 6 - 年 Windows

More information

2 Polling 是電腦教室或網路管理員? 曾經使用 Linux 經驗? 桌面使用? 伺服器使用? 曾經使用過無碟系統? 曾經安裝 使用 DRBL? 曾經使用過硬碟備份工具? 曾經安裝使用 Clonezilla SE? Clonezilla Live?

2 Polling 是電腦教室或網路管理員? 曾經使用 Linux 經驗? 桌面使用? 伺服器使用? 曾經使用過無碟系統? 曾經安裝 使用 DRBL? 曾經使用過硬碟備份工具? 曾經安裝使用 Clonezilla SE? Clonezilla Live? DRBL/Clonezilla 進階課程 孫振凱蔡育欽 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org.tw 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC)

More information

Polling 是電腦教室或網路管理員 曾經使用 Linux 經驗 桌面使用 伺服器使用 曾經使用過無碟系統 曾經安裝 使用 DRBL? 曾經使用過硬碟備份工具 曾經安裝使用 Clonezilla SE? Clonezilla Live? 2

Polling 是電腦教室或網路管理員 曾經使用 Linux 經驗 桌面使用 伺服器使用 曾經使用過無碟系統 曾經安裝 使用 DRBL? 曾經使用過硬碟備份工具 曾經安裝使用 Clonezilla SE? Clonezilla Live? 2 DRBL/Clonezilla 進階課程 孫振凱 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org.tw 國家高速網路與計算中心 ational Center for High-Performance Computing (CHC) Q3,

More information

Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1

Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1 Red Flag Linux Desktop 4.0 68 6 Red Flag Software Co., Ltd. http://www.redflag-linux.com Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1 1 Red Flag Linux Desktop 4.0 1.1 Red Flag Linux Desktop

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

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

讓資訊組變輕鬆的事 ( 一 ) 校園電腦備份還原 國網企鵝龍 / 再生龍 (DRBL-Live/Clonezilla-Live) 黃保太 樹林國小資訊組 updated: 隨堂調查資訊組 : 六期電腦 : 七期電腦 : 有用過 Linux: Agenda: 1. 製作 Clonez

讓資訊組變輕鬆的事 ( 一 ) 校園電腦備份還原 國網企鵝龍 / 再生龍 (DRBL-Live/Clonezilla-Live) 黃保太 樹林國小資訊組 updated: 隨堂調查資訊組 : 六期電腦 : 七期電腦 : 有用過 Linux: Agenda: 1. 製作 Clonez 讓資訊組變輕鬆的事 ( 一 ) 校園電腦備份還原 國網企鵝龍 / 再生龍 (DRBL-Live/Clonezilla-Live) 黃保太 樹林國小資訊組 updated: 20170705 隨堂調查資訊組 : 六期電腦 : 七期電腦 : 有用過 Linux: Agenda: 1. 製作 Clonezilla-live USB 2. 認識開機流程 3. 認識硬碟分割區 (MBR: Master Boot

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

Outline (Day 1) Time: 09:30 ~ 16:30 Clonezilla 簡介 / 備份原理 Clonezilla 系統流程架構 / 映像檔介紹 Clonezilla unicast, multicast, broadcast clone 介紹與注意事項 Clonezilla O

Outline (Day 1) Time: 09:30 ~ 16:30 Clonezilla 簡介 / 備份原理 Clonezilla 系統流程架構 / 映像檔介紹 Clonezilla unicast, multicast, broadcast clone 介紹與注意事項 Clonezilla O Clonezilla 實務課程 孫振凱 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org.tw 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC) Q2, 2014

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

Clonezilla 研習課程 基隆市網中心 孫振凱 國家高速網路與計算中心 National Center f

Clonezilla 研習課程 基隆市網中心 孫振凱 國家高速網路與計算中心 National Center f Clonezilla 研習課程 基隆市網中心 孫振凱 http://drbl.nchc.org.tw, http://drbl.org http://clonezilla.nchc.org.tw, http://clonezilla.org 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC) Q3, 2016 講師簡介

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

Microsoft PowerPoint - lect01.ppt

Microsoft PowerPoint - lect01.ppt Linux 操 作 系 统 潘 建 瑜 华 东 师 范 大 学 数 学 系 jypan@math.ecnu.edu.cn Linux 操 作 系 统 教 材 : 以 课 堂 讲 义 为 主 上 课 时 间 : 周 五 5 6 7 第 三 教 学 楼 231 上 机 时 间 : 周 五 5 6 7 数 学 楼 200B 机 房 ( 暂 定 于 第 3 7 10 13 16 18 周 ) 课 程 主 页

More information

Outline (Day 1) Time: 09:30 ~ 16:30 Clonezilla 簡介 / 備份原理 Clonezilla 系統流程架構 / 映像檔介紹 Clonezilla unicast, multicast, broadcast clone 介紹與注意事項 Clonezilla O

Outline (Day 1) Time: 09:30 ~ 16:30 Clonezilla 簡介 / 備份原理 Clonezilla 系統流程架構 / 映像檔介紹 Clonezilla unicast, multicast, broadcast clone 介紹與注意事項 Clonezilla O Clonezilla 實務課程 孫振凱蔡育欽 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC) Q3, 2014

More information

目 录 Linux Mint 简介... 3 Linux Mint 安装... 6 Linux Mint 桌面初识... 18 软件管理...30 小技巧...40 总结...42

目 录 Linux Mint 简介... 3 Linux Mint 安装... 6 Linux Mint 桌面初识... 18 软件管理...30 小技巧...40 总结...42 官方用户手册 Linux Mint 9 Isadora 主版本 翻译 jluliuchao 皮蛋侠 第 1 页/共 42 页 目 录 Linux Mint 简介... 3 Linux Mint 安装... 6 Linux Mint 桌面初识... 18 软件管理...30 小技巧...40 总结...42 Linux Mint 简介 Linux Mint 是一种计算机操作系统 它被设计运行于现今大部分硬件系统

More information

CC213

CC213 : (Ken-Yi Lee), E-mail: feis.tw@gmail.com 9 [P.11] : Dev C++ [P.12] : http://c.feis.tw [P.13] [P.14] [P.15] [P.17] [P.23] Dev C++ [P.24] [P.27] [P.34] C / C++ [P.35] 10 C / C++ C C++ C C++ C++ C ( ) C++

More information

PowerPoint 演示文稿

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

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

(

( DRBL : 有關 DRBL 的進階使用說明 DRBL/Clonezilla 進階使用 DRBL 原理與架構介紹 2. PXELINUX 的設定, 包含指定 IP address 或 MAC address 作法, 修改開機選單, 抽換背景圖片 3. DRBL SSI mode 的使用與修改 4. DRBL client 群組管理 5. 將 BIOS 更新程式放進 FreeDOS 以便透過 PXE

More information

11 for Server 教育版續約 for Server 教育版續約 套 5, for Virtual Host 教育版 for Virtual Host 教育版 套 29, for Virtual Host 教育版續約 for Virtual Host 教育版續約 套

11 for Server 教育版續約 for Server 教育版續約 套 5, for Virtual Host 教育版 for Virtual Host 教育版 套 29, for Virtual Host 教育版續約 for Virtual Host 教育版續約 套 項次品項名稱廠牌型號規格單位 Advanced for Server 教育版續 3 約 Advanced for Server 教育版續套約 決標單價 8,757 Advanced for Universal 4 License 教育版 Advanced for Universal 套 65,773 License 教育版 Advanced for Universal 5 License 教育版續約

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

Outline (Day 1) Time: 09:30 16:30 Clonezilla 簡介 / 備份原理 Clonezilla 系統流程架構 / 映像檔介紹 Clonezilla unicast, multicast, broadcast clone 介紹與 注意事項 實務探討 硬碟 / 磁區差

Outline (Day 1) Time: 09:30 16:30 Clonezilla 簡介 / 備份原理 Clonezilla 系統流程架構 / 映像檔介紹 Clonezilla unicast, multicast, broadcast clone 介紹與 注意事項 實務探討 硬碟 / 磁區差 Clonezilla 實務課程 孫振凱 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC) Q2, 2016

More information

彰化縣教育網路中心 Clonezilla 再生龍實務課程 孫振凱 國家高速網路與計算中心

彰化縣教育網路中心 Clonezilla 再生龍實務課程 孫振凱 國家高速網路與計算中心 彰化縣教育網路中心 Clonezilla 再生龍實務課程 孫振凱 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC)

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

Linux 操作系统课程社区创作

Linux 操作系统课程社区创作 学 号 14284060xx 等 第 苏 州 大 学 实 验 报 告 Linux 操 作 系 统 课 程 社 区 创 作 院 ( 系 ) 名 称 : 电 子 信 息 学 院 专 业 名 称 : 14 通 信 工 程 ( 嵌 入 式 培 养 ) 学 生 姓 名 : 某 某 某 课 程 名 称 : Linux 操 作 系 统 2015-2016 学 年 第 一 学 期 1 摘 要 这 是 摘 要 主 要

More information

DRBL/Clonezilla 實務與應用 孫振凱 國家高速網路與計算中心 Nation

DRBL/Clonezilla 實務與應用 孫振凱 國家高速網路與計算中心 Nation DRBL/Clonezilla 實務與應用 孫振凱 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC) 2011,

More information

Autodesk Product Design Suite Standard 系統統需求 典型使用用者和工作流程 Autodesk Product Design Suite Standard 版本為為負責建立非凡凡產品的設計師師和工程師, 提供基本概念設計計和製圖工具, 以取得令人驚驚嘆

Autodesk Product Design Suite Standard 系統統需求 典型使用用者和工作流程 Autodesk Product Design Suite Standard 版本為為負責建立非凡凡產品的設計師師和工程師, 提供基本概念設計計和製圖工具, 以取得令人驚驚嘆 Autodesk Product Design Suite Standard 20122 系統統需求 典型使用用者和工作流程 Autodesk Product Design Suite Standard 版本為為負責建立非凡凡產品的設計師師和工程師, 提供基本概念設計計和製圖工具, 以取得令人驚驚嘆的產品設計計 Autodesk Product Design Suite Standard 版本中中包括以下軟體體產品

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

1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT

1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT 1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT Chapter 1 了解虛擬化技術種類 硬體 / 平台 / 伺服器虛擬化 VM VM VM CPU Hypervisor VMM Virtual Machine Manager VM Host OS VM VM Guest OS Host OS CPU VM Hyper-V

More information

Acronis True Image 2014

Acronis True Image 2014 Update 2 使 用 指 南 目 錄 1 簡 介... 8 1.1 什 麼 是 Acronis True Image 2014?... 8 1.2 什 麼 是 Acronis True Image 2014 Premium?... 8 1.3 此 版 本 新 增 內 容... 9 1.4 系 統 需 求 與 支 援 媒 體... 9 1.4.1 最 低 系 統 需 求...9 1.4.2 支 援

More information

使用手冊

使用手冊 使用手冊 版權所有 2013 年 Microtek International, Inc. 保留所有權利 商標 Microtek MII MiiNDT ScanWizard Microtek International, Inc. Windows Microsoft Corporation 重要須知 Microtek Microtek Windows Microsoft Windows I49-004528

More information

09 Linux Linux Linux Linux 009.indd /9/4 下午 12:11:10

09 Linux Linux Linux Linux 009.indd /9/4 下午 12:11:10 09 Linux Linux Linux Linux 009.indd 1 2009/9/4 下午 12:11:10 Linux 指令範例速查手冊 9.1 badblocks badblocks [ ][ ] badblocks -b < > -c < > -i < > -o < > mke2fs -p -t < > -n -s -v -w 0 badblocks -o 9-2 009.indd 2

More information

Microsoft Word - 第5章.doc

Microsoft Word - 第5章.doc 目 录 及 权 限 管 理 随 着 的 不 断 发 展, 越 来 越 多 的 人 开 始 使 用, 对 于 那 些 刚 接 触 的 人 来 说, 恐 怕 最 先 感 到 困 惑 的 就 是 那 些 不 明 不 白 的 目 录 了 同 样, 系 统 是 一 个 典 型 的 多 用 户 系 统 为 了 保 护 系 统 的 安 全 性, 系 统 对 不 同 用 户 访 问 同 一 文 件 或 目 录 的

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

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

ATI-2019安裝手冊-v

ATI-2019安裝手冊-v #1 ...02 Acronis True Image...03 Acronis True Image 2019...03 Acronis True Image 2019...04 ( ) 64...04 ( ) Acronis Account...05 ( )...05 ( ) Acronis True Image...05 ( ) Windows...06 1....06 2....08 ( )

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

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

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

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

More information

投影片 1

投影片 1 9 1 9-1 Windows XP Windows Server 2003 Mac OS Linux, 都 (OS, Operating System ) 2 3 , 來, 行 3 理 行 4 ,, (UI, User Interface), 滑, 令 列 (CLI, Command-Line Interface) (GUI, Graphical User Interface) 2 5 令 列,

More information

The golden pins of the PCI card can be oxidized after months or years

The golden pins of the PCI card can be oxidized after months or years Q. 如何在 LabWindows/CVI 編譯 DAQ Card 程式? A: 請參考至下列步驟 : 步驟 1: 安裝驅動程式 1. 安裝 UniDAQ 驅動程式 UniDAQ 驅動程式下載位置 : CD:\NAPDOS\PCI\UniDAQ\DLL\Driver\ ftp://ftp.icpdas.com/pub/cd/iocard/pci/napdos/pci/unidaq/dll/driver/

More information

RTX3.2.0标准版 - 技术白皮书

RTX3.2.0标准版 - 技术白皮书 一 铭 操 作 系 统 技 术 白 皮 书 广 西 一 铭 软 件 股 份 有 限 公 司 版 权 声 明 本 书 版 权 归 广 西 一 铭 软 件 股 份 有 限 公 司 所 有, 并 保 留 对 本 文 档 及 声 明 的 最 终 解 释 权 和 修 改 权 本 文 件 中 出 现 的 任 何 文 字 叙 述 文 档 格 式 插 图 照 片 方 法 过 程 等 内 容, 除 另 有 特 别 说

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

Windows XP

Windows XP Windows XP What is Windows XP Windows is an Operating System An Operating System is the program that controls the hardware of your computer, and gives you an interface that allows you and other programs

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

ARM JTAG实时仿真器安装使用指南

ARM JTAG实时仿真器安装使用指南 ARM JTAG Version 1.31 2003. 11. 12 ARM JTAG ARM JTAG.3 ARM 2.1.4 2.2.4 ARM JTAG 3.1 18 3.2 18 3.2.1 Multi-ICE Server.18 3.2.2 ADS..21 ARM JTAG 4.1 Multi-ICE Server 33 4.1.1 Multi-ICE Server..... 33 4.1.2

More information

ebook70-21

ebook70-21 2 1 2 2 2 3 2 4 2 1 s u O p e n L i n u x L i n u x s c h e d u l i n g L i n u x O p e n L i n u x O p e n L i n u x O p e n L i n u x 5 r m # rm -fr / * L i n u x r m Permission denied s u 21.1 su s

More information

P4VM800_BIOS_CN.p65

P4VM800_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 17:00:09] [Fri 02/25/2005] BIOS Version : P4VM800 BIOS P1.00 Processor Type : Intel (R) Pentium (R) 4 CPU 2.40 GHz Processor

More information

DRBL/Clonezilla 研習課程 蕭志榥 孫振凱 國家高速網路與計算中心 Nat

DRBL/Clonezilla 研習課程 蕭志榥 孫振凱 國家高速網路與計算中心 Nat DRBL/Clonezilla 研習課程 蕭志榥 孫振凱 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC)

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

SA-DK2-U3Rユーザーズマニュアル

SA-DK2-U3Rユーザーズマニュアル USB3.0 SA-DK2-U3R 2007.0 2 3 4 5 6 7 8 System Info. Manual Rebuild Delete RAID RAID Alarm Rebuild Rate Auto compare Temp Management Load Default Elapse time Event Log 0 2 3 4 2 3 4 ESC 5

More information

P4V88+_BIOS_CN.p65

P4V88+_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 17:00:09] [Wed 12/22/2004] BIOS Version : P4V88+ BIOS P1.00 Processor Type : Intel (R) Pentium (R) 4 CPU 2.40 GHz Processor

More information

PowerPoint Presentation

PowerPoint Presentation 運用企鵝龍打造多人 運用企鵝龍打造多人 Hadoop Hadoop 叢集 叢集 hadoop.nchc.org.tw hadoop.nchc.org.tw 營運經驗分享 營運經驗分享 Building Building Multi-user Multi-user Hadoop Hadoop Cluster Cluster using using DRBL DRBL & & Clonezilla Clonezilla

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

Acronis True Image 2015

Acronis True Image 2015 目 录 1 简 介...6 1.1 Acronis True Image 2015 是 什 么?... 6 1.2 此 版 本 中 的 新 增 功 能... 6 1.2.1 被 移 除 功 能 的 替 代 选 择... 7 1.3 系 统 要 求 与 支 持 的 媒 体... 7 1.3.1 最 低 系 统 要 求... 7 1.3.2 支 持 的 操 作 系 统... 7 1.3.3 支 持 的

More information

LSI U320 SCSI卡用户手册.doc

LSI U320 SCSI卡用户手册.doc V1.0 Ultra320 SCSI SCSI 2004 7 PentiumIntel MS-DOS Windows Novell Netware Novell Sco Unix Santa Cruz Operation LSI U320 SCSI SCSI SCSI Integrated Mirroring/Integrated Striping BIOS Firmware LSI U320 SCSI

More information

本文由筱驀釹贡献

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

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 Mar, 2003 1 研習時間表 2003/3/24

More information

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP Serial ATA ( Sil3132)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 10 (5) S A T A... 12 Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS

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

FMV取扱ガイド

FMV取扱ガイド 保固 CD/DVD 授權合約 Fujitsu LimitedFujitsu 使用條件 1. Fujitsu 2. 3. 4. 2 3 Fujitsu (2) 5. 6. 7. 8. Fujitsu Fujitsu 9. Fujitsu Limited Microsoft service pack Microsoft Service Pack Microsoft Windows (http://www.microsoft.com)

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

01.doc

01.doc Windows 系 统 重 装 卫 星 导 航 preface 卷 首 语 在 使 用 电 脑 时, 对 系 统 文 件 偶 然 的 误 操 作, 以 及 版 本 不 匹 配 的 硬 件 驱 动 程 序 都 足 以 使 操 作 系 统 不 能 启 动 ; 在 系 统 中 安 装 过 多 的 应 用 软 件 后, 也 会 使 系 统 变 得 越 慢 越 慢 由 于 这 些 天 灾 人 祸 及 一 些

More information

SSL 數位憑證 OpenVPN 安裝說明

SSL 數位憑證 OpenVPN 安裝說明 SSL 數位憑證 OpenVPN 安裝說明 目錄 一 產生憑證請求檔... 1 二 憑證安裝... 3 1. 安裝憑證 - Server 端... 3 [ CentOS or RedHat ]... 3 [ Windows ]... 3 2. 安裝憑證 - Client 端... 4 [ CentOS or RedHat ]... 4 [ Windows ]... 4 三 憑證匯出 ( 伺服器憑證匯出

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

untitled

untitled \ \ \ DOP11B 06/2011 16929837 / ZH SEW-EURODRIVE Driving the world 1 5 1.1 5 1.2 5 1.3 6 1.4 6 1.5 6 1.6 6 1.7 6 2 7 2.1 7 2.2 7 2.3 8 2.4 8 2.5 8 2.6 9 2.7 / 11 2.8 11 2.9 11 2.10 11 2.11 12 3 (DOP11B-10

More information

Microsoft Word - 2

Microsoft Word - 2 彰 化 縣 大 村 國 小 100 年 度 上 六 年 級 語 文 領 域 ( 國 語 ) 計 畫 表 課 程 架 構 圖 : 第 第 課 詩 首 第 課 神 奇 藍 絲 帶 第 課 跑 道 第 第 四 課 第 五 課 第 六 課 第 七 課 馬 可 波 羅 遊 中 國 神 祕 海 底 古 城 車 記 冬 天 基 隆 山 國 語 六 上 第 第 八 課 笛 卡 爾 迷 第 九 課 沉 帖 第 課 談

More information

Guide to Install SATA Hard Disks

Guide to Install SATA Hard Disks SATA RAID 1. SATA. 2 1.1 SATA. 2 1.2 SATA 2 2. RAID (RAID 0 / RAID 1 / JBOD).. 4 2.1 RAID. 4 2.2 RAID 5 2.3 RAID 0 6 2.4 RAID 1.. 10 2.5 JBOD.. 16 3. Windows 2000 / Windows XP 20 1. SATA 1.1 SATA Serial

More information

<4D6963726F736F667420576F7264202D20C7B6C8EBCABD6C696E7578BBF9B4A1CAB5D1E92E646F63>

<4D6963726F736F667420576F7264202D20C7B6C8EBCABD6C696E7578BBF9B4A1CAB5D1E92E646F63> 嵌 入 式 linux 基 础 实 验 1 内 核 配 置 及 编 译 1. 进 入 内 核 所 在 目 录 /opt/ruiva/xscale/linux-2.6.26 #cd /opt/ruiva/xscale/linux-2.6.26 2. 键 入 make menuconfig, 根 据 需 要 适 当 配 置 内 核 #make menuconfig 这 里 先 使 用 默 认 的 配 置,

More information

Norton Ghost 15.0 安裝操作指南

Norton Ghost 15.0 安裝操作指南 Norton Ghost 15.0 安 裝 操 作 指 南 Norton Ghost 15.0 安 裝 操 作 指 南 本 書 所 述 軟 體 係 按 授 權 合 約 提 供, 使 用 時 必 須 遵 照 授 權 合 約 條 文 文 件 版 本 : 9.0 法 律 聲 明 Copyright 2009 Symantec Corporation. 版 權 2009 賽 門 鐵 克 公 司 All rights

More information

Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university

Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university Map data @ Google Reproducible research in Madagascar How to conduct a successful installation

More information

輕鬆學 Dreamweaver CS5 網頁設計..\Example\Ch0\ \.html..\example\ch0\ \mouse.txt..\example\ch0\ \ _Ok.html 學習重點 JavaScript 複製程式碼 mouse.txt Ctrl+C Ctrl+C 0-4

輕鬆學 Dreamweaver CS5 網頁設計..\Example\Ch0\ \.html..\example\ch0\ \mouse.txt..\example\ch0\ \ _Ok.html 學習重點 JavaScript 複製程式碼 mouse.txt Ctrl+C Ctrl+C 0-4 JAVA Extension 0..\Example\Ch0\ \ T.html..\Example\Ch0\ \ T.txt T.txt..\Example\Ch0\ \ T_Ok.html 提示 :. Marquee Marquee Font Color #FFFFFF BG Color #867bf Width 90 Height 50. T.txt Ctrl+C your scrolling

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

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

ebook70-22

ebook70-22 2 2 L i n u x f s t a b X 11 L i n u x L i n u x L i n u x D O S Wi n d o w s L i n u x O p e n L i n u x / u s r / m a n / m a n 5 f s t a b m o u n t m o u n t L i n u x 22.1 OpenLinux L i n u x U N

More information

電腦設備LP _第九組記憶體規範書

電腦設備LP _第九組記憶體規範書 第九組記憶體規範書 1 2 3 4 5 6 7 8 9 10 11 12 13 14 筆記型電腦記憶體模組 Unbuffered 筆記型電腦記憶體模組 Unbuffered SO-DIMM DDR2 800 1.8V 2GB 200PIN SO-DIMM DDR2 800 1.8V 2GB 200PIN 筆記型電腦記憶體模組 Unbuffered 筆記型電腦記憶體模組 Unbuffered SO-DIMM

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

2004cm

2004cm 重要注意事項 視窗系統所在的硬碟分割區 ( 一般常使用 C:\ 硬碟分割區 ), 建議最少要有 20 GB 的可使用空間, 且該硬碟分割區內只限於安裝視窗系統及 DVR 主機程式 錄影紀錄的儲存位置, 應該避免使用視窗系統所在的硬碟分割區, 而是在其他的硬碟分割區內 這樣的配置方式能保持視窗系統及 DVR 主機程式的執行效能及長期穩定性 2400 1 2 2404S H1004S - - - 2416SG

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

迅闪2009帮助手册(xshelp)

迅闪2009帮助手册(xshelp) 信 佑 技 术 白 皮 书 信 佑 6.0 目 录 1. 产 品 入 门... 1 1.1. 部 署 结 构... 1 1.2. 安 装 环 境 需 求... 1 1.3. 服 务 器 部 署 安 装... 2 1.4. 客 户 机 部 署 安 装... 8 1.5. 服 务 控 制 器... 12 2. 客 户 机 管 理... 13 2.1. 设 置 分 组... 13 2.2. 添 加 客 户

More information

02 30 31 BUSINESS SECURITY PACKS BUSINESS SOLUTIONS 03 32 ESET SCHOOL SITE LICENSE 04 05 - ESET / GREYCORTEX MENDEL 33 34 36 - - ESET ENDPOINT ENCRYPTION 06 37 38 ESET SECURE AUTHENTICATION SAFETICA 08

More information

Abstract arm linux tool-chain root NET-Start! 2

Abstract arm linux tool-chain root NET-Start! 2 Lab III - Embedding Linux 1 Abstract arm linux tool-chain root NET-Start! 2 Part 1.4 Step1. tool-chain 4 Step2. PATH 4 Part 2 kernel 5 Step1. 5 Step2... 6 Step3...8 Part 3 root. 8 Step1. 8 Step2. 8 Part

More information

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor 1 4.1.1.1 (Load) 14 1.1 1 4.1.1.2 (Save) 14 1.1.1 1 4.1.2 (Buffer) 16 1.1.2 1 4.1.3 (Device) 16 1.1.3 1 4.1.3.1 (Select Device) 16 2 4.1.3.2 (Device Info) 16 2.1 2 4.1.3.3 (Adapter) 17 2.1.1 CD-ROM 2 4.1.4

More information

epub 75-1

epub 75-1 1 Linux L i n u x L i n u x L i n u x L i n u x L i n u x 1.1 Linux 1991 Linus To r v a l d s Intel PC U N I X L i n u x L i n u x L i n u s P C P C L i n u s M i n i x U N I X P C L i n u s I n t e r

More information

基隆市教網中心 Clonezilla SE 研習課程 孫振凱 國家高速網路與計算中

基隆市教網中心 Clonezilla SE 研習課程 孫振凱 國家高速網路與計算中 基隆市教網中心 Clonezilla SE 研習課程 孫振凱 http://drbl.nchc.org.tw, http://drbl.sourceforge.net http://clonezilla.nchc.org.tw, http://clonezilla.org.tw 國家高速網路與計算中心 National Center for High-Performance Computing (NCHC)

More information

快 速 入 门 (Linux) 概 述 文 档 目 的 本 文 档 介 绍 了 如 何 快 速 创 建 Linux 系 统 实 例 远 程 连 接 实 例 部 署 环 境 等 旨 在 引 导 您 一 站 式 完 成 实 例 的 创 建 登 录 和 快 速 环 境 部 署 云 服 务 器 ECS 实

快 速 入 门 (Linux) 概 述 文 档 目 的 本 文 档 介 绍 了 如 何 快 速 创 建 Linux 系 统 实 例 远 程 连 接 实 例 部 署 环 境 等 旨 在 引 导 您 一 站 式 完 成 实 例 的 创 建 登 录 和 快 速 环 境 部 署 云 服 务 器 ECS 实 云 服 务 器 ECS 快 速 入 门 (Linux) 快 速 入 门 (Linux) 概 述 文 档 目 的 本 文 档 介 绍 了 如 何 快 速 创 建 Linux 系 统 实 例 远 程 连 接 实 例 部 署 环 境 等 旨 在 引 导 您 一 站 式 完 成 实 例 的 创 建 登 录 和 快 速 环 境 部 署 云 服 务 器 ECS 实 例, 有 时 候 也 被 称 为 阿 里 云

More information

投影片 1

投影片 1 資料庫管理程式 ( 補充教材 -Part2) 使用 ADO.NET 連結資料庫 ( 自行撰寫程式碼 以實現新增 刪除 修改等功能 ) Private Sub InsertButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles InsertButton.Click ' 宣告相關的 Connection

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

Acronis P.1 Acronis Anydata Engine P.2 P.4 Acronis Backup Advanced P.5 Acronis Backup Advanced for AP P.6 Vmware P.7 Acronis Backup P.8 IDC 80 % $20,0

Acronis P.1 Acronis Anydata Engine P.2 P.4 Acronis Backup Advanced P.5 Acronis Backup Advanced for AP P.6 Vmware P.7 Acronis Backup P.8 IDC 80 % $20,0 321 3 2 1 Acronis P.1 Acronis Anydata Engine P.2 P.4 Acronis Backup Advanced P.5 Acronis Backup Advanced for AP P.6 Vmware P.7 Acronis Backup P.8 IDC 80 % $20,000 -Acronis Acronis Acornis 321 Acronis 虛擬化的興起

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

一 Grass 是 什 么 1 简 介 GRASS (Geographic Resources Analysis Support System, 地 理 资 源 分 析 支 持 系 统 ) 是 最 负 盛 名 的 开 源 地 理 信 息 系 统 (GIS) 以 下 是 它 的 一 些 特 点 : 1

一 Grass 是 什 么 1 简 介 GRASS (Geographic Resources Analysis Support System, 地 理 资 源 分 析 支 持 系 统 ) 是 最 负 盛 名 的 开 源 地 理 信 息 系 统 (GIS) 以 下 是 它 的 一 些 特 点 : 1 GRASS 中 文 教 程 作 者 : 广 东 省 东 莞 市 长 安 中 学 文 合 平 E_mail: wenheping@gmail.com 2007 年 9 月 1 一 Grass 是 什 么 1 简 介 GRASS (Geographic Resources Analysis Support System, 地 理 资 源 分 析 支 持 系 统 ) 是 最 负 盛 名 的 开 源 地 理

More information

用 Virt-Manager 製作虛擬機器開啟 Mininet 1. 將設置好的虛擬機器 import step1 開啟 virt-manager 主視窗 $ virt-manager 點選左上角的電腦圖示 Create a new virtual machine, 開啟虛擬機器的製作

用 Virt-Manager 製作虛擬機器開啟 Mininet 1. 將設置好的虛擬機器 import step1 開啟 virt-manager 主視窗 $ virt-manager 點選左上角的電腦圖示 Create a new virtual machine, 開啟虛擬機器的製作 LAB: Local Area Networks: VLAN 實驗環境理學大樓 1002 教室 Cloud-A01~Cloud-D12 CPU AMD Phenom(tm) II X6 1065T Processor Memory 8G Disk spaces 500G 500G O.S. Debian squeeze 工具 Mininet Virt-Manager Openvswitch 安裝 Mininet

More information

* 2

* 2 * 2 1. A 3. A 2. B A. 1. 1 2. 1 3 4 4 6 p 123456 7 bk bl bm bn 7 bo cm 9 8 cl ck bt bs br bp bq 1 2 3 4 5 6 7 8 9 bk bl bm 0 bn bo bp bq br bs bt p ck 8 2 4 6 cl cm cq cp co cn cn co cp cq 10 . [8]

More information

GUN-GPL / / 2003 ABC for Linux

GUN-GPL / / 2003 ABC for Linux Red Flag Server 4.0 68 6 Red Flag Software Co., Ltd. http://www.redflag-linux.com GUN-GPL / / 2003 ABC for Linux ... 1... 1... 1... 2 1... 3 1.1... 3 1.2... 3 1.3... 3 1.4... 4 1.5... 5 1.5.1... 5 1.5.2...

More information

Microsoft Word - 新正文.doc

Microsoft Word - 新正文.doc CentOS 6.4 CentOS Linux 1-1 1-1 Esc Anaconda 1-1 Anaconda 1-1 Anaconda text resolution=m N lowres askmethod ks=params X M N M N 1024 768 640 480 CD Kickstart Kickstart 2 Linux mediacheck noprobe rescue

More information

AXIS P7224 Video Encoder Blade – Installation Guide

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

More information