Debian Quick Reference

Size: px
Start display at page:

Download "Debian Quick Reference"

Transcription

1 Debian 快速参考手册 Osamu Aoki <osamu\#at\#debian.org> 译者 : Hao Lyoo Liu <iamlyoo\#at\#163.net> Ming Hua <minghua\#at\#rice.edu> 肖盛文 <atzlinux\#at\#163.com> Haifeng Chen <optical.dlz\#at\#gmail.com> 解彦博 <xieyanbo\#at\#gmail.com> easthero <easthero\#at\#gmail.com> 作者 on page 23 CVS, 星期四一月 18 11:54:38 UTC 2007 摘要 Debian 快速参考手册 ( 旨在对 Debian 系统进行简要介绍, 如同一本快速参考手册, 它是 Debian 参考手册 ( 一文的节选

2 版权声明 Copyright (c) by Osamu Aoki <osamu#at#debian.org>. 本文档版权适用于 GNU General Public License version 2 或更高版本的相关条款 (http: // 在遵守并包含本文档版权声明的前提下, 制作和发布本文档的完整拷贝是允许的 并且, 所有这些拷贝均受到本许可声明的保护 在遵守上述完整拷贝版本有关版权声明的前提下, 拷贝和发布基于本文档完整拷贝的修改版本是允许的, 并且, 发布所有通过修改本文档而得到的工作成果, 须使用与本文档的许可声明一致的许可声明 在遵守上述修改版本版权声明的前提下, 拷贝和发布本文档其它语言的翻译版本是允许的, 如果本许可声明有经自由软件基金会 (Free Software Foundation) 核准的当地化译本, 则遵循当地化译本

3 i Contents 1 序言 文档约定 Debian 发行版 (distributions) 基本概念 发行版升级到 stable testing 或 unstable 从 Potato 升级到 Woody 准备升级工作 升级 使用 dselect Debian 软件包管理 介绍 主要的包管理工具 方便的工具 Debian 软件包管理基础 设置 APT 安装 tasks aptitude dselect 使用 APT 来维护发行版本 aptitude, apt-get 和 apt-cache 命令 Debian 生存命令 检测程序错误寻求帮助 APT 升级错误以及解决方法

4 CONTENTS ii 使用 dpkg 救助 恢复软件包选择状态的数据 /var 崩溃之后如何恢复系统 为无法启动的系统安装软件包 如果 dpkg 命令出错怎么办 Debian 必杀技 文件信息 软件包信息 使用 APT 无人值守安装 重新配置已安装的软件包 删除和清除软件包 阻止旧软件包升级 stable/testing/unstable 混合系统 删除缓存包文件 记录 / 拷贝系统配置 向 stable 系统引入软件包 本地软件包文件 转换或安装外来的二进制软件包 自动安装命令 校验已安装的软件包 其他 Debian 的特性 dpkg-divert 命令 equivs 软件包 Alternative 命令 运行级别 Runlevel 停止 daemon 服务 A 附录 23 A.1 作者 A.2 保证 A.3 反馈

5 1 Chapter 1 序言 本书最初是作为一本 快速参考手册 来写的, 但是现在增加了很多内容 尽管如此, 保持文字简短紧凑 (keep it short and simple, KISS) 是我的指导思想 1.1 文档约定 文中许多信息通过简短的 bash 命令给出, 以下是其排版格式约定 : 参考 : bash(1) 表示 Unix 风格 manual 页 info libc 表示 GNU TEXINFO 信息 1.2 Debian 发行版 (distributions) 基本概念 Debian 同时维护 3 种不同的发行版 它们是 : stable 最广泛的用于架设产品化服务器, 因为它只包含安全更新 testing 推荐工作站用户使用的发行版, 因为它包含有最近发布的桌面软件, 这些软件已经接受了少量测试 unstable 处在悬崖边缘的版本, 供 Debian 开发者选用 如果 unstable 发行版中的软件包不再出现 Release Critical(RC) 错误, 大概一周后, 它将自动升级到 testing 发行版 Debian 发行版有代码名称 Woody 在 2002 年 8 月发布, 在此之前, 三个发行版对应为 Potato Woody 和 Sid 在 Woody 发布后, 三个发行版对应为 Woody Sarge 和 Sid 当 Sarge 发布, stable 和 unstable 发行版对应为 Sarge 和 Sid; 一个新的 testing 将被创建,( 由 stable 复制而来 ) 并被分配一个代码名

6 Chapter 1. 序言 2 订阅低流量的邮件列表 debian-devel-announce@lists.debian.org, 可以得到关于 Debian 的重要声明信息 如果你想使用比发行版自带软件包更新的软件包版本, 你可以按照 发行版升级到 stable testing 或 unstable on the next page 的描述, 升级到一个新的发行版 ; 或者你只升级选择的软件包 如果该软件包不能够容易的升级, 你可以按照 向 stable 系统引入软件包 on page 17.

7 3 Chapter 2 发行版升级到 stable testing 或 unstable 2.1 从 Potato 升级到 Woody 由于 Potato 版中的 APT 没有目前 apt_preferences(5) man 手册页所描述的所有功能, 因此需要独立描述该过程 在仅将 Woody 源放到 /etc/apt/sources.list 后, 通过下面的方法升级 APT 系统和所需要的核心包到 Woody: # apt-get update # apt-get install libc6 perl libdb2 debconf # apt-get install apt apt-utils dselect dpkg 然后升级剩下的系统到 Woody # apt-get upgrade # apt-get dist-upgrade 2.2 准备升级工作 你可以用通过网络获取软件包的方式来将一个版本升级到另外的一个版本 这可以通过如下的方法来做 生成一个干净的 stable 版存储列表 : # cd /etc/apt # cp -f sources.list sources.list.old # :>sources.list # apt-setup noprobe

8 Chapter 2. 发行版升级到 stable testing 或 unstable 4 如果你想升级到 testing, 你需要增加 testing 版的存储源到这个新的列表 如果你想升级到 unstable, 你还需要增加 unstable 版的存储源 # cd /etc/apt # grep -e "^deb " sources.list >srcs # :>sources.list # cp -f srcs sources.list # sed -e "s/stable/testing/" srcs >>sources.list # sed -e "s/stable/unstable/" srcs >>sources.list # apt-get update # apt-get install apt apt-utils 调整 /etc/apt/sources.list 和 /etc/apt/preferences 的艺术请参阅 Debian 软件包管理基础 on page 升级 在按照描述的方法正确的设置 /etc/apt/sources.list 和 /etc/apt/preferences 文件后, 你便可以开始升级了 请注意, 升级到 Debian testing 版有一个负面影响, 包含安全补丁的软件包更新将会非常缓慢 因为这些软件包首先会被上载到 unstable, 稍后才会移植到 testing 软件包的实质性信息请参见 Debian 软件包管理 on the facing page, 如果你遇到问题, 请查看 APT 升级错误以及解决方法 on page 使用 dselect 如果系统在许多软件包都包含了 -dev 等软件包, 推荐使用下面的 dselect 操作方法进行控制软件包的细化操作 # dselect update # 升级前请先完成这步 # dselect select # 选择附加软件包 运行 dselect 时当前所有软件包均被选中,dselect 会提示你基于 Depends,Suggests 和 Recommends 的附加软件包, 如果不想添加任何软件包, 只需输入 Q 退出 dselect # dselect install 在安装过程中, 必须回答一些有关软件包配置的问题, 准备好你的笔记本花点时间处理它们 参阅 dselect on page 8 使用 dselect 它能干得不赖 :)

9 5 Chapter 3 Debian 软件包管理 高级包管理工具 aptitude 是目前首选的字符界面的 APT 前端程序 它会记住哪些包是你安装的, 哪些是为了满足依赖关系而安装的 ; 在不被已安装包需要的情况下 aptitude 会自动卸载后者 它内建一套高级的包过滤器, 但是比较难上手 synaptic 是目前首选的基于 GTK 的图形化 APT 前端程序 它的包过滤器比 aptitude 的好用多了 它包含了对 Debian Package Tags ( 的实验性支持 为了减少 Debian 仓库的网络负担和加快你下载的速度, 你应该从 Debian 镜像下载 如果你需要在你本地网络的许多台机器上安装相同的包 在使用 APT 下载包的时候, 请考虑使用 squid 来设置本地 HTTP 代理 必要的话, 可以设置环境变量 http_proxy 或者在 /etc/apt/apt.conf 里面设置 http 的值 尽管 apt_preferences(5) 中描述的 APT 的 pinning 功能非常强大, 但造成的影响是难以察觉和管理的 你应该把它作为一个高级功能来看待 中描述的使用方法非常适合于需要同时确保系统的稳定性和使用最新软件的情况 本章节是基于 Woody 之后的系统写的, 某些东西只适合于 Sarge 或更新的系统 3.1 介绍 如果你没有精力阅读完所有的开发者文档, 那么先看看本章的内容, 然后开始体验 Debian testing/unstable 的威力吧 :-) 主要的包管理工具 dpkg apt-get aptitude synaptic - Debian 包安装工具 - APT 的命令行前端 - APT 的高级的字符和命令行前端 - 图形界面的 APT 前端

10 Chapter 3. Debian 软件包管理 6 dselect tasksel - 使用菜单界面的包管理工具 - Task 安装工具 这些工具不是用来取代对方的, 比如 dselect 同时使用 APT 和 dpkg APT 使用 /var/lib/apt/lists/* 来跟踪可用的软件包, 而 dpkg 使用的是 /var/lib /dpkg/available 如果你使用了 aptitude 或者其他 APT 前端来安装软件包, 同时你希望使用 dselect 来安装软件包, 请不要忘记使用 dselect 菜单上的 [U]pdate( 或者运行 dselect update ) 来更新 /var/lib/dpkg/available 在处理依赖关系上 apt-get 会自动下载安装依赖的软件包, 但是不会处理所安装软件推荐的或者建议的软件包 相反 aptitude 可以设置成安装所安装软件推荐的或者建议的软件包 dselect 给使用者列出所安装软件推荐或建议的软件包, 可以进行单独选择 方便的工具 dpkg-reconfigure - 重新配置已安装的软件包 ( 如果它是使用 debconf 进行配置的 ) dpkg-source - 管理源码包 dpkg-buildpackage - 自动生成包文件 apt-cache - 在本地缓冲区检查包文件 3.2 Debian 软件包管理基础 设置 APT 参考 准备升级工作 on page 3 来设置 sources.list 安装 tasks 你可以安装一些软件包集合, 这些集合是由使 Debian 系统满足某些特定用途的典型软件包组成的 这些集合被称为 tasks 在初始化安装中, 安装 tasks 最简单的方法就是使用 tasksel 注意在使用之前, 你需要运行 dselect update 建议使用 aptitude 来安装 tasks 它能让你在选择好 tasks 并准备安装之前, 删除 tasks 中的某些软件包 1 如够你使用 testing 或者 unstable, 您可以移除 /etc/apt/sources.list 和 /etc/apt /preferences 中的 stable 因为 testing 最初拷贝自 stable

11 Chapter 3. Debian 软件包管理 aptitude aptitude 是全新的可菜单操作的包安装工具, 和 dselect 类似, 但是是针对 APT 从头设计的 从大多数参数来讲,aptitude 完全可以作为 apt-get 的一个兼容的代替品 参阅 aptitude(1) 和 /usr/share/doc/aptitude/readme. 一旦开始使用 aptitude, 你最好继续使用它, 而不是选择其他替代工具 否则你将失去 aptitude 包存的软件安装清单, 你就不能享受自动删除多余软件包的功能了 全屏状态下 aptitude 接受单键的命令, 大多数是小写的 主要的几个功能键如下 : 按键动作 F10 菜单? 按键命令帮助 ( 完整的清单 ) u 更新软件包信息 + 标记软件包为升级或者新安装 - 标记软件包为删除 ( 保留配置文件 ) _ 标记软件包为完全删除 ( 删除配置文件 ) = 保持软件包的当前版本, 阻止其被升级 U 标记所有可以升级的软件包为升级 g 下载和安装选择的软件包 q 退出当前屏幕, 保存改变 x 退出当前屏幕, 忽略改变 Enter 查看一个软件包的信息 C 查看一个软件包的更新日志 l 改变软件包树状显示限制 / 搜索第一个匹配的软件包 \ 重复最后一次搜索 和 apt-get 一样, aptitude 安装软件包的时候自动解决依赖问题 aptitude 还能安装即将安装的软件包推荐或者建议的软件包 你通过 F10 -> 选项 -> 处理依赖关系在菜单上更改这一默认设置 aptitude 的其他特点如下 : aptitude 能访问所有版本的软件包 aptitude 的动作记录在 /var/log/aptitude aptitude 能轻松的追踪陈旧的和本地建立的软件包, 并在 过期的和在本地创建的软件包 上列出 aptitude 内建强大的包搜索和显示功能 熟悉 mutt 的用户很容易上手, 因为这个显示方法的灵感来源于 mutt 参阅 /usr/share/doc/aptitude/readme 中的 SEARCHING, LIMITING, AND EXPRESSIONS aptitude 在全屏状态下有嵌入的 su 功能 普通用户都可以执行, 直到安装或删除软件的时候再取得管理员权限

12 Chapter 3. Debian 软件包管理 dselect 从 stable 发行到现在为止 ( 包含 Potato),dselect 一直是主要的包维护工具 对于 Sarge, 你可以考虑用 aptitude 代替 当你启动程序的时候,dselect 会自动选择所有 Required Important 和 Standard 的包 dselect 的用户界面是有些奇怪, 但是大部分人已经习惯了 它有四个主要命令 : ( 指令都是大写的!): 按键动作 Q 退出 确认当前的选择并退出 ( 忽略依赖关系 ) R 撤销! 我不是那个意思 D 不管他! 我不管你 dselect 怎么想的, 照做就好了! U 都照建议的来做 使用 D 和 Q, 你可以选择有冲突的选项 请小心使用这个命令 在 /etc/dpkg/dselect.cfg 中加上一行 expert 来减少干扰 如果你的机器运行 dselect 的速度很慢, 你可以考虑在速度快一点的机器上运行 dselect, 确定你要安装的软件包之后, 在慢的机器上通过 apt-get 来安装它们 使用 APT 来维护发行版本 请编辑 /etc/apt/preferences 并加入以下内容来维持系统为 testing 版本 : Package: * Pin: release a=testing Pin-Priority: 800 Package: * Pin: release a=stable Pin-Priority: 600 要注意的是追踪 testing 版本可能带来延误安装安全性修正软件包的副作用 因为这些软件包都是上传到 unstable 一段时间后再移植到 testing 更多复杂的例子请参考 apt_preferences(5), 可以让您做更多的事情, 例如安装 unstable 的软件包的同时还能把系统维持在 testing 关于限制特定软件在特定版本上, 而其他软件随系统升级的设置在 examples subdirectory ( 找到, 即 preferences.testing 和 preferences.unstable

13 Chapter 3. Debian 软件包管理 9 如果你混用不同的发行版本, 例如 testing 和 stable 或 unstable 和 stable, 你终究还是会安装上 testing 或 unstale 版本的核心软件, 例如 libc6, 这样作无法确保系统中没有臭虫 你需要特别小心 另外一个例子,preferences.stable, 会强制降级所有的软件到 stable Debian 不支持将某个软件包降级到先前的发行版本 然而在新的软件包出问题时, 你会发现你不得不安装旧的可用的软件包 你可以在本地的 /var/cache/apt/archives/ 或远端的 中找到先前的版本 请参考 使用 dpkg 救助 on page 11 从某个发行版本降级到先前的发行版本也是不被支持的, 而且这样做往往造成很多问题 不过你愿意冒险的话, 作为最后的手段这样做也是值得的 aptitude, apt-get 和 apt-cache 命令 还是以上面使用 testing 发行版的用户为例, 可使用下列命令来管系统 : aptitude upgrade ( 或 apt-get upgrade 或 aptitude dist-upgrade 或 apt-get dist-upgrade) 这样就会跟随 testing 版本 它们会跟踪 testing 版本的更新情况, 对系统上所有软件包进行升级, 并从 testing 处重新分析依赖关系并安装相关的包 2 apt-get dselect-upgrade 这个命令跟踪 testing 版本 根据 dselect 的选择对系统上的软件包进行升级 aptitude install package/unstable 从 unstable 中安装 package, 并由 testing 版本提供安装依赖的包 aptitude install -t unstable package 通过设置 unstable 的 Pin-Priority 为 990, 可以从 unstable 处安装 package 及其依赖的包 apt-cache policy foo bar... 检查 foo bar... 软件包的状态 aptitude show foo bar... less ( 或 apt-cache show foo bar... less) 查看 foo bar... 软件包的有关信息 aptitude install foo= 安装 foo 软件包的特定版本 upgrade 和 dist-upgrade 仅仅在新的软件包依赖关系和旧的不同时才表现出不同的处理方式 请参考 apt-get(8) 来了解更多细节 aptitude upgrade 和 aptitude dist-upgrade 运行在 aptitude 的命令行模式 通过按键 e 你可以切换到全屏模式

14 Chapter 3. Debian 软件包管理 10 aptitude install foo bar- 安装 foo 软件包并删除 bar 软件包 aptitude remove bar 删除 bar 软件包, 但保留其配置文件 aptitude purge bar 删除 bar 软件包及其所有配置文件 在上面的例子中使用 -u 选项的作用是在实际升级之前将所有将要升级的软件包列出, 并提示用户确认 下面的操作可将 -u 设置为默认行为 : $ cat >> /etc/apt/apt.conf <<. // Always show packages to be upgraded (-u) APT::Get::Show-Upgraded "true";. 使用 --no-act 可进行模拟升级, 并不是进行真正的升级行为 3.3 Debian 生存命令 掌握了这些知识, 你就能够享受无尽的 升级 了 :-) 检测程序错误寻求帮助 如你使用某个软件包出现问题, 在寻求帮助或发送错误报告之前请确认查看过下列站点 (lynx, links 和 w3m 都很好用 ): $ lynx $ lynx # 如果你知道软件包的名字 $ lynx # 如果你知道错误序号 在 Google( 中使用关键字 site:debian.org 搜索 如有疑问, 可阅读帮助文件 设置 CDPATH 如下 : export CDPATH=.:/usr/local:/usr/share/doc 然后输入 $ cd packagename $ pager README.Debian # 如果存在的话 $ mc

15 Chapter 3. Debian 软件包管理 APT 升级错误以及解决方法 从 unstable/testing 进行升级时可能出现 升级 on page 4 中提到的软件包关联问题 多数情况下, 是因为升级的软件包所需的新增的关联包没有安装 可使用如下方法解决 : # aptitude dist-upgrade 如果这招无效, 可以重复下面的方法至到问题解决 : # aptitude -f upgrade # 即使遇到错误也继续 upgrade... 或 # aptitude -f dist-upgrade # 即使遇到错误也继续 dist-upgrade 一些的确存在问题的升级脚本会引起持续出错 最好的解决方法是检查该软件包的安装脚本 /var/lib/dpkg/info/packagename.{post-,pre-}{install,removal} 然后运行 : # dpkg --configure -a # 配置所有安装的软件包 如果脚本报告缺少配置文件, 查看一下 /etc 中相关的配置文件 如果配置文件有.dpkg-new 扩展名 ( 或其它类似的扩展名 ), 去掉 (mv) 它的扩展名 从 unstable/testing 进行升级时可能出现软件包关联问题 可用这个方法智取 : # aptitude -f install package # 重载坏关联 还可以用 equivs 包来解决此类问题 参阅 /usr/share/doc/equivs/readme.debian 使用 dpkg 救助 如果你在使用 APT 的时候遇到死胡同了, 那么可以从 Debian 的镜像站点下载软件包并使用 dpkg 来安装 如果你不能访问网络, 可以在 /var/cache/apt/archives/ 中找到被缓存的软件包 # dpkg -i fetchmail_ _i386.deb 如果你用这种方法安装软件包, 但是遇到了依赖问题安装失败了, 并且你确实需要安装这个软件包 你可以用 dpkg 的 --ignore-depends,--force-depends 和其他参数来安装软件包 dpkg(8) 有更详细的介绍

16 Chapter 3. Debian 软件包管理 恢复软件包选择状态的数据 如果 /var/lib/dpkg/status 因为某种原因坏掉了,Debian 系统将会完全丢失软件包选择状态的数据 赶快到 /var/lib/dpkg/status-old 或 /var/backups/dpkg.status.* 下找找旧的 /var/lib/dpkg/status 文件 将 /var/backups/ 放在其它的分区是个好习惯, 因为该目录包含了许多非常重要的系统数据 如果旧的 /var/lib/dpkg/status 文件也坏了, 仍可以从 /usr/share/doc/ 下的目录进行恢复这些信息 # ls /usr/share/doc \ grep -v [A-Z] \ grep -v ^texmf$ \ grep -v ^debian$ \ awk {print $1 " install"} \ dpkg --set-selections # dselect --expert # 重新安装系统, 如果需要的话去除一些选项 /var 崩溃之后如何恢复系统 /var 目录包含着定时更新的数据如 mail, 它们很容易遭破坏 将目录放到别的分区可降低风险, 如果最坏的事情发生了, 可以通过重建 /var 目录来挽救 Debian 系统 从相同或旧版本的最简 Debian 系统中取得 /var 目录的内容框架, 例如 var.tar.gz (http: //people.debian.org/~osamu/pub/), 然后它放入受损系统的 root 目录, 接着 # cd / # mv var var-old # 如果里面还有其他有用资料的话 # tar xvzf var.tar.gz # 使用 Woody 框架文件 # aptitude # 或是用 dselect 上述步骤可使系统恢复工作 使用 恢复软件包选择状态的数据 on this page 中描述的技术加速软件包选择数据的恢复 ([FIXME]: 该过程需要更多的实践来检验 ) 为无法启动的系统安装软件包 使用 Debian 急救软盘 /CD 或从多启动 Linux 系统其它分区启动 将无法启动的系统挂载到 /target 并使用 dpkg 的 chroot 安装模式 # dpkg --root /target -i packagefile.deb 接下来就可以着手配置并解决问题 如是只是由于 lilo 损坏而造系统无法启动, 可使用标准 Debian 急救盘启动 假设你的 root 分区位于 /dev/hda12 且想使用 runlevel 3, 在启动提示符输入 :

17 Chapter 3. Debian 软件包管理 13 boot: rescue root=/dev/hda12 3 这样, 你就可以使用软盘中内核启动系统, 新系统的功能基本齐全 ( 可能丢失某些内核特性或模块 ) 如果 dpkg 命令出错怎么办 如果 dpkg 损坏就不能安装任何.deb 文件 下面的操作可帮助你修复这种状况 ( 在第一行, 你可将 links 替换成你喜欢的浏览器 ) $ links 下载完好的 dpkg_version_arch.deb $ su password: ***** # ar x dpkg_version_arch.deb # mv data.tar.gz /data.tar.gz # cd / # tar xzfv data.tar.gz 对 i386, 亦可用 作为 URL 3.4 Debian 必杀技 有了这些命令的启迪, 你将会从无休止的升级冲突的地狱中解放出来, 达到 Debian 天堂 :-) 文件信息 在已安装的软件包中许找特定文件所属的软件包 : $ dpkg {-S --search} pattern 或者搜索 Debian archive: $ wget $ zgrep -e pattern Contents-i386.gz 或是用专门的软件包命令 :

18 Chapter 3. Debian 软件包管理 14 # aptitude install dlocate $ dlocate filename # dpkg -L 和 dpkg -S 的高效代替品... # aptitude install auto-apt # 请求式软件包安装工具 # auto-apt update # 为 auto-apt 建立 db 文件 $ auto-apt search pattern # 在所有软件包中搜索 pattern, 不论安装与否 软件包信息 搜索并显示包文件的信息 编辑 /etc/apt/sources.list, 让 APT 指向正确的包文件 如果想了解 testing/unstable 中的相应软件包与当前系统安装的软件包有何差别, 使用 apt-cache policy 更好 # apt-get check # 更新缓冲区并检查损坏的软件包 $ apt-cache search pattern # 按文本描述搜索软件包 $ apt-cache policy package # 软件包的 priority/dists 信息 $ apt-cache show -a package # 显示所有 dists 中软件包描述信息 $ apt-cache showsrc package # 显示相应源码包的信息 $ apt-cache showpkg package # 软件包调试信息 # dpkg --audit -C # 搜索未完成安装的软件包 $ dpkg {-s --status} package... # 已安装软件包描述 $ dpkg -l package... # 已安装软件包的状态 ( 每个占一行 ) $ dpkg -L package... # 列出软件包安装的文件的名称 Woody 发布版没有为 apt-cache showsrc 建档, 但该命令可用 :) 你也这可这样查看软件包信息 ( 我用 mc 浏览 ): /var/lib/apt/lists/* /var/lib/dpkg/available 比较下面的文件可以确切了解最近的安装过程对系统造成了那些改变 /var/lib/dpkg/status /var/backups/dpkg.status* 使用 APT 无人值守安装 使用 APT 无人执守安装, 要在 /etc/apt/apt.conf 中加上一行 : /etc/apt/apt.conf: Dpkg::Options {"--force-confold";}

19 Chapter 3. Debian 软件包管理 15 另一种等价的方法是运行 apt-get -q -y packagename 这种方法可能产生严重的负作用, 所以使用起来要小心 参阅 apt.conf(5) 和 dpkg(1) 安装完毕以后, 可以用 重新配置已安装的软件包 on the current page 中的方法配置特定的软件包 重新配置已安装的软件包 使用下列方法重新配置已安装的软件包 # dpkg-reconfigure --priority=medium package [...] # dpkg-reconfigure --all # 重新配置所有的软件包 # dpkg-reconfigure locales # 生成额外的 locales # dpkg-reconfigure --p=low xserver-xfree86 # 重新配置 X 服务器 如果你想永久改变 debconf 对话框模式, 可这么做 某些程序用于生成特殊的配置脚本 3 apt-setup - 创建 /etc/apt/sources.list install-mbr - 安装主引导 (Master Boot Record) 管理器 tzconfig - 设定本地时间 gpmconfig - 设置 gpm 鼠标 daemon eximconfig - 配置 Exim (MTA) texconfig - 配置 tetex apacheconfig - 配置 Apache (httpd) cvsconfig - 配置 CVS sndconfig - 配置声音系统... update-alternatives - 设定默认启动命令, 例如设定 vi 启动 vim update-rc.d - System-V init 脚本管理工具 update-menus - Debian 菜单系统 删除和清除软件包 删除软件包但保留其配置文件 : # aptitude remove package... # dpkg --remove package... 删除软件包并清除配置文件 : # aptitude purge package... # dpkg --purge package... 3 某些 *config 脚本在 Sarge 之后的发行版本里面消失了 软件包的配置功能已经转向 debconf 系统

20 Chapter 3. Debian 软件包管理 阻止旧软件包升级 举个例子, 要阻止 libc6 和 libc6-dev 通过 dselect 或使用 aptitude install package 命令升级, 可执行 : # echo -e "libc6 hold\nlibc6-dev hold" dpkg --set-selections 这种方法不影响 aptitude install package 命令操作 要阻止 aptitude upgrade package 或 aptitude dist-upgrade 命令对软件包执行的强制自动降级行为, 可在 /etc /apt/preferences 中加上 : Package: libc6 Pin: release a=stable Pin-Priority: 2000 这里 Package: 后不能使用通配符如 libc6*, 如果要保持所有与 glibc 源码包相关的二进制包的版本同步, 可以明确的列出它们 该命令可以显示处于 阻止 状态的软件包 : dpkg --get-selections "*" grep -e "hold$" stable/testing/unstable 混合系统 apt-show-versions 可以列出发行版中可用软件包的版本 $ apt-show-versions fgrep /testing wc... 你有多少 testing 软件包 $ apt-show-versions -u... 列出可升级的软件包 $ aptitude install apt-show-versions -u -b fgrep /unstable... 将所有 unstable 软件包升级到最新版本 删除缓存包文件 使用 APT 安装软件包会在 /var/cache/apt/archives 目录留下缓存文件, 要清除这些文件可使用 : # aptitude autoclean # 仅删除无用的包 # aptitude clean # 删除所有的包

21 Chapter 3. Debian 软件包管理 记录 / 拷贝系统配置 对软件包选择情况进行本地备份 : # debconf-get-selections > debconfsel.txt # dpkg --get-selections "*" >myselections # 或使用 \* * 使 myselections 包含那些被指定 完全删除 (purge) 的文件 你可将这个文件发送到另一台电脑并在那儿按文件中的选择进行软件包安装 # dselect update # debconf-set-selections < debconfsel.txt # dpkg --set-selections <myselections # apt-get -u dselect-upgrade # 或者 dselect install 向 stable 系统引入软件包 对 stable 系统进行部分升级, 在软件运行环境中重新编译源码的确是个诱人的想法, 这样可以避免由于关联关系不得不对大量软件包升级 首先, 将下列镜像源加入 /etc/apt /sources.list: deb-src testing \ main contrib non-free deb-src unstable \ main contrib non-free 由于屏幕输出的限制, 上述每条 deb-src 命令均分成了 2 行, 实际上在 sources.list 中它们均为单行 然后下载源码并在本地生成软件包 : $ apt-get update # 更新软件包搜索列表 $ apt-get source package $ dpkg-source -x package.dsc $ cd package-version... 查找需要的软件包 ( 编译所需的关联包列在.dsc 文件中 ) 并安装它们, 你还需要 fakerroot 软件包 $ dpkg-buildpackage -rfakeroot 或者 ( 没有签名 ) $ dpkg-buildpackage -rfakeroot -us -uc # 如果需要, 再使用 debsign 然后安装 $ su -c "dpkg -i packagefile.deb"

22 Chapter 3. Debian 软件包管理 18 通常, 需要安装一些带 -dev 后缀的软件包以满足关联关系 debsign 在 devscripts 软件包中 auto-apt 可以轻松解决这些关联问题 请使用 fakeroot, 如是没有必要, 就别使用 root 帐号 在 Woody 中, 这些关联问题已被简化 例如, 编译 pine 源码包 : # apt-get build-dep pine # apt-get source -b pine 本地软件包文件 为了创建与 APT 和 dselect 系统兼容的本地软件包文件, 需要创建 Packages, 包中文件要放在特定的目录树中 Debian 官方包文件喜欢存放于本地 deb 仓库, 下面就来创建仓库 : # aptitude install dpkg-dev # cd /usr/local # install -d pool # 软件包存放的物理地址 # install -d dists/unstable/main/binary-i386 # ls -1 pool sed s/_.*$/ priority section/ uniq > override # 编辑 override # 调整 priority and section # dpkg-scanpackages pool override /usr/local/ \ > dists/unstable/main/binary-i386/packages # cat > dists/unstable/main/release << EOF Archive: unstable Version: 3.0 Component: main Origin: Local Label: Local Architecture: i386 EOF # echo "deb file:/usr/local unstable main" \ >> /etc/apt/sources.list 还有一种快速但随意的方法来创建本地 deb 仓库 : # aptitude install dpkg-dev # mkdir /usr/local/debian # mv /some/where/package.deb /usr/local/debian # dpkg-scanpackages /usr/local/debian /dev/null \ gzip - > /usr/local/debian/packages.gz # echo "deb file:/usr/local/debian./" >> /etc/apt/sources.list 在 /etc/apt/sources.list 中设置相应镜像源入口地址, 就可以通过 HTTP 或 FTP 方式远程访问存放在其中的包文件了

23 Chapter 3. Debian 软件包管理 转换或安装外来的二进制软件包 alien 可将其它格式的二进制软件包如 Redhat 的 rpm Stampede 的 slp Slackware 的 tgz 和 Solaris 的 pkg 等转化成 Debian 的 deb 格式软件包, 如果你想在自己的系统上使用别的 Linux 发行版中的软件包, 可使用 alien 将它转化成系统首选的软件包格式后安装 alien 还支持 LSB 的软件包 自动安装命令 auto-apt 是一种按需安装的软件包安装工具 $ sudo auto-apt update... 升级数据库 $ auto-apt -x -y run 进入 auto-apt 模式 :/bin/bash 退出这个命令继而退出 auto-apt 模式 $ less /usr/share/doc/med-bio/copyright # 访问不存在的文件... 安装提供了这个文件的软件包... 同样安装依赖的包 校验已安装的软件包 debsums 可以校验已安装软件包的 MD5 编码, 对某些软件包没有可用的 MD5 编码, 系统管理员可使用一个临时的解决办法 : # cat >>/etc/apt/apt.conf.d/90debsums DPkg::Post-Install-Pkgs {"xargs /usr/bin/debsums -sg";}; ^D 来自 Joerg Wendland <joergland@debian.org> (untested). 3.5 其他 Debian 的特性 dpkg-divert 命令 使用文件转移 (diversions) 的方法可以强令 dpkg 将文件安装到转移目录而非默认目录 对于某个引起冲突的文件, 可以在 Debian 软件包脚本中使用 Diversions 将它安装到别的目录 系统管理员还可以使用 diversion 来重载软件包配置文件, 或者用来保留某些旧配置文件 ( 这些文件没有在 conffiles 中登记 ) 当安装新版软件时这些文件会被覆盖 # dpkg-divert [--add] filename # 添加 转移 # dpkg-divert --remove filename # 删除 转移 记住, 不到万不得已不要使用 dpkg-divert

24 Chapter 3. Debian 软件包管理 equivs 软件包 如果你从源码编译程序, 最好将它做成本地 Debian 化软件包 (*.deb) 最新的方法是使用 equivs Package: equivs Priority: extra Section: admin Description: Circumventing Debian package dependencies This is a dummy package which can be used to create Debian packages, which only contain dependency information Alternative 命令 如果想用 vi 来启动 vim, 请用 update-alternatives: # update-alternatives --display vi... # update-alternatives --config vi Selection Command /usr/bin/elvis-tiny 2 /usr/bin/vim *+ 3 /usr/bin/nvi Enter to keep the default[*], or type selection number: 2 Debian alternatives 系统中的这些项目, 都是以符号连接的形式存放在 /etc/alternatives 下的 想设置你喜爱的 X window 环境, 执行 update-alternatives 来指定 /usr/bin /x-session-manager 和 /usr/bin/x-window-manager /bin/sh 是指向 /bin/bash 或 /bin/dash 的链接 想兼容旧的 Bash 脚本, 使用 /bin /bash 比较保险, 但更好还是使用 /bin/dash, 因为它更符合 POSIX 标准 升级到 2.4 版 Linux 内核, 系统一般将它设置为 /bin/dash 运行级别 Runlevel 安装好之后, 大部分 Debian 软件包的服务被设定为在 runlevel 2 到 5 时运行 所以, 在没有定制过的 Debian 系统中,runleve 是没有区别的 Debian 保留这些给本地管理员使用 to customize runlevels. 这样的 runlevels 系统和其他流行的 GNU/Linux 发行版本完全不同 你可能要做的改变之一就是取消 runlevel 2 上的 xdm 和 gdm, 使得在完成启动之后 X 显示管理去不会自动启动 ; 然后你可以通过切换到 runlevel 3 来启动 X 显示管理器

25 Chapter 3. Debian 软件包管理 停止 daemon 服务 Debian 发行版非常注重系统安全, 并期望系统管理员能担此重任 它将系统的易用性放在了第二位, 许多 daemon 服务都定位在最高安全级别, 因而, 默认安装状态下系统只启动最少的 ( 甚至没有 ) 可用的服务 如果拿不定主意 ( 有关 Exim DHCP... ), 可执行 ps aux 或检查 /etc/init.d/* 和 /etc /inetd.conf 下的内容, 还可以检查 /etc/hosts.deny pidof 命令也很有用 ( 参阅 pidof(8)) 在最近的 Debian 系统中, 默认状态下 X11 不允许 TCP/IP( 远程 ) 连接 使用 SSH 进行 X 转发也是禁用的,

26 Chapter 3. Debian 软件包管理 22

27 23 Appendix A 附录 A.1 作者 Debian 快速参考手册由 Osamu Aoki <osamu\#at\#debian.org> 发起, 最初是一部个人的系统安装备忘录, 而最终称之为 Quick Reference... 许多内容来自于 debianuser 邮件列表中的存档, 同时也参考了 Debian Installation Manual 和 Debian Release Notes 由 Debian Documentation Project ( 的积极参与者 也是目前 The Debian FAQ 的主要维护者的 Josip Rodin 提议, 将本文档更名为 Debian 参考手册 并将 The Debian FAQ 中一些类似参考形式的章节内容合并过来 后来摘录出一部分内容形成了 Debian 快速参考手册 本文档的编辑 翻译 扩充工作由下列 QRFF 组员参与 : 英文版初稿及 Quick Reference... 的初稿 Osamu Aoki <osamu\#at\#debian.org> (leader: all contents) 英文版校对和其它贡献 David Sewell <dsewell\#at\#virginia.edu> (extensive work: en style) Thomas Hood <jdthood\#at\#yahoo.co.uk> (network related) Brian Nelson <nelson\#at\#bignachos.com> (especially X related) Jan Michael C Alonzo <jmalonzo\#at\#spaceants.net> Daniel Webb <webb\#at\#robust.colorado.edu> 所有翻译者反馈 法文版翻译 Guillaume Erbs <gerbs\#at\#free.fr> (leader: fr) Renald Casagraude <rcasagraude\#at\#interfaces.fr> Jean-Pierre Delange <adeimantos\#at\#free.fr> Daniel Desages <daniel\#at\#desages.com> 意大利文版翻译 Davide Di Lazzaro <mc0315\#at\#mclink.it> (leader: it) 葡萄牙文 ( 巴西 ) 版翻译 Paulo Rogerio Ormenese <pormenese\#at\#uol.com.br> (leader: pt-br) Andre Luis Lopes <andrelop\#at\#ig.com.br>

28 Chapter A. 附录 24 Marcio Roberto Teixeira <marciotex\#at\#pop.com.br> Rildo Taveira de Oliveira <to_rei\#at\#yahoo.com> Raphael Bittencourt Simoes Costa <raphael-bsc\#at\#bol.com.br> Gustavo Noronha Silva <kov\#at\#debian.org> (coordinator) 西班牙文版翻译 Walter Echarri <wecharri\#at\#infovia.com.ar> (leader: es) Jose Carreiro <ffx\#at\#urbanet.ch> 德文版翻译 Jens Seidel <tux-master\#at\#web.de> (leader: de) Willi Dyck <wdyck\#at\#gmx.net> Stefan Schroeder <stefan\#at\#fkp.uni-hannover.de> Agon S. Buchholz <asb\#at\#kefk.net> 波兰版翻译 PDDP ( 的下列成员 : Marcin Andruszkiewicz Mariusz Centka <mariusz.centka\#at\#debian.linux.org.pl> Bartosz Feński <fenio\#at\#debian.linux.org.pl> (leader: pl) Radosław Grzanka <radekg\#at\#debian.linux.org.pl> Bartosz Xebord Janowski Jacek Lachowicz Rafał Michaluk Leonard Milcin, Jr. Tomasz Z. Napierała <zen\#at\#debian.linux.org.pl> Oskar Ostafin <cx\#at\#debian.linux.org.pl> Tomasz Piȩkoś Jacek Politowski Mateusz Prichacz <mateusz\#at\#debian.linux.org.pl> Marcin Rogowski Paweł Różański Mariusz Strzelecki Krzysztof Ścierski Przemysław Adam Śmiejek <tristan\#at\#debian.linux.org.pl> Mateusz Tryka <uszek\#at\#debian.linux.org.pl> Cezary Uchto Krzysztof Witkowski <tjup\#at\#debian.linux.org.pl> Bartosz Zapałowski <zapal\#at\#debian.linux.org.pl> 简体中文版翻译 刘浩 (LYOO) <iamlyoo\#at\#163.net> Ming Hua <minghua\#at\#rice.edu> 肖盛文 <atzlinux\#at\#163.com> (leader: zh-cn) Haifeng Chen <optical.dlz\#at\#gmail.com> 解彦博 <xieyanbo\#at\#gmail.com> easthero <easthero\#at\#gmail.com> 繁体中文版翻译 Asho Yeh <asho\#at\#debian.org.tw> (leader: zh-tw) Tang Wei Ching <wctang\#at\#csie.nctu.edu.tw> (ex-leader: zh-tw) 日文版翻译

29 Chapter A. 附录 25 Shinichi Tsunoda <tsuno\#at\#ngy.1st.ne.jp> (leader: ja) Osamu Aoki <osamu\#at\#debian.org> A.2 保证 因为我不是个专家, 所以不敢说对 Debian 或 Linux 了如指掌 文中有关系统安全的考虑仅适用于家庭使用 本文档不能替代任何权威指南 本文档不承诺任何保证 所有的商标均归属于其各自的拥有者 A.3 反馈 欢迎对本文档提出意见和建议 请发邮件至 debian-reference 软件包或相关翻译包下的 Debian BTS system ( 使用 reportbug 来发送错误报告会更方便 请将英文邮件发给 Osamu Aoki ( 他的邮箱是 <osamu\#at\#debian.org>, 其它语言的邮件可发送给相应的翻译者

Debian Quick Reference

Debian Quick Reference Debian 快速參考手冊 Osamu Aoki Asho Yeh 作者 23 CVS, 週四一月 18 11:54:37 UTC 2007 摘要 Debian 快速參考手冊 (http://qref.sourceforge.net/) 的目標在對 Debian 系統進行簡要的介紹, 就如同一本快速參考手冊

More information

Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7.

Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7. Kubernetes 包管理理 工具 Helm 蔺礼强 Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7. Kubernetes

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

投影片 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

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

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

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

PowerPoint 演示文稿

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

More information

投影片 1

投影片 1 類 Linux 理 理 理 (, VBird) 2008/03/31 Linux 理 1 錄 Tarball Linux distributions / 例 2008/03/31 Linux 理 2 錄 2008/03/31 Linux 理 3 錄 錄 錄 錄 ( samba, xinetd ) ( libpam..) 料 錄 令 syslogd logrotate 行 錄 輪 令 2008/03/31

More information

Linux服务器构建与运维管理

Linux服务器构建与运维管理 1 Linux 服务器构建与运维管理 第 2 章 :Linux 基本命令 阮晓龙 13938213680 / rxl@hactcm.edu.cn http://linux.xg.hactcm.edu.cn http://www.51xueweb.cn 河南中医药大学管理科学与工程学科 2018.3 2 提纲 目录与文件的操作 mkdir touch mv cp rm rmdir file tree

More information

本文由筱驀釹贡献

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

More information

Microsoft Word - 在VMWare-5.5+RedHat-9下建立本机QTopia-2.1.1虚拟平台a.doc

Microsoft Word - 在VMWare-5.5+RedHat-9下建立本机QTopia-2.1.1虚拟平台a.doc 在 VMWare-5.5+RedHat-9 下建立 本机 QTopia-2.1.1 虚拟平台 张大海 2008-5-9 一 资源下载 1. 需要以下安装包 : tmake-1.13.tar.gz qtopia-free-source-2.1.1.tar.gz qt-embedded-2.3.10-free.tar.gz qt-x11-2.3.2.tar.gz qt-x11-free-3.3.4.tar.gz

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

Microsoft Word - linux命令及建议.doc

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

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

0 配置 Host MIB 设备 V ( 简体版 ) 0 Update: 2016/1/30

0 配置 Host MIB 设备 V ( 简体版 ) 0 Update: 2016/1/30 0 配置 Host MIB 设备 V 1.1.2 ( 简体版 ) 0 Update: 2016/1/30 前言 N-Reporter 支持 Host Resource MIB 监控主机 (Host) 状态, 本文件描述 N-Reporter 用户如何配置 Host MIB 设备 文件章节如下 : 1. 配置 Windows Server 2003... 2 1-1.Windows Server 2003

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

ebook70-14

ebook70-14 Linux 1 4 1 5 1 6 1 7 1 8 1 9 S t a r O ff i c e 2 0 L i n u x 1 4 O p e n L i n u x O p e n L i n u x C D - R O M O p e n L i n u x C o r e l WordPerfect 8 for Linux S t a r D i v i s i o n S t a r O

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

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

手册 doc

手册 doc 1. 2. 3. 3.1 3.2 3.3 SD 3.4 3.5 SD 3.6 3.7 4. 4.1 4.2 4.3 SD 4.4 5. 5.1 5.2 5.3 SD 6. 1. 1~3 ( ) 320x240~704x288 66 (2G SD 320x2401FPS ) 32M~2G SD SD SD SD 24V DC 3W( ) -10~70 10~90% 154x44x144mm 2. DVR106

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

目 录 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

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

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

Contents 1 深 圳 大 学 经 济 学 院 学 生 代 表 大 会 章 程 2 2 优 秀 毕 业 生 评 选 细 则 7 3 议 事 规 则 8 i

Contents 1 深 圳 大 学 经 济 学 院 学 生 代 表 大 会 章 程 2 2 优 秀 毕 业 生 评 选 细 则 7 3 议 事 规 则 8 i 深 圳 大 学 经 济 学 院 学 代 委 执 事 指 南 发 布 0.0.1 深 圳 大 学 经 济 学 院 学 代 委 2016 年 05 月 25 日 Contents 1 深 圳 大 学 经 济 学 院 学 生 代 表 大 会 章 程 2 2 优 秀 毕 业 生 评 选 细 则 7 3 议 事 规 则 8 i ii 深 圳 大 学 经 济 学 院 学 代 委 执 事 指 南, 发 布 0.0.1

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

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

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

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

内容目录 Linux Mint 简介...3 历史...3 特点...3 版本号和开发代号...3 如何获取帮助...4 安装 Linux Mint...4 下载 iso 文件...4 校验 MD5 值...4 刻录 iso 文件...5 引导 Mint 启动...5 安装 Mint...5 Min

内容目录 Linux Mint 简介...3 历史...3 特点...3 版本号和开发代号...3 如何获取帮助...4 安装 Linux Mint...4 下载 iso 文件...4 校验 MD5 值...4 刻录 iso 文件...5 引导 Mint 启动...5 安装 Mint...5 Min 官方 用户指南 Linux Mint 16 Cinnamon 版 编者 johiten 1 内容目录 Linux Mint 简介...3 历史...3 特点...3 版本号和开发代号...3 如何获取帮助...4 安装 Linux Mint...4 下载 iso 文件...4 校验 MD5 值...4 刻录 iso 文件...5 引导 Mint 启动...5 安装 Mint...5 Mint 桌面简介...8

More information

Microsoft Word - 第3章 Linux软件管理.doc

Microsoft Word - 第3章 Linux软件管理.doc 嵌入式操作系统 (Linux 篇 ) 作者 : 华清远见 第 3 章 Linux 软件管理 3.1 Linux 系统的软件管理机制 Linux 系统主要支持 RPM 和 Deb 两种软件包管理工具, 这里只介绍 Deb 软件包管理工具,RPM 软件包管理机制, 读者可自行查阅相关资料 3.1.1 常用软件包管理工具简介 Linux 为用户提供了不同层次和类型的软件包管理工具, 根据用户交互方式的不同,

More information

Unix®t Œ fi z.PDF

Unix®t Œ fi z.PDF 7 9 8 0 $ man umount newfs $ man -a intro $ man -a chown ORDER=C:ADM:ADMN:ADMP:PADM:F:HW 8 1 # catman % ps aux grep chavez chavez 8684 89.5 9.627680 5280? R N 85:26 /home/j90/l988 root 10008 10.0 0.8 1408

More information

USPTO Academic research Corporate needs Global/International Inventors Libraries News Media/Publication Patent Attorney or Agent USPTO e (ebusiness Ce

USPTO Academic research Corporate needs Global/International Inventors Libraries News Media/Publication Patent Attorney or Agent USPTO e (ebusiness Ce I 2002.03.27 2 http://www.uspto.gov/ http://www.wipo.org/ http://ipdl.wipo.int/ esp@cenet http://www.european-patent-office.org/ http://ep.espacenet.com/ http://www.cpo.cn.net/ 3 4 USPTO USPTO First time

More information

linux_for_campus

linux_for_campus About GNU/Linux 旅游度假事业部 王冬 (dong.wang) GNU Gnu s not unix GNU system Richard Stallman Linux Kernel [ li:nэks] 哩呐科思林呐科思 Linus Torvalds GNU/Linux Free = Freedom Free software is a matter of the users' freedom

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

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

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

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

puppet 简介 3 puppet 是什么 3 Hello world 4 puppet 安装 5 debian 系发行版安装 puppet 5 redhat 系发行版安装 puppet 5 源代码安装 puppet 6 配置 c/s 模式的 puppet 试验环境 6 puppet 语法 8 资

puppet 简介 3 puppet 是什么 3 Hello world 4 puppet 安装 5 debian 系发行版安装 puppet 5 redhat 系发行版安装 puppet 5 源代码安装 puppet 6 配置 c/s 模式的 puppet 试验环境 6 puppet 语法 8 资 puppet 入门 puppet 简介 3 puppet 是什么 3 Hello world 4 puppet 安装 5 debian 系发行版安装 puppet 5 redhat 系发行版安装 puppet 5 源代码安装 puppet 6 配置 c/s 模式的 puppet 试验环境 6 puppet 语法 8 资源 8 类和函数 10 节点 11 变量和数组 12 模块 13 几个常用的资源

More information

4 5 6 7 8 CONTENTS 9 10 11 12 13 14 1 CHAPTER SECTION1. 16 17 2. SECTION 18 19 20 21 22 3. SECTION 23 24 25 4. SECTION 26 27 5. SECTION 28 29 30 31 6. SECTION 32 33 2 CHAPTER 34 SECTION 1. 35 36 37 38

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

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

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

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

资源管理软件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

ROOT in PKU 2016

ROOT in PKU 2016 ROOT 的安装 王思广 北京大学物理学院 siguang@pku.edu.cn 北京大学 ROOT 数据处理暑期学校,2016 年 8 月 19-23 日 报告内容 ROOT 介绍 ROOT 安装 运行检查 2016/8/20 siguang@pku.edu.cn 2 ROOT 自由软件网页 https://root.cern.ch/ 2016/8/20 siguang@pku.edu.cn 3

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

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

Linux 操作系统课程社区创作

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

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

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

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

WinMDI 28

WinMDI 28 WinMDI WinMDI 2 Region Gate Marker Quadrant Excel FACScan IBM-PC MO WinMDI WinMDI IBM-PC Dr. Joseph Trotter the Scripps Research Institute WinMDI HP PC WinMDI WinMDI PC MS WORD, PowerPoint, Excel, LOTUS

More information

. Outline 编译 Linux 在 QEMU 模拟器上运行制作带 grub 启动的磁盘映像...1 编译 Linux 在 QEMU 模拟器上运行...2 制作带 grub 启动的磁盘映像

. Outline 编译 Linux 在 QEMU 模拟器上运行制作带 grub 启动的磁盘映像...1 编译 Linux 在 QEMU 模拟器上运行...2 制作带 grub 启动的磁盘映像 .... 计算机应用教研室 @ 计算机学院嵌入式系统实验室 @ 苏州研究院中国科学技术大学 Fall 2010 . Outline 编译 Linux 在 QEMU 模拟器上运行制作带 grub 启动的磁盘映像...1 编译 Linux 在 QEMU 模拟器上运行...2 制作带 grub 启动的磁盘映像 . 编译 Linux 在 QEMU 模拟器上运行 qemu+linux-2.6.26.1. 准备模拟器.2.

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

sql> startup mount 改变数据库的归档模式 sql> alter database archivelog # 打开数据库 sql> alter database open 禁止归档模式 sql> shutdown immediate sql>startup mount sql> al

sql> startup mount 改变数据库的归档模式 sql> alter database archivelog # 打开数据库 sql> alter database open 禁止归档模式 sql> shutdown immediate sql>startup mount sql> al RMAN sql> sqlplus / as sysdba 查看数据库版本 sql> select * from v$version; 查看数据库名称 sql> show parameter db_name; 一 使用 RMAN 时, 需要将数据库设置成归档模式 sql> conn / as sysdba; sql> show user 查看数据库是否为归档模式 sql> archive log list

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

MASQUERADE # iptables -t nat -A POSTROUTING -s / o eth0 -j # sysctl net.ipv4.ip_forward=1 # iptables -P FORWARD DROP #

MASQUERADE # iptables -t nat -A POSTROUTING -s / o eth0 -j # sysctl net.ipv4.ip_forward=1 # iptables -P FORWARD DROP # iptables 默认安全规则脚本 一 #nat 路由器 ( 一 ) 允许路由 # iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT ( 二 ) DNAT 与端口转发 1 启用 DNAT 转发 # iptables -t nat -A PREROUTING -p tcp -d 192.168.102.37 dprot 422 -j DNAT to-destination

More information

Chapter #

Chapter # 第三章 TCP/IP 协议栈 本章目标 通过本章的学习, 您应该掌握以下内容 : 掌握 TCP/IP 分层模型 掌握 IP 协议原理 理解 OSI 和 TCP/IP 模型的区别和联系 TCP/IP 介绍 主机 主机 Internet TCP/IP 早期的协议族 全球范围 TCP/IP 协议栈 7 6 5 4 3 应用层表示层会话层传输层网络层 应用层 主机到主机层 Internet 层 2 1 数据链路层

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

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

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

Ioncube Php Encoder 8 3 Crack 4. llamaba octobre traslado General Search colony

Ioncube Php Encoder 8 3 Crack 4. llamaba octobre traslado General Search colony Ioncube Php Encoder 8 3 Crack 4 ->>->>->> DOWNLOAD 1 / 5 2 / 5 Press..the..General..Tools..category4Encrypt..and..protect..files..with..PHP..encoding,..encryption,..ob fuscation..and..licensing... 2016

More information

论文,,, ( &, ), 1 ( -, : - ), ; (, ), ; ;, ( &, ),,,,,, (, ),,,, (, ) (, ),,, :. : ( ), ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ), ( ),,,, 1 原译作 修补者, 但在英译版本中, 被译作

论文,,, ( &, ), 1 ( -, : - ), ; (, ), ; ;, ( &, ),,,,,, (, ),,,, (, ) (, ),,, :. : ( ), ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ), ( ),,,, 1 原译作 修补者, 但在英译版本中, 被译作 * 夏传玲 : 本文简要回顾了国内外定性研究在最近 多年的发展概况, 总结 了定性研究的六个发展趋势和分析策略上的三种流派 在上述两种背景下, 本文探讨了计算机辅助的定性分析给定性研究带来的机遇和挑战, 特别是它和手工操作对比时的优势和劣势, 以及应用这种定性分析技术所可能面临的困难 : 定性研究定性分析 文化差异,, (, ),,,, ( - ) ( - ) ( - ) ( - ) ( - ) (

More information

六域链联盟 SDChain-Matrix 节点搭建指南 2018/07/26 Version : 1.0.0

六域链联盟 SDChain-Matrix 节点搭建指南 2018/07/26 Version : 1.0.0 SDChain-Matrix 节点搭建指南 目录 1 环境要求... 3 2 软件下载... 4 3 安装部署... 4 3.1 部署可执行程序目录... 4 3.2 部署配置文件目录... 4 3.3 部署数据库文件目录... 4 3.4 部署日志文件目录... 4 3.5 部署依赖库文件目录... 4 4 配置参数... 5 5 启动运行... 7 5.1 普通模式启动... 7 5.2 加载启动模式...

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

目次 

目次  軟 體 工 程 期 末 報 告 網 路 麻 將 91703014 資 科 三 黃 偉 嘉 91703024 資 科 三 丘 祐 瑋 91703030 資 科 三 江 致 廣 1 目 次 壹 前 言 (Preface) P.4 貳 計 畫 簡 述 及 預 期 效 益 (Project Description and Expected Results) P.4 參 系 統 開 發 需 求 (System

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

自由軟體教學平台

自由軟體教學平台 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

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

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

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

一 登录 crm Mobile 系统 : 输入 ShijiCare 用户名和密码, 登录系统, 如图所示 : 第 2 页共 32 页

一 登录 crm Mobile 系统 : 输入 ShijiCare 用户名和密码, 登录系统, 如图所示 : 第 2 页共 32 页 第 1 页共 32 页 crm Mobile V1.0 for IOS 用户手册 一 登录 crm Mobile 系统 : 输入 ShijiCare 用户名和密码, 登录系统, 如图所示 : 第 2 页共 32 页 二 crm Mobile 界面介绍 : 第 3 页共 32 页 三 新建 (New) 功能使用说明 1 选择产品 第 4 页共 32 页 2 填写问题的简要描述和详细描述 第 5 页共

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

f2.eps

f2.eps 前 言, 目 录 产 品 概 况 1 SICAM PAS SICAM 电 力 自 动 化 系 统 配 置 和 使 用 说 明 配 置 2 操 作 3 实 时 数 据 4 人 机 界 面 5 SINAUT LSA 转 换 器 6 状 态 与 控 制 信 息 A 版 本 号 : 08.03.05 附 录, 索 引 安 全 标 识 由 于 对 设 备 的 特 殊 操 作 往 往 需 要 一 些 特 殊 的

More information

1 SQL Server 2005 SQL Server Microsoft Windows Server 2003NTFS NTFS SQL Server 2000 Randy Dyess DBA SQL Server SQL Server DBA SQL Server SQL Se

1 SQL Server 2005 SQL Server Microsoft Windows Server 2003NTFS NTFS SQL Server 2000 Randy Dyess DBA SQL Server SQL Server DBA SQL Server SQL Se 1 SQL Server 2005 DBA Microsoft SQL Server SQL ServerSQL Server SQL Server SQL Server SQL Server SQL Server 2005 SQL Server 2005 SQL Server 2005 o o o SQL Server 2005 1 SQL Server 2005... 3 2 SQL Server

More information

ebook8-30

ebook8-30 3 0 C C C C C C++ C + + C++ GNU C/C++ GNU egcs UNIX shell s h e l l g a w k P e r l U N I X I / O UNIX shell awk P e r l U N I X C C C C C C U N I X 30.1 C C U N I X 70 C C U N I X U N I X U N I X C Dennis

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

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

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

More information

CCNA 3 Module 5 Switching Concepts

CCNA 3 Module 5  Switching Concepts 單 元 三 Linux 帳 號 與 群 組 管 理 1 Linux 的 帳 號 與 用 戶 組 Linux 屬 於 多 人 多 工 的 作 業 系 統, 可 讓 不 同 的 用 戶 從 本 地 端 登 入 在 網 路 上 則 允 許 使 用 者 利 用 telnet ssh 等 方 式 從 遠 端 登 入 無 論 是 從 本 機 或 由 遠 端 登 入, 使 用 者 都 必 須 在 該 台 主 機

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

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

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

目录 1 H3C R4900 G2 服务器可选部件与操作系统兼容性列表 控制卡 GPU 卡 网卡 FC HBA 卡 TPM/TCM 模块 NVMe SSD PCle 加速卡 1-31 i

目录 1 H3C R4900 G2 服务器可选部件与操作系统兼容性列表 控制卡 GPU 卡 网卡 FC HBA 卡 TPM/TCM 模块 NVMe SSD PCle 加速卡 1-31 i 目录 1 H3C R4900 G2 服务器可选部件与操作系统兼容性列表 1-1 1.1 控制卡 1-1 1.2 GPU 卡 1-5 1.3 网卡 1-8 1.4 FC HBA 卡 1-21 1.5 TPM/TCM 模块 1-29 1.6 NVMe SSD PCle 加速卡 1-31 i 1 H3C R4900 G2 服务器可选部件与操作系统兼容性列表 本手册为产品通用资料 对于定制化产品, 请用户以产品实际情况为准

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

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

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

More information

Sun Update Connection System Sun Microsystems, Inc Network Circle Santa Clara, CA U.S.A

Sun Update Connection System Sun Microsystems, Inc Network Circle Santa Clara, CA U.S.A Sun Update Connection System 1.0.8 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. 819 7286 10 2006 6 2006 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A.

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

RunPC2_.doc

RunPC2_.doc PowerBuilder 8 (5) PowerBuilder Client/Server Jaguar Server Jaguar Server Connection Cache Thin Client Internet Connection Pooling EAServer Connection Cache Connection Cache Connection Cache Connection

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

内 容 提 要 将 JAVA 开 发 环 境 迁 移 到 Linux 系 统 上 是 现 在 很 多 公 司 的 现 实 想 法, 而 在 Linux 上 配 置 JAVA 开 发 环 境 是 步 入 Linux 下 JAVA 程 序 开 发 的 第 一 步, 本 文 图 文 并 茂 地 全 程 指

内 容 提 要 将 JAVA 开 发 环 境 迁 移 到 Linux 系 统 上 是 现 在 很 多 公 司 的 现 实 想 法, 而 在 Linux 上 配 置 JAVA 开 发 环 境 是 步 入 Linux 下 JAVA 程 序 开 发 的 第 一 步, 本 文 图 文 并 茂 地 全 程 指 内 容 提 要 将 JAVA 开 发 环 境 迁 移 到 Linux 系 统 上 是 现 在 很 多 公 司 的 现 实 想 法, 而 在 Linux 上 配 置 JAVA 开 发 环 境 是 步 入 Linux 下 JAVA 程 序 开 发 的 第 一 步, 本 文 图 文 并 茂 地 全 程 指 导 你 搭 建 Linux 平 台 下 的 JAVA 开 发 环 境, 包 括 JDK 以 及 集

More information

Oracle Oracle Solaris Studio IDE makefile C C++ Fortran makefile IDE Solaris Linux C/C++/Fortran Oracle IDE "P

Oracle Oracle Solaris Studio IDE makefile C C++ Fortran makefile IDE Solaris Linux C/C++/Fortran Oracle IDE P Oracle Solaris Studio 12.3 IDE 2011 12 E26461-01 2 7 8 9 9 Oracle 10 12 14 21 26 27 29 31 32 33 Oracle Solaris Studio IDE makefile C C++ Fortran makefile IDE Solaris Linux C/C++/Fortran Oracle IDE "Project

More information

Xcode 4.6 Dmg File. arts related Airway array tiene saison Site mentored

Xcode 4.6 Dmg File. arts related Airway array tiene saison Site mentored Xcode 4.6 Dmg File ->->->-> http://shurll.com/9xx2x 1 / 5 2 / 5 6,,,months,,,ago,,,... xcode4.6,,,-,,,how,,,download,,,xcode,,,dmg,,,file?,,,-,,,stack,,,overflow,,,xcode4. 6,,,-,,,how,,,download,,,xcode,,,dmg,,,file?,,,-,,,Stack,,,Overflow,,,xcode6_beta2.dmg

More information

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

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

More information

安装 ubuntu 17.10

安装 ubuntu 17.10 在 vmware 中安装 ubuntu 17.10 分区参考 * swap - 交换分区 / 虚拟内存 物理内存的 1.5 倍, 当内存大于等于 8GB 时, 给 8-16GB 即可 * /boot - 这里面包含引导计算机所必须的文件 设置位 200~512MB, 最大 1G 即可 * / - 根目录 * /home - 这里面包含各个用户的主文件夹 * /opt - 这里存放已安装的其他应用程序

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

Converting image (bmp/jpg) file into binary format

Converting image (bmp/jpg) file into binary format RAiO Image Tool 操作说明 Version 1.0 July 26, 2016 RAiO Technology Inc. Copyright RAiO Technology Inc. 2013 RAiO TECHNOLOGY INC. www.raio.com.tw Revise History Version Date Description 0.1 September 01, 2014

More information

目 录(目录名)

目  录(目录名) H3C inode 智 能 客 户 端 安 装 指 导 (Linux) 杭 州 华 三 通 信 技 术 有 限 公 司 http://www.h3c.com.cn 资 料 版 本 :5PW100-20160125 产 品 版 本 :inode PC 7.2 (E0401) Copyright 2016 杭 州 华 三 通 信 技 术 有 限 公 司 及 其 许 可 者 版 权 所 有, 保 留 一

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