对于初涉Linux世界的Microsoft Windows用户而言,有许多新的术语需要学习。本词汇表简明地解释了 Linux 产品常用的许多术语、首字母缩写词和缩写的意思和意义。(其中有些术语并不是Linux所特有的,但许多Windows用户可能仍然对它们感到很陌生。)本文档将有助于澄清对 Linux的一些混淆;但是,这里并没有包含最常用的硬件、软件和通信方面的术语,这是因为在别处很容易找到它们。
注:为使定义简短,所以其中有些可能过于简化。这些定义并不用来作为详细的教程,而只是用来为新用户做一个大体的解释。
如果不能在这里找到您要找的单词,那么另有许多其它来源可供选择,这些来源同样是关于首字母缩写词、缩写和通用计算术语的(这些术语并不全都特定于Linux)。由于一些术语可能会在某一本字典中出现但没有在另一本字典中出现,也由于某个来源中的一些定义可能比其它来源中的定义更清晰或者更全面,因此下面按照字母顺序给出了供您选择的来源:
PC硬件与数据通信术语字典(Dictionary of PC Hardware and Data Communications Termswww.oreilly.com/reference/dictionary)
免费在线计算字典(Free Online Dictionary of Computing,wombat.doc.ic.ac.uk/foldoc/foldoc.cgi?Free+On-line+Dictionary)
PC 与因特网术语词汇表(homepages.enterprise.net/jenko/Glossary/G.htm)
IBM 计算字典(www.networking.ibm.com/nsg/nsgmain.htm)
Kadow 因特网与 UNIX(R) 字典www.msg.net/kadow/answers)
Linux 指南(Linux Guidewww.firstlinux.com/guide)
Lucent Technologies 词汇表www.lucent.com/search/glossary)
TechWeb TechEncyclopediawww.techweb.com/encyclopedia)
Ugeek 技术词汇表(Ugeek Technical Glossarywww.geek.com/glossary/glossary.htm)
Webopediawww.pcwebopedia.com)
Whatis.comwww.whatis.com)
常用Linux术语
(A)
帐户名称(Account Name) -- 等同于登录标识、用户标识或用户名。是指派给 UNIX/Linux 系统上用户的名称。可以在系统上对多个用户设置唯一的帐户名称,每个用户具有不同的访问(权限)级别。在安装完 Linux 之后,帐户名称由超级用户(Superuser)或 root 操作员指派。
AfterStep -- 用户界面(窗口管理器)之一,AfterStep 使得 Linux 的外观很象 NeXTSTEP,而且还有些增强功能。要获取更多关于 AfterStep 的信息,请访问 www.afterstep.org。(另请参阅“Enlightenment”、“GNOME”、“KDE”和“X Window 系统”。)
Awk(Aho、Weinberger 和 Kernighan) -- 一种编程语言,因其模式匹配语法而特别有用,通常用于数据检索和数据转换。一个 GNU 版本称为 Gawk。
APM(高级电源管理,Advanced Power Management) -- 一种工业标准,它允许系统处理器和各个组件进入省电模式,包括挂起、睡眠和关机。APM 软件对于移动设备尤为重要,因为它节省了电池电量。
附加符号(Append Symbol) -- 两个键盘字符 >(也就是 >>)。通常用它将命令的输出发送到文本文件,将数据附加到文件的尾部,而不是替换现有的内容。例如,ls -a >> output.txt 将当前目录列表发送到名为 output.txt 的文件,并将其添加到该文件的尾部。重复执行该命令会不断地将新数据添加到文件尾部。(另请参阅“管道符号”和“重定向符号”。)
归档文件(Archive)--含有多个文件的单个大型文件,通常对其进行压缩以节省存储空间。经常创建归档文件以方便计算机之间的传送。流行的归档格式包括 ARJ、TAR、ZIP 和 ZOO。它们都可以用来创建这样的归档文件。
ARJ -- 流行的文件压缩/归档工具,可以用于 UNIX/Linux、DOS/Windows 和其它操作系统。用这种方式压缩的文件的扩展名通常是 .arj 或 .ar。
后台进程(Background Process) -- 运行时无须用户输入的程序。可以在诸如 UNIX/Linux 之类的多任务操作系统上运行多个后台进程,而用户则与前台进程交互(例如,数据输入)。有些后台进程(例如守护程序)从来都不需要用户输入。其它一些进程只是在用户忙于目前运行于前台的程序时才临时处于后台。
Bash(Bourne Again SHell) -- Bourne Shell 的增强版。(另请参阅“Korn Shell”。)
BDF 字体 -- 用于 X Window 系统的各种位图字体。(另请参阅“PostScript 字体”和“TrueType 字体”。)
Bean -- JavaBeans 体系结构的组件。
Beowulf -- 由相对廉价的计算机(包括 PC)组成的网络,这些计算机可能使用不同的处理器和硬件体系结构,由 Linux 和特殊的系统级软件将它们联合成一个海量并行计算系统。最终结果是一个能够以较低成本获得超级计算机计算能力的系统。这类系统对于诸如气象建模之类的计算密集型任务而言是非常理想的,因为可以将计算分配到几十、几百甚至几千个同时运行的独立处理器上。有时也称为“Beowulf 级超级计算机”或者超级群集计算机。更多关于 Beowulf 技术的信息,请阅读以下文章www.linuxworld.com/linuxworld/lw-2000-04/lw-04-parallel.html 和 www.ibm.com/press/prnews.nsf/Searchvw/3f4e88b102477aa5852568460067a52a。
Bin -- 一个含有可执行程序的目录,这些程序主要是二进制文件。
二进制文件(Binary) -- 已被编译成可执行程序的源代码。在 UNIX/Linux 世界里,有些软件仅作为源代码分发;有些软件包既包含源代码又包含二进制文件;还有一些软件包则只以二进制文件格式分发。
引导盘(Boot Disk) -- 一张软盘,其中含有操作系统(如 Linux)引导(启动)计算机并从命令行运行一些基本程序所需的足够内容。如果因某种原因导致系统表现为无法引导,那么引导盘是必需的。引导盘还用于对硬盘进行分区和格式化、恢复主引导记录(Master Boot Record)或者复制特定文件等。
Bot -- 机器人(Robot)的简称。它是一个程序,旨在在几乎没有人工干预下在因特网上搜索信息。
Bourne Shell -- 一种流行的命令行 shell,它具有的优点比 DOS 命令提示符多很多。(另请参阅“Bash”和“Korn Shell”。)
BSD(Berkeley 软件分发版,Berkeley Software Distribution)UNIX -- 加州大学伯克利分校开发的 UNIX。(另请参阅“FreeBSD”。)
Bzip2 -- 一种较新的 UNIX/Linux 文件压缩程序,它比 Gzip 提供更大的压缩比。
(C)
CGI(公共网关接口,Common Gateway Interface) -- 在 Web 服务器上,用来在脚本和/或应用程序之间传输数据,然后将该数据返回给 Web 页面或浏览器。CGI 脚本经常是使用 Perl 语言创建的,它能够生成动态 Web 内容(包括电子商业购物篮、讨论组、调查表单以及实时新闻等)。
CHS(柱面/磁头/扇区,Cylinder/Head/Sector) -- FDISK 在分区期间所需的磁盘信息。
客户机(Client) -- 向服务器请求服务(例如,电子邮件)的机器。
CLU(命令行实用程序,Command Line Utility) -- 从命令行会话或 shell 运行的程序,如 Tar 或 Mkdir。
群集(Cluster) -- 由运行 Linux 的工作站(PC 或其它机器)组成的网络。(另请参阅“Beowulf”。)
COLA -- 因特网新闻组 comp.os.linux.announce 的简称,该新闻组宣布一些与 Linux 相关的参考资料。
命令行界面(Command Line Interface)(CLI) -- 全屏或窗口化的文本方式会话,在该会话中用户通过输入命令来执行程序,这些命令可以带参数,也可以不带参数。CLI 显示来自操作系统或程序的输出文本,并为用户输入提供命令提示符。
命令提示符(Command Prompt) -- DOS/Windows 和 OS/2 术语,是命令行界面的一部分,用户在该界面中输入命令。(另请参阅“Shell 提示符”。)
编译(Compile) -- 将编程源代码转换成可执行程序。
编译型语言(Compiled Language)-- 一种语言,它需要编译器程序将编程源代码转换成可执行的机器语言二进制程序。一经编译,就可从程序的二进制形式多次运行程序,而无需再次编译。编译型语言/程序运行往往比解释型语言或伪代码语言快,但却需要编译器(可能很昂贵),而且用编译型语言编程常常会比用解释型语言和伪代码语言编程难。编译型语言的例子有 C 和 C++、COBOL 以及 FORTRAN。
编译器(Compiler) -- 用于将编程源代码转换成可执行程序的程序。
控制台应用程序(Console Application) -- 不需要(即便是提供了)图形用户界面就能运行的命令行程序。
Cron -- Linux 守护程序,它在指定时间或按指定间隔执行规定的任务。
(D)
守护程序(Daemon)--操作系统的后台进程,通常具有root安全级别许可权。守护程序通常隐藏在后台,直至被某个事件(例如特定的时间或日期、时间间隔、收到电子邮件等)触发后它才会进入活动状态。
桌面(Desktop)--操作系统用户界面,旨在表示一个在上面放东西的办公桌。操作系统的桌面并不使用有形的电话、电灯、收/发箱等,而是使用程序及数据图标、窗口、任务栏和类似的东西。Linux 可以使用许多不同的桌面环境,包括 KDE、GNOME 和 X11,它们可以由用户安装。(另请参阅“GUI”、“窗口管理器”和“X Window 系统”。)
设备驱动程序(DeviceDriver)--一种程序,它充当操作系统与设备(端口、驱动器、监视器、打印机等)之间的媒介,它向操作系统说明该设备具备哪些能力,同时将操作系统命令转换成该设备可以理解的指令。
分发版(Distribution)--将Linux内核(核心)连同各种用户界面、实用程序、驱动程序及其它软件打包成可交付给用户的软件包。分发版通常是以免费下载或廉价 CD-ROM 软件包的形式提供给用户的。流行的分发版包括 Caldera OpenLinux、CoreLinux、Debian、Red Hat、Slackware、SuSE、TurboLinux 及其它软件。
Dpkg(Debian 软件包管理器,Debian PackageManager)--可从因特网下载的打包及安装工具,它包含在 Debian Linux 中,但与其它分发版兼容。它生成具有 .DEB 扩展名的文件。与 RPM 类似。
(E)
Emacs(用 MACroS 进行编辑,Editing with MACroS) -- 一个流行的文本编辑器。
Enlightenment -- 用户界面(窗口管理器)之一。更多关于 AfterStep 的信息,请访问 www.afterstep.org。(另请参阅“AfterStep”、“GNOME”、“KDE”和“X Window 系统”。)
(F)
文件系统(FileSystem)--一组程序,它们告诉操作系统如何访问及解释存储在磁盘或磁带驱动器或者其它存储媒介上的内容。常见的文件系统包括:FAT 和 FAT-32(DOS/Windows)、HPFS(OS/2)、NFS、NTFS(Windows NT/2000)以及其它文件系统。
过滤器(Filter)--一种程序,它(从文件、程序输出或命令行输入)读取数据作为输入,根据一组预定义条件处理输入(如按字母顺序排序),然后输出处理过的数据。一些常见的过滤器包括 Awk、Grep、Sed 和 Sort。
Finger -- UNIX/Linux 命令,它提供登录用户的有关信息。
前台进程(ForegroundProcess)--在多任务操作系统(诸如UNIX/Linux)中,前台进程是用户当前与之交互的程序(例如,数据输入)。随着用户在程序之间切换,会导致这些程序在不同的时刻处于前台。在层叠的窗口环境中,前台进程是最前面的窗口。
FreeBSD(免费伯克利软件分发版,Free Berkeley Software Distribution) -- 类似于 Linux,因为它包含许多 GNU 程序,并且它运行的许多软件包与 Linux 所运行的相同。但一些内核功能的实现却不尽相同。(另请参阅“BSD UNIX”。)
FTP(文件传送协议,File Transfer Protocol) -- 与其它计算机(常常是软件资源库)来回传送文件的方法。
(G)
GCC(GNU C 编译器,GNU C Compiler) -- 由 GPL 管理的一个高质量 C 编译器。
GIMP(GNU 图像操作程序,GNU Image Manipulation Program) -- 一种用于 Linux 的、流行的图像编辑器/绘图程序。
GNOME(GNU 网络对象模型环境,GNU Network Object Model Environment) -- 一种用于 Linux 的用户界面(窗口管理器),它是用 Gtk 构建的。更多关于 GNOME 的信息,请访问 www.gnome.org。(另请参阅“AfterStep”、“Enlightenment”、“KDE”和“X Window 系统”。)
GNU(GNU 不是 Unix,GNU is Not Unix)项目 -- 麻省理工学院(MIT)自由软件基金会(Free Software Foundation,FSF)为开发和促进替代专有 UNIX 实现的产品所进行的项目。GNU 软件使用 GPL 许可证。
GNU/Linux -- 等同于 Linux。之所以这么称呼,是因为 Linux 分发版中包含的许多组件都是 GNU 工具。
GPL(GNU 通用公共许可证,GNU General Public License) -- 一种公用及再分发许可证。请访问 www.linuxdoc.org/LDP/gs/app-gpl/node1.html 来查阅 GPL 协议的副本。
Grep(全局正则表达式及打印,Global Regular Expression and Print)-- 一个工具,它在文件中搜索文本字符串,然后输出任何含该模式的行。
Gtk/Gtk+(GIMP 工具箱,GIMP ToolKit) -- 一个功能强大而且快捷的开放源码图形库,用于 UNIX/Linux上的 XWindow系统,程序员可以用来创建按钮、菜单及其它图形对象。(另请参阅“GNOME”、“Motif”和“Qt”。)
GUI(图形用户界面,Graphical User Interface) -- 图标、窗口及屏幕上其它图形图像的集合,它们提供了用户与操作系统交互的方法。(另请参阅“桌面”和“窗口管理器”。)
Gzip(GNU zip) -- UNIX/Linux 最初的文件压缩程序。最新的版本生成扩展名为 .gz 的文件。(扩展名 .z 或 .Z 表明是较老版本的 Gzip。)压缩是为了使文件紧凑以节省存储空间并缩短传送时间。(当与 Tar 结合使用时,生成文件的扩展名可能为 .tgz、.tar.gz 或 .tar.Z。)
(H)
Home 目录 -- 用户登录之后所在的目录。
HTML(超文本标记语言,Hyper Text Markup Language) -- 用于设计 Web 页面的标准标记语言。标记“tag”或格式化命令允许 Web 页面设计人员确定突出显示、定位图形及创建超链接等等。
HTTP(超文本传输协议,Hyper Text Transport Protocol) -- 一组创建的准则,用于请求和发送基于 HTML 的 Web 页面。
(I)
Init -- 操作系统装入后立即运行的第一个进程。它以单用户方式启动系统或生成 shell 来读取启动文件,并打开指定用于登录的端口。
解释型语言(Interpreted Language) -- 与编译型程序不同,每次运行解释型程序时都要由解释器程序实时地将源代码转换成二进制形式,而编译型程序由编译器一次性将源代码转换成可执行代码,随后从其二进制形式运行。解释型语言(以及用它们编写的程序)往往要比编译型语言及伪代码语言/程序慢,并且通常只有有限的底层操作系统功能访问权限或直接访问硬件的权限。但从另一角度来说,它们无需编译器(可能非常昂贵),并且经常包含在操作系统中,通常比编译型语言更容易编程。解释型语言的例子有 BASIC、Perl、Python 和 REXX/Object REXX。
(J)
Java -- Sun Microsystems开发的、独立于操作系统的面向对象编程语言。Java 通常用于 Web 服务器。Java 应用程序和 applet 有时以下载的形式提供给用户,以便在他们的系统上运行。Java 编程语言可以编制应用程序或较小的 Java“applet”。Java 是 C++ 语言稍加简化的版本,通常是进行解释而不是编译。(另请参阅“JIT 编译器”。)
Java Applet -- 嵌入在 Web 页面内的小型 Java 程序,它在浏览器内运行,而不是作为独立的应用程序运行。Applet 不能够访问本地计算机上的一些资源,如文件和串行设备(调制解调器、打印机等),通常也不能通过网络与其它计算机通信。
JavaBeans -- Java 语言的组件体系结构。JavaBeans 组件称为 Bean。
javascript -- 跨平台万维网脚本编制语言,似乎与 Java 有关。它可以用作服务器端脚本编制语言、由服务器解析的 HTML 中的嵌入语言以及浏览器中的嵌入语言。
JDK(Java 开发工具箱,Java Development Kit) -- 由 Sun、IBM 或其它公司开发的 Java 编程工具箱,可以用于 UNIX/Linux 及其它操作系统。
JFS(日志文件系统,Journaled/Journaling File System) -- 包含内置备份/恢复能力的文件系统。对索引的更改在生效之前先写入日志文件,这样如果索引遭到破坏(例如,在写索引期间断电),那么就可以从日志重建索引,包括对索引的更改。
Jini -- 读作“Genie”。Sun 开发的软件,工作起来有些象“即插即用”,因为它允许硬件设备在被连接时向操作系统通报自己(并提供关于该设备的详细信息),而无须系统重新引导。它也向系统所连接的网络通报它自己,从而方便地向网络提供设备共享。
JIT(Just-In-Time)编译器 -- Java 语言编译器,它允许实时地将 Java 解释型程序自动编译成本机机器语言,以使程序执行的速度更快。有些 JVM 包含 JIT 编译器。
日志记录(Journaling) -- 也就是“日志记录(logging)”。将信息写入日志文件,可以作为一种跟踪更改的方法。
JVM(Java 虚拟机,Java Virtual Machine) -- Java 运行时环境,是运行 Java 程序所必需的,包含 Java 解释器。不同的操作系统(Linux、OS/2、Windows 98 等等)需要不同的 JVM,但任一 JVM 都可以运行某个 Java 程序的同一版本。
(O)
面向对象(Object-Oriented) -- 一种软件开发方法,它为程序员提供标准可重用的软件模块(组件),而无需开发人员每次都编写定制编程代码。使用标准组件缩短了开发时间(因为其他程序员已经编写并测试了这些组件),并且通过使用相同的组件确保了程序具有标准的外观。
OO -- 参阅“面向对象”。
开放源码(Open Source) -- 一个稍显模糊的术语,是指同源代码一起发布的软件。提供源代码这一事实并不一定意味着用户可以修改和重新分发源代码。这个术语有时可以和“免费软件”互换使用,尽管它们的意思并不总是相同。(另请参阅“公共域”和“共享软件”。)
OSS(开放声音系统,Open Sound System) -- 用于在 UNIX/Linux 下访问声卡及其它音频设备的设备驱动程序。它是从 Linux 声音驱动程序(Linux Sound Driver)发展而来的,支持大多数流行的音频芯片及适配器。
OSS(开放源码软件,Open Source Software) -- 参阅“开放源码”。
所有者(Owner) -- 对文件具有访问特权的用户;通常是创建该文件的用户。
(P)
伪代码(P-code,Pseudo-code)语言 -- 一种解释型语言。伪代码语言有点象个“混血儿”,执行方式介于编译型语言和解释型语言之间。和解释型语言一样,伪代码编程语言无需编译,在执行时自动转换成二进制形式。然而,和编译型语言不同的是,这种可执行的二进制文件是以伪代码的形式而不是机器语言的形式存储的。此外,不同于解释型语言的是,不必在每次运行该程序的时候,都必须将其转换成二进制。在第一次转换成伪代码后,以后每次执行都可使用该伪代码版本。伪代码语言(以及用它编写的程序)往往比编译型语言及程序慢,但比解释型语言快,它们通常具有访问一些低层操作系统功能的权限,但却不能直接访问硬件。它们不需要有时很昂贵的编译器,通常与操作系统包含在一起,有些伪代码语言比编译型语言更容易编程。伪代码语言的例子有 Java、Python 和 REXX/Object REXX。
PAM(可插入的认证模块,Pluggable Authentication Modules) -- 用于系统安全性的可替换的用户认证模块,它允许在不知道将使用何种认证方案的情况下进行编程。这允许将来用其它模块来替换某个模块,却无需重写软件。
面板(Panel) -- Linux 中对应于 Windows 任务栏的名称。
分区(Partition) -- 磁盘驱动器的一个连续部分,它被操作系统当作物理驱动器。这样,可以为一个磁盘驱动器赋予几个驱动器符号。
PCF 字体 -- X Window 系统使用的各种位图字体。
PD -- 参阅“公共域”。
PDF(可移植文档格式,Portable Document Format)文件 -- 用 Adobe Acrobat 或其它能够生成该格式输出的程序创建的二进制文件。用于生成独立于操作系统的文档,这种文档可以使用 Acrobat Reader 或其它程序(包括配备有 Acrobat Reader 插件的 Web 浏览器)来查看。
Perl(实用摘录与报告语言,Practical Extraction and Report Language) -- 一种常用的脚本编制/编程语言。经常用在 UNIX/Linux Web 服务器上生成 CGI 脚本。
权限(Permission) -- 读写文件和目录及执行程序的权限。超级用户或 root 操作员可以逐个文件、逐个目录地,或者按照帐户名称(用户标识)赋予各种权限级别。
PGP(高质量保密程序,Pretty Good Privacy) -- 用于 UNIX/Linux 及其它操作系统的高安全性公钥数据加密程序。
管道符号(Piping Symbol) -- 键盘字符 |(典型 101 键键盘的 Enter 键上面反斜杠的上档字符)。经常用来将某个命令或程序的输出提供给另一个命令或程序。例如,history | grep mcopy (用 history 命令)将 .bash_history 文件的内容发送到 grep 程序,以搜索字符串“mcopy”。(另请参阅“附加符号”和“重定向符号”。)
移植(Port/Ported/Porting) -- 一个过程,即获取为某个操作系统平台编写的程序,并对其进行修改使之能在另一 OS 上运行,并且具有类似的功能。通常很少或者干脆就不尝试定制程序以利用新操作系统的特有能力,这与为某个特定操作系统优化应用程序不同。
可移植(Portable) -- 描述一类软件的术语,这类软件旨在只需少量修改和重新编译就可在多个操作系统上使用。
POSIX(UNIX 可移植操作系统接口,Portable Operating System Interface for uniX) -- 一组编程接口标准,它们规定如何编写应用程序源代码以便应用程序可在操作系统之间移植。POSIX 基于 UNIX,它是 The Open Group 的 X/Open 规范的基础。
PostScript -- Adobe Systems 开发的页描述语言,它告诉打印机如何在打印页上显示文本或图形。
PostScript 字体 -- 可以用于 OS/2、MS Windows 和 X Window 系统的大量字体。这类字体文件的扩展名包括 .afm、.pfa 和 .pfb。有时称为 Adobe Type 1 字体或 ATM(Adobe Type Manager)字体。PostScript 字体通常需要与 PostScript 兼容的打印机。(另请参阅“BDF 字体”和“TrueType 字体”。)
进程(Process) -- 正在执行的程序。(另请参阅“多任务”和“多线程”。)
公共域(Public Domain) -- 可供任何人以任何目的使用和修改的软件,甚至可以将其并入商业软件的分发。公共域软件不保留版权,作者也不保留任何权利。(另请参阅“开放源码”和“共享软件”。)
公钥加密(Public Key Encryption) -- 一种包括两个单独密钥(公钥和私钥)的数据加密方法。使用公钥加密的数据只能用私钥解密,反之亦然。一般而言,公钥是公开的,可以用来加密发送给私钥持有者的数据,私钥用来对数据进行签名。
Python -- 一种面向对象伪代码编程语言。
(Q)
Qt -- 一种功能强大且快捷的开放源码图形库,用于 UNIX/Linux 上的 X Window 系统。它被程序员用来创建按钮、菜单和其它图形对象。(另请参阅“Gtk/Gtk+”和“KDE”。)
队列(Queue) -- (也时被错误地拼成 Que。)一列等待执行的任务,如“打印队列”。
(R)
RAID(独立/廉价磁盘/设备冗余阵列,Redundant Array of Independent/Inexpensive Disks/Devices)-- 一种提供数据冗余、改善性能和/或从磁盘崩溃中迅速恢复数据的方法,它是通过在多个磁盘驱动器上分布或复制数据来实现这一点的。常用的 RAID 类型包括 RAID 0(数据条带化),RAID 1(磁盘镜像)和 RAID 5(具有分布式奇偶校验的条带化)。RAID 配置通常需要 SCSI 磁盘驱动器(而不是 IDE/EIDE),可能要求磁盘相同(相同的容量、品牌等等)。操作系统将 RAID 阵列看作单个设备。
RC 文件 -- 含有程序(应用程序甚至操作系统)启动指令的脚本文件。这一文件在操作系统启动时会自动执行,它含有要运行的指令(命令或其它脚本)列表。
RCS(修订控制系统,Revision Control System) -- 一组程序,它们控制组环境下文件的共享访问并跟踪文本文件的变化。常用于维护源代码模块的编码工作。
Rdev -- 用于获取关于某个 Linux 系统信息的实用程序。用来查询和设置图像 root 设备、视频方式以及交换设备和 RAM 磁盘。
重定向符号(Redirection Symbol) -- 键盘字符 >。经常用于将命令的输出发送到文本文件。例如,ls -a > output.txt 将当前目录列表发送到名为 output.txt 的文件。重复该命令将会用新数据替换该文件的内容。(另请参阅“附加符号”和“管道符号”。)
RFS(远程文件共享,Remote File Sharing) -- 一个程序,它让用户访问其它计算机上的文件,就好象文件在用户的系统上一样。
Root 操作员 -- 具有执行所有系统级任务权限的用户标识。(也称作超级用户。)
Root 窗口 -- 运行 Linux 桌面的底层会话。
RPM(RPM 软件包管理器,RPM Package Manager) -- 一种用于因特网下载包的打包及安装工具,它包含在某些 Linux 分发版中。它生成具有 .RPM 扩展名的文件。与 Dpkg 类似。
(S)
脚本(Script) -- 一组存储在文件中的命令。用于进行自动重复的执行。(另请参阅“RC 文件”。)
会话(Session) -- 用户在登录到注销期间与操作系统之间的完整交互过程。
共享软件(Shareware) -- 一类商业软件,它以“先试用再买”的形式提供。如果客户在经过较短的试用期后继续使用该产品,那么他们就被要求支付规定数额(通常微乎其微)的费用。(另请参阅“开放源码”和“公共域”。)
Shell -- 含有操作系统命令行界面的文本方式窗口。
Shell 提示符 -- shell 的用户输入区域。尽管在 DOS shell 中命令提示符指定为大于号(>),但在 Linux 中,命令提示符通常是百分号(%)、美元符号($)或其它特殊符号,这取决于所使用的 shell。(另请参阅“命令提示符”。)
Shell 脚本 -- 设计成在 shell 启动时自动运行的脚本。
SHTTP(安全超文本传输协议,Secure Hyper Text Transport Protocol) -- HTTP 的一种安全的加密版本,用于金融交易以及其它借助因特网发送的保密信息。斜杠(/)-- 文件路径名中使用的符号,而不是 DOS/Windows 和 OS/2 操作系统中使用的反斜杠(\)。
源代码(Source Code) -- 程序员输入的、原始状态的编程命令。有些编程语言允许命令实时地由程序解释器执行。其它语言则要求必须先将命令编译成可执行程序(二进制)后才能使用这些命令。在 UNIX/Linux 世界中,有些软件仅以源代码形式分发;另一些软件包则同时包含源代码和二进制代码;还有一些则仅以二进制格式分发。
假脱机(Spool)(外围设备联机并发操作,Simultaneous Peripheral Operation On-Line) -- 将数据发送给一个程序,该程序将该数据信息放入队列以备将来使用(例如,打印假脱机程序)。
SQL(结构化查询语言(Structured Query Language)) -- 用于操作关系数据库中的记录和字段(行和列)的语言。有时被错误地读成“sequel”。
隐写术(Steganography) -- 将一段信息隐藏在另一段信息中的做法。一个示例是在数字化照片中放置不可见的数字水印。
字符串(String) -- 字符序列,如“搜索字符串”。
超级用户(Superuser) -- 通常与 root 操作员同义。
交换(Swap) -- 暂时将数据(程序和/或数据文件)从随机存取存储器移到磁盘存储器(换出),或反方向移动(换入),以允许处理比物理内存所能容纳的更多的程序和数据。也称为虚拟内存。
交换空间(Swap Space) -- 被交换数据在磁盘上暂时存放的地方。Linux 用专用磁盘分区而不是特定交换文件来作为交换空间。
符号链接(Symbolic link) -- 程序或文件的别名或快捷方式。
同步(Sync) -- 将所有暂挂的输入/输出强制写回磁盘驱动器。
系统日志(Syslog) -- UNIX/Linux 系统日志记录程序,其中存储了所有系统消息或错误。
(T)
标记(Tag) -- 诸如 HTML 之类的标记语言中的命令,它以某种方式(如粗体、居中或使用某种字体)显示信息。
Tar(磁带归档,Tape ARchive) -- 包含在 UNIX/Linux 中的一个文件打包工具,用于将一组文件组装成一个组合的文件以便归档起来更容易。它最初设计用于磁带备份,但现在它也可用于其它存储介质。独自运行时,生成具有 .tar 扩展名的文件。当与 Gzip 结合用于数据压缩时,生成的文件扩展名可能是 .tgz、.tar.gz 或 .tar.Z。
Tar 包(Tarball) -- 用 Tar 实用程序创建的文件,含有一个或多个归档的,同时也有可能进行了压缩的文件。
TeX -- 基于宏的流行的文本格式化程序。它是包括 LaTeX 和 teTeX 在内的其它此类格式化程序的基础。
文本编辑器(Text Editor) -- 用于编辑文本文件的程序。类似于字处理程序,但没有大多数/全部格式化功能(例如设置页边距、斜体和字体等等。)。经常用于书写或编辑脚本、程序和 ASCII 文本文件(如 README.1ST)。
文本格式化程序(Text Formatter) -- 准备文本文档以供打印的程序,允许用户执行许多布局功能,如页边距、页眉、页脚、缩排、分页和对齐。
TFTP(小型文件传送协议,Trivial File Transfer Protocol) -- FTP 的简化版本,它没有 FTP 的认证以及其它许多基本特性。
线程(Thread) -- 一小段程序,其行为就象是较大程序的一个独立子集,也称为“进程”。多线程程序能够比单个程序或单线程程序运行得快得多,因为它可以并行(而不是串行(顺序))地执行几个甚至多个不同的任务。而且,单个应用程序内的多个线程可以共享资源,并且相互之间可以来回传递数据。
分时(Time-sharing) -- 一种允许多个用户分享处理器的方法,它以时间为基础给每个用户分配一部分处理器资源,按照这些时间段轮流运行每个用户的进程。(另请参阅“多任务”。)
Torvalds, Linus -- 1991 年 Linux 内核的最初创建者,是 Linux 版权的拥有者,目前仍然是 Linux 开发项目的协调人。
Touch -- 一个命令,更改文件的日期/时间戳记,但不影响其内容。
TrueType 字体 -- 与 PostScript 字体不一样,它们旨在成为与打印机无关的各种字体。可用于 Apple Macintosh 和 Windows。不常用于 UNIX/Linux。(另请参阅“BDF 字体”和“PostScript 字体”。)
Tux -- 虚构的 Linux 企鹅吉祥物的名字。《转》


62.42.22.* 于 2007-06-29 18:44:16发表:
c8a68ab04d5b45bf9d85e907ea957f2f http://codicecivileinteressegeneraleseguitosocieta.uytput.org/testo-canzone-hot-stuff-donna-summer/ http://coniugidipendentestessaamministrazionepubblica.zcsdiw.org/b-s-group-ballarin-simone/ http://masterizzare-call-of-duty-2.msjbrf.org/ http://testo-musica-giove-doppio-petto.xflxat.org/ http://italiadurantelasecondaguerramondiale.zcsdiw.org/antica-carta-geografiche-stato-pontificio/ http://blackjackjavasourcecoda.zcsdiw.org/non-detto-scusami-moda-download/ http://gioco-logo-esuonerie-nokia-6600.chohld.org/ http://unita-apprendimento-scienza-matematica-scuola-media.utpiii.org/ http://accordo-davide-van-de-sfroos.oensnx.org/ http://ereditarieta-gruppo-sanguigno-a-a.ukizsc.org/ 242a24eaaf2d8b6d338dfc62711422de
89.156.51.* 于 2007-06-28 18:07:47发表:
1a4738170cce444f40e8c9aaf781f0e4 http://differenza-princici-contabile-italiano-ifrs.qkidvr.org/ http://scaricare-cd-nessuno-solo-tiziano-ferro.jmcomw.org/ http://ciondolocrocednaregalooriginale.aklifa.org/partite-di-calcio-serie-b/ http://unicreditbancacontocorrenteonline.fxbzoa.org/indici-rivalutazione-istat-credito-lavoro/ http://agente-vendita-tigi-hair-care.csirgp.org/ http://risultatoricercasessohardcane.aklifa.org/programma-completo-outlook-scaricare-italiano/ http://ospedaleriunitireggiocalabriait.hwdwav.org/zona-alarm-in-italiano-download/ http://trish-stratus-mai-fatto-film-porno.jmcomw.org/ http://tutti-giochi-da-scaricare-gratis.yigqdu.org/ http://parafrasideil5maggio.hwdwav.org/link-t16heqrbq5wj-www-salsa-it/ 24974b376644b5034250f73cecc2d1d6
201.231.69.* 于 2007-06-27 13:43:13发表:
01ce1fa7d2ea102e812d12a68863227d http://mondiali-di-scherma-a-torino.vfkyqi.org/ http://corso-storia-dell-arte-milano.oulmpk.org/ http://giornalista-televisiva-molto-sexy-it.avypou.org/ http://next-door-nikky-zip-flash.bwuibo.org/ http://trucco-yu-gi-oh-stella-infinite.wsukvo.org/ http://art-31-legge-5-agosto-1978.tkanof.org/ http://parco-gioco-dei-divertimento-provincia-milano.avypou.org/ http://film-collezionista-ossa-libro-autore.oulmpk.org/ http://tutela-multilivello-dei-diritto-fondamentali.nzxwoq.org/ http://calendario-serie-a-di-calcio.xzpkti.org/ dff758ad4d024eb641677108bbbbea97
190.75.213.* 于 2007-06-26 11:39:04发表:
3239d80d9f7481ea82fafa533848c366 http://truccohalocombatevolvedpc.mjdrvf.org/vendita-online-cartuccia-tiro-cal-12/ http://sanmauriziocanavesestrutturaospedaliera.wvyart.org/hotel-napoli-mostra-d-oltremare/ http://hotelinstatiunitiamerica.wvyart.org/camicia-manica-lunga-donna-voyage/ http://boleificiosocialebardolinob.wvyart.org/foto-scooter-zip-sp-piaggio-elaborato/ http://gigi-d-alessio-relazione-tatangelo.ynkpgu.org/ http://curareandtendiniteandachille.olskny.org/parco-tematico-regalbuto-ultima-notizia/ http://mercato-di-forte-di-marmi.rjablq.org/ http://barcellona-els-pollos-de-llull.pidgzp.org/ http://addettipuliziaesposizioneradiazioniionizzanti.mjdrvf.org/posto-barca-imperia-porto-maurizio/ http://moduloprenotazionepalazzobopadova.olskny.org/scheda-statistica-classe-gioco-archimede-2006/ ac74524788537f28ae4c90c357df5e97
85.136.228.* 于 2007-06-25 11:26:45发表:
2155c0592e88e66f8cb0ddd67bded356 http://citta-messico-hotel-residencia-polanco.lzuess.org/ http://recapitotelefonicodeagostinieditore.yoogjn.org/sciopero-dei-mezzo-pubblico-napoli/ http://freshauditionsbizfafreshauditions199mpg.wyselb.org/barcellona-els-pollos-de-llull/ http://definancejosephfilosofiagregoriana.yoogjn.org/entita-condanna-comporta-perdita-grado-rimozione/ http://20112006cronacamilanoarresti.ggrflx.org/le-foto-del-danno-del-fumo/ http://hp-driver-stampa-deskjet-550-c.xfnqjv.org/ http://trattamento-dei-propri-dati-personali.abpato.org/ http://film-dvd-anno-settanta-offerta-natalizia.fcgpay.org/ http://signore-degli-anelli-gioco-pc.xfnqjv.org/ http://balloalmoulindegalletterenoir.ggrflx.org/paul-stanley-live-to-win-recensione/ 245153f8fc5ca6b7c7f1325ac3918a81
190.51.14.* 于 2007-06-24 09:37:47发表:
ae3982070afac69fb41986c252c8e0e8 http://crudeli-corno-italia-7-gold.cjgbgx.org/ http://san-carlo-gruppo-alimentare-spa.blzjgn.org/ http://sentenza2004limitazionidirittoproprietaimmobile.uwqbko.org/prezzo-palit-geforce-7900-gtx/ http://acquistoedirittodirecesso.shopio.org/moto-amico-sport-tanto-sport/ http://particolare-costruttivo-intervento-restauro-materiale-composito.cjgbgx.org/ http://watcher-of-the-skies-genesis-traduzione.nbjnpk.org/ http://larghezzastradausocarrabileprivato.yiatbe.org/scontri-a-milano-11-marzo/ http://non-vuoi-parlare-peggio-te.blzjgn.org/ http://fotocalendario2007tronistauomodonna.fmyuaf.org/negozi-di-ferro-battuto-a-roma/ http://castelloaragonesedireggiocalabria.yiatbe.org/distrofia-muscolare-facio-scapolo-omerale/ 452262cf741011e1ab8f1c4bc30a15a9
190.39.49.* 于 2007-06-23 08:07:27发表:
72d275deac6dbed2c4aca47edbfa2622 http://canton-karat-diffusore-cassa-acustiche.wyhedi.org/ http://avventura-erotix-cappuccetto-rosso-jpg.xrndwe.org/ http://affrescovincipiunotoalmondo.tmrnup.org/contratti-di-lavoro-studi-professionali/ http://sito-facolta-ingegneria-meccanica-roma-tre.vjsvzo.org/ http://windowsmediaplayer10convalida.knqtun.org/testo-contratto-alice-business-adsl/ http://bandocasapopolarefriuliveneziagiulia.inpusz.org/vorrei-venire-ma-non-potro/ http://vandesfroosconcertocermenate.knqtun.org/sito-ufficiale-di-jessica-rizzo/ http://malgacessmartinocastrozza.ihbepf.org/s-p-mib-21-novembre-2006/ http://windowsmediaplayer10convalida.knqtun.org/microsoft-it-aggiornamento-windows-98-sei/ http://alicia-natale-puoi-scarica-gratis.kesdip.org/ 9552dfe41baaa9f17aeb9f3e17cab334
90.16.46.* 于 2007-06-22 05:53:51发表:
db3680387d15b89f6bf839b59d7f7048 http://comesiriciclalacarta.owknpa.org/casa-affitto-anzola-dell-emilia/ http://scuola-primaria-and-esercizio-grammatica.nakusq.org/ http://por-calabri-promozione-sociale-ambientale.ojfmto.org/ http://esercizio-francese-livello-intermedio-ed-avanzato.jvvvdm.org/ http://windowsxp-kb921883-x86-ita-exe.myniqy.org/ http://schema-free-punto-croce-copertina-baby.yevzni.org/ http://cattedragalileialpalazzobo.fvgoov.org/comune-certosa-val-senales-it/ http://aggiornamentobluetoothgpsnokia7710.ibiwol.org/software-creazione-cd-rom-multimediale/ http://errorepccardonda5001tim.ibiwol.org/opera-storia-genere-umano-giacomo-leopardi/ http://mtvvideoconigliomachoragazza.fvgoov.org/ebook-cina-gratis-on-line/ 8d0a7cd2b17a8f039de7dab06d2ae220
217.217.15.* 于 2007-06-21 00:30:28发表:
066cae46d3b0762d84c38b5852d2432f http://cammino-dell-amore-nino-d-angelo.axbzdu.org/ http://riflessione-studente-scuola-media-professore.tiabis.org/ http://accompagnatore-club-ragazzo-annuncio-sesso-padova.rfnfwr.org/ http://nuovo-spot-dolce-gabbana-time.cmuvxp.org/ http://splinter-cell-double-agent-soluzione-pc.tiabis.org/ http://casa-vacanza-mare-vendita-toscana.kzsfzp.org/ http://sito-ufficiale-mc-donald-s.tiabis.org/ http://ripetizione-matematica-generale-economia-commercio.wdrksm.org/ http://a-chi-inviare-il-dps.wdrksm.org/ http://codice-cellulare-samsung-sgh-x640.kzsfzp.org/ 3281355dcdf7961a81348339c85b8f61
200.109.129.* 于 2007-06-19 22:19:55发表:
9705041bd6ac7282ee172cc55a97a852 http://centro-residenziale-baia-di-porto.ykjmka.org/index.htm http://autovettura-noleggio-tempo-indeterminato-info.ehugfo.org/index.htm http://sezioni-commerciale-vari-tipo-travi-legno.sjfxge.org/index.htm http://scaricare-uomo-non-cambiano-martini.hzsssu.org/index.htm http://appalto-dopo-d-lgs-152-06.zeiuog.org/index.htm http://contratto-collettivo-lavoro-assistente-poltrona.vdaysf.org/index.htm http://corso-formazione-lavoro-busta-paga-genova.ykjmka.org/index.htm http://site-www-magnaromagna-it-cartolina-natale.ehugfo.org/index.htm http://call-of-duty-2-multigiocatore.vwdrxg.org/index.htm http://tutti-45-giri-elvis-presley.kculvb.org/index.htm a95af8f224b8c9334b8122ef4b45f39a
69.70.206.* 于 2007-06-18 21:52:28发表:
bf925085f3c9bfe2255b1008ae6430f0 http://universita-san-pio-v-psicologia.csjstn.org/index.htm http://suora-pasta-mandorla-trapani-libro.gbiynf.org/index.htm http://voli-economici-per-new-york.aenjba.org/index.htm http://presa-12v-stagna-x-moto.bqltxq.org/index.htm http://nine-months-imprevisti-d-amore.mboptw.org/index.htm http://donna-spiegate-chioma-al-sole.csjstn.org/index.htm http://fattura-con-ritenuta-d-acconto.vooxwa.org/index.htm http://capodanno-2007-brescia-spettacolo-pirotecnici.nudmpy.org/index.htm http://link-http-lostprophets-altervista-org.giqjae.org/index.htm http://testo-sergio-cammariere-tutto-uomo.bpdwtu.org/index.htm b8055c662679464e43a32265312932f9
84.121.1.* 于 2007-06-17 19:57:19发表:
1d69fb87a3294bc0aa786aafb1e675b2 http://vw-golf-blue-tooth-listino-prezzo.ogttfu.org/index.htm http://offerta-lavoro-turismo-spagna-offerta.esqhid.org/index.htm http://piano-commercio-comunale-anno-2006.ovnfxu.org/index.htm http://sviluppo-locale-politica-locale-studio-ricerca.lwfhrb.org/index.htm http://mutazioni-sito-specifiche-dell-aldoso-reduttasi.glzaqv.org/index.htm http://trasferta-pisa-lazio-1983-84.ogttfu.org/index.htm http://fac-simile-incarico-commercialista-tenuta-contabilita.glzaqv.org/index.htm http://gioco-moto-gp-3d-gratis.mmaiuw.org/index.htm http://dentista-implantologo-odontoiatra-studiodentistico-implantologo-campania.ogttfu.org/index.htm http://professoressa-di-lingue-milly-d-abbraccio.zpympv.org/index.htm b3e1aeebf15010c0e48986d09609c4eb
80.236.17.* 于 2007-06-16 18:25:11发表:
4c1ec556f8b810bdbafd0e802101aab7 http://foto-maddalena-corvaglia-calendario-07.sdgwbd.org/index.htm http://agenzia-viaggio-grande-avventura-it.ixzutk.org/index.htm http://testo-i-will-follow-him.sdgwbd.org/index.htm http://filmati-e-foto-erotiche-gratis.zfdyqr.org/index.htm http://film-ho-voglia-di-te.odqknd.org/index.htm http://dvd-briana-bank-donna-vendita.yssvot.org/index.htm http://sacra-bibbia-tradotta-commentata-diodati.zfdyqr.org/index.htm http://figura-retoriche-posizione-poesia-giovanni-pascoli.rvumsf.org/index.htm http://canzone-squadra-speciale-cobra-11.zfdyqr.org/index.htm http://scienze-della-formazione-primaria-perugia.ibngkc.org/index.htm 6a4e71b09dc8ba3b61a05d0dd09e915b
83.254.22.* 于 2007-06-15 17:31:48发表:
95ad0245ba13ea73f503a23903987a63 http://calcolo-interessi-su-deposito-cauzionale.uvosok.org/ http://menu-cenone-capodanno-fare-casa.dgrbxq.org/ http://sesso-orale-discoteca-sabato-pomeriggio.qtoruw.org/ http://chateau-and-d-ax-and-poltrona.dgrbxq.org/ http://alessandro-manzoni-5-maggio-parafrasi.asxhjv.org/ http://park-hotel-bellacosta-a-cavalese.dgrbxq.org/ http://hotel-astor-victoria-forte-dei-marmi.qtoruw.org/ http://auto-euro4-piccola-media-potenza.dgrbxq.org/ http://concorso-o-s-s-ravenna.dkoomz.org/ http://lambretta-innocente-150-ld-ricambio-italia.asytgp.org/ 017184126313b130655c75e326e14932
221.39.45.* 于 2007-06-14 15:46:25发表:
7bd87ce06d06369f9f6712d7dfe90cf5 http://www.hoyscj.org http://obkfqj.org http://www.kgsisp.org http://fkrbpd.org http://obkfqj.org http://www.hoyscj.org http://www.uzgvit.org http://www.yubecf.org http://zzobwb.org http://www.gwwhof.org a4d20a8afbc395002366bd667860c4d3
190.51.25.* 于 2007-06-13 15:06:19发表:
b28faa2bce013fe8f9fa74eb24f80d1c http://www.dlfnjf.org http://jojlry.org http://www.vtqzvy.org http://kzfkps.org http://www.dlfnjf.org http://www.klbggj.org http://wrgzjb.org http://www.gwxvqe.org http://xgjrbe.org http://www.widbjf.org 0f5fa03e3dca64d5b4cd330c6f860531
220.71.75.* 于 2007-06-12 16:59:27发表:
d0ce46d3ee55a399657ce1ec1a84ef27 http://cruise-tom-pensa-nicole-news.rivotb.org/ http://cura-referto-cellula-positive-polmone.rivotb.org/ http://appunti-di-diritto-dell-unione-europea.ammyco.org/ http://pianta-frutto-valle-d-aosta.hivfbp.org/ http://colonna-forno-shop-on-line.kiyytw.org/ http://cos-zoccolo-duro-economia-politica.kiyytw.org/ http://campeggio-a-villaggio-turistico-principe-eugenio.okhyez.org/ http://trame-del-telefilm-paso-adelante.okhyez.org/ http://annunci-di-donne-in-cerca-di.rivotb.org/ http://karaoke-midi-musica-italiana-pop.rivotb.org/ 416778d26f8af0e18aadb8d947bc0aec
200.81.193.* 于 2007-06-11 17:06:20发表:
37ab0dff40f88fe1312f29ee5d62136b http://gratis-software-tomtom-nokia-n80.uoyrgt.org/ http://eclissi-solare-29-03-06.ljiwrk.org/ http://ripartizione-consumo-acqua-eccedente-condominiale.uoyrgt.org/ http://richiedere-product-key-win-xp.hzuhtu.org/ http://corso-di-laurea-in-fisioterapia.dtufrq.org/ http://case-affitto-sardegna-costa-rey.dtufrq.org/ http://cous-cous-pesce-trapani-ricetta.ljiwrk.org/ http://indirizzi-e-mail-su-yahoo.ljiwrk.org/ http://h610-pmp-mp3-movie-travel-europe.dtufrq.org/ http://freshauditions-biz-fa-freshauditions199-mpg.cckzfi.org/ 3ebbdc0c5c788c89d957115fc277340d
200.109.165.* 于 2007-06-10 16:38:22发表:
559462582a2044df78d45d842f884539 http://uno-sceriffo-extraterrestre-poco-extra.oaxzml.net.in/ http://elenco-film-mafia-1940-al-1980.dtifhu.net.in/ http://campo-di-concentramento-di-bolzano.ooqqld.net.in/ http://la-lega-degli-straordinario-gentlemen.mksqkw.net.in/ http://donna-cerca-uomo-roma-foto.innltr.net.in/ http://gta-san-andreas-trucchi-ps2.oaxzml.net.in/ http://s4r-monster-ducati-prova-motociclismo.mksqkw.net.in/ http://attendibilita-del-test-di-gravidanza.kfxrfs.net.in/ http://leggenda-indiano-d-america-amicizia.ooqqld.net.in/ http://bollettino-ufficiale-regione-campania-confezionamento-pane.dtifhu.net.in/ 319dbbb4ab069a1bfb4a4d4d12c61dcd
81.172.19.* 于 2007-06-08 16:09:32发表:
5e3389d86d7d9895c9565e02f2df7461 http://offerta-lavoro-torino-sangro-marina.mbxbva.org/ http://vulcanizzazione-angolo-cornice-parabrezza-autoveicolo-indust.akermn.org/ http://banca-popolare-commercio-e-indistria.hwqegr.org/ http://origine-fossa-interna-navigli-milano.mbxbva.org/ http://costo-orario-mano-edile-provincia-savona.qjgasd.org/ http://cristina-chiabotto-iena-sexy-foto.hwqegr.org/ http://xoomer-virgilio-it-combustione-index-html.pauhzy.org/ http://rientro-italia-cittadini-rumeni-clandestini-2007.mbxbva.org/ http://foto-casa-dei-morenti-kolkata.lbpwqo.org/ http://shs-group-it-sesso-racconto.hwqegr.org/ e44c2d91c99facb894d3b26e91151560
80.108.7.* 于 2007-06-07 17:48:12发表:
a4b86ba37aa43cb507122f5d0917a2dc http://alviero-martini-occhiali-da-sole.tpfcwv.org/ http://marco-masini-l-uomo-volante.incgek.org/ http://indirizzi-prestito-d-onore-catania.sjfnnx.org/ http://alimento-gatto-hill-r-d.ulhxdx.org/ http://pagare-il-bollo-on-line.ulhxdx.org/ http://programma-gratis-per-modifica-foto.tpfcwv.org/ http://tuttogratis-it-natale-natale-africa-html.tpfcwv.org/ http://over-the-rainbow-testo-italiano.zouvtz.org/ http://codice-sim-city-4-deluxe.rpddkk.org/ http://lettera-pastorale-diocesi-piacenza-bobbio.sjfnnx.org/ 2e2f8656ca7971267ae7180fc612fe21
201.248.159.* 于 2007-06-06 20:05:41发表:
16c155d6ce033c7e82992f163e556976 http://michael-buble-testo-it-s-time.ytqkdb.info/ http://modulistica-contratto-assistenza-domiciliare-sanitaria.vrnzgy.info/ http://it-giardino-dei-colore-fano.vrnzgy.info/ http://atelier-sul-mare-castel-di-tusa.alflim.info/ http://accordo-contratto-statale-2006-2007.lgrhpd.info/ http://costruttore-banco-bar-banco-caffetteria.vkzwxs.info/ http://testo-canzone-quando-i-bambini-fanno.rwikgt.info/ http://sole-24-ore-borsino-casa.ytqkdb.info/ http://concorso-internazionale-rieti-danza-2004.urajxu.info/ http://box-esterno-3-5-firewire.lgrhpd.info/ 6dea66dd0952ca77d762129bda0df247
87.244.134.* 于 2007-06-06 00:15:03发表:
725766db23129a3509f1e57a31059f94 http://ps2-trucco-the-sims-2.qwoucn.info/ http://canzone-love-oh-love-untitled.jknrtq.info/ http://annuncio-privato-affitto-casa-roma.qwoucn.info/ http://storia-geologica-d-italia-alfonso-bosellini.lbvsgo.info/ http://cassa-nazionale-dei-dottori-commercialista.qirjux.info/ http://esempio-lettera-commerciale-risoluzione-contratto.jknrtq.info/ http://trattamento-fiscale-delle-auto-aziendali.lbvsgo.info/ http://gioco-mano-destra-sinistra-scuola-elementare.qwoucn.info/ http://configurazione-mms-samsung-sgh-e100-omnitel.xaotvu.info/ http://disco-avvio-windows-xp-home-edition.duajwe.info/ 11bac96dbb32ab2fd1a6f4018c996a56
83.38.170.* 于 2007-06-05 05:29:02发表:
09145493c54000436eef45cadea234df http://sentenza-contratto-termine-pluralit-causa-posta.fwpjkf.info/ http://lipo-panty-m-44-bianco.fwpjkf.info/ http://lara-fulli.fwpjkf.info/ http://prezzo-rotame-oro.kbucdn.info/ http://calizzano-porcino.dvtuzm.info/ http://orologio-paladini-portuense.wkermn.info/ http://epitelio-pavimentoso-diffusa-metaplasia-intestinale.uyohtb.info/ http://centralino-heimo-plus.uyohtb.info/ http://equipollenza-laurea-infermieristica-unipa.kbucdn.info/ http://bobine-polietilene-accoppiato-alluminio.wkermn.info/ 4080af707aca2bbb96231fb1b4743d28
cwb2264 于 2007-06-04 17:37:00发表:
太全了!但是记不住啊!
190.16.14.* 于 2007-06-04 10:14:34发表:
1166c6e6a96e551c7c048971267d10d9 http://universita-maria-assunta-laureare-esperienza.pgbdyc.org/ http://link-di-donna-in-collant.pgbdyc.org/ http://contratto-di-licenza-d-uso.dlmpxx.org/ http://testo-red-hot-chili-pepper.divuvu.org/ http://modem-adsl-2-alice-telecom.nfvzoo.org/ http://decreto-legislativo-n-59-del-1978.nfvzoo.org/ http://cenone-31-dicembre-milano-2006.divuvu.org/ http://valori-beta-hcg-in-gravidanza.nfvzoo.org/ http://vendita-online-strumento-musicale-tamburello.pgbdyc.org/ http://palazzo-monte-dei-pegno-roma.dlmpxx.org/ e2344a7b53a49ae4d6fdb2a64dbf9945
201.231.69.* 于 2007-06-03 14:05:45发表:
fea678634902849d72e0bf63eb3a23b5 http://soniaformentiflauto.nlamku.org/belgrado-batajnica-bombardamento/index.htm http://rubinettohansa.seyzuo.org/it-group-yahoo-com-group-precariorg/index.htm http://valoreriferimentocromogranina.nlamku.org/scipero-treno-17-novembre/index.htm http://telaiobicilook386.akqcvy.org/pneumatico-vredestein/index.htm http://cappottogiacconipiuminowoolrich.nlamku.org/locandina-scugnizzi/index.htm http://saldarelinoleum.beajbg.org/pianta-aromatica-foglia-aghiformi-verde-chiaro/index.htm http://alcholl120.seyzuo.org/antico-sapore-sardi-meli-stefania/index.htm http://mummiesilenzionenellalto.seyzuo.org/tastiera-meike/index.htm http://garanuotofilmate.akqcvy.org/kappa-lampre-jkt-eroi/index.htm http://rilevatorepresenzacrepuscolare.beajbg.org/gattino-norvegesi-regalo/index.htm 83869c431dabc6ba13fe3e3c64cc8ac5
190.50.128.* 于 2007-06-02 21:03:44发表:
fd416c4c0c61aa955d752ddf9558df0c http://videocitofonovivavoce.sdibjo.org/bilancia-con-impedenziometro/index.htm http://videocitofonovivavoce.sdibjo.org/2-comune-roma-it-monumentiaperti/index.htm http://alesastampobrescia.shxghd.org/auckland-courtenay-s-woodshop/index.htm http://bartolomeobimbopera.shxghd.org/recensione-enemy-of-god-revisited/index.htm http://gasperilucianahotelliberty.bdizoa.org/saldatrice-awelco/index.htm http://clashnslashgratisscaricarefull.bdizoa.org/regione-piemonte-it-montagna-foresta-vivaistica/index.htm http://sintomoerniacervicalemolla.ksibgs.org/sony-cdx-gt300-nera/index.htm http://abbronzaturaarese.ksibgs.org/shalom-alejem/index.htm http://valanviaggiocom.sdibjo.org/accordo-chittarra/index.htm http://sintomoerniacervicalemolla.ksibgs.org/abi-cab-cassa-risparmio-borgo-valtaro/index.htm 691e5261e7f26fe9bfca38d324fb1940
83.37.40.* 于 2007-06-01 23:27:05发表:
0f2048aa5f30ac93e9812b497bec8f47 http://bricosediatorrisi.nlamku.org/albergo-tre-stella-vigo-fassa-technogym/index.htm http://iltinellosolagna.beajbg.org/agenzia-lavoro-adecco-filiali-salerno-indirizzo/index.htm http://cralarabafenice.seyzuo.org/marc-martens-anversa/index.htm http://commercializzazionecandelaprofumate.inkrxe.org/oriella-bareggio/index.htm http://ditloide404nt.akqcvy.org/anna-ferro-anna-bacchetta-vecchio-melo/index.htm http://climatizzatoretcl.beajbg.org/resistenza-antisovietica-anticomunista-alberto-rosselli/index.htm http://garanuotofilmate.akqcvy.org/mobileslocator-no-ip-org/index.htm http://schemapuntocrocepreciousmoments.nlamku.org/blog-andrea-reggio-calabria-catona/index.htm http://notecamsmrt.akqcvy.org/poliba-edisu/index.htm http://irmaallestimentometallico.seyzuo.org/ceppo-ratto-giocattolo/index.htm 63aa5c5d6850cbd0ab7a0b3644130d9e
84.90.231.* 于 2007-06-01 05:46:37发表:
90fd52f9da349655c49a5b9fa0470902 http://enricomelozzi.gkgobd.org/telenova-rg/index.htm http://villaggiodegliulivopalinuro.gkgobd.org/superenalotto-sistema-ridotti-schedina-sviluppo/index.htm http://cooppescatoriposillipo.gkgobd.org/vendita-carabina-marlin/index.htm http://monrealehotelangala.mljuyb.org/azienda-agricola-gippone/index.htm http://amazecaratterescrittura.pdjkai.org/anello-blasone-araldica/index.htm http://auguridibuoncomleanno.mljuyb.org/esattoria-san-giuliano-milanese/index.htm http://nepotethemistocles.leikrf.org/finley-vs-mondo-marcio-rapidshare/index.htm http://poltronapapasan.leikrf.org/pl515-folletto-vorwerk/index.htm http://ombrellonefustolegno.gkgobd.org/attilio-durpetti/index.htm http://mewmewamicavincentinuda.uzghnh.org/climatizzatore-pdr/index.htm 5447788e0ee79eeca3d64876f41eb1cf
84.123.238.* 于 2007-05-30 16:15:51发表:
160bc9bde25d738e316a749f867ec8f6 http://grpytd.org/energia/energia-cinetica-quimica.html http://grpytd.org/pesquisa/pesquisa-doenca-cancer-tiroide.html http://grpytd.org/reserva/reserva-hotel-em-calda-nova.html http://grpytd.org/compressor/compressor-stelo.html http://sxrzpn.org/principal/principal-funcao-anhanguera.html http://grpytd.org/amostragem/amostragem-intencional.html http://lcitij.org/habito/habito-alimentares-gregos.html http://lcitij.org/caracteristicas/caracteristicas-lingua-falada-lingua-escrita.html http://xwqumn.org/conta/conta-tem-contar.html http://lcitij.org/agapanthus/agapanthus-floricultura.html 594d7ea7bb74d434b665b2a66e1a6f7d
190.74.211.* 于 2007-05-29 22:41:27发表:
65a1d43c9f3442e0925d00ba439df2a7 http://ovvkft.org/foto/foto-evento-campo-grande-mato-grosso-dosul.html http://ifrtox.org/bordado/bordado-maquina-eletronica.html http://mnopyi.org/pintura/pintura-mulher.html http://ovvkft.org/forth/forth-jardim.html http://ifrtox.org/telha/telha-norte-material-de-construcao.html http://pegekq.org/redevitoriosa.txt/redevitoriosa.html http://wfcqxw.org/todinho/todinho-achocolatado.html http://mnopyi.org/sistema/sistema-gestao-qualidade-total.html http://ifrtox.org/reservatorio/reservatorio-para-combustivel.html http://wfcqxw.org/2o/2o-registro-oficial-imovel-24-hora-sao-jose-rio-preto.html a91f06099d8916d08fc86aebeef191c8
81.192.169.* 于 2007-05-28 21:26:47发表:
adefd8ae1fed5348626915585cc0c2d8 http://xwqumn.org/cifra/cifra-musica-gauchas.html http://lcitij.org/diario/diario-do-nordeste-28-de-marco-area-policial.html http://grpytd.org/conclusao/conclusao-teoria-placa-tectonicas.html http://lcitij.org/goldem/goldem-retriver.html http://sxrzpn.org/leitores/leitores-dvd-curitiba.html http://xwqumn.org/calcule/calcule-altura-h.html http://xvqeoy.org/secretaria/secretaria-vigilancia-saude-mortalidade-infantil.html http://grpytd.org/jorlan/jorlan-veiculo.html http://xvqeoy.org/camiseta/camiseta-fmu.html http://xvqeoy.org/intoxicacao/intoxicacao-exogena.html ea84313ff4cf4b8bb8ec851c693c83a5
200.114.225.* 于 2007-05-28 05:08:31发表:
665ece4b7214ae8db809a916e14c351e http://pegekq.info/download/download-msn-nova-versao.html http://ifrtox.info/havia/havia-pedra.html http://xvqeoy.info/nhame.txt/nhame.html http://pegekq.info/aspecto/aspecto-fisiologico.html http://grpytd.info/assombracao/assombracao-goias.html http://pegekq.info/determinacao/determinacao-dos-ponto-de-fusao-e-ebulicao.html http://xvqeoy.info/iniciativa/iniciativa-hospital-amigo-da-crianca.html http://mnopyi.info/construtora/construtora-norberto.html http://grpytd.info/cidade/cidade-de-sao-roque-sao-paulo.html http://xvqeoy.info/fresadora/fresadora-portal.html 921da3b25f91ff5411abb8e73f72697f
218.224.148.* 于 2007-05-27 12:23:09发表:
f32318aaf282047f6cc72321af4e432f http://xwqumn.info/site/site-rmtonline-globo-tv-morena.html http://sxrzpn.info/aparencia/aparencia-windows-vista-photoshop.html http://xwqumn.info/pequi/pequi-novo.html http://sxrzpn.info/4/4-furos.html http://ovvkft.info/stamp/stamp-camiseta.html http://sxrzpn.info/jogo/jogo-jogo-online.html http://wfcqxw.info/pgfn/pgfn-org-br.html http://wfcqxw.info/liau/liau-hotels.html http://xwqumn.info/lider/lider-coach.html http://lcitij.info/manifestacao/manifestacao-paulista.html 6d9dd05b81c19c63ae8e87cbbcfe2050
83.39.150.* 于 2007-05-26 21:53:35发表:
db3dfe32793a9865611a69236eb474aa http://xvqeoy.info/apostila/apostila-torno-cnc.html http://grpytd.info/vaga/vaga-biologo-biomedico.html http://mnopyi.info/escapamento/escapamento-vanzin.html http://xvqeoy.info/site/site-ig-br-www-sare-rj-gov.html http://ifrtox.info/foto/foto-sexo-explicito-mulher-animal.html http://grpytd.info/frase/frase-preconceito.html http://grpytd.info/paraizo.txt/paraizo.html http://ifrtox.info/cachorro/cachorro-pug-canil.html http://mnopyi.info/recuperacao/recuperacao-para-alcolatras.html http://pegekq.info/hemocentro/hemocentro-rs.html 899833c87d41a40d77c99858b4681e10
83.44.99.* 于 2007-05-26 07:24:00发表:
6bfe4f918e64a52ea6ad80aab57349c0 http://lcitij.info/pintando/pintando-desenho.html http://ovvkft.info/kassino.txt/kassino.html http://lcitij.info/mesa/mesa-comestiveis.html http://ovvkft.info/tese/tese-doutorado-obstetricia.html http://xwqumn.info/velocidade/velocidade-gravacao-dvd-forum.html http://wfcqxw.info/esporte/esporte-praticados-por-mulher.html http://ovvkft.info/geracao/geracao-joaquim-nabuco.html http://lcitij.info/consulta/consulta-on-line-serasa-spc-gratis.html http://xwqumn.info/governo/governo-durao-barroso.html http://ovvkft.info/assaltava.txt/assaltava.html 3c6c60ce2277246c0f4063c97808fccb
88.25.182.* 于 2007-05-25 15:23:37发表:
c56409001af2e2548564211f18990206 http://centrale-allarme-interbancaria-and-2006.lxcjch.org/ http://privata-equity-and-equilibrio-finanziario.lxcjch.org/ http://foto-ristorante-cigno-via-cifelli.lxcjch.org/ http://trucchi-per-matrix-path-of-neo.nuusjq.org/ http://prenotazione-hotel-torre-di-santa-maria.itwasb.org/ http://villa-malliana-tutto-al-femminile.qumpvr.org/ http://associazione-promozione-sociale-legittimazione-giurisprudenza.mbduev.org/ http://che-euro-e-la-mia-macchina.lxcjch.org/ http://novita-730-2007-detrazione-fattura-psicologiche.sfmyzx.org/ http://imparare-alfabeto-scuola-dell-infanzia.qumpvr.org/ f4e92eaca3a0992e5377af9d5fb45ea4
213.60.134.* 于 2007-05-24 19:05:54发表:
61bdabd420a582ab50d3a090a7141ad8 http://programma-migliorare-prestazione-scheda-video.xrpkif.org/ http://legge-10-01-2006-n-4.hgfrvc.org/ http://enciclopedia-galileo-scienza-tecnica-edizione-sadea.ikqtqu.org/ http://la-volpe-el-uva-ristorante.beoqvk.org/ http://testo-proposta-sponsorizzazione-concerto-musicale.hgfrvc.org/ http://finanziamento-imprenditoria-giovanile-unione-europea.rsxmtx.org/ http://parrocchia-di-san-michele-arcangelo.rsxmtx.org/ http://programma-x-mp3-nokia-6600.rsxmtx.org/ http://scuola-italiana-di-pesca-a-mosca.rsxmtx.org/ http://cos-tredicesima-mensilita-si-calcola.lwozoc.org/ 46517f671cf87061af6ace763c7eda9d
200.90.68.* 于 2007-05-24 02:43:46发表:
b4ca046e133c41f347fdaa930cf7a39a http://santa-maria-sopra-minerva-roma.lxcjch.org/ http://d-lgs-196-2003-art-34.qumpvr.org/ http://s-massimiliano-kolbe-immacolata-concezione.nuusjq.org/ http://google-traduzione-gratis-tedesco-italiano.sfmyzx.org/ http://software-gestione-patrimonio-immobiliare-comunale.itwasb.org/ http://659-99-aiuti-stato-parere.nuusjq.org/ http://ristorante-lecce-www-passeggiata-it.sfmyzx.org/ http://funzione-ms-dos-non-valida.pmdxoz.org/ http://indice-foto-sito-hard-attrice-porno.lxcjch.org/ http://uomini-piu-ricchi-d-italia.mbduev.org/ 7798902e03c54f1db3af807b5937ee1b