
﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>旭达网络</title>
	<atom:link href="http://xd10086.com/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://xd10086.com</link>
	<description>深圳电脑维护 &#124; 深圳服务器管理 &#124; linux电脑维护 &#124; 电脑维护 &#124; vps技术 &#124; linux技术记摘</description>
	<lastBuildDate>Thu, 02 Sep 2010 23:37:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dalvik虚拟机简介</title>
		<link>http://xd10086.com/index.php/archives/620</link>
		<comments>http://xd10086.com/index.php/archives/620#comments</comments>
		<pubDate>Thu, 02 Sep 2010 23:37:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux学习]]></category>

		<guid isPermaLink="false">http://xd10086.com/index.php/archives/620</guid>
		<description><![CDATA[这篇文章里有一些部分不太好理解,恰好有篇文章有解释,比较好,一并转过来. [url=http://www.androidchina.org.cn/196.html]Dalvik虚拟机简介[/url] 比较喜欢下面这个解释. 一个应用，一个虚拟机实例，一个进程每一个Android应用都运行在一个Dalvik虚拟机实例里，而每一个虚拟机实例都是一个独立的进程空间。虚拟机的线程机制，内存分配和管理，Mutex等等都是依赖底层操作系统而实现的。所有Android应用的线程都对应一个Linux线程，虚拟机因而可以更多的依赖操作系统的线程调度和管理机制。 不同的应用在不同的进程空间里运行，加之对不同来源的应用都使用不同的Linux用户来运行，可以最大程度的保护应用的安全和独立运行。 Zygote是一个虚拟机进程，同时也是一个虚拟机实例的孵化器，每当系统要求执行一个 Android应用程序，Zygote就会FORK出一个子进程来执行该应用程序。这样做的好处显而易见：Zygote进程是在系统启动时产生的，它会完成虚拟机的初始化，库的加载，预置类库的加载和初始化等等操作，而在系统需要一个新的虚拟机实例时，Zygote通过复制自身，最快速的提供个系统。另外，对于一些只读的系统库，所有虚拟机实例都和Zygote共享一块内存区域，大大节省了内存开销。 [img]http://www.androidchina.org.cn/wp-content/uploads/2009/05/tubiao5-thumb.jpg[/img]screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=&#8217;Click here to open new window\nCTRL+Mouse wheel to zoom in/out&#8217;;}&#8221; onmouseover=&#8221;if(this.width&#62;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor=&#8217;hand&#8217;; this.alt=&#8217;Click here to open new window\nCTRL+Mouse wheel to zoom in/out&#8217;;}&#8221; onclick=&#8221;if(!this.resized) {return true;} else {window.open(&#8216;http://www.androidchina.org.cn/wp-content/uploads/2009/05/tubiao5-thumb.jpg&#8217;);}&#8221; onmousewheel=&#8221;return imgzoom(this);&#8221; alt=&#8221;" /&#62; 而zygote本身是fuhuqi的意思 [img]http://paleopolis.rediris.es/cg/CG2006_BOOK_02/images/berger-large.png[/img]screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=&#8217;Click here to open new window\nCTRL+Mouse wheel to [...]]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/620/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>VMware网络配置详解：三种网络模式简介及实现</title>
		<link>http://xd10086.com/index.php/archives/619</link>
		<comments>http://xd10086.com/index.php/archives/619#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:27:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux学习]]></category>

		<guid isPermaLink="false">http://xd10086.com/index.php/archives/619</guid>
		<description><![CDATA[VMware网络配置详解：三种网络模式简介及实现 安装好虚拟机以后，在网络连接里面可以看到多了两块网卡： [img]http://byfiles.storage.msn.com/y1p8NyLnp-vABDAyhfLe10O05epmBnv4m_RXa6RCv4n1mfqJet_l-SVHLmoKRWTONA4[/img]screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=&#8217;Click here to open new window\nCTRL+Mouse wheel to zoom in/out&#8217;;}&#8221; onmouseover=&#8221;if(this.width&#62;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor=&#8217;hand&#8217;; this.alt=&#8217;Click here to open new window\nCTRL+Mouse wheel to zoom in/out&#8217;;}&#8221; onclick=&#8221;if(!this.resized) {return true;} else {window.open(&#8216;http://byfiles.storage.msn.com/y1p8NyLnp-vABDAyhfLe10O05epmBnv4m_RXa6RCv4n1mfqJet_l-SVHLmoKRWTONA4&#8242;);}&#8221; onmousewheel=&#8221;return imgzoom(this);&#8221; alt=&#8221;" /&#62; 其中VMnet1是虚拟机Host-only模式的网络接口，VMnet8是NAT模式的网络接口，这些后面会详细介绍。 选择虚拟机网络模式方法如下，单击“Edit virtual machine settings”，如图所示： [img]http://byfiles.storage.msn.com/y1p8NyLnp-vABB_AUKX_rLoNYVyZ9Mai9vaFJWztp9YhgPV6mWq8oykXYmIuDyGsLjq[/img]screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=&#8217;Click here to open new window\nCTRL+Mouse wheel to zoom [...]]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/619/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>LVM简介及一些操作注意事项</title>
		<link>http://xd10086.com/index.php/archives/618</link>
		<comments>http://xd10086.com/index.php/archives/618#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:27:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux学习]]></category>

		<guid isPermaLink="false">http://xd10086.com/index.php/archives/618</guid>
		<description><![CDATA[1. LVM 简单构架: sda sdb sdc &#8230; PE01 PE02 PE03 PE04 VG01 .. lv01 lv02 lv03 lv04 .. DISK&#8211;&#62;PE&#8211;&#62;VG&#8211;&#62;LV 2. LVM非常有用之处： 可以通过增加硬盘（PE）来增加VG，LV的容量。可以增加单个分区的容量，不受单颗硬盘容量限制。无需通硬件RAID来扩展容量。 3. LVM1.0 LVM2.0 差别（参考REDHAT DOC） Features LVM1 LVM2 RHEL AS 2.1 support No No RHEL 3 support Yes No RHEL 4 support No Yes Transactional metadata for fast recovery No Yes Shared volume [...]]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/618/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>计算机系统总线基础</title>
		<link>http://xd10086.com/index.php/archives/617</link>
		<comments>http://xd10086.com/index.php/archives/617#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:25:56 +0000</pubDate>
		<dc:creator>vsyour</dc:creator>
				<category><![CDATA[linux学习]]></category>

		<guid isPermaLink="false">http://xd10086.com/index.php/archives/617</guid>
		<description><![CDATA[[b]作者：杨硕,[/b] [url=http://www.embedu.org/][color=#800080]华清远见嵌入式学院[/color][/url] [color=#666666]讲师。[/color] 一． 总线的概念 在计算机系统中，不同的子系统必须具有连接彼此的接口，比如，内存和处理器需要通信，处理器和I/O设备也需要通信。这些工作都是由总线来完成的。总线就是一条共享的通信链路，它用一套线路来连接多个子系统。下图是一个典型的计算机总线示意图： [img]http://www.embedu.org/Column/images/Column214-1.jpg[/img]screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=&#8217;Click here to open new window\nCTRL+Mouse wheel to zoom in/out&#8217;;}&#8221; onmouseover=&#8221;if(this.width&#62;screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor=&#8217;hand&#8217;; this.alt=&#8217;Click here to open new window\nCTRL+Mouse wheel to zoom in/out&#8217;;}&#8221; onclick=&#8221;if(!this.resized) {return true;} else {window.open(&#8216;http://www.embedu.org/Column/images/Column214-1.jpg&#8217;);}&#8221; onmousewheel=&#8221;return imgzoom(this);&#8221; alt=&#8221;" /&#62; 总线结构的两个主要优点是功能多和成本低。通过定义一种连接方案，就能够方便的添加新设备，比如我们可以轻松的为自己的笔记本扩展内存条，或者外扩一块硬盘。外围设备也可以在使用同类总线的计算机系统之间移动。而且，因为同一套线路被多个路径共享，所以总线具有较好的成本效益。 总线的主要缺点在于它会产生通信瓶颈，这可能会限制I/O的最大吞吐量。当I/O数据传输必须通过单个总线的时候，这条总线的带宽就会限制I/O的最大吞吐量。如何设计总线系统，使之能够满足处理器的要求并能够接纳大量的I/O设备，使我们面临的一大挑战。 二． 控制线路和数据线路 总线通常包括一套控制线路和一套数据线路。控制线路用来传输请求和确认信号，并指出数据线上的信息类型。总线的数据线在源和目的之间传递信息。这种信息可能包括数据、复杂指令或者地址。比如，如果磁盘要把磁盘扇区中的数据写入内存，内存的地址和磁盘的实际数据都会通过数据线来传输。控制总线则指明了在传输过程中每一刻数据线包含的信息种类。一些总线使用两套信号线在一次总线传输中分别传送数据和地址。不管哪种情况下，控制总线都要遵循总线协议，并指出总线传输的内容。由于总线的共享的，所以我们还需要一个协议来决定谁下一个使用。 三． 处理器-内存总线和I/O总线 对于传统的PC机，总线可以分为处理器-内存总线和I/O总线。处理器内存总线长度短，速度通常很高，而且配合内存系统使内存-处理器的带宽达到最大。与之形成对比的I/O总线，它可以很长，可以连接很多类型的设备，并且经常要连接多种具有不同数据带宽的设备。I/O总线一般不和内存直接连接而是通过处理器-内存总线或者背板总线连接到内存上。 I/O总线被用作扩展机器和连接新外设的手段。主流的I/O总线标准有1394和USB等。他们可以把各种外设连接到台式机，从键盘、相机到磁盘。 下图为早期的I/O总线示意图： [img]http://www.embedu.org/Column/images/Column214-2.jpg[/img]screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; [...]]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/617/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>VSFTPD的菜鸟篇</title>
		<link>http://xd10086.com/index.php/archives/616</link>
		<comments>http://xd10086.com/index.php/archives/616#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:25:23 +0000</pubDate>
		<dc:creator>vsyour</dc:creator>
				<category><![CDATA[linux学习]]></category>

		<guid isPermaLink="false">http://xd10086.com/index.php/archives/616</guid>
		<description><![CDATA[　 http://doc.linuxpk.com/4233.html　 作者：龙磊 这是我这个菜鸟学习LINUX所写的第一篇文章，是比较基础的FTP架设的应用，如果我写有什么问题请大家多指教，我后续会陆续出进阶篇把FTP中各种详细的配置跟大家一起进行探讨。 我所用的是LINUX AS+VSFTPD-1.2.0-4的系统架构，在这里说明的是如果对配置文件不是很熟悉，最好做个备份，以免误操作： 1． 匿名服务器的连接（独立的服务器） 在/etc/vsftpd/vsftpd.conf配置文件中添加如下几项： Anonymous_enable=yes (允许匿名登陆) Dirmessage_enable=yes （切换目录时，显示目录下.message的内容） Local_umask=022 (FTP上本地的文件权限，默认是077) Connect_form_port_20=yes （启用FTP数据端口的数据连接）* Xferlog_enable=yes （激活上传和下传的日志） Xferlog_std_format=yes (使用标准的日志格式) Ftpd_banner=XXXXX （欢迎信息） Pam_service_name=vsftpd （验证方式）* Listen=yes （独立的VSFTPD服务器）* 功能：只能连接FTP服务器，不能上传和下传 注：其中所有和日志欢迎信息相关连的都是可选项,打了星号的无论什么帐户都要添加，是属于FTP的基本选项 2． 开启匿名FTP服务器上传权限 在配置文件中添加以下的信息即可： Anon_upload_enable=yes (开放上传权限) Anon_mkdir_write_enable=yes （可创建目录的同时可以在此目录中上传文件） Write_enable=yes (开放本地用户写的权限) Anon_other_write_enable=yes (匿名帐号可以有删除的权限) 3． 开启匿名服务器下传的权限 在配置文件中添加如下信息即可： Anon_world_readable_only=no 注：要注意文件夹的属性，匿名帐户是其它（other）用户要开启它的读写执行的权限 （R）读&#8212;&#8211;下传 （W）写&#8212;-上传 （X）执行&#8212;-如果不开FTP的目录都进不去 4．普通用户FTP服务器的连接（独立服务器） 在配置文件中添加如下信息即可： Local_enble=yes （本地帐户能够登陆） Write_enable=no （本地帐户登陆后无权删除和修改文件） 功能：可以用本地帐户登陆vsftpd服务器，有下载上传的权限 [...]]]></description>
		<wfw:commentRss>http://xd10086.com/index.php/archives/616/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>



