投影片 1

Size: px
Start display at page:

Download "投影片 1"

Transcription

1 PXA270 Embedded Linux 開發環境及 Linux Host 端安裝 有作業系統 (OS) 的實驗 DOC Number : RM DOC Version : V1.00 Release Date : Module Name : 開發環境及 Linux Host 端安裝實習 Platform : Creator XScale-PXA270 Category : embedded Linux Difficulty : basic Experiment time : Lectur : 60 minutes Operation : 120 minutes Key Word : XSCALE, PXA270, CREATOR Author : Microtime Computer Inc. Embedded Linux 架構 Microsoft VirtualBox 虛擬機器 Linux Host: 5.0 Linux Samba Server: Linux 支援網路芳鄰 NFS Server: Linux 網路檔案管理系統 Linux 除錯 : Domingo for Linux AP 除錯 : CodeLyzer 1

2 PXA270 0x x x x C 0x x x x C 32MB Flash Flash ROM Reset Undefined Instruction SWI Abort (Fetch) Abort (Data) Reserved IRQ FIQ 重置 0xA 中斷向量區 0x00 ~ 0x1f 重置向量 0x00 啟動程式 ROM 堆疊變數區 SDRAM SDRAM (64MB SDRAM) Run linux 起動程式 u-boot linux 應用程式 變數區 Heap 堆疊區 Source: 新華電腦 PXA270 PXA270 出貨設置 32MB Flash uboot u-boot.bin U-BOOT U-BOOT Parameter diag_ram.bin 128K 128K Diagnostic Program uimage.bin 768K Linux Linux file system Linux Kernel rootfs.jffs2.pxa270 Linux File Sysetm 3.5M 15M Reserved 01FF - FFFF Source: 新華電腦 2

3 嵌入式系統手機 平板 Embedded Linux 架構 USER USER Tool AP S/W Application utilities Compiler Debugger Embedded Linux BIOS Linux OS Bootloader H/W initialization Device driver ICE Compiler Debugger H/W Hardware ICE LA. SCOPE IC Tool 完整的嵌入式系統發展工具解決方案 (1) Linux Host 端為獨立 PC 模式 Window Host CodeLyzer Domingo Win XP Ethernet Print port ICE / JTAG TFTP Server Linux Host Samba Server Linux Kernel Source NFS Server IP2: Internet: IP4: 自動取得 IP 5 IP3: IP5: 自動取得 IP IP1: Linux target Flash: TFTP Client mtdd/gdbserver Linux kernel RootFS port / mount PXA270 3

4 XP 在 VB 的設定中增加 USB 隨身碟 VirtualBox Windows XP 設定 Win XP( 檢查一下 ): 網路卡兩張 (1- Broadcom, 2- RealTek) 4

5 VirtualBox Windows XP 設定 Win XP( 檢查一下 ): 網路卡兩張 (1- Broadcom, 2- RealTek) VirtualBox 啟動 Win XP3 5

6 MS-DOS 下命令後,VirtualBox 才啟動 WinXP 若出現半透明提示請打 X 關閉提示 ( 有兩個 ) Linux host: 5.0 將已安裝 Linux host 5.0 的影像檔 VM_5_NFS(070921).rar 直接複製到 E:\ 可以用 7-zip 解壓縮到 E:\ My Virtual Machines_5_NFS(070921)\ 5 Hard Disk.vhd 6

7 Linux Host 端 編譯環境介紹 (1) VirtualBox VMware VirtualBox 5 先設定 5( 檢查一下 ): 網路卡兩張 (1- RealTek, 2- Broadcom) 與 WinXP 相反 7

8 實習一 :VirtualBox 實作說明 啟動 : root/123 按右 Alt 滑鼠移出 建立 New Virtual Machine Virtual Machine 的相關設定 Virtual Disk Core5.0 操作介面介紹 (1) File Browser 檔案瀏覽器 (vs. Win 檔案總管 ) 8

9 Core5.0 操作介面介紹 (2) Terminal 終端機 (vs. MS-DOS 提示命令列 ) (vs. Cygwin/Linux) 可以設定字型大小 Core5.0 操作介面介紹 (4) Services 系統伺服器 (vs. Win 架站 ) 9

10 Core5.0 操作介面介紹 (3) Text Edit 文字編輯器 (vs. Win 記事本 ) Linux 作業系統 X-Windows 與命令列的啟動模式 (2) 利用 Text Edit 文字編輯器的修改方式 從文字模式進入 X-Windows 的方法 :startx 10

11 vi 文字編輯器 (1) Terminal 終端機模式下使用 Vi Vi 是 Unix 世界裡極為普遍的全螢幕文書編輯器, 幾乎可以說任何一台 Unix 機器都會提供這套軟體 Vi 操作模式 編輯模式 : 用來輸入文字資料 指令模式 : 用來下達一些編排文件 存檔 以及離開 vi 等等的操作指令 vi 文字編輯器 (2) 當執行 vi 後, 會先進入指令模式, 此時輸入的任何字元都視為指令 進入編輯模式 : 新增 (append)a 插入 (insert)i 開始 (open) o 寫入 (write)w 離開 (quit) q 退出編輯模式 :ESC Vi 的命令功能 移動游標的方法 搜尋 (/? n) 與取代 (c) 刪除 (d) 複製 (y) 與貼上 (p) 進入編輯模式 11

12 vi 文字編輯器 (3) 離開 vi: :w : 將編輯的資料寫入硬碟檔案中 :q : 離開 vi :wq : 儲存後離開 :wq! : 強制儲存後離開 實習 : 網路設定實習 網路 IP 設定 Linux Host IP3:

13 將 NAT1-realtek 的 eth0 設定 IP ( 對應 VM 所設定的第一張網卡 ) 1. 按一下網路設定 2. 點選 eth0 按一下編輯 3. 設定手動 IP 位址 * 下一頁完成 13

14 5. ping 測試 IP 新增 NAT2-broadcom 的 eth1 6. 先點選新增 eth1, 後按下一頁

15 9. 編輯 eth1 10. 自動取得 IP 對外連線 12. 啟用 11. 若發現暫停不用 15

16 13. 最後的網路組態 ( 也可用 ifconfig 命令做設定 ) 16

17 完整的嵌入式系統發展工具解決方案 (1) Linux Host 端為獨立 PC 模式 Window Host CodeLyzer Domingo Print port Ethernet ICE / JTAG TFTP Server Linux Host Samba Server Linux Kernel Source NFS Server IP2: Internet: IP4: 自動取得 IP IP3: IP5: 自動取得 IP IP1: Linux target Flash: TFTP Client mtdd/gdbserver Linux kernel RootFS port / mount WinXP Windows XP (realtek 網卡 ) 17

18 WinXP Linux Target ( 超級終端機 ) 注意 : 先執行 XP 超級終端機 後執行 5 才不會占住 COM1( 或停用 5 串列埠 ) 附屬應用程式 --> 通訊 --> 超級終 端機 --> 執行 --> 預設 Telnet ok!--> 區碼 4--> 確定 --> 名稱 :soc --> 使用連線 :COM1 --> 連接埠 9600/8/n/1( 通訊參數 ) 開啟 PXA270 電源 ( 或 Reset) U-Boot (Dec ) PXA270 HyperTerminal(cont.) U-Boot Command Line help? version sleep printenv run linux 18

19 PXA270 Linux Target: PXA270 ifconfig a ipconfig /all (Windows) 正常應該至少偵測到 lo, eth0 ( 有線網卡 ), ath0 ( 無線 網卡 ) 三項, 當然名稱也有可能略有不同 ifconfig eth netmask ping (PXA270) ping (WinXP) ping (Linux Host: ) tftp -g r u-boot.bin PXA270 進行網路 IP 三方通訊測試 PXA270 19

20 PXA270 PXA270 進行網路 IP 三方通訊測試 PXA270 20

21 WinXP Win XP 進行網路 IP 三方通訊測試 (WinXP) WinXP: ping ipconfig route tracert Linux: ping ifconfig -a route n tftp tftp -g r u-boot.bin 21

22 Core5.0 操作介面 ( 終端機 ) Terminal 終端機 :CL 介面 (command line) 進行網路 IP 三方通訊測試 : ping (Linux Host: ) ping (WinXP) ping (Linux Target: PXA270) Linux 基本命令介紹 (1) 開機和關機 reboot shutdown 檔案管理 pwd cd mkdir ls mv rm grep chmod 文書編輯 vi 22

23 Linux 基本命令介紹 (2) 掛載檔案系統 mount umount 程式管理 (RPM) Redhat Package Manager 安裝升級反安裝 ( 即移除 ) 查詢驗證 增加使用者 groupadd groupdel useradd userdel Linux 基本命令介紹 (3) 模組 (Module) insmod lsmod rmmod 壓縮及解壓縮 gzip bzip2 tar 系統觀測 whoami who ps kill 23

24 Linux Host 端 編譯環境介紹 (2) Samba Server 事實上是延伸自 SMB(Server Message Block) 的代名詞, 其主要功能, 在於提供 Linux Host 端的目錄與 Windows Host 端進行檔案資料共享, 透過 Samba Server,Windows Host 端便可以直接取得 Linux Host 端建構完成的系統核心, 經由 Domingo for Linux, 燒錄到 Linux Target 端 ( 類似網路芳鄰的功能 ) NFS Server Network File System 的縮寫, 意思是 : 網路檔案系統, 最早是由美商昇陽公司 (Sun) 所發展出來的, 最主要功能, 在於提供各種不同硬體架構, 不限任何作業系統的電腦, 可以透過網路, 達到分享彼此檔案的目的, 我們將利用 Linux Host 端的這項功能, 使得 Linux Target 端 (Creator XScale-PXA270) 可以方便取得製作 Linux Host 端完成的程式碼, 進行測試 Samba Server: 使 Windows Host 端透過檔案總管中建立網路磁碟的功能, 達到 Linux Host 端與 Windows Host 端檔案分享的目的 ( 類似網路芳鄰的功能 ) Samba 系統架構 Window Host 檔案總管 網路磁碟機 網路芳鄰 Linux Host Samba Server NFS Server Samba 24

25 Samba Server 介紹 (1) Samba 簡介 Samba 最初發展的主要目就是要用來溝通 Windows 與 Unix Like 這兩套不同的作業平台, 一位名叫 Andrew Tridgwell 的大學生, 寫了個程式去偵測當 DOS 與 UNIX 系統在進行資料傳送時所使用到的通訊協定資訊, 然後將這些重要的資訊擷取下來, 並且基於上述所找到的通訊協定而開發出 Server Message Block (SMB) 這個檔案系統, 經註冊命名成為 : Samba 現在的 Linux 作業系統, 就是利用 Samba 的服務, 來達 成與 MS-Windows 之間跨平台的資料共享 Samba Server 介紹 (2) Samba 的動作原理 提供和 MS-Windows 資料共享, 在操作環境上, 是由 Linux Host 端透過 Samba 伺服器分享某部份檔案系統, 成為在 MS-Windows 網路芳鄰的一員 Linux Host 端與 Windows Host 端位於同一工作群組或是同一網域之內, 有啟用防火牆的話, 要變更安全等級來停止它 ; 安裝相關 Samba 伺服器軟體套件 25

26 Samba Server 介紹 (3) 設定檔的宣告 /etc/samba/smb.conf: 這個就是 SAMBA 最主要的設定檔, 在較為簡單的設定當中, 這也是唯一的一個設定檔, 主要的設定分為兩部份, 分別是 [global] 這個設定主機功能的項目, 以及接下來的每個分享出去的目錄的屬性設定 /etc/samba/lmhosts: 這個檔案的主要目的, 在宣 告靜態主機名稱與 IP 對照表 /etc/samba/smbpasswd: 這個檔案預設並不存在, 目的在於使用者身份的控管, 只有當需要進行較嚴格的安全管理時, 才會用到 實習一 :Samba 伺服器安裝實習 建立 Linux Host 端上共享的資源目錄 啟動 Samba 伺服器 編輯 /etc/samba/smb.conf 檔 設定群組名稱 :workgroup = Microtime 設定伺服器安全等級 :security = share 使用者資源共享設定 儲存並重新啟動 Samba 伺服器 Windows Host 端的檔案總管建立網路磁碟機 26

27 Linux host ( 5.0) cd /etc/samba vi smb.conf 或用 geditor 增加虛擬目錄 複製 [UsrSrc] 整個區塊 [UsrRikki] [UsrRikki] path = /usr/tmp/ writable = yes guest account = root force user= root public = yes force group =root WinXP 27

28 WinXP WinXP

29 WinXP 複製 E:\soc_files\PXA270 CD\Linux 資料夾到 Z: Z: 即 Linux host ( 5.0) 的 /usr/tmp/ 中 ( 亦即 samba 分享目錄 UserRikki 中 ) NFS Server: 使 Linux Target 端透過 mount 指令建立了網路網路檔案系統, 達到 Linux Host 端與 Linux Target 端檔案分享的目的 Window Host Samba NFS 系統架構 檔案總管 網路磁碟機 Linux Host PXA270 Linux target Samba Server NFS Server NFS portmap mount 29

30 NFS Server 介紹 (2) NFS 動作原理說明 運用了一套由核心階段支援且能持續執行的背景行程 (daemon process) 的組合 讓 Linux 核心的 NFS 支援被致能 (enable) NFS 是利用遠端程序呼叫 (Remote Procedure Call, 簡稱 : RPC), 在伺服器與用戶端之間進行需求的傳遞 系統的另一項服務程式 portmap 就要跟著被致能, 並配合 NFS 通訊產生的時點, 啟動在適當的執行階段 portmap 的任務就是將 RPC 帶進來的需求, 給予指派正確的服務 NFS 服務的伺服器, 要決定開放那一部份的檔案目錄, 允許那些操作權限, 以及使用者的存取權限, 其中與被開放檔案目錄相關之權限控管, 都是宣告在 /etc/exports 這個設定檔內 實習二 :NFS 伺服器安裝實習 啟動 NFS 伺服器 設定 NFS 伺服器 export 的目錄 :/etc/exports 檔 /usr/src/microtime/rootfs, rw, sync 設定 NFS 伺服器允許存取的使用者 : /etc/hosts.allow 檔 設定 NFS 伺服器拒絕存取的使用者 : /etc/hosts.deny 檔 儲存並重新啟動 NFS 伺服器 30

31 PXA270 PXA270 31

32 練習到此結束 以下為參考資料 掛載 CD 或 DVD 光碟 [root]$ mkdir /usr/dvd [root]$ mount /dev/cdrom /usr/dvd [root]$ mount -t iso9660 /dev/cdrom /usr/dvd [root]$ umount /dev/cdrom 或 [root]$ umount /usr/dvd 32

33 Windows Host 端 除錯環境介紹 (1) WinXP 除錯軟體 Domingo for Linux 介面介紹 Windows Host 端 除錯環境介紹 (2) WinXP 除錯軟體 CodeLyzer 功能說明 提供視窗化的整合除錯資訊 在 Embedded Linux 系統中, 提供針對 user application 的除錯 提供 multi-process 的除錯模式 提供 multi-thread 的除錯模式 提供變數 中斷點 記憶體 程式等 除錯視窗 33

34 Windows Host 端 除錯環境介紹 (3) WinXP 除錯軟體 CodeLyzer 介面介紹 PXA270 Linux Target 端 Target Board 介紹 (1) 軟體部分 Flash 的配置 u-boot.bin U-BOOT U-BOOT Parameter 128K diag_ram.bin Diagnostic Program uimage.bin Linux Kernel rootfs.jffs2.pxa K K M Linux File Sysetm Reserved 15M FF - FFFF 34

35 PXA270 Linux Target 端 Target Board 介紹 (2) 軟體部分 Linux Target 的啟動方式 利用 U-Boot 啟動 Linux kernel 利用 Domingo 啟動 Linux kernel Linux Target 端和 Windows Host 端的接線說明 (1) Windows Host 端和 Carrier ICE Target Board 的接線圖 Carrier ICE Debugger ARM POD External Trigger connector PC Host Current Measurement Module Speaker Creator Microphone CMOS sensor 35

36 Q & A 36

投影片 1

投影片 1 PXA270 Embedded Linux 開發環境及 Linux Host 端安裝 DOC Number : RM-033-04-300 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : 開發環境及 Linux Host 端安裝實習 Platform : Creator XScale-PXA270 Category : embedded

More information

投影片 1

投影片 1 的安裝與編譯實習 ( 代號 : 303)(Part II) DOC Number : RM-033-04-303 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : 的安裝與編譯實習 Platform : Creator XScale- Category : embedded Linux Difficulty : basic Experiment

More information

本文由筱驀釹贡献

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

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

投影片 1

投影片 1 U-Boot&Linux Kernel image 下載或燒錄的驗證實習 DOC Number : RM-033-04-304 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : U-Boot&Linux Kernel image 下載或燒錄的驗證實習 Platform : Creator XScale-PXA270 Category

More information

投影片 1

投影片 1 Linux Kernel 的安裝與編譯實習 ( 代號 : 303) (Part I) DOC Number : RM-033-04-303 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : Linux Kernel 的安裝與編譯實習 Platform : Creator XScale-PXA270 Category : embedded

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

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

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

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

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL c00hkl00@nchc.gov.tw, steven@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Dec, 2002 1 Outline 1. 2. DRBL 3. 4. Service DHCP, TFTP, NFS,

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

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

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

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

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force Steven Shiau steven@nchc.gov.tw National Center for High-Performance Computing Sep 10, 2002 1 Outline 1. 2. 3. Service DHCP, TFTP, NFS, NIS 4. 5. 2 DRBL (diskless remote boot

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

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

05 01 X Window X Window Linux Linux X Window X Window Webmin Web Linux Linux X Window X Window Notebook PC X Window X Window module Linux Linux kernel

05 01 X Window X Window Linux Linux X Window X Window Webmin Web Linux Linux X Window X Window Notebook PC X Window X Window module Linux Linux kernel Linux sub bash test2.sh sub bash test.sh test2.sh sub bash var1 123 123 test.sh test2.sh var1 bash sub bash var1 bash 01 5-4 X Window X Window X Window Linux Server X Window CPU2006 Linux X Window benchmark

More information

Microsoft Word - RM Domingo for Linux針對Linux Kernel、Device Driver的除錯實習.doc

Microsoft Word - RM Domingo for Linux針對Linux Kernel、Device Driver的除錯實習.doc DOC Number : RM-033-04-307 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : Domingo for Linux 針對 Linux Kernel Device Driver 的除錯實習 Platform : Creator XScale-PXA270 Category : Embedded Linux programming

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

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

NEXT SDT2.51 C:\ARM251 SDT2.51 ARM SDT 2.51 ARM PROJECT MANAGER SDT 2

NEXT SDT2.51 C:\ARM251 SDT2.51 ARM SDT 2.51 ARM PROJECT MANAGER SDT 2 S3C44B0 SDT DRAGNBOY MICROSTAR ARM 51 ARM S3C44B0 ARM SDT2.51 IAR ADS SDT2.51 S3C44B0 LEDTEST SDT ARM 1 2 SDT embed.8800.org SDT2.51 SDT2.51 ARM ARM CPU ARM SDT ADS ADS MULTI-ICE SDT JTAG JTAG SDT SDT2.51

More information

PowerPoint 演示文稿

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

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 2 3, 4,,,,,,, 5,, 6,, 7, 8, 9 10, 11,,,, ,,, NComputing NComputing, NComputing OfficeStation, EXPANION, WoIP UTMA NComputing, windows,,, NCOMPUTING,, NCOMPUTING, NCOMPUTING, NComputing Co,,,,, NComputing,NComputing

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

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

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

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

SL2511 SR Plus 操作手冊_單面.doc

SL2511 SR Plus 操作手冊_單面.doc IEEE 802.11b SL-2511 SR Plus SENAO INTERNATIONAL CO., LTD www.senao.com - 1 - - 2 - .5 1-1...5 1-2...6 1-3...6 1-4...7.9 2-1...9 2-2 IE...11 SL-2511 SR Plus....13 3-1...13 3-2...14 3-3...15 3-4...16-3

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

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

ARP ICMP

ARP ICMP ARP ICMP 2 9-1 ARP 9-2 ARP 9-3 ARP 9-4 ICMP 9-5 ICMP 9-6 ICMP 9-7 ICMP 3 ARP ICMP TCP / IP, IP ARP ICMP 3 IP, ARP ICMP IP ARP ICMP 2, 4 9-1 ARP, MAC, IP IP, MAC ARP Address Resolution Protocol, OSI ARP,,

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

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

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

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

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

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

1

1 DOCUMENTATION FOR FAW-VW Auto Co., Ltd. Sales & Service Architecture Concept () () Version 1.0.0.1 Documentation FAW-VW 1 61 1...4 1.1...4 2...4 3...4 3.1...4 3.2...5 3.3...5 4...5 4.1 IP...5 4.2 DNSDNS...6

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

穨IC-1000

穨IC-1000 IC-1000 LEDOMARS Information Coporation :(02)27913828 :(02)27945895 (04)2610628 (04)2650852 (07)3897016 (07)3897165 http://www.ledomars.com.tw 1 1. IC-1000 2. IC-1000 LED : ERROR LNK/ACT PWR TEST PWR(Power)

More information

05. Samba

05. Samba Samba 簡介 Samba 伺服器 為了使 Windows 主機間的資源能夠共享, IBM 於 1980 年代發展出了 SMB(Server Message Block) 通訊協定 網路芳鄰主機間的檔案 印表機能夠彼此分享 目前類似此種資源分享的通訊協定還有 NFS Appletalk... 等 參考 http://www.samba.org/cifs/docs/what-is-smb.html

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

Data Server_new_.doc

Data Server_new_.doc 0i B/C Data Server Windows 2000 Window XP Windows XP FTP FANUC Data Server FTP liwei@beijing-fanuc 1 06-10-8 Content 1. /...3 1.1...3 1.2...3 1.3 CNC...3 2....5 2.1 STORAGE...5 2.2 FTP...6 2.3 BUFFER...7

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

A Preliminary Implementation of Linux Kernel Virus and Process Hiding

A Preliminary Implementation of Linux Kernel Virus and Process Hiding 邵 俊 儒 翁 健 吉 妍 年 月 日 学 号 学 号 学 号 摘 要 结 合 课 堂 知 识 我 们 设 计 了 一 个 内 核 病 毒 该 病 毒 同 时 具 有 木 马 的 自 动 性 的 隐 蔽 性 和 蠕 虫 的 感 染 能 力 该 病 毒 获 得 权 限 后 会 自 动 将 自 身 加 入 内 核 模 块 中 劫 持 的 系 统 调 用 并 通 过 简 单 的 方 法 实 现 自 身 的

More information

Chapter 2

Chapter 2 2 (Setup) ETAP PowerStation ETAP ETAP PowerStation PowerStation PowerPlot ODBC SQL Server Oracle SQL Server Oracle Windows SQL Server Oracle PowerStation PowerStation PowerStation PowerStation ETAP PowerStation

More information

陕西职业技术学院(用标志)

陕西职业技术学院(用标志) 计 算 机 应 用 技 术 专 业 人 才 培 养 方 案 (2015 级 ) 二 〇 一 五 年 八 月 目 录 第 一 部 分 主 体 部 分...1 一 专 业 名 称 及 代 码...1 二 招 生 对 象...1 三 学 制 与 学 历...1 四 培 养 目 标...1 五 职 业 岗 位...1 六 培 养 规 格...1 七 职 业 资 格 证 书 与 技 能 等 级 证 书 要 求...3

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

ebook70-5

ebook70-5 5 / 5.1 L i n u x L i n u x X L i n u x 5.1.1 touch t o u c h t o u c h G N U t o u c h # touch newfile # ls -l newfile - r w - r - - r - - 1 bball users 0 Jan 5 12 : 40 n e w f i l e t o u c h 0 # > newfile2

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

典型自编教材

典型自编教材 河 南 科 技 大 学 计 算 机 实 验 教 学 中 心 1. 计 算 机 文 化 基 础 实 验 指 导 书 2. 数 据 结 构 实 验 指 导 书 3. 操 作 系 统 实 验 指 导 书 4. 面 向 对 象 程 序 设 计 实 验 指 导 书 5. 数 据 库 原 理 实 验 指 导 书 6. 编 译 原 理 实 验 指 导 书 7. JAVA 程 序 设 计 实 验 指 导 书 8.

More information

Data Management Software CL-S10w

Data Management Software CL-S10w Data Management Software CL-S10w Windows Windows XP Microsoft Windows XP Professional Operating System Windows Windows 7 Microsoft Windows 7 Professional Operating System Windows Windows 8 Microsoft Windows

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

作 業 系 統 簡 介 光 有 電 腦 硬 體, 會 不 容 易 使 用 必 須 要 有 適 當 的 程 式, 才 方 便 操 作 硬 體 衍 生 作 業 系 統 需 求 : 提 供 方 便 使 用 者 執 行 程 式 平 台 有 效 使 用 各 種 電 腦 硬 體 資 源 Jingo C. Lia

作 業 系 統 簡 介 光 有 電 腦 硬 體, 會 不 容 易 使 用 必 須 要 有 適 當 的 程 式, 才 方 便 操 作 硬 體 衍 生 作 業 系 統 需 求 : 提 供 方 便 使 用 者 執 行 程 式 平 台 有 效 使 用 各 種 電 腦 硬 體 資 源 Jingo C. Lia 第 三 章 作 業 系 統 概 論 Reporter : Jingo C. Liao 廖 正 宏 E-mail : jingo@mail.tku.edu.tw 章 節 列 表 1. 什 麼 是 作 業 系 統 2. 作 業 系 統 的 主 要 功 能 3. 作 業 系 統 的 核 心 程 式 4. 作 業 系 統 的 演 進 歷 史 5. 常 見 流 行 的 作 業 系 統 Jingo C. Liao

More information

ebook62-8

ebook62-8 8 Samba Windows Microsoft Wi n d o w s U N I X Wi n d o w s U N I X Wi n d o w P C Wi n d o w s U N I X Wi n d o w s T C P / I P S a m b a N e t B I O S M i c r o s o f t I B M N e t B E U I T C P / I

More information

全 国 高 等 职 业 教 育 规 划 教 材 21 世 纪 高 职 高 专 规 划 教 材 系 列 高 等 职 业 教 育 计 算 机 专 业 规 划 教 材 选 题 征 集 通 知 一 选 题 范 围 ( 不 仅 限 于 此 ) 选 题 方 向 选 题 名 计 算 机 基 础 计 算 机 应 用

全 国 高 等 职 业 教 育 规 划 教 材 21 世 纪 高 职 高 专 规 划 教 材 系 列 高 等 职 业 教 育 计 算 机 专 业 规 划 教 材 选 题 征 集 通 知 一 选 题 范 围 ( 不 仅 限 于 此 ) 选 题 方 向 选 题 名 计 算 机 基 础 计 算 机 应 用 刘 瑞 新 金 牌 作 者 经 典 作 品 教 授, 计 算 机 专 业 资 深 学 科 带 头 人, 多 部 著 作 获 得 全 国 优 秀 畅 销 书 奖 他 所 编 写 的 教 材 内 容 均 来 自 教 学 实 践, 是 对 编 写 讲 义 教 学 修 改 教 学 讲 义 再 次 教 学 整 个 过 程 的 精 确 提 炼, 因 此 对 促 进 教 师 教 学 学 生 学 习 发 挥 了 重

More information

Ch03_嵌入式作業系統建置_01

Ch03_嵌入式作業系統建置_01 Chapter 3 CPU Motorola DragonBall ( Palm PDA) MIPS ( CPU) Hitachi SH (Sega DreamCast CPU) ARM StrongARM CPU CPU RISC (reduced instruction set computer ) CISC (complex instruction set computer ) DSP(digital

More information

投影片 1

投影片 1 CN1 C A 7 8 9 101112 1 2 3 4 5 6 7x 1x 8x 2x 9x 3x A 10x 4x 11x 5x 12x 6x 7x 1x 8x 2x 9x 3x B 10x 4x 11x 5x 12x 6x POWERFAULT DATA ALARM PXA270 開發環境軟體安裝 (I) 電腦主機 (Windows Host) 設定 電腦主機所需主要軟體 HyperTerminal(

More information

投影片 1

投影片 1 類 Linux (, VBird) 2008/03/28 Linux 1 Linux man page / 流 例 2008/03/28 Linux 2 Linux 2008/03/28 Linux 3 Linux CPU RAM 路 2008/03/28 Linux 4 Linux Linux 2008/03/28 Linux 5 Linux (sector) 理 量 512bytes (cylinder)

More information

华恒家庭网关方案

华恒家庭网关方案 LINUX V1.5 1 2 1 2 LINUX WINDOWS PC VC LINUX WINDOWS LINUX 90% GUI LINUX C 3 REDHAT 9 LINUX PC TFTP/NFS http://www.hhcn.com/chinese/embedlinux-res.html minicom NFS mount C HHARM9-EDU 1 LINUX HHARM9-EDU

More information

93年各縣國中教師甄試最新考情.doc

93年各縣國中教師甄試最新考情.doc 93 7/8()~7/13() 7/11()~7/13() 7/17() 7/18() 7/18() 7/19() 7/21() 40% 20%( ( )) 20%( ) 1 35% 25% ( ) 70% 10%( ) 60% 1 20% 10% ( ) 6/1()~6/11() 6/12()~6/14() 6/19() 6/21() 6/26() 6/26()22:00 7/3() 40%( )

More information

PTS7_Manual.PDF

PTS7_Manual.PDF User Manual Soliton Technologies CO., LTD www.soliton.com.tw - PCI V2.2. - PCI 32-bit / 33MHz * 2 - Zero Skew CLK Signal Generator. - (each Slot). -. - PCI. - Hot-Swap - DOS, Windows 98/2000/XP, Linux

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

AXIS P7224 Video Encoder Blade – Installation Guide

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

More information

CL-S10w

CL-S10w Data Management Software CL-S10w WindowsWindows XP Microsoft Windows XP Professional Operating System WindowsWindows 7 Microsoft Windows 7 Professional Operating System Excel Microsoft Excel MicrosoftWindowsWindows

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

Microsoft Word - 第5章.doc

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

More information

简易 Linux Server 部署教程系列之 06 使用 Samba 实现文件共享服务 ( 作者信息 : 阮晓龙投稿时间 :2018 年 5 月 4 日 ) 一 需求描述 1 需求说明支持 Windows Linux Unix Mac 等操作系统支持 Android ios 等移动平台支持计算机

简易 Linux Server 部署教程系列之 06 使用 Samba 实现文件共享服务 ( 作者信息 : 阮晓龙投稿时间 :2018 年 5 月 4 日 ) 一 需求描述 1 需求说明支持 Windows Linux Unix Mac 等操作系统支持 Android ios 等移动平台支持计算机 简易 Linux Server 部署教程系列之 06 使用 Samba 实现文件共享服务 ( 作者信息 : 阮晓龙投稿时间 :2018 年 5 月 4 日 ) 一 需求描述 1 需求说明支持 Windows Linux Unix Mac 等操作系统支持 Android ios 等移动平台支持计算机 平板电脑 智能手机 智能电视全终端体系支持多账号 多共享目录, 以及交叉授权 2 部署要求 基于 CentOS

More information

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s MapAsia MapKing TM User Guide Full Function Version (Pocket PC and PC) For Microsoft Pocket PC/ Pocket PC 2002/2003 Microsoft Windows XP/2000/Me/98 Edition 2004 ( : ) 2002-2004, MapAsia.com Limited Table

More information

Dell EMC Data Domain DDOS 5.5 Data Domain Data Domain Data Domain : Data Domain Boost (DDBoost) Dell EMC DDBoost Data Domain DDBoost Source De-Dup Bac

Dell EMC Data Domain DDOS 5.5 Data Domain Data Domain Data Domain : Data Domain Boost (DDBoost) Dell EMC DDBoost Data Domain DDBoost Source De-Dup Bac Dell EMC Dell EMC IT Dell EMC IT Dell EMC https://www. dellemc.com/ Dell EMC Data Domain DDOS 5.5 Data Domain Data Domain Data Domain : Data Domain Boost (DDBoost) Dell EMC DDBoost Data Domain DDBoost

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

epub

epub 3 Cisco 3.1 S e t u p C i s c o C i s c o Cisco IOS C i s c o 3.2 Te l n e t T F T P 3-1 3-1 configure terminal configure memory Configure network t e l n e t < C t r l - Z > conf t N V R A M T F T P I

More information

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco Windows RTEMS 1 Danilliu MMI TCP/IP 80486 QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos ecos Email www.rtems.com RTEMS ecos RTEMS RTEMS Windows

More information

Microsoft PowerPoint - 03.IPv6_Linux.ppt [相容模式]

Microsoft PowerPoint - 03.IPv6_Linux.ppt [相容模式] IPv6 Linux (Cent OS 5.x) IPV6 2 IPv6 IPv6 IPv6 IPv6 IPv4 IPv6 (RFC 2460) Dual Stack Tunnel 3 4 IPv6 Native IP IPv6, DHCPv6 IPv6 IP IPv6 Tunnel Broker IPv4, Tunnel IPv6 Tunnel Broker Client IPv6 ( ) IPv6

More information

Data Management Software CL-S10w

Data Management Software CL-S10w Data Management Software CL-S10w WindowsWindows 7 Microsoft Windows 7 Professional Operating System WindowsWindows 8.1 Microsoft Windows 8.1 Pro Operating System WindowsWindows 10 Microsoft Windows 10

More information

投影片 1

投影片 1 RM-033-404 實驗 Creator 周邊 I/O 實習 DOC Number : RM-033-04-404 DOC Version : V1.00 Release Date : 2007-03-16 Module Name : Creator 周邊 I/O 實習 Platform : Creator XScale-PXA270 Category : embedded Linux Difficulty

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

.------------------------------------------------------------------1. DSP --------------------------------2. ----------------3 3.1 -------------------

.------------------------------------------------------------------1. DSP --------------------------------2. ----------------3 3.1 ------------------- ICETEK-5100PP ICETEK-5100USB1.1/2.0 DSP 118 A 1004 010-82671912/13/14/15 E-mailwelcome@realtimedsp.com.cn 100086 010-82671916 www.realtimedsp.com.cn .------------------------------------------------------------------1.

More information

Microsoft Word - 全華Ch4Ans.doc

Microsoft Word - 全華Ch4Ans.doc 得 分 : 101 學 年 度 第 2 學 期 全 華 Ch4 命 題 教 師 : 範 圍 : 年 班 號 姓 名 一 單 選 題 : (3) 1. 下 列 有 關 開 放 格 式 檔 案 的 檔 案 性 質 對 應, 何 者 有 誤? (1)gif: 圖 形 檔 (2)avi: 視 訊 檔 (3)odt: 簡 報 檔 (4)xlsx: 電 子 試 算 表 檔 ( 出 處 :4-3) 解 析 odt

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

BYOD IP+Optical (IP NGN) API 4. End-to-End (Service Aware) 5. IP NGN (IP Next Generation Network) ( ) Prime Carrier Management Access Edge Co

BYOD IP+Optical (IP NGN) API 4. End-to-End (Service Aware) 5. IP NGN (IP Next Generation Network) ( ) Prime Carrier Management Access Edge Co BYOD 228 2015 IT open source DIY ( ) Up/Down HP NNMi WhatsUp Gold Nagios HP SiteScope WhatsUp Gold HP NNMi WhatsUp Gold Cacti MRTG HP ispi Performance for Metrics WhatsUp Gold ( ) Open source Agent End-to-End

More information

DOS下常用的网络命令.PDF

DOS下常用的网络命令.PDF DOS .... 1.1... 1.2... DOS... 2.1 ARP... 2.2 Finger... 2.3 Ftp... 2.4 Nbtstat... 2.5 Netstat... 2.6 Ping... 2.7 Rcp... 2.8 Rexec... 2.9 Route... 2.10 Rsh... 2.11 Tftp... 2.12 Tracert... 1 1 1 1 1 2 3 4

More information

Microsoft Word - 100118002.htm

Microsoft Word - 100118002.htm 100 年 度 11800 電 腦 軟 體 應 用 乙 級 技 術 士 技 能 檢 定 學 科 測 試 試 題 本 試 卷 有 選 擇 題 80 題, 每 題 1.25 分, 皆 為 單 選 選 擇 題, 測 試 時 間 為 100 分 鐘, 請 在 答 案 卡 上 作 答, 答 錯 不 倒 扣 ; 未 作 答 者, 不 予 計 分 准 考 證 號 碼 : 姓 名 : 選 擇 題 : 1. (3)

More information

简 介 本 白 皮 书 高 度 概 述 了 支 持 移 动 互 联 网 设 备 (Mobile Internet Device) 的 Intel C++ Software Development Tool Suite for Linux* OS, 目 标 读 者 主 要 是 技 术 决 策 制 订

简 介 本 白 皮 书 高 度 概 述 了 支 持 移 动 互 联 网 设 备 (Mobile Internet Device) 的 Intel C++ Software Development Tool Suite for Linux* OS, 目 标 读 者 主 要 是 技 术 决 策 制 订 白 皮 书 Robert Müller-Albrecht 开 发 人 员 产 品 部 门 支 持 移 动 互 联 网 设 备 的 Intel C++ Software Development Tool Suite for Linux* OS 文 档 编 号 :319332-001US 简 介 本 白 皮 书 高 度 概 述 了 支 持 移 动 互 联 网 设 备 (Mobile Internet Device)

More information

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot

OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Prot OSI OSI OSI 15% 20% OSI OSI ISO International Standard Organization 1984 OSI Open-data System Interface Reference Model OSI OSI OSI OSI ISO Prototype Protocol OSI OSI OSI OSI OSI O S I 2-1 Application

More information

方正文杰A330/N

方正文杰A330/N 方 正 文 杰 A330/A330N 说 明 书 目 录 第 1 章 概 述 1 1.1 方 正 文 杰 打 印 机 的 卓 越 品 质 和 突 出 性 能 1 1.2 推 荐 计 算 机 配 置 2 1.3 本 手 册 中 的 符 号 和 术 语 2 1.4 说 明 书 所 含 全 部 内 容 3 1.5 安 全 声 明 3 第 2 章 安 装 打 印 机 硬 件 5 2.1 为 打 印 机 准

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

專業式報告

專業式報告 IP Kamera 9060A-SL IP Kamera 9060A-SL : V1.00 : 2006.04 IP KAMERA 9000(A) 說 FCC CE 1.IP Kamera 9060A-SL 2.IP Kemera 9060A-SL 3. 4. 9060A-SL 5. 9060A-SL - 1 - 1....3... 2....4 9060A-SL...... 3....5 4....6......

More information

solutions guide

solutions guide solutions guide Tridium 01 Table of Contents Tridium... 1 Frameworks... 4 Niagara AX Framework... 5 Sedona Framework... 6.... 7 NPM... 8 Sedona Chip... 9 AX Supervisor... 10 AX SoftJACE...11...12. JACE

More information

1. ( B ) IT (A) (B) (C) (D) 2. ( A ) (A) (B) (C) (D) 3. ( B ) (A) GPS (B) GIS (C) ETC (D) CAI 4. ( D ) (A) (B) (C) (D) 5. ( B ) (Stored Program) (A) H

1. ( B ) IT (A) (B) (C) (D) 2. ( A ) (A) (B) (C) (D) 3. ( B ) (A) GPS (B) GIS (C) ETC (D) CAI 4. ( D ) (A) (B) (C) (D) 5. ( B ) (Stored Program) (A) H ... 2... 4... 6... 8... 10... 12... 14... 16... 18... 20... 22... 24... 25... 26... 28 1. ( B ) IT (A) (B) (C) (D) 2. ( A ) (A) (B) (C) (D) 3. ( B ) (A) GPS (B) GIS (C) ETC (D) CAI 4. ( D ) (A) (B) (C)

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

<4D6963726F736F667420576F7264202D20D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A92E646F63>

<4D6963726F736F667420576F7264202D20D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E5A3A92E646F63> 本 次 发 行 概 况 发 行 股 票 类 型 : 人 民 币 普 通 股 (A 股 ) 发 行 股 数 : 1,120 万 股 每 股 面 值 : 1.00 元 每 股 发 行 价 格 : [ ] 元 预 计 发 行 日 期 : [ ] 年 [ ] 月 [ ] 日 拟 上 市 的 证 券 交 易 所 : 发 行 后 总 股 本 : 深 圳 证 券 交 易 所 4,460 万 股 本 公 司 控 股

More information

MAX MAX /...5 0....6 /...6 1....7 2....9 3. C...11 4....13 4.0 :...13 4.1 :...15 4.2 :...16 4.3 :...20 4.3.1...20 4.3.2 DOS WINDOWS...20 4.3.3 Linux :

MAX MAX /...5 0....6 /...6 1....7 2....9 3. C...11 4....13 4.0 :...13 4.1 :...15 4.2 :...16 4.3 :...20 4.3.1...20 4.3.2 DOS WINDOWS...20 4.3.3 Linux : MAX : http://www.lenten.com E-Mail: service@lenten.com MAX MAX /...5 0....6 /...6 1....7 2....9 3. C...11 4....13 4.0 :...13 4.1 :...15 4.2 :...16 4.3 :...20 4.3.1...20 4.3.2 DOS WINDOWS...20 4.3.3 Linux

More information

软件概述

软件概述 Cobra DocGuard BEIJING E-SAFENET SCIENCE & TECHNOLOGY CO.,LTD. 2003 3 20 35 1002 010-82332490 http://www.esafenet.com Cobra DocGuard White Book 1 1....4 1.1...4 1.2 CDG...4 1.3 CDG...4 1.4 CDG...5 1.5

More information