LINUX 编辑词条 发表评论(25)
概述编辑本段回目录
下面主要根据这五个基本线索来追寻一下Linux 的开发历程,它的酝酿过程,最初的发展经历。首先分别介绍其中的四个基本要素(UNIX、MINIX、GNU 和POSIX,Internet 的重要性显而易见,所以不用对其罗嗦),然后根据Linux 的创始人Linus Torvalds 从对计算机感兴趣而自学计算机知识,到心里开始酝酿编制一个自己的操作系统,到最初Linux 内核0.01 版公布,以及从此如何艰难地一步一个脚印地在全世界hacker 的帮助下最后推出比较完善的1.0 版本这段时间的发展经过,也即对Linux 的早期发展历史进行详细介绍。
绝大多数基于Linux内核的的操作系统使用了大量的GNU软件,包括了Shell程序、工具、程序库、编译器及工具,还有许多其他程序,例如Emacs。正因为如此,GNU计划的开创者理查德·马修·斯托曼博士提议将Linux操作系统改名为GNU/Linux。但有些人只把操作系统叫做"Linux"。
大多数系统还包括了像提供GUI界面的XFree86之类的曾经运行于BSD的程序。
除了一部分专家之外,大多数人都不自己选择每一样组件或自行设置,而是直接使用Linux套件。
1983年,理察·马修·斯托曼(Richard Stallman)创立了GNU计划(GNU Project)。这个计划有一个目标是为了发展一个完全免费自由的 Unix-like 操作系统。自1990年代发起这个计划以来,GNU 开始大量的产生或收集各种系统所必备的元件,像是——函式库(libraries)、编译器(compilers)、侦错工具(debuggers)、文字编辑器(text editors)、网页服务器(web server),以及一个Unix的使用者接口(Unix shell)——除了执行核心(kernel)仍然付阙外。1990年,GNU计划开始在马赫微核(Mach microkernel)的架构之上开发系统核心,也就是所谓的GNU Hurd,但是这个基于Mach的设计异常复杂,发展进度则相对缓慢。
Linux的基本思想有两点:第一,一切都是文件;第二,每个软件都有确定的用途,同时它们都尽可能被编写得更好。其中第一条详细来讲就是系统中的所有都归结为一个文件,包括命令、硬件和软件设备、操作系统、进程等等对于操作系统内核而言,都被视为拥有各自特性或类型的文件。至于说Linux是基于Unix的,很大程度上也是因为这两者的基本思想十分相近。
Linux内核最初只是由芬兰人李纳斯·托瓦兹(Linus Torvalds)在赫尔辛基大学上学时出于个人爱好而编写的,当时他并不满意Minix这个教学用的操作系统。最初的设想中,Linux 是一种类似Minix这样的一种操作系统。Linux的第一个版本在1991年9月被大学FTP server管理员Ari Lemmke发布在Internet上,最初Torvalds 称这个核心的名称为 "Freax" ,意思是自由( "free") 和奇异( "freak") 的结合字,并且附上了"X"这个常用的字母,以配合所谓的 Unix-like 的系统。但是FTP server管理员嫌原来的命名“Freax”的名称不好听,把核心的称呼改成“Linux”,当时仅有10000行代码,仍必须执行于Minix操作系统之上,并且必须使用硬盘开机;随后在10月份第二个版本(0.02版)就发布了,同时这位芬兰赫尔辛基的大学生在comp.os.minix上发布一则信息:
Hello everybody out there using minix-
I'm doing a (free) operation system (just a hobby,
won't be big and professional like gnu) for 386(486) AT clones.
历史编辑本段回目录
Linux 的历史是和GNU紧密联系在一起的。从1983年开始的GNU计划致力于开发一个自由并且完整的类Unix操作系统,包括软件开发工具和各种应用程序。到1991年 Linux 内核发布的时候,GNU已经几乎完成了除了系统内核之外的各种必备软件的开发。在Linus Torvalds和其他开发人员的努力下,GNU组件可以运行于Linux内核之上。整个内核是基于 GNU 通用公共许可,也就是GPL(GNU General Public License,GNU通用公共许可证)的,但是Linux内核并不是GNU 计划的一部分。1994年3月,Linux1.0版正式发布,Marc Ewing成立了 Red Hat 软件公司,成为最著名的 Linux 分销商之一。
Unix & Linux历史源流早期Linux的开机管理程序(boot loader)是使用LILO(Linux Loader),存在着一些难以容忍的缺陷,例如无法识别8G以外的硬盘,后来新增GRUB(GRand Unified Bootloader)克服了这些缺点,具有‘动态搜寻核心档案’的功能,可以让您在开机的时候,可以自行编辑您的开机设定系统档案,透过 ext2 或 ext3 档案系统中载入 Linux Kernel。
Linux 的标志和吉祥物是一只名字叫做 Tux 的 企鹅,标志的由来是因为Linus在澳洲时曾被一只动物园里的企鹅咬了一口,便选择了企鹅作为Linux的标志。Linux的注册商标是Linus Torvalds所有的。这是由于在1996年,一个名字叫做William R. Della Croce的律师开始向各个 Linux 发布商发信,声明他拥有Linux商标的所有权,并且要求各个发布商支付版税,这些发行商集体进行上诉,要求将该注册商标重新分配给 Linus Torvalds。Linus Torvalds 一再声明 Linux 是免费的,他本人可以卖掉,但 Linux 绝不能卖。
Linux发行版的某些版本是不需要安装,只需通过CD或者可启动的USB存储设备就能使用的版本,他们称为 LiveCD。
用户群编辑本段回目录
GNU/Linux爱好者设计的宣传图,并使用GPL授权
GNU/Linux社群设计的立体图,并使用GPL授权传统的Linux用户一般都安装并设置自己的操作系统,他们往往比其他操作系统,例如微软Windows和Mac OS的用户更有经验。这些用户有时被称作“黑客”或是“极客”(geek)。然而随着Linux越来越流行,越来越多的原厂委托制造(OEM)开始在其销售的电脑上预装上Linux,Linux的用户中也有了普通电脑用户,Linux系统也开始慢慢抢占桌面电脑操作系统市场。同时Linux也是最受欢迎的服务器操作系统之一。Linux也在嵌入式电脑市场上拥有优势,低成本的特性使Linux深受用户欢迎。使用Linux主要的成本为移植、培训和学习的费用,早期由于会使用Linux的人较少,这方面费用较高,但这方面的费用已经随着Linux的日益普及和Linux上的软件越来越多、越来越方便而降低。
KDE和GNOME等桌面系统使Linux更像是一个Mac或Windows之类的操作系统,提供完善的图形用户界面,而不同于其他使用命令行界面(Command Line Interface,CLI)的类Unix操作系统。
1983年,理查·马修·斯托曼(Richard Stallman)创立了GNU计划(GNU Project)。这个计划有一个目标是为了发展一个完全自由的 Unix-like 操作系统。自1990年代发起这个计划以来,GNU 开始大量的产生或收集各种系统所必备的元件,像是——函数库(libraries)、编译器(compilers)、调试工具(debuggers)、文本编辑器(text editors)、网页服务器(web server),以及一个Unix的用户界面(Unix shell)——除了运行内核(kernel)仍然付阙外。1990年,GNU计划开始在马赫微核(Mach microkernel)的架构之上开发系统内核,也就是所谓的GNU Hurd,但是这个基于Mach的设计异常复杂,发展进度则相对缓慢。
Linux内核最初只是由芬兰人林纳斯·托瓦兹(Linus Torvalds)在赫尔辛基大学上学时出于个人爱好而编写的,当时他并不满意Minix这个教学用的操作系统,部分因为只能在有限硬件上运行。最初的设想中,Linux 是一种类似 Minix 这样的一种操作系统。Linux的第一个版本在1991年9月被大学FTP server管理员Ari Lemmke发布在Internet上,最初Torvalds 称这个内核的名称为 "Freax" ,意思是自由("free")和奇异("freak")的结合字,并且附上了"X"这个常用的字母,以配合所谓的 Unix-like 的系统。但是FTP server管理员嫌原来的命名“Freax”的名称不好听,把内核的称呼改成“Linux”,当时仅有10000行代码,仍必须运行于Minix操作系统之上,并且必须使用硬盘开机;随后在10月份第二个版本(0.02版)就发布了,同时这位芬兰赫尔辛基的大学生在comp.os.minix上发布一则消息
未来软件界的方向编辑本段回目录
Linux 作为较早的源代码开放操作系统,将引领未来软件发展的方向。
基于 Linux 开放源码的特性,越来越多大中型企业及政府投入更多的资源来开发 Linux。现今世界上,很多国家逐渐的把政府机构内部门的电脑转移到 Linux 上,这个情况还会一直持续。Linux 的广泛使用为政府机构节省了不少经费,也降低了对封闭源码软件潜在的安全性的忧虑。
Linux的英文发音编辑本段回目录
“Li”中“i”的发音类似于“Minix”中“i”的发音,而“nux”中“u”的发音类似于英文单词“profess”中“o”的发音。依照国际音标应该是['linэks]——类似于“喱呐科斯”
有一份Torvalds本人说话的音频,音频内容为“Hello, this is Linus Torvalds, and I pronounce Linux as Linux”。
下载地址 http://www.paul.sladen.org/pronunciation/torvalds-says-linux.wav
同样还有Torvalds本人解说如何发这个音的一段视频,观看地址:http://www.linuxweblog.com/linux-pronunciation
Linux 名称的来由编辑本段回目录
Linux 操作系统刚开始时并没有被称作Linux,Linus 给他的操作系统取名为FREAX,其英文含义是怪诞的、怪物、异想天开等意思。在他将新的操作系统上载到ftp.funet.fi 服务器上时,管理员Ari Lemke很不喜欢这个名称。他认为既然是Linus 的操作系统就取其谐音Linux 作为该操作系统的目录吧,于是Linux 这个名称就开始流传下来。
在Linus 的自传《Just for Fun》一书中,Linus 解释说:"坦白地说,我从来没有想到过要用Linux 这个名称发布这个操作系统,因为这个名字有些太自负了。而我为最终发布版准备的是什么名字呢?Freax。实际上,内核代码中某些早期的Makefile - 用于描述如何编译源代码的文件 - 文件中就已经包含有"Freax"这个名字了,大约存在了??要一个名字,因为我还没有向任何人发布过内核代码。而Ari Lemke,他坚持要用自己的方式将内核代码放到ftp 站点上,并且非常不喜欢Freax 这个名字。他坚持要用现在这个名字(Linux),我承认当时我并没有跟他多争论。但这都是他取的名字。所以我可以光明正大地说我并不自负,或者部分坦白地说我并没有本位主义思想。但我想好吧,这也是个好名字,而且以后为这事我总能说服别人,就象我现在做的这样。"-- Linus Torvalds《Just for fun》第84-88 页。
通过上述说明,我们可以对上述Linux 的五大支柱归纳如下:
1.UNIX 操作系统 -- UNIX 于1969 年诞生在Bell 实验室。Linux 就是UNIX 的一种克隆系统。UNIX的重要性就不用多说了。
2.MINIX 操作系统 -- Minix 操作系统也是UNIX 的一种克隆系统,它于1987 年由著名计算机教授Andrew S. Tanenbaum 开发完成。由于MINIX 系统的出现并且提供源代码(只能免费用于大学内)在全世界的大学中刮起了学习UNIX 系统旋风。Linux 刚开始就是参照Minix 系统于1991 年才开始开发。
3.GNU 计划-- 开发Linux 操作系统,以及Linux 上所用大多数软件基本上都出自GNU 计划。Linux只是操作系统的一个内核,没有GNU 软件环境(比如说bash shell),则Linux 将寸步难行。
4.POSIX 标准 -- 该标准在推动Linux 操作系统以后朝着正规路上发展起着重要的作用。是Linux前进的灯塔。
应用编辑本段回目录
过去,Linux主要被用作服务器的操作系统,但因它的廉价、灵活性及Unix背景使得它很合适作更广泛的应用。传统上有以Linux为基础的“LAMP(Linux, Apache, MySQL, Perl/PHP/Python的组合)”经典技术组合,提供了包括操作系统、数据库、网站服务器、动态网页的一整套网站架设支持。而面向更大规模级别的领域中,如数据库中的Oracle、DB2、PostgreSQL,以及用于Apache的Tomcat JSP等都已经在Linux上有了很好的应用样本。除了已在开发者群体中广泛流行,它亦是现时提供网站务供应商最常使用的平台。
采用Linux的超级电脑亦愈来愈多,根据2005年11月号的TOP500超级电脑列表,现时世上最快速的两组超级电脑都是使用Linux作为其操作系统。而在表列的500套系统里,采用Linux为操作系统的,占了371组(即74.2%),其中的前十位者,有7组是使用Linux的。
2006年开始发售的SONY PlayStation 3亦使用Linux的操作系统。之前,Sony亦曾为他们的PlayStation 2推出过一套名为PS2 Linux的DIY组件。至于游戏开发商雅达利及id Software,都有为其旗下的游戏推出过Linux桌面版本。此外,Linux Game Publishing亦有专门为Linux平台撰写游戏,并致力于把其他在Windows平台编撰的游戏程序码转携至Linux平台,及为转携游戏提供使用授权。
而一个打算对所有生活在发展中国家孩子提供手提电脑的名为每孩子皆有一部手提电脑(OLPC)的项目,正是使用Linux作为缺省的操作系统。
特点编辑本段回目录
Linux的基本思想有两点:第一,一切都是文件;第二,每个软件都有确定的用途。其中第一条详细来讲就是系统中的所有都归结为一个文件,包括命令、硬件和软件设备、操作系统、进程等等对于操作系统内核而言,都被视为拥有各自特性或类型的文件。至于说Linux是基于Unix的,很大程度上也是因为这两者的基本思想十分相近。
过去,Linux主要被用作服务器的操作系统,但因它的廉价、灵活性及Unix背景使得它很合适作更广泛的应用。传统上有以Linux为基础的“LAMP(Linux, Apache, MySQL, Perl/PHP/Python的组合)”经典技术组合,提供了包括操作系统、数据库、网站服务器、动态网页的一整套网站架设支持。而面向更大规模级别的领域中,如数据库中的Oracle、DB2、PostgreSQL,以及用于Apache的Tomcat JSP等都已经在Linux上有了很好的应用样本。除了已在开发者群体中广泛流行,它亦是现时提供网站务供应商最常使用的平台。
1、低廉性
基于其低廉成本与高度可设定性,Linux常常被应用于嵌入式系统,例如机顶盒、移动电话及行动装置等。在移动电话上,Linux已经成为与Symbian OS、Windows Mobile系统并列的三大智能手机操作系统之一;而在移动装置上,则成为Windows CE与Palm OS外之另一个选择。目前流行的TiVo数位摄影机使用了经过定制化后的Linux。此外,有不少硬件式的网络防火墙及路由器,例如部份LinkSys的产品,其内部都是使用Linux来驱动、并采用了操作系统提供的防火墙及路由功能。
2、广泛性
采用Linux的超级电脑亦愈来愈多,根据2005年11月号的TOP500超级电脑列表,显示世上最快速的两组超级电脑都是使用Linux作为其操作系统。而在表列的500套系统里,采用Linux为操作系统的,占了371组(即74.2%),其中的前十位者,有7组是使用Linux的。
除了一部分专家之外,大多数人都不自己选择每一样组件或自行设置,而是直接使用Linux套件。
2006年开始发售的SONY PlayStation 3亦使用Linux的操作系统。之前,Sony亦曾为他们的PlayStation 2推出过一套名为PS2 Linux的DIY组件。至于游戏开发商雅达利及id Software,都有为其旗下的游戏推出过Linux桌面版本。此外,Linux Game Publishing亦有专门为Linux平台撰写游戏,并致力于把其他在Windows平台编撰的游戏程序码转携至Linux平台,及为转携游戏提供使用授权。
而一个打算对所有生活在发展中国家孩子提供手提电脑的名为“每孩子皆有一部手提电脑(OLPC)”的项目,正是使用Linux作为缺省的操作系统。
我们不必探讨Linux源代码的开放给我们带来多大诱惑,我们只研究Linux对我们的生活有何帮助。我们在平时只要掌握Linux最基础的应用,以及安装及使用就可以了。对Linux的操作现在发展到了在命令行下操作以及像Windows的桌面系统般的应用。对Linux不是很了解的用户可以选择桌面型Linux安装。
这里把对Linux的一些疑问解答从网上整理一下,贴出来,希望对那些想要了解Linux的朋友有所帮助。
3、灵活性
Linux以它的高效性和灵活性著称。它能够在PC计算机上实现全部的Unix特性,具有多任务、多用户的能力。Linux是在GNU公共许可权限下免费获得的,是一个符合POSIX标准的操作系统。Linux操作系统软件包不仅包括完整的Linux操作系统,而且还包括了文本编辑器、高级语言编译器等应用软件。它还包括带有多个窗口管理器的X-Window图形用户界面,如同我们使用Windows NT一样,允许我们使用窗口、图标和菜单对系统进行操作。
4、倍受青睐的原因
Linux之所以受到广大计算机爱好者的喜爱,主要原因有两个,一是它属于自由软件,用户不用支付任何费用就可以获得它和它的源代码,并且可以根据自己的需要对它进行必要的修改,无偿对它使用,无约束地继续传播。另一个原因是,它具有Unix的全部功能,任何使用Unix操作系统或想要学习Unix操作系统的人都可以从Linux中获益。
运行Linux需要的配置并不高,支持众多的PC周边设备,并且这样一个功能强大的软件完全免费,其源代码是完全公开的,任何人都能拿来使用。说到这里,各位可能怀疑这免费后面是不是隐藏着什么?作者会心甘情愿的把它拿出来而分文不取吗?其实,它代表着软件开发的另一种概念:那就是基于GNU的版权制度。
版权是为了保护作者应有利益而设立的制度,但时至今日它却对科技的发展造成了一定的阻碍。例如现在病毒的肆虐,就是因为微软不肯将Windows的源代码公开。杀毒软件的厂商只好自己去钻研OLE结构。还有,Intel为了保住自己的霸主地位,建立了一个个不许其它厂商使用的硬件规范,造成众多开发者并不是为了提升技术而是为了兼容性而耗费资金和时间,这样就造成了科研发展的混乱和垄断。
为了改变这种状况,Richard M. Stallman在1984年创立了以生产免费软件为目的的组织--Free Software Foundation(自由软件基金会,简称FSF)。他认为:各个软件公司为了自己的利益不公开源代码会阻碍人类文明的发展,一个真正好的软件是为了替人解决问题,应该散发给需要的人。他开发了一个叫做GNU的计划,第一套软件就是GNU Emacs(UNIX平台下强大的编辑器)。任何人都能免费拿到这个软件和它的源代码,于是许多人自发的修改这套软件,为它增加功能。为了明确GNU的规范,Stallman发表了GNU General Public License和GNU Library General Public License授权声明,根据这些声明,所有的GNU软件都可以被任何人下载、出售、复制和修改,但必须提供程序源代码或者让使用者知道从哪里获得源代码!但不论免费或者收费,任何得到这些软件的使用者都有和提供者同样的权利,可以将它们赠送或出售。由于这个授权,GNU软件像滚雪球一样越来越多,功能也越来越强。当然,这样做也有不良的效果,如果开发商的利润减少了那么就没有人愿意真正开发软件了,毕竟人还是要吃饭的呀。不过随着Internet的盛行,大众越来越容易得到各种各样的软件,而且大多只为一时之需,用完之后根本不会再用,一个软件的使用寿命就大大缩短,在这种情况下,传统的电子出版行业应该做出相应的调整。
Linux核心程序的著作权归Linus本人所有,其它应用程序归各自的作者所有,但按照GNU授权,任何人都可以采取收费或免费方式来发行Linux,并在符合该授权的规范下做修改。这样就有了一大批的免费程序移植到了Linux上,包括GNU Emacs、XFree86、Mozilla等经典软件,并且在不断壮大中。由于源代码是公开的,任何一个使用Linux的人在添置了新硬件后都能自己编写驱动程序,所以Linux对新硬件的支持已经超过了许多专业UNIX系统。Linux的成功如果没有Internet是不可能的,因为Linux实际上是世界各地众多程序员共同开发的结果。
5、不断完善中
现在的Linux经过数次改版(包括核心的升级和周边程序的完善),已经发展成了一个遵循POSIX标准的纯32位多工操作系统,64位版本也在开发之中。Linux可以兼容大部分的UNIX系统,很多UNIX的程序不需要改动,或者很少的改变就可以运行于Linux环境;内置TCP/IP协议,可以直接连入Internet,作为服务器或者终端使用;内置JAVA解释器,可直接运行JAVA源代码;具备程序语言开发、文字编辑和排版、数据库处理等能力;提供X Window的图形界面;主要用于x86系列的个人电脑,也有其它不同硬件平台的版本,支持现在流行的所有硬件设备。就性能上来说,它并不弱于Windows甚至UNIX,而且靠仿真程序还可以运行Windows应用程序。它有成千上万的各类应用软件,并不输于Windows的应用软件数量,其中也有商业公司开发的赢利性的软件。最可贵的是:它是一个真正的UNIX系统,可以供专业用户和想学UNIX的人在自己的个人电脑上使用。Linux是一个非常灵活的系统,相对于Windows而言也是一个比较难用的系统,就如同大多数用户用不惯MacOS的单键鼠标一样。想要对Linux轻车熟路,你必须懂得一些相关知识,软、硬件的配置,最好还懂点程序,因为没有人有义务为您提供技术支援,除了和其它用户交流之外 ,您必须要自己解决问题。当然,如果您只是作为日常应用,就不需要那么复杂啦,Linux一样会为您提供完美的操作环境,你所要做的就是改变使用习惯和成见。
早期的操作系统是没有图形界面的,自从Apple于1984年推出System 1.0开始,个人电脑才实现了真正的GUI(Graphics User Interface,图形用户界面),从此电脑变得更加具有亲和力,也更加易于使用。Windows的图形化开始于Windows 3.1/3.2,直到Windows 95的出现才标志着多媒体时间的到来,从此计算机变得能说会唱起来。Linux始于UNIX,却青出于蓝胜于蓝,同样拥有着不俗的图形用户界面,性能更稳定,也更漂亮,可以和世界上曾经出现过的,最美丽的操作系统媲美!不同于现在的XP,Linux的图形界面是基于Console之上的,类似于Windows 95架于DOS之上,Linux下实现图形界面的是X Window系统(区别于MS的Windows)。
X Window是一套用于UNIX的具有极大可携性、对彩色掌握的多样性和网络之间的操作透明性的健在式处理窗口系统。它和微软的Windows的工作原理并不相同,不过两者都使用图形界面和窗口技术,从外表看来有那么一点点相似,但又存在着巨大的不同,实际上X Window的界面更加多样化,也更漂亮,且高效快捷。就Windows对于DOS的地位一样,X Window一改UNIX/Linux单调的文本界面,提供了一个友善的图形用户界面(GUI)。
1984年在麻省理工学院(MIT)电脑科学研究室工作的Bob Scheifler正在发展分布式系统,DEC公司的Jim Gettys也在MIT进行A-thena计划的一部分。两者都需要一套在UNIX系统上使用的图形界面,因此两者开始合作研制X Window。1987年,MIT发布了第11个版本的X Window,并成立了非赢利性组织“X协会”来发展及控制X Window标准。所以现在的X Window并不完全是一个软件,而是一个协定,定义了一个系统所必须具备的功能。任何系统能满足这个协定及符合X协会其它的规范,便可称为X Window,它的源代码公开。因为X Window具有强大的与设备无关结构性,它提供了一组网络通信协议,任何硬件只要提供X协定,便可以执行应用程序显示一群包含图文的窗口,不需要重新编译,这种与设备无关的特性只要是根据X Window标准所开发的应用程序均可在不同的环境下作用,这就大大减少了跨越不同平台之间的编译工作,应用程序更加具有可移植性。
Linux上最常用的X Window是Xfree86,它是MIT的X11R5的移植版,使用Openlook窗口管理系统,所以Xfree86是免费的。Xfree86支持现行所有的PC显示卡,但不一定支持它们的Windows加速特性,比如DirectX 9。
到目前为止,可以支持中文的Linux己不再是凤毛麟角,而且中文应用软件正不断丰富着。但一些商业软件并未完成移植,其中有诸多原因,在此不详述。[2]
发行版编辑本段回目录
Linux 主要作为Linux 发行版(通常被称为"distro")的一部分而使用。这些发行版由个人,松散组织的团队,以及商业机构和志愿者组织编写。它们通常包括了其他的系统软件和应用软件,以及一个用来简化系统初始安装的安装工具,和让软件安装升级的集成管理器。发行版为许多不同的目的而制作, 包括对不同计算机结构的支持, 对一个具体区域或语言的本地化,实时应用,和嵌入式系统,甚至许多版本故意地只加入免费软件。目前,超过三百个发行版被积极的开发,最普遍被使用的发行版有大约十二个.
一个典型的Linux发行版包括:Linux内核,一些GNU程序库和工具,命令行shell,图形界面的X Window系统和相应的桌面环境,如KDE或GNOME,并包含数千种从办公套件,编译器,文本编辑器到科学工具的应用软件。
目前最著名的发行版有Debian,红帽(redhat)、ubuntu、Suse、Mandriva(原Mandrake)、CentOS、fedora等。
Linux与其他操作系统区别编辑本段回目录
目前运行在PC机上的操作系统主要有Microsoft的MS-DOS、Windows、Windows NT、IBM的OS/2等。早期的PC机用户普遍使用MS-DOS,因为这种操作系统对机器的硬件配置要求不高,而随着计算机硬件技术的飞速发展,硬件设备价格越来越低,人们可以相对容易地提高计算机的硬件配置,于是开始使用Windows、Windows NT等具有图形界面的操作系统。Linux是新近被人们所关注的操作系统,它正在逐渐为PC机的用户所接受。那么,Linux与其他操作系统的主要区别是什么呢?下面从两个方面加以论述。
Linux与MS-DOS之间的区别
在同一系统上运行Linux和MS-DOS已很普遍,就发挥处理器功能来说,MS-DOS没有完全实现x86处理器的功能,而Linux完全在处理器保护模式下运行,并且开发了处理器的所有特性。Linux可以直接访问计算机内的所有可用内存,提供完整的Unix接口。而MS-DOS只支持部分Unix的接口。
就操作系统的功能来说,MS-DOS是单任务的操作系统,一旦用户运行了一个MS-DOS的应用程序,它就独占了系统的资源,用户不可能再同时运行其他应用程序。而Linux是多任务的操作系统,用户可以同时运行多个应用程序。
Linux与OS/2、Windows、Windows NT之间的区别
从发展的背景看,Linux与其他操作系统的区别是,Linux是从一个比较成熟的操作系统发展而来的,而其他操作系统,如Windows NT等,都是自成体系,无对应的相依托的操作系统。这一区别使得Linux的用户能大大地从Unix团体贡献中获利。因为Unix是世界上使用最普遍、发展最成熟的操作系统之一,它是七十年代中期发展起来的微机和巨型机的多任务系统,虽然有时接口比较混乱,并缺少相对集中的标准,但还是发展壮大成为了最广泛使用的操作系统之一。无论是Unix的作者还是Unix的用户,都认为只有Unix才是一个真正的操作系统,许多计算机系统(从个人计算机到超级计算机)都存在Unix版本,Unix的用户可以从很多方面得到支持和帮助。因此,Linux做为Unix的一个克隆,同样会得到相应的支持和帮助,直接拥有Unix在用户中建立的牢固的地位。
从使用费用上看,Linux与其他操作系统的区别在于Linux是一种开放、免费的操作系统,而其他操作系统都是封闭的系统,需要有偿使用。这一区别使得我们能够不用花钱就能得到很多Linux的版本以及为其开发的应用软件。当我们访问Internet时,会发现几乎所有可用的自由软件都能够运行在Linux系统上。有来自很多软件商的多种Unix实现,Unix的开发、发展商以开放系统的方式推动其标准化,但却没有一个公司来控制这种设计。因此,任何一个软件商(或开拓者)都能在某种Unix实现中实现这些标准。OS/2和Windows NT等操作系统是具有版权的产品,其接口和设计均由某一公司控制,而且只有这些公司才有权实现其设计,它们是在封闭的环境下发展的。
展望编辑本段回目录
一个打算对所有生活在发展中国家孩子提供手提电脑的名为每孩子皆有一部手提电脑(OLPC)的项目,正是使用Linux作为缺省的操作系统。
什么是Linux简单地说,Linux是一套免费使用和自由传播的类Unix操作系统,它主要用于基于Intel x86系列CPU的计算机上。这个系统是由全世界各地的成千上万的程序员设计和实现的。其目的是建立不受任何商品化软件的版权制约的、全世界都能自由使用的Unix兼容产品。
Linux的出现,最早开始于一位名叫Linus Torvalds的计算机业余爱好者,当时他是芬兰赫尔辛基大学的学生。他的目的是想设计一个代替Minix(是由一位名叫Andrew Tannebaum的计算机教授编写的一个操作系统示教程序)的操作系统,这个操作系统可用于386、486或奔腾处理器的个人计算机上,并且具有 Unix操作系统的全部功能,因而开始了Linux雏形的设计。
Linux以它的高效性和灵活性著称。它能够在PC计算机上实现全部的Unix特性,具有多任务、多用户的能力。Linux是在GNU公共许可权限下免费获得的,是一个符合POSIX标准的操作系统。Linux操作系统软件包不仅包括完整的Linux操作系统,而且还包括了文本编辑器、高级语言编译器等应用软件。它还包括带有多个窗口管理器的X-Windows图形用户界面,如同我们使用Windows NT一样,允许我们使用窗口、图标和菜单对系统进行操作。
Linux之所以受到广大计算机爱好者的喜爱,主要原因有两个,一是它属于自由软件,用户不用支付任何费用就可以获得它和它的源代码,并且可以根据自己的需要对它进行必要的修改,无偿对它使用,无约束地继续传播。另一个原因是,它具有Unix的全部功能,任何使用Unix操作系统或想要学习 Unix操作系统的人都可以从Linux中获益。
Linux数据恢复
利客维佛山数据恢复中心,专业的linux数据恢复公司,为您提供linux文件修复服务。
一、利客维佛山数据恢复中心多年Linux数据恢复经验,linux数据恢复故障包括:
1,支持linux系统使用的EXT3,EXT2,ReiserFS,JFS文件系统
2,可恢复linux文件误删除
3,可恢复Super Block超级块和Inode损坏的数据
4,可恢复IBM-AIX JFS文件系统损坏的目录结构
5,可恢复ReiserFS文件系统 Super 和 Leaf 块损坏
6,可恢复LVM逻辑卷
7,无法FSCK,无法MOUNT的数据恢复
8,目录损坏或丢失的数据恢复
二、Linux操作系统简介
Linux操作系统,是一种计算机操作系统。Linux是公认的运行稳定、安全性较高的操作系统,但是服务器硬件故障和各种意外因素都会导致 Linux服务器硬盘上数据丢失。特别对于运用在商业领域中的Linux服务器,数据的安全性、完整性和灾难后的Linux数据恢复能力是每一个 Linux系统管理员最为关心的问题。Linux作为新一代网络操作系统,在服务器方面的应用越来越广泛。作为专门的网络服务器,一个重要功能就是对服务器数据进行备份,以确保数据的安全。
三、为顾客提供一种常见的Linux数据恢复备份方法 。
Linux操作系统中的数据备份工作是Linux系统管理员的重要工作和职责。传统的Linux服务器数据备份的方法很多,备份的手段也多种多样。常见的Linux数据恢复备份方式仅仅是把数据通过TAR命令压缩拷贝到磁盘的其它区域中去。还有比较保险的做法是双机自动备份,不把所有数据存放在一台计算机上,否则一旦这台计算机的硬盘物理性损坏,那么一切数据将不复存在了。所以双机备份是商业服务器数据安全的基本要求。通常情况下使用的双机备份是双机定时备份文件,而不是实时的。要实现双机备份,必须先在单机上备份所有的文件,然后再把备份文件传输到其它机器上。这样可能比较麻烦,而且有不足之处。例如,这样做对于不需要备份的文件也要在网络上传输,会造成带宽的浪费。
1. 在windows下的软件可不可以正常的运行?
不可以,不过有一个软件叫 wine ,可以模拟运行一部分程序。他的衍生版本可以运行特定方面的软件。比如 cedega ,可以运行很多游戏,CS、WarCraft3 、wow 都能,但还是不够完美。比如 wow 里部分插件导致运行缓慢(CS 用 OpenGL 基本完美。当然前提是你的显卡正确安装了驱动,打开了 3D 支持)。
2. 哪个杀毒软件支持linux?
Avast!,Mcafee,Kaspersky和ClamAV(自由软件,开源、免费)等。
暂时 linux 还不需要杀毒软件,病毒很少,主要是黑客攻击,注意设置就行了。 比如选择针对桌面设计的版本,来减少过多服务程序导致安全隐患。
3. 在Linux是不是可以实现多媒体播放功能(比如听歌看电影)啊?
可以,绝对可以,而且Linux下的软件很早就可以和Windows的媒体播放软件媲美了。
ffmpeg 解码器库就是linux下的,Mplayer 也是linux 里的。(注意不是windows 里的那个韩国的KMPlayer ,Linux 里的KMPlayer是一个Mplayer的KDE界面程序) 在硬件条件足够的情况下Mplayer对720P、1080P高清的支持也很完美!
ppstream也发布了Linux版本,现在可以在Linux下看网络电视了!
4. QQ可不可以在Linux运行啊?
腾讯官方已发布QQ for Linux (于2009年1月19日发布),但功能尚且比较简单,可以支持屏幕截图。目前不支持群管理,群空间等高级属性。已经可以支持红旗linux桌面版6.0,对最新的suse linux 11.1的支持也非常好。其他的可以选择的开源解决方案还有eva,lumaQQ和pidgin。目前eva的功能较强大。[1]
国内的Linux学习网站编辑本段回目录
Linux中国 http://www.linux-cn.com
LUPA开源社区 http://www.lupaworld.com
Linux基金会 http://www.linux.org/
Linux内核官方发布站 http://www.kernel.org/
GNU项目首页 http://www.gnu.org/
Debian GNU/Linux http://www.debian.org/
Ubuntu http://www.ubuntu.com/
Ubuntu中国http://www.ubuntu.org.cn/
RedHat Inc.(商业) http://www.redhat.com/
Fedora http://fedoraproject.org/
Gentoo GNU/Linux http://gentoo.org/
chinaunix http://www.chinaunix.net
Linux时代 http://linux.chinaunix.net
Linux联盟网站 http://www.xxlinux.com
播布客 http://www.boobooke.com/
- 参考资料
- [1]. wow gold http://www.wowgold-se.com/
- [2]. wow gold http://www.wowgold-no1.com/
- [3]. wow gold http://www.visongold.com/
- [4]. cheap wow gold http://www.gold4game-online.com/
- [5]. wow po http://www.yokuar.com/
- [6]. wow gold http://www.wowgold-com.com/
- [7]. happye life http://www.happyur.com
- [8]. wow gold sale http://www.cataclysm-blizzard.com/
- [9]. wow gold http://www.feedwowgold.com/
- [10]. world of warcraft wow items http://www.wowitemsonline.com/
- [11]. wow gold http://www.wowgold-dk.com/
- [12]. wow gold http://www.wowgoldsaler.com/
- [13]. wow europe download http://www.downloadofwow.com
- [14]. buy wow gold http://www.beautifulwowgold.com/
- [15]. wow gold http://www.wowgoldsale.fr/
- [16]. only4game http://www.only4gamegold.com
- [17]. buy cheap wow gold http://www.you-cataclysm.com/
- [18]. ffxiv gil http://www.cheap-ffxiv-gils.com/
- [19]. fake watch http://www.watch-fake.net/
- [20]. wow gold eu http://www.just6-de.com/
- [21]. wow gold http://www.wowgoldsale.dk/
- [22]. ffxiv accounts http://www.finalfantasyaccount.com/
- [23]. free games http://www.free-games-gts.com/
- [24]. wow gold http://www.wowgoldsale.fr/
- [25]. Jimmy Choo Messenger Bag http://www.bagstrategy.com/jimmyhoo-handbags-jimmyhoo-messenger-bag
- [26]. ring http://www.clothes-suppliers.com/ring-wholesale-1840_1843.html
- [27]. POLO Handbags http://www.bagstrategy.com/polo-handbags/polo-handbags
- [28]. ring http://www.bagsair.com/jewelry/ring
- [29]. Coach 2010 New Handbags http://www.christianlouboutin.bz/coach-handbags/coach-2010-new-handbags
- [30]. http://www.shanshantours.gov.cn/bbs/boke.asp?kuaiotef7.showtopic.164707.html http://www.shanshantours.gov.cn/bbs/boke.asp?kuaiotef7.showtopic.164707.html
- [31]. http://www.0571hi.com/web/0571hi/space.php?uid=23230&do=blog&id=449964 http://www.0571hi.com/web/0571hi/space.php?uid=23230&do=blog&id=449964
- [32]. http://www.jax-golf.com/boke.asp?kuaiooel5.showtopic.4185.html http://www.jax-golf.com/boke.asp?kuaiooel5.showtopic.4185.html
- [33]. http://www.liuzhi.biz/wiki/index.php?doc-view-497 http://www.liuzhi.biz/wiki/index.php?doc-view-497
- [34]. http://www.imangoo.com/baike/index.php?doc-view-3772 http://www.imangoo.com/baike/index.php?doc-view-3772
- [35]. http://www.dlmai.com/wk/index.php?doc-view-16 http://www.dlmai.com/wk/index.php?doc-view-16
- [36]. http://www.hamiltonren.ca/space.php?uid=21351&do=blog&id=43219 http://www.hamiltonren.ca/space.php?uid=21351&do=blog&id=43219
- [37]. http://yclib.com/home/space.php?uid=2765&do=blog&id=15444 http://yclib.com/home/space.php?uid=2765&do=blog&id=15444
- [38]. http://www.jxth.com.cn/bbs/boke.asp?ttpzfbs.showtopic.1647.html http://www.jxth.com.cn/bbs/boke.asp?ttpzfbs.showtopic.1647.html
- [39]. http://etopunion.cn/club/space.php?uid=1162&do=blog&id=1628 http://etopunion.cn/club/space.php?uid=1162&do=blog&id=1628
- [40]. http://baike.114news.com/index.php?doc-view-1109 http://baike.114news.com/index.php?doc-view-1109
- [41]. http://bbs.lgmi.com/index.php?doc-view-1589 http://bbs.lgmi.com/index.php?doc-view-1589
- [42]. http://luntan.cbice.com/index.php?doc-view-106 http://luntan.cbice.com/index.php?doc-view-106
- [43]. http://suzhouamway.us.st/hdwiki/index.php?doc-view-287 http://suzhouamway.us.st/hdwiki/index.php?doc-view-287
- [44]. http://baike.cj3.cn/index.php?doc-view-11 http://baike.cj3.cn/index.php?doc-view-11
- [45]. tianjin escort http://www.tiddmassage.info
- [46]. 徐州刮起了十级大风 http://www.jxth.com.cn/bbs/boke.asp?nannoofz.showtopic.38693.html
- [47]. 春假=好累的一天 http://www.xinwuwang.com/viewthread.php?tid=107379&pid=137904&page=1&extra=page%3D1#pid137904
- [48]. tianjin escort http://www.sethescort.info
- [49]. tianjin massage http://www.sethescort.info
- [50]. puma shoes http://www.pumashoescool.com
- [51]. puma outlet http://www.pumashoescool.com
- [52]. puma online http://www.pumashoescool.com
- [53]. puma sale http://www.pumashoescool.com
- [54]. shanghai massage http://www.shanghaiescortdoc.com
- [55]. 落雨杉 http://www.333ddz.com/viewthread.php?tid=29631&pid=34701&page=1&extra=page%3D1#pid34701
- [56]. shanghai massage http://www.vbshanghaimassage.com
- [57]. shanghai escort http://www.vbshanghaimassage.com
- [58]. 以及动物表演的安全隐患.最后 http://corp.veryeast.com/boke.asp?kingvccf.showtopic.145982.html
- [59]. coach handbags http://www.topbrandbag.net/
- [60]. shopchristianlouboutin com http://www.clshoesonline.org/
- [61]. christian louboutin boots http://www.webclpumps.com/
- [62]. women high heel http://www.clshoesonline.org/
- [63]. chanel purse online http://www.topbrandbag.net/
- [64]. fivefingers shop http://www.vibramshoessales.org/new-products
- [65]. coach wholesale handbags 只是因为我发现了一件事 http://baike.cnair.com/index.php?doc-view-5
- [66]. timberland uk 这就是朋友 http://u.niugoo.com/space.php?uid=341183&do=blog&id=849586
- [67]. coach flats cheap 主翼羽短 http://www.aqhncw.ghtxx.cn/hdwiki/index.php?doc-view-6658
- [68]. outlet chi 转而 http://bbs.fdts.com.cn/ethome/space.php?uid=113757&do=blog&id=430690
- [69]. kso trek online store http://www.vibramoutlet.org/5-vibram-five-fingers-kso-trek
- [70]. monster tour headphones http://www.monsterheadphoness.com/3-monster-tour-headphones
- [71]. hogan women shoes for sale http://www.hogansaleshoes.com/4-hogan-womens-shoes
- [72]. asics shoes sale http://www.asicsshoessales.net/
- [73]. tods leather shoes http://www.todsmensshoes.com/11-tods-gommino-leather-shoes
- [74]. ferragamo women shoes http://www.ferragamosaleusa.net/specials.html
- [75]. tory burch boots http://www.toryburchusaleusa.org/
- [76]. tory burch shoes for women http://www.toryburchusaleusa.net/
- [77]. ferragamo mens shoes http://www.ferragamosaleusa.org/
- [78]. salvatore ferragamo jewelry 一付温存的样子 http://www.st216.com/baike/doc-view-220.html
- [79]. where to find vibram five fingers http://www.vibramfivefingershop.com/specials.html
- [80]. vibram five finger sprints http://www.vibramfivefingershop.com/products_all.html
- [81]. tods laofer http://www.todsshoessale.org.uk/tods-leather-loafer-c-298.html
- [82]. buy tods http://www.todsshoessale.org.uk/products_all.html
- [83]. vibram five fingers cheapest http://www.vibramfivefingershop.com/specials.html
- [84]. tory burch shoes http://www.toryburchusaleusa.org/tory-burch-sandals-c-3.html
- [85]. ferragamo shoes discount http://www.ferragamosaleusa.org/ferragamo-varina-flats-c-1.html
- [86]. tory burch handbags on sale http://www.toryburchusaleusa.org/tory-burch-handbags-c-11.html
- [87]. ferragamo shoes for women http://www.ferragamosaleusa.org/ferragamo-varina-flats-c-1.html
- [88]. salvatore ferragamo discount http://gubaike.com/index.php?doc-view-3132
- [89]. tory burch sales http://www.toryburchusaleusa.net/specials.html
- [90]. ferragamo flat bags http://www.ferragamosaleusa.org/ferragamo-leather-bags-c-7.html
- [91]. ferragamo mens flat shoes http://www.ferragamosaleusa.net/ferragamo-flat-men-c-5.html
- [92]. ferragamo mens shoes http://www.ferragamosaleusa.com/ferragamo-flat-men-c-5.html
- [93]. tory burch flip flops sale 为了自己有好日子过 http://www.bagui.cc/baike/index.php?doc-view-49
- [94]. tory burch slippers on sale http://www.toryburchusaleusa.org/tory-burch-slippers-c-6.html
- [95]. shop ferragamo 全球专家讨论应对策略 http://www.yidaw.com/baike/index.php?doc-view-1231.html
- [96]. ferragamo discount shoes 很多就没有了 http://www.aliqq.com/baike/index.php?doc-view-729
- [97]. cheap ferragamo mens shoes 愿大家在这个流感季节 http://baike.cexyh.com/index.php?doc-view-167
- [98]. ferragamo shoes sale 他/她不只和你一个人说过 http://www.pkutrans.com/baike/doc-view-850
- [99]. moncler on sale http://www.monclershopbest.com/
- [100]. monclers men sale http://www.monclershopbest.com/moncler-mens-hoody-c-8.html
- [101]. moncler bath towels http://www.monclershopbest.com/moncler-bath-towels-p-268.html
- [102]. moncler down http://www.monclershopbest.com/moncler-womens-coats-c-18.html
- [103]. moncler snow boots http://www.monclershopbest.com/moncler-accessories-moncler-boots-c-11_12.html
- [104]. lacoste footwear online http://www.lacosteshoesmall.org/
- [105]. puma shoes for women http://www.pumabestshoes.org/
- [106]. herve leger black bandage dress http://www.tophervelegersale.com/herve-leger-bandage-c-295.html
- [107]. cartier boxes a named head of GE http://baike.85l.cn/index.php?doc-view-70529
- [108]. herve leger max azria do this http://wiki.6688.la/doc-view-202.html
- [109]. paul smith shoe http://www.paulsmithsale.org.uk/
- [110]. paul smith bags for men http://www.paulsmithsale.org.uk/
- [111]. ladies paul smith shoes http://www.paulsmithsale.org.uk/
- [112]. paul smith scarf sale http://www.paulsmithsale.org.uk/
- [113]. paul smith polo zebra http://www.paulsmithsale.org.uk/
- [114]. salvatore ferragamo suits http://www.ferragamosaleshop.com/specials.html
- [115]. moncler jacket on sale http://www.monclershopbest.com/moncler-mens-jackets-c-3.html
- [116]. moncler womens Jackets http://www.monclershopbest.com/moncler-womens-jackets-c-2.html
- [117]. mens ferragamo shoes http://www.ferragamosaleshop.com/
- [118]. moncler store http://www.monclershopbest.com/moncler-mens-coat-c-17.html
- [119]. ferragamo varina flat http://www.ferragamoshopsale.com/specials.html
- [120]. moncler coats for sale http://www.monclersalebest.com/products_new.html
- [121]. moncler shoes http://www.monclersalebest.com/specials.html
- [122]. ferragamo shoes wholesale http://www.ferragamoshopsale.com/specials.html
- [123]. moncler for sale http://www.monclersalebest.com/products_new.html
- [124]. timberland boots uk http://www.timberlandbootssaleuk.org/
- [125]. discount tory burch shoes http://www.storetoryburch.net/products_all.html
- [126]. timberland uk boots http://www.timberlandbootssaleuk.org/womens-timberland-rolltop-boots-c-8.html
- [127]. cheap tory burch bags http://www.storetoryburch.net/tory-burch-wallets-c-12.html
- [128]. discount tory burch boots http://www.storetoryburch.net/specials.html
- [129]. mbt tataga http://www.mbtproshop.com/
- [130]. ugg classic short chestnut http://www.ebootsshop.com/ugg-classic-short-c-29.html
- [131]. bikkembergs clothing http://www.dirkbikkemberg.it/bikkembergs-t-shirts-c-18.html
- [132]. boys timberland boots http://www.timberlandbootsshop.org.uk/
- [133]. chanel cc http://www.chanelshop.org.uk/
- [134]. mens tods http://www.todsshoessales.org.uk/products_all.html
- [135]. paul smith bag http://www.paulsmithuks.org.uk/paul-smith-bags-c-1.html
- [136]. tods lace Category http://www.biyannet.com/plus/view-68486-1.html
- [137]. kids north face jackets http://www.hadetsjyxx.cn/bbs/boke.asp?cpzksa0ah.showtopic.38784.html
- [138]. tods ladies shoes http://rujia.cc/plus/view.php?aid=179611
- [139]. dsquared mens sneakers http://www.dsquared2shoess.org/dsquared2-sneakers-c-27.html
- [140]. paul smith holdall bag http://www.paulsmithuks.org.uk/paul-smith-holdall-c-8.html
- [141]. shoes timberland http://www.timberlandukboot.org.uk/specials.html
- [142]. northface shop http://www.northfaceshow.net/products_all.html
- [143]. northface hats http://www.northfaceshow.net/north-face-hats-c-22.html
- [144]. Tory Burch on discount http://www.etoryburchsale.com/products_all.html
- [145]. ferragamo bags on sale http://www.outletferragamo.net/ferrsgamo-leather-bags-c-7.html
- [146]. ferragamo shoes on sale http://www.outletferragamo.net/specials.html
- [147]. paulsmith passport conver http://www.paulsmithonline.org/paul-smith-passport-cover-c-10.html
- [148]. Tory Burch card case http://www.etoryburchsale.com/tory-burch-card-case-c-13.html
- [149]. north face girls jackets http://www.northfacejacketsbuy.net/specials.html
- [150]. Tory Burch kids shoes http://www.jxth.com.cn/bbs/boke.asp?qpsak6fhvd.showtopic.41809.html
- [151]. Tory Burch ties 早起篇 http://www.15jia.com/bbs/boke.asp?vhsrh9iwhs.showtopic.89788.html
- [152]. paul smith passport conver yang qi http://www.hnmht.com/bbs/boke.asp?cosxs2aib1.showtopic.85085.html
- [153]. canada goose down parka http://www.jacketsalemall.org/
- [154]. moncler piumini donna http://www.jacketsalemall.org/
- [155]. mens spyder ski jacket http://www.jacketsalemall.org/
- [156]. spyder ski pants sale http://www.jacketsalemall.org/
- [157]. ghd official website http://www.ghdstyler.me.uk/
- [158]. jimmy choo online http://www.jimmychoosonsale.com/
- [159]. michael kors handbags sale http://www.emichaelkorsoutlet.com/
- [160]. discount birkenstock http://www.birkenstockshoessales.org/
- [161]. supra tk http://www.suprasshoeuk.com/
- [162]. 当地村民怀疑 hollister uk http://www.70888.info/plus/view.php?aid=34499
- [163]. The man exposes like most sexy humor color woman http://www.hnzknx.com/bbs/forum.php?mod=viewthread&tid=426003
- [164]. Look me in the eye looked into my eyes http://micravoip.com/index.php/User:Jiadnkbxvk#Look_me_in_the_eye_looked_into_my_eyes
- [165]. echarpes ralph lauren http://www.acheter-ralph-lauren.info
- [166]. 15 words female baby name for use http://ftpgamers.com/ncgamers/viewthread.php?tid=741205&extra=
- [167]. chaussures dior femme http://www.ralph-lauren-chaussures.webnode.fr
- [168]. darling clothes http://blogs.dotnetkicks.com/tapoutclothing
- [169]. Cheap prom Dresses http://www.mordendressz.com
- [170]. Cheap gucci sunglasses http://www.superbsunglasses.net
- [171]. Chemises ralph lauren http://www.ventengrossiste.net
- [172]. Cuisine de Outils http://www.cuisinefr.eu
- [173]. celebrity styles wigs http://www.yesyeswigs.com
- [174]. www.racket-racquets.co.uk http://www.racket-racquets.co.uk
- [175]. juicy couture outlet Sale http://www.ladytracksuitsuk.com
- [176]. pink cashmere sweater http://www.africancanadianmodels.com/sweats
- [177]. Veste north Face http://www.doudouneskifr.com
- [178]. bed with drawers http://blackboots.guplog.com
- [179]. Juicy Couture bags http://www.kingofjc.org
- [180]. cheap football shirts http://www.gogofootballshirts.com
- [181]. Hélicoptères radio De Contrôle http://www.radiodecontrole.net
- [182]. Ralph Lauren Pas cher http://www.polomoinscher.fr
- [183]. Ermenegildo zegna mens suits http://www.bestfashionsuits.us
- [184]. bouton de manchette paul smith http://www.paulsmithchaussuressoldes.webnode.fr
- [185]. jeans paul smith http://www.gantspaulsmith.webnode.fr
- [186]. Ed hardy Homme pas cher http://www.casquette-ed-hardy-prix.webnode.fr
- [187]. af pas cher http://www.abercrombie-fitch-lille.webnode.fr
- [188]. paul smith shoe http://www.portefeuilles-paul-smith.webnode.fr
- [189]. chemise dior http://www.chemise-blanche-femme-burberry.webnode.fr
- [190]. af pas cher http://www.t-shirt-albert-combi.webnode.fr
- [191]. chaussures burberry homme http://www.chaussureburberryfemmepascher.webnode.fr
- [192]. polo ralph lauren homme pas cher http://www.poloralphlaurenparis.webnode.fr
- [193]. chemise tommy hilfiger pas cher http://www.chemisearmani.webnode.fr
- [194]. ray ban glasses http://rayban-glasses.tumblr.com/
- [195]. Karen Millen Sale http://www.copyrightaware.co.uk/general/
- [196]. ray ban outlet http://ray-ban-outlet.tumblr.com/
- [197]. Oakley Sunglasses Cheap http://1975oakley.tumblr.com/
- [198]. ray ban aviators http://ray-ban-aviators.tumblr.com/
- [199]. ralph lauren en ligne http://www.ralph-lauren-grossiste.biz
- [200]. http://74.50.4.253/forums/showthread.php?p=439583#post439583 http://74.50.4.253/forums/showthread.php?p=439583#post439583
- [201]. http://www.aixin99.com/plus/view.php?aid=5668 http://www.aixin99.com/plus/view.php?aid=5668
- [202]. vente de chaussures en ligne http://www.achat-converse.biz
- [203]. abercrombie sweatpants http://www.abercrombie-achat-en-ligne.webnode.fr
- [204]. cheap nike air max tailwind 5 http://www.okairmaxshop.com/nike-air-max-tailwind-5-c-45.html
- [205]. herve leger skirts http://www.popdressesstore.com/herve-leger-skirts-c-4.html
- [206]. cheap nike free run 3 http://www.okairmaxshop.com/nike-free-run-3-c-81.html
- [207]. discount tods http://www.saletodsshoes.net/
- [208]. adidas adipure iii trx fg http://www.okbrandshoes.com/adidas-adipure-trx-fg-adidas-adipure-iii-trx-fg-c-7_9.html
- [209]. http://bs-wiki.untangled.us/./index.php/User:Kkbvisvnsl#.3D_I_have_the_time http://bs-wiki.untangled.us/./index.php/User:Kkbvisvnsl#.3D_I_have_the_time
- [210]. http://www.cshifi.cn/home.php?mod=space&uid=16778&do=blog&id=7639 http://www.cshifi.cn/home.php?mod=space&uid=16778&do=blog&id=7639
- [211]. echarpe ralph lauren http://www.vestecapucheralphlauren.webnode.fr
- [212]. chaussures gucci http://www.chaussures-armani-jeans-homme.webnode.fr
- [213]. http://www.successful-women.net/bbs/forum.php?mod=viewthread&tid=6819341&extra= http://www.successful-women.net/bbs/forum.php?mod=viewthread&tid=6819341&extra=
- [214]. By the end of the month http://all.maimainiu.com/bbs/forum.php?mod=viewthread&tid=33633
- [215]. louboutin2 http://www.saudi-ph.com/showthread.php?p=111911#post111911
- [216]. ray ban pas cher http://bbs.hiq.hk/forum.php?mod=viewthread&tid=795072
- [217]. nike high heels http://nikehighheelsoutlet6.webs.com/
- [218]. nike high heels http://nikehighheelsoutlet2.webs.com/
- [219]. nike high heels http://nikehighheelsoutlet1.webs.com/
- [220]. http://www.saclouisvuitton1.com/ 58288 http://www.azkjw.com/forum/forum.php?mod=viewthread&tid=666537
- [221]. Louis Vuitton http://www.louisvuittonpascher-sacs.com/
- [222]. Louboutin http://louboutinpascher7.webnode.fr/
- [223]. Celine France http://www.saccelinefrance.com/
- [224]. New Huawei E5 Mifi Pocket http://hljnzy.net/foreignlanguage/Review.asp?NewsID=409
- [225]. tiffany outlet http://hondaegypt.com.eg/webalizer/
- [226]. ralph lauren outlet http://sportnews2012.com/
- [227]. tiffany outlet http://www.technologynews2012.com/
- [228]. cheap ray ban sunglasses http://hondaegypt.com.eg/sunglasses.asp
- [229]. ray ban http://www.sunglassesonlineuk.com/
- [230]. Toms Sale http://www.thebesttomsshoes.com
- [231]. Toms Shoes For Sale http://www.thebesttomsshoes.com
- [232]. discount toms shoes http://www.tomsonlinego.com
- [233]. Toms Shoes Outlet http://www.thebesttomsshoes.com
- [234]. Toms Shoes Sale 24796 http://www.budsarcheryshop.com/forum/viewtopic.php?f=3&t=461499
- [235]. ray ban wayfarer http://rayban4u.jimdo.com/
- [236]. tiffany and co http://tiffanyandco1837.webs.com/
- [237]. cheap ray bans http://cheapraybanss.tumblr.com/
- [238]. prada sunglasses http://2013-pradasunglasses.webs.com/
- [239]. ray ban wayfarer http://raybans1937.webs.com/
- [240]. christian louboutin uk http://www.icamltd.co.uk/christian-louboutin-uk.html
- [241]. mulberry outlet http://www.icamltd.co.uk/mulberryuk.html
- [242]. oakley sunglass uk http://www.occasionscarhire.co.uk/default_.asp
- [243]. oakleysunglass outlet http://www.clayfieldaquarium.com.au/default_.htm
- [244]. http://www.cnkid.cn/home/space.php?uid=101791&do=blog&id=629649 http://www.cnkid.cn/home/space.php?uid=101791&do=blog&id=629649
- [245]. oakley lunettes http://www.oakleylunettes.info
- [246]. nike blazer http://www.nikeblazersvintage.info
- [247]. louboutin chaussures http://www.christianlouboutinchaussuresfemme.info
- [248]. supreme snapback The Many Benefits Of Corporate Video Production http://www.91zijimei.com/forum.php?mod=viewthread&tid=9732
- [249]. christian louboutin shoes Men Fashion - Tips On Choosing The Right Shoe http://www.ldczzx.com/bbs/forum.php?mod=viewthread&tid=2565710
- [250]. チャンルーブレスレット http://chanluuoutlet2u.webnode.jp/
- [251]. ガガミラノ 時計 http://shopgagawatch.webnode.jp/
- [252]. ルイヴィトン 財布 http://lvhandbagssale3.webnode.jp/
- [253]. GaGa Milano http://gagawatchmen.webnode.jp/
- [254]. チャンルーブレスレット http://shopchanluuonline.webnode.jp/
- [255]. nike air max 1 uk http://www.nikeairmax1shopsale.com/
- [256]. But nonetheless Ass http://bj.liangan.cc/forum.php?mod=viewthread&tid=107589
- [257]. So having a ten per http://www.autoworld.net.cn/luntan/forum.php?mod=viewthread&tid=17261
- [258]. cheap nike air max trainers http://www.nikeairmax1shopsale.com/
- [259]. nike air max uk http://www.nikeairmax1shopsale.com/
- [260]. cheap nike air max http://www.nikeairmaxbestmarket.com/
- [261]. cheap nike air max 1 http://www.nikeairmaxbestmarket.com/
- [262]. cheap air max 1 http://www.nikeairmaxbestmarket.com/
- [263]. nikeairmaxbestmarket.com http://www.nikeairmaxbestmarket.com/
- [264]. nike air max http://www.nikeairmaxbestmarket.com/
- [265]. hogan uomo http://www.hoganuomoscarpe2013.com
- [266]. hogan uomo http://hoganositoufficiale.com
- [267]. hogan scarpe 2013 http://hoganositoufficiale.com
- [268]. hogan sito ufficiale http://hoganositoufficiale.com
- [269]. hogan 2013 http://www.hoganuomoscarpe2013.com
- [270]. cheap nike air max 1 http://www.airmax1bestplaza.co.uk/
- [271]. nike air max 1 uk http://www.airmax1bestplaza.co.uk/
- [272]. 98 and 44. http://www.inandan.com/thread-164158-1-1.html
- [273]. cheap nike air max http://www.airmax90bestzone.co.uk/
- [274]. nike air max 1 uk http://www.nikeairmaxvipzone.com/
- [275]. Beats Dr Dre http://beatsdrdres7.tumblr.com/
- [276]. purple monster beats http://beatsbudrdresale.webs.com/
- [277]. Beats Headphones Cheap http://headphonescheap4u.tumblr.com/
- [278]. Wholesale Beats By Dre Studio http://wholesalebeatsbydre5.webs.com/
- [279]. Just Beats By Dre http://justbeatsbydredre.blogspot.com
- [280]. pink monster beats http://pinkmonsterbeatsdre7.tumblr.com/
- [281]. Beats By Dr. Dre Tour Controltalk In-ear http://beatstourcontroltalks6.tumblr.com/
- [282]. Beats By Dre Earbuds http://cheapbeatsbydres7.tumblr.com/
- [283]. Black Diamond Beats http://blackdiamondbeats.blogspot.com
- [284]. monster beats website http://beatswebsite4sale.webs.com/
- [285]. beats dr dre monster http://beatsdrdremonster4sale.webs.com/
- [286]. White Beats By Dre http://whitebeatsbydredre.blogspot.com
- [287]. Monster Beats Tour Controltalk http://monsterbeatstour6.blogspot.com
- [288]. Beat By Dre Cheap http://monsterdrecheaps7.tumblr.com/
- [289]. discount beats by dr dre http://discountbeats1.tumblr.com/
- [290]. コーチ 時計 http://www.shopwatchjapan.com/
- [291]. ミュウミュウ 財布 http://www.miumiuonlinejp.asia/
- [292]. ガガミラノ 時計 http://www.gagajapanmall.com/
- [293]. セリーヌ 財布 http://www.celinejapanbuy.com/
- [294]. エルメス バッグ http://www.hermesjapan1837.com/
- [295]. Louis Vuitton Outlet http://www.replicalouisvuittonoutletzt.com
- [296]. Louis Vuitton Outlet http://www.replicalouisvuittonoutletstore.com
- [297]. Louis Vuitton http://www.louisvuittonoutletzt.com
- [298]. Louis Vuitton http://www.uslouisvuittonoutletzt.com
- [299]. Louis Vuitton Outlet http://www.usreplicalouisvuittonoutlet.com
- [300]. nike free 3.0 http://nikefreenorway.asia/
- [301]. nikefreenorway.asia http://nikefreenorway.asia/
- [302]. nike sko http://nikefreenorway.asia/
- [303]. nike free run http://nikefreenorway.asia/
- [304]. http://glt.7wanli.com/forum.php?mod=viewthread&tid=579757 http://glt.7wanli.com/forum.php?mod=viewthread&tid=579757
- [305]. nike air max pas cher http://www.soldbyomar.com/
- [306]. nike pas cher http://www.soldbyomar.com
- [307]. TN Pas cher http://www.hairmik.com/
- [308]. La documentation est fournie http://www.ssoo.cc/forum.php?mod=viewthread&tid=248434
- [309]. tVoilà http://vip.taohaixi.com/bbs/forum.php?mod=viewthread&tid=1905919
- [310]. アンティーク クロノグラフ iwc http://www.onlineshopjp-knits.org
- [311]. www.blackest-watchearjp.com,時計 アンティーク,腕時 http://ewq1349zw.wordpress.com/?p=11
- [312]. オメガssブレス http://www.onlineshopjp-landings.org
- [313]. 質屋 オメガスピードマスター販売 http://www.onlineshopjp-kneels.org
- [314]. オメガ オメガ ポラリス gmt k18コンビ http://www.jp-onlineshoplikes.org
- [315]. www.jp-onlineshoplimes.org,パネライ ダイヤコレクション,cal.2 http://219.232.231.83/showtopic-246026.aspx
- [316]. 時計 3152.3 http://www.jp-onlineshoplandlords.org
- [317]. www.onlineshopjp-lags.org,iwc マーク16 日本限定,スピードマスター 文字盤 グレー http://www.yinxiangma.com/forum/forum.php?mod=viewthread&tid=75159
- [318]. www.jp-onlineshopleads.org,オメガ 111.25.23.60.58.001,パネライ 40mm ブレス http://www.yinxiangma.com/forum/forum.php?mod=viewthread&tid=75113
- [319]. オメガ、シーマスター、ユニークダイヤル http://www.onlineshopjp-lungs.org
- [320]. セイコー スプリングドライブprospex landmaster http://www.jp-onlineshoplimes.org
- [321]. シーマスター ラバーベルト http://www.jp-onlineshopliberates.org
- [322]. Air Jordan 21ZtHow To Dress To Impress Women http://www.fgly.cn/bbs/viewthread.php?tid=313017&extra=
- [323]. air jordan shoes for sale http://jordanoutletonlineforsale.nikejordansforsale.net
- [324]. Air Jordan 2 http://jordanoutletonlineforsale.nikejordansforsale.net/bracelets-c-2.html
- [325]. Jordan Fly 23 http://jordanoutletonlineforsale.nikejordansforsale.net/jordan-fly-23-c-28.html
- [326]. Air Jordan 2011 A FlightGvRedefining the role of snacking http://cyxlt.com/forum.php?mod=viewthread&tid=90013&fromuid=18523
- [327]. Dental Lab equipment http://www.amazon.co.uk/Marathon-Handpiece-Micromotor-straight-handpiece/dp/B00EPX8SLQ
- [328]. Dental Endodontic Treatment http://www.amazon.co.uk/Dental-Endodontic-Treatment-Locator-Tester/dp/B00EPX93TM
- [329]. www.amazon.co.uk/Professional-Whitening-Accelerator-Dental-Bleaching/dp/B00EPX8ZR8 http://www.amazon.co.uk/Professional-Whitening-Accelerator-Dental-Bleaching/dp/B00EPX8ZR8
- [330]. Teeth Whitening http://www.amazon.co.uk/Denjoy-Teeth-Whitening-410-A-Dual-Propose/dp/B00EPX9TC8
- [331]. www.amazon.co.uk/COXO-Curing-Light-DB-685-Whitening/dp/B00EPX9I88 http://www.amazon.co.uk/COXO-Curing-Light-DB-685-Whitening/dp/B00EPX9I88
- [332]. ed hardy schuhe http://www.stuser.de/Templates/Startseite/edhardy.jsp
- [333]. http://marketing-craigslist-facebook-twitter-youtube-ebay.info/blogs/viewstory/3087298 http://marketing-craigslist-facebook-twitter-youtube-ebay.info/blogs/viewstory/3087298
- [334]. http://www.mi2ave.com/user/login/ http://www.mi2ave.com/user/login/
- [335]. Christian Audigier pas cher http://www.cpbrennestt.fr/fckeditor/fck.html
- [336]. paul smith pas cher http://www.cpbrennestt.fr/javascript/psmith.html
- [337]. iPhone4s ケース http://www.ayroc.co.uk/iphone5scase.php
- [338]. http://www.breastfeedingmanifesto.org.uk/iphonecase.html http://www.breastfeedingmanifesto.org.uk/iphonecase.html
- [339]. iPhone ケース ブランド http://www.dorset-cpre.org.uk/phonecasestore.asp
- [340]. http://www.dorset-cpre.org.uk/phonecasestore.asp http://www.dorset-cpre.org.uk/phonecasestore.asp
- [341]. iPhone4 ケース http://www.ayroc.co.uk/iphone5scase.php
- [342]. 上海网站优化 http://www.yuejinkeji.com
- [343]. 青花瓷器鉴定 上海古董交易 古玩拍卖规则 http://www.jfsq.net/bbs/boke.asp?2013dihong.showtopic.119339.html
- [344]. 上海SEO优化 http://www.yuejinkeji.com
- [345]. 古董拍卖 http://www.pinrey.com/
- [346]. 古董交易 http://www.pinrey.com/aspcms/newslist/list-114-1.html
- [347]. http://lawschoolinfo.net/discountjerseys.php http://lawschoolinfo.net/discountjerseys.php
- [348]. http://www.castefootball.us/images/fakeoakleys.php http://www.castefootball.us/images/fakeoakleys.php
- [349]. Ray Ban Online Store GICKMP5688 HCFA190751 http://info.genesislineage.com/arc/20130306_123.html
- [350]. http://www.h2-nrg.co.uk/cheapraybans.php http://www.h2-nrg.co.uk/cheapraybans.php
- [351]. Ray Ban Sunglasses Cheap Sale QUJAYE7567 NASN24787 http://www.ablb.cn/a/chinanews/yqlb/2012/0906/3.html
- [352]. cheap headphones http://magmarhomes.com/
- [353]. cheap beats http://magmarhomes.com/
- [354]. beats outlet http://magmarhomes.com/
- [355]. cheap beats by dr dre http://magmarhomes.com/
- [356]. cheap beats by dre outlet http://magmarhomes.com/
- [357]. http://cheap-nhl-jerseys-1.tripod.com/ http://cheap-nhl-jerseys-1.tripod.com/
- [358]. http://cgi2.synapse.ne.jp/~insomnia/shinkirou/honey/honey.cgi?mode=howto+++++++Result:+no+post+sending+forms+are+found;]wholesale http://cgi2.synapse.ne.jp/~insomnia/shinkirou/honey/honey.cgi?mode=howto+++++++Result:+no+post+sending+forms+are+found;]wholesale
- [359]. nfl jerseys nike or reebok http://nfl-jerseys-nike-china.tripod.com/
- [360]. cheap nhl jerseys from usa http://cheapnikenfl-jerseys.tripod.com/
- [361]. http://cheap-jerseys-wholesale-usa.tripod.com/ http://cheap-jerseys-wholesale-usa.tripod.com/
- [362]. Parajumpers Outlet http://www.ipripak.org/parajumpers/
- [363]. parajumpers women http://www.leuze.be/website/
- [364]. parajumpers jackets men http://www.nevisports.com/parajumpers.asp
- [365]. Parajumpers Outlet http://www.ipripak.org/parajumpers/
- [366]. Parajumpers Jackets http://www.issp.org/parajumpers/
- [367]. http://news.i9ye.com/a/Information/jydt/2012/0604/3943.html http://news.i9ye.com/a/Information/jydt/2012/0604/3943.html
- [368]. baltimore ravens jerseys http://baltimore-ravens-jerseys-2.blogspot.com/
- [369]. cheap nike nfl jerseys china http://cheap-nike-nfl-jerseys-china.blogspot.com/
- [370]. football jerseys wholesale http://low-price-nfl-jerseys.blogspot.com/
- [371]. shop nfl .com http://blank-hockey-jerseys.blogspot.com/
- [372]. http://cheap-nfl-apparel-from-china.blogspot.com/ http://cheap-nfl-apparel-from-china.blogspot.com/
- [373]. cheap chinese jerseys nhl http://cheap-authentic-nike-nfl-jerseys-free.blogspot.com/
- [374]. custom baseball jersey design online http://order-football-jerseys-online-india.blogspot.com/
- [375]. basketball practice jerseys http://baseball-jerseys-cheap.blogspot.com/
- [376]. custom reversible basketball practice jerseys http://philadelphia-eagles-jersey-dress.blogspot.com/
- [377]. cheap nfl jerseys from usa http://cheap-nfl-jerseys-from-usa.blogspot.com/
- [378]. authentic cheap nfl jerseys http://authentic-nfl-jerseys-buy.blogspot.com/
- [379]. http://custom-football-uniforms-under-armour.blogspot.com/ http://custom-football-uniforms-under-armour.blogspot.com/
- [380]. custom nike basketball practice jerseys http://pittsburgh-steelers-jersey-dress.blogspot.com/
- [381]. cheap jerseys online http://cheap-jerseys-wholesale-usa.blogspot.com/
- [382]. http://www.youtube.com/watch?v=EKZxxSuKcF8 http://www.youtube.com/watch?v=EKZxxSuKcF8
- [383]. south jersey sports medicine http://replica-soccer-jerseys-wholesale.blogspot.com/
- [384]. http://lock.s1.hayasoft.com/maho/bbs/light.cgi?res=2100 http://lock.s1.hayasoft.com/maho/bbs/light.cgi?res=2100
- [385]. http://www.daikai-billiard.com/cgi-bin/bbs/epad.cgi?del=8767:http://www.daikai-billiard.com/cgi-bin/bbs/epad.cgi?del=8767 http://www.daikai-billiard.com/cgi-bin/bbs/epad.cgi?del=8767:http://www.daikai-billiard.com/cgi-bin/bbs/epad.cgi?del=8767
- [386]. http://www.mobilekum.com/ http://www.mobilekum.com/
- [387]. adidas goalie jerseys soccer http://dallas-cowboys-jerseys-nike.blogspot.com/
- [388]. customized football jerseys for kids http://denver-broncos-jersey-change.blogspot.com/
- [389]. mlb jerseys china http://www.youtube.com/watch?v=cZW1vGIuxfg
- [390]. cheap custom jerseys http://cheap-jersey-boys-tickets.blogspot.com/
- [391]. real football jerseys cheap http://dallas-cowboys-jersey-onesie.blogspot.com/
- [392]. redskins jerseys http://real-madrid-jerseys.blogspot.com/
- [393]. authentic nfl jerseys china wholesale http://authentic-nba-throwback-jerseys.blogspot.com/
- [394]. cheap childrens nfl jerseys http://cheap-china-nike-nfl-jerseys.blogspot.com/
- [395]. http://www.taxifu.cn/aa/20.html http://www.taxifu.cn/aa/20.html
- [396]. football practice jerseys http://customized-football-jerseys.blogspot.com/
- [397]. http://www.chuangfuyi.com/html/254.html http://www.chuangfuyi.com/html/254.html
- [398]. http://56shxq.com/a/jinpaiyulechenglonghudou/20130809/219.html http://56shxq.com/a/jinpaiyulechenglonghudou/20130809/219.html
- [399]. google.com http://www.google.com/
- [400]. google.com http://www.google.com/
- [401]. http://www.scent-tek.com/content/curly-bed-bug-sniffing-dog-helps-children-clifford-elementary-school-redwood-city-ca#comment-636291 http://www.scent-tek.com/content/curly-bed-bug-sniffing-dog-helps-children-clifford-elementary-school-redwood-city-ca#comment-636291
- [402]. http://www.xldmc.net/a/wangzhanshouye/20131008/453.html http://www.xldmc.net/a/wangzhanshouye/20131008/453.html
- [403]. http://www.tb88la.com/zhekou/58.html http://www.tb88la.com/zhekou/58.html
- [404]. facebook.com http://www.facebook.com/
- [405]. http://www.fshx.net/a/678xianshangyulechengguanfangwangzhan/20130709/155.html http://www.fshx.net/a/678xianshangyulechengguanfangwangzhan/20130709/155.html
- [406]. http://tyqipai.com/a/jinpaiyulecheng/2012/1228/8.html http://tyqipai.com/a/jinpaiyulecheng/2012/1228/8.html
- [407]. http://www.dahun365.com/a/zhutihunli/255.html http://www.dahun365.com/a/zhutihunli/255.html
- [408]. http://www.33suncity9.com/news/zonghexinwen/2389.html http://www.33suncity9.com/news/zonghexinwen/2389.html
- [409]. karen millen http://www.laquetedugraal.fr/category/karen-millen/
- [410]. moncler outlet online http://www.marcofagotti.it/moncler-outlet-online/
- [411]. Louboutin Pas cher http://www.ozzymonaco.fr/louboutin-pas-cherr/
- [412]. Louboutin Pas chere http://www.ozzymonaco.fr/louboutin-pas-chere/
- [413]. magasins karen millen http://www.laquetedugraal.fr/category/magasins-karen-millen/
- [414]. hogan outlet http://www.hogonoutlet.it/hogan-outlet/
- [415]. abercrombie and fitch http://www.ruhrstern.de/abercrombie-and-fitch/
- [416]. parajumper http://www.lasik-charite.de/parajumper/
- [417]. hollister jacken http://www.kim-color.de/hollister-jacken/
- [418]. hogan online http://www.revistamagisterio.com.co/hogan-online/
- [419]. sac louis vuitton homme http://www.fitgym-echirolles.fr
- [420]. sac gucci http://www.profiterdunet.fr
- [421]. Burberry Ceintures http://www.ecolelacombe.fr
- [422]. [transfer] today, divorce, you have to carry me ou http://madizhu.com/phpBB3/viewtopic.php?f=41&t=583362
- [423]. Portefeuille Gucci http://www.enki-design.fr
- [424]. louboutin pas chere http://www.eclipse-phase.fr/louboutin/louboutin-pas-chere/
- [425]. scarpe hogan uomo http://www.scuolecasacalenda.it/category/scarpe-hogan-uomo/
- [426]. scarpe hogan donn http://www.scuolecasacalenda.it/category/scarpe-hogan-donn/
- [427]. hogan online http://www.scuolecasacalenda.it/category/hogan-online/
- [428]. hogan sito ufficiale http://www.scuolecasacalenda.it/category/hogan-sito-ufficiale/
- [429]. nike air max enfant http://www.courantchaud.fr/nike-air-max-enfant/
- [430]. louis vuitton mens wallet http://www.immobiloc.com/louis-vuitton-mens-wallet/
- [431]. nike air max femme http://www.courantchaud.fr/nike-air-max-femme/
- [432]. nike air max 1 http://www.courantchaud.fr/nike-air-max-1/
- [433]. sac longchamp solde http://www.revgeogate.fr/sac-longchamp-solde/
- [434]. Parfum Abercrombie homme http://www.wrtwradio.com/parfum-abercrombie-homme/
- [435]. escarpins louboutin pas cher http://www.kardival.fr/escarpins-louboutin-pas-cher.html
- [436]. hollister pas cher http://www.sfdfrance.fr/hco.php
- [437]. nike requin http://www.paradiz.fr/category/nike-requin/
- [438]. cheap nfl jerseys http://www.myrunstyle.com/cheap-nfl-jerseys/
- [439]. in that case people mood http://mopswiese.de/index.php?page=Thread&threadID=11216
- [440]. http://www.zarca.com/review/answer.aspx http://www.zarca.com/review/answer.aspx
- [441]. quickly after unloading coolers http://t.96g.org/viewthread.php?tid=679685&extra=
- [442]. Chunky Bubblegum Beads Wholesale http://www.zarca.com/review/answer.aspx
- [443]. Where To Buy Acrylic Pearls http://www.zarca.com/review/answer.aspx
- [444]. tn pas chere http://www.adefuite-plomberie.fr/tn-pas-chere/
- [445]. hogan outlet italia bDNpptewFhCXGrcUIB http://s16vts-club.freebbs.tw/viewthread.php?tid=2556&extra=page%3D1
- [446]. tiffany gioielli outlet http://www.miagroup.it/form2.asp?tiffany=/tiffany-gioielli-outlet/
- [447]. nike tn requins http://www.adefuite-plomberie.fr/nike-tn-requins/
- [448]. abercrombie milano http://www.jacabook.it/form3.asp?q=/abercrombie-milano/
- [449]. canada goose cheap http://www.jrmfoods.com/
- [450]. canada goose outlet store http://www.jrmfoods.com/
- [451]. Parajumpers Femme http://www.bluwavemedia.com/
- [452]. http://www.ghtxx.cn/hdwiki/index.php?doc-view-6589 http://www.ghtxx.cn/hdwiki/index.php?doc-view-6589
- [453]. http://territorioimago.es/index.php?option=com_community&view=profile&userid=513 http://territorioimago.es/index.php?option=com_community&view=profile&userid=513
- [454]. casque beats by dre pas cher http://www.indyhoots.com/
- [455]. beats by dre pas cher http://www.indyhoots.com/
- [456]. beats by dre soldes http://www.indyhoots.com/
- [457]. http://bbs.316q.com/forum.php?mod=viewthread&tid=1421049 http://bbs.316q.com/forum.php?mod=viewthread&tid=1421049
- [458]. http://jsxydj.gov.cn/Review.asp?NewsID=3193 http://jsxydj.gov.cn/Review.asp?NewsID=3193
- [459]. chanel replica http://www.remontlaptop.com/
- [460]. chanel replica handbags http://www.remontlaptop.com/
- [461]. louis vuitton soldes http://www.gokatty.com/
- [462]. http://www.vichola.co.uk/index.php?dll=profile&sub=blogview&item_id=8309&item2_id=227597 http://www.vichola.co.uk/index.php?dll=profile&sub=blogview&item_id=8309&item2_id=227597
- [463]. http://www.coduyen.com/inc/exe/forum//index.php?&action=vthread&forum=13&topic=570460 http://www.coduyen.com/inc/exe/forum//index.php?&action=vthread&forum=13&topic=570460
- [464]. 北京治白癜风最好的专科医院 http://pf.39.net/bdfyy/xwdt/
- [465]. 白癜风问答网址效果如何 http://pf.39.net/bdfyy/
- [466]. 下载附件 forum.php?mod=attachment&aid=MTU2OTM1NXw0MDUwY2E0NXwxNDI4NjIzNzM5fDB8MzY1MTcxMg%3D%3D¬humb=yes
- [467]. 上海市治疗白癜风最好的医院 http://jiankang.nen.com.cn/system/2014/07/21/012481833.shtml
- [468]. 保存到相册 javascript:;
- [469]. 白癜风治疗要花多少钱 http://baidianfeng.39.net/a_jiankang/140327/4362598.html
- [470]. 白癜风能治疗吗 http://health.zgny.com.cn/a/a39/
- [471]. 白癜风传染途径 http://pf.39.net/bdfyc/140106/4322694.html
- [472]. Cheap Air Jordan http://www.basketball-word.com/air-jordan-shoes
- [473]. Jordan Basketball Shoes http://www.basketball-word.com/air-jordan-shoes
- [474]. Cheap Jordans Shoes http://www.basketball-word.com/air-jordan-shoes
- [475]. http://www.basketball-word.com/air-jordan-shoes http://www.basketball-word.com/air-jordan-shoes
- [476]. Jordan Shoes For Men http://www.basketball-word.com/air-jordan-shoes
- [477]. 新纪元财富 http://www.xjycf.com
- [478]. 新纪元 http://www.xyjcf.com
- [479]. 新纪元 http://www.xyjcf.com
- [480]. 新纪元财富带您领略金币市场价值 http://www.zerosco.com/bbs/ShowPost.asp?ThreadID=4001
- [481]. http://www.xjycf.com http://www.xjycf.com
- [482]. concrete mortar mix concrete mortar mix干粉砂浆 http://popmint.holy.jp/cgi14/apeboard_plus.cgi/menu.html/
- [483]. rendering plastering machine http://www.shotcretemanufacturer.com/automatic-rendering-machine.html#C
- [484]. Automatic Rendering Machine for Wall http://www.shotcretemanufacturer.com/automatic-rendering-machine.html#C
- [485]. machine http://www.shotcretemanufacturer.com/automatic-rendering-machine.html#C
- [486]. AUTOMATIC Plaster machine http://www.shotcretemanufacturer.com/automatic-rendering-machine.html#C
- [487]. Moncler Womens Vests http://www.moncleroutlet2015ibuy.com/moncler-womens-vests-c-104.html
- [488]. Moncler Womens Jackets http://www.moncleroutlet2015ibuy.com/moncler-womens-jackets-c-106.html
- [489]. Moncler Mens Vests http://www.moncleroutlet2015ibuy.com/moncler-mens-vests-c-103.html
- [490]. Moncler Coats Womens http://www.monclercoatsoutlet2015.com/moncler-coats-womens-c-112.html
- [491]. Moncler Kids http://www.moncleroutlet2015ibuy.com/moncler-kids-c-107.html
- [492]. http://job.wrtx.cn/bbs/showtopic-22.aspx http://job.wrtx.cn/bbs/showtopic-22.aspx
- [493]. http://www.turingvision.com/BBS/showtopic-10360.aspx http://www.turingvision.com/BBS/showtopic-10360.aspx
- [494]. http://www.caigou360.com/bbs/showtopic-65424.aspx http://www.caigou360.com/bbs/showtopic-65424.aspx
- [495]. 广州化妆品oem http://www.38tsc.com
- [496]. 广州化妆品oem加工 http://www.38tsc.com
附件列表
→如果您认为本词条还有待完善,请 编辑词条
词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。
0
收藏到:
相关评论
查看更多>>