<?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>阿宽技术博客 &#187; Ubuntu</title>
	<atom:link href="http://www.hengxinsoft.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hengxinsoft.com</link>
	<description>技术交流</description>
	<lastBuildDate>Thu, 12 Jan 2012 06:17:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ubuntu 11.04</title>
		<link>http://www.hengxinsoft.com/2011/03/ubuntu-11-04/</link>
		<comments>http://www.hengxinsoft.com/2011/03/ubuntu-11-04/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 12:10:51 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu 11.04]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=656</guid>
		<description><![CDATA[刚刚发现ubuntu 11.04 开始下载 给出下载地址 需要的童鞋们可以去下载哦 http://cdimage.ubuntu.com/daily-live/current/ Copyright &#169; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></description>
			<content:encoded><![CDATA[<p>刚刚发现ubuntu 11.04 开始下载 给出下载地址 需要的童鞋们可以去下载哦</p>
<p>http://cdimage.ubuntu.com/daily-live/current/</p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2011/03/ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 手动释放内存方法</title>
		<link>http://www.hengxinsoft.com/2011/02/linux-%e6%89%8b%e5%8a%a8%e9%87%8a%e6%94%be%e5%86%85%e5%ad%98%e6%96%b9%e6%b3%95/</link>
		<comments>http://www.hengxinsoft.com/2011/02/linux-%e6%89%8b%e5%8a%a8%e9%87%8a%e6%94%be%e5%86%85%e5%ad%98%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 03:31:41 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[linux 释放内存]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=642</guid>
		<description><![CDATA[先看看内存使用状况 [root@node1 ~]# free -m total used free shared buffers cached Mem: 8004 6557 1446 0 163 5630 -/+ buffers/cache: 763 7240 Swap: 1983 0 1983 把内存里的数据暂时写到硬盘里 [root@node1 ~]# sync 修改 /proc/sys/vm/drop_caches文件 [root@node1 ~]# echo 3 &#62; /proc/sys/vm/drop_caches [root@node1 ~]# cat /proc/sys/vm/drop_caches 再看内存 [root@node1 ~]# free -m total used free shared buffers cached Mem: 8004 [...]]]></description>
			<content:encoded><![CDATA[<p>先看看内存使用状况<br />
[root@node1 ~]# free -m<br />
total used free shared buffers cached<br />
Mem: 8004 6557 1446 0 163 5630<br />
-/+ buffers/cache: 763 7240<br />
Swap: 1983 0 1983<br />
把内存里的数据暂时写到硬盘里<br />
[root@node1 ~]# sync<br />
修改 /proc/sys/vm/drop_caches文件<br />
[root@node1 ~]# echo 3 &gt; /proc/sys/vm/drop_caches<br />
[root@node1 ~]# cat /proc/sys/vm/drop_caches<br />
再看内存<br />
[root@node1 ~]# free -m<br />
total used free shared buffers cached<br />
Mem: 8004 631 7372 0 0 60<br />
-/+ buffers/cache: 570 7433<br />
Swap: 1983 0 1983</p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2011/02/linux-%e6%89%8b%e5%8a%a8%e9%87%8a%e6%94%be%e5%86%85%e5%ad%98%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS安装snmp 使用监控宝监测服务器性能的详细安装设置的方法</title>
		<link>http://www.hengxinsoft.com/2011/02/centos%e5%ae%89%e8%a3%85snmp-%e4%bd%bf%e7%94%a8%e7%9b%91%e6%8e%a7%e5%ae%9d%e7%9b%91%e6%b5%8b%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%80%a7%e8%83%bd%e7%9a%84%e8%af%a6%e7%bb%86%e5%ae%89%e8%a3%85%e8%ae%be%e7%bd%ae/</link>
		<comments>http://www.hengxinsoft.com/2011/02/centos%e5%ae%89%e8%a3%85snmp-%e4%bd%bf%e7%94%a8%e7%9b%91%e6%8e%a7%e5%ae%9d%e7%9b%91%e6%b5%8b%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%80%a7%e8%83%bd%e7%9a%84%e8%af%a6%e7%bb%86%e5%ae%89%e8%a3%85%e8%ae%be%e7%bd%ae/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 10:22:06 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=631</guid>
		<description><![CDATA[首先安装snmp 1 yum install -y net-snmp net-snmp-utils 然后配置snmp 第一步： （yum安装的配置文件为/etc/snmp/snmpd.conf ，里面一大堆东西，一份非常详细的文档，可是我总是有借口没去细看，先移动再说，再自己创建一个snmpd.conf） 1 2 3 mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.bak vi /etc/snmp/snmpd.conf 输入“rouser jiankongbao auth”保存退出。 （v3c的验证方式,添加一个只读帐号，如下：rouser jiankongbao auth 上面 添加帐号的意思是：在v3c中，“rouser”用于表示只读帐号类型，随后的“jiankongbao”是指定的用户名，后边的“auth”指明需要验证。） 第二步：需要创建 jiankongbao这个用户，我们需要这个文件：/var/net-snmp/snmpd.conf,这个文件会在snmpd启动的时候被自动调用, 由于此时我们还没有运行snmp，所以手动创建这个文件，命令如下： 1 2 3 4 5 mkdir /var/net-snmp touch /var/net-snmp/snmpd.conf vi /var/net-snmp/snmpd.conf 输入以下文字 1 createUser jiankongbao MD5 mypassword （这行配置的意思是创建一个名为 “jiankongbao”的用户，密码为“mypassword”，并且用MD5进行加密传输。这里要提醒的是，密码至少要有8个字节，这是SNMP协 议的规定，如果小于8个字节，通信将无法进行。） 最后运行snmp 1 service snmpd start [...]]]></description>
			<content:encoded><![CDATA[<p>首先安装snmp</p>
<div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1</div>
</td>
<td>
<div>yum install -y net-snmp net-snmp-utils</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>然后配置snmp</p>
<p>第一步：<br />
（yum安装的配置文件为/etc/snmp/snmpd.conf ，里面一大堆东西，一份非常详细的文档，可是我总是有借口没去细看，先移动再说，再自己创建一个snmpd.conf）</p>
<div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1<br />
2<br />
3</div>
</td>
<td>
<div>mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.bak</p>
<p>vi /etc/snmp/snmpd.conf</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>输入“rouser jiankongbao auth”保存退出。<br />
（v3c的验证方式,添加一个只读帐号，如下：rouser jiankongbao auth 上面 添加帐号的意思是：在v3c中，“rouser”用于表示只读帐号类型，随后的“jiankongbao”是指定的用户名，后边的“auth”指明需要验证。）<span id="more-631"></span></p>
<p>第二步：需要创建 jiankongbao这个用户，我们需要这个文件：/var/net-snmp/snmpd.conf,这个文件会在snmpd启动的时候被自动调用, 由于此时我们还没有运行snmp，所以手动创建这个文件，命令如下：</p>
<div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1<br />
2<br />
3<br />
4<br />
5</div>
</td>
<td>
<div>mkdir /var/net-snmp</p>
<p>touch /var/net-snmp/snmpd.conf</p>
<p>vi /var/net-snmp/snmpd.conf</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>输入以下文字</p>
<div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1</div>
</td>
<td>
<div>createUser jiankongbao MD5 mypassword</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>（这行配置的意思是创建一个名为 “jiankongbao”的用户，密码为“mypassword”，并且用MD5进行加密传输。这里要提醒的是，密码至少要有8个字节，这是SNMP协 议的规定，如果小于8个字节，通信将无法进行。）</p>
<p>最后运行snmp</p>
<div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1</div>
</td>
<td>
<div>service snmpd start</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>设置成开机自动运行</p>
<div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1</div>
</td>
<td>
<div>chkconfig snmpd on</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>现在可以在监控宝后台添加服务器监控了。</p>
<p>监控宝中具体设置，请看监控宝的博客 <a href="http://blog.jiankongbao.com/?p=160" target="_blank">在Linux服务器上开启安全的SNMP代理</a></p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2011/02/centos%e5%ae%89%e8%a3%85snmp-%e4%bd%bf%e7%94%a8%e7%9b%91%e6%8e%a7%e5%ae%9d%e7%9b%91%e6%b5%8b%e6%9c%8d%e5%8a%a1%e5%99%a8%e6%80%a7%e8%83%bd%e7%9a%84%e8%af%a6%e7%bb%86%e5%ae%89%e8%a3%85%e8%ae%be%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 10.10 源</title>
		<link>http://www.hengxinsoft.com/2010/10/ubuntu-10-10-%e6%ba%90/</link>
		<comments>http://www.hengxinsoft.com/2010/10/ubuntu-10-10-%e6%ba%90/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 17:02:31 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=596</guid>
		<description><![CDATA[ubuntu 10.10 源]]></description>
			<content:encoded><![CDATA[<div>ubuntu 10.10 源</div>
<div>1.sudo gedit /etc/apt/sources.list<br />
编辑你的源列表，将原来的内容全部删除，添加下面列表中最适合你的源（注意不要全部添加），选择一个最合适你的即可，复制到你的列表中，然后保存列表。</div>
<p>2.sudo apt-get update 更新源列表信息<br />
可以在运行“sudo apt-get update ”时查看一下错误信息，把不能连接的源删除再重新运行“sudo apt-get update ”，选择一个比较适合自己的源</p>
<p>重新收集了一下 给出找到的所有源</p>
<p><span id="more-596"></span></p>
<p><strong>台湾源</strong><br />
代码:<br />
deb http://tw.archive.ubuntu.com/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ maverick main universe restricted multiverse<br />
deb http://tw.archive.ubuntu.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://tw.archive.ubuntu.com/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ maverick-updates universe main multiverse restricted</p>
<p><strong>SRT Sources</strong><br />
代码:</p>
<p>deb http://ubuntu.srt.cn/ubuntu/ maverick main restricted universe multiverse<br />
deb http://ubuntu.srt.cn/ubuntu/ maverick-security main restricted universe multiverse<br />
deb http://ubuntu.srt.cn/ubuntu/ maverick-updates main restricted universe multiverse<br />
deb http://ubuntu.srt.cn/ubuntu/ maverick-proposed main restricted universe multiverse<br />
deb http://ubuntu.srt.cn/ubuntu/ maverick-backports main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick-security main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick-updates main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick-proposed main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick-backports main restricted universe multiverse</p>
<p><strong>网易 Ubuntu 10.10 源</strong>（速度很快）<br />
代码:</p>
<p>deb http://mirrors.163.com/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://mirrors.163.com/ubuntu/ maverick main universe restricted multiverse<br />
deb http://mirrors.163.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://mirrors.163.com/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb http://mirrors.163.com/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb http://mirrors.163.com/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ maverick-updates universe main multiverse restricted</p>
<p><strong>ubuntu 10.10 上海 源</strong>，提供 Kernel，Hiweed，ubuntu<br />
代码:</p>
<p>deb http://mirror.rootguide.org/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick main universe restricted multiverse<br />
deb http://mirror.rootguide.org/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://mirror.rootguide.org/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb http://mirror.rootguide.org/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb http://mirror.rootguide.org/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick-updates universe main multiverse restricted</p>
<p><strong>搜狐 Ubuntu 10.10 源</strong><br />
代码:</p>
<p>deb http://mirrors.shlug.org/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick main universe restricted multiverse<br />
deb http://mirrors.shlug.org/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://mirrors.shlug.org/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb http://mirrors.shlug.org/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb http://mirrors.shlug.org/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick-updates universe main multiverse restricted</p>
<p><strong>骨头源</strong>，骨头源是bones7456架设的一个Ubuntu源 ，提供ubuntu,deepin<br />
代码:<br />
deb http://ubuntu.srt.cn/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick main universe restricted multiverse<br />
deb http://ubuntu.srt.cn/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://ubuntu.srt.cn/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb http://ubuntu.srt.cn/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb http://ubuntu.srt.cn/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://ubuntu.srt.cn/ubuntu/ maverick-updates universe main multiverse restricted</p>
<p><strong>lupaworld 源</strong>，提供 ArchLinux，Everest，FreeBSD，Fedora，LFS，Magiclinux，Mandriva，OpenOffice，openSUSE，Puppy，Red Hat，Slitaz，Turbolinux，Ubuntu，中标普华</p>
<p>代码:</p>
<p>deb http://mirror.lupaworld.com/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick main universe restricted multiverse<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-updates universe main multiverse restricted</p>
<p><strong>rootguide源</strong>，<strong>ubuntu官方上海源</strong>，提供 Kernel，Hiweed，ubuntu</p>
<p>代码:<br />
deb http://mirror.rootguide.org/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick main universe restricted multiverse<br />
deb http://mirror.rootguide.org/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://mirror.rootguide.org/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb http://mirror.rootguide.org/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb http://mirror.rootguide.org/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ maverick-updates universe main multiverse restricted</p>
<p><strong>网易开源镜像站</strong>,提供FreeBSD，OpenBSD，archlinux，centos，cygwin，debian，fedora，gentoo，kernel，openSUSE，slackware，ubuntu</p>
<p>代码:<br />
deb http://mirrors.163.com/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://mirrors.163.com/ubuntu/ maverick main universe restricted multiverse<br />
deb http://mirrors.163.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://mirrors.163.com/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb http://mirrors.163.com/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb http://mirrors.163.com/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ maverick-updates universe main multiverse restricted</p>
<p><strong>搜狐开源镜像站</strong>，提供  CPAN，FreeBSD，NetBSD，OpenBSD，apache，archlinux，centos，cygwin，dag，debian，fedora，gentoo，kernel，lfs，mysql，nginx，openSUSE，php，rpmfusion，slackware，ubuntu</p>
<p>代码:</p>
<p>deb http://mirrors.shlug.org/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick main universe restricted multiverse<br />
deb http://mirrors.shlug.org/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://mirrors.shlug.org/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb http://mirrors.shlug.org/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick-proposed universe main multiverse restricted<br />
deb http://mirrors.shlug.org/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick-backports universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ maverick-updates universe main multiverse restricted</p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2010/10/ubuntu-10-10-%e6%ba%90/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ubuntu 10.10 DVD 下载</title>
		<link>http://www.hengxinsoft.com/2010/10/ubuntu-10-10-dvd-%e4%b8%8b%e8%bd%bd/</link>
		<comments>http://www.hengxinsoft.com/2010/10/ubuntu-10-10-dvd-%e4%b8%8b%e8%bd%bd/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 16:53:15 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.10]]></category>
		<category><![CDATA[ubuntu 10.10下载]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=593</guid>
		<description><![CDATA[ubuntu 10.10 已经放出 大家速速下载 http://cdimage.ubuntu.com/dvd/current/ 这个是DVD的下载地址需要的请收藏 Copyright &#169; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></description>
			<content:encoded><![CDATA[<p>ubuntu 10.10 已经放出 大家速速下载 <a href="http://cdimage.ubuntu.com/dvd/current/">http://cdimage.ubuntu.com/dvd/current/</a> 这个是DVD的下载地址需要的请收藏</p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2010/10/ubuntu-10-10-dvd-%e4%b8%8b%e8%bd%bd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ubuntu 下安装openfetion</title>
		<link>http://www.hengxinsoft.com/2010/09/ubuntu-%e4%b8%8b%e5%ae%89%e8%a3%85openfetion/</link>
		<comments>http://www.hengxinsoft.com/2010/09/ubuntu-%e4%b8%8b%e5%ae%89%e8%a3%85openfetion/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 16:17:44 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[openfetion]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=590</guid>
		<description><![CDATA[最近发现libfetion不能用了  在网上看一下 openfetion不错，在还要感谢何童鞋的推荐 哈哈  下面给出安装方法 10.04：deb http://ppa.launchpad.net/happyaron/ppa/ubuntu lucid main 9.10： deb http://ppa.launchpad.net/happyaron/ppa/ubuntu karmic main 9.04： deb http://ppa.launchpad.net/happyaron/ppa/ubuntu jaunty main 8.10： deb http://ppa.launchpad.net/happyaron/ppa/ubuntu intrepid main 8.04： deb http://ppa.launchpad.net/happyaron/ppa/ubuntu hardy main 运行 sudo gedit /etc/apt/sources.list   把对应的源加入到远列表中 比如Ubuntu 10.04，则将”deb http://ppa.launchpad.net/happyaron/ppa/ubuntu lucid main”刚才打开的源列表中，然后先用下面的代码获取密钥： $sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DDA4DB69 接下来在Console中输入： $sudo apt-get update $sudo apt-get install openfetion 稍等片刻 [...]]]></description>
			<content:encoded><![CDATA[<p>最近发现libfetion不能用了  在网上看一下 openfetion不错，在还要感谢何童鞋的推荐 哈哈  下面给出安装方法</p>
<blockquote><p>10.04：deb http://ppa.launchpad.net/happyaron/ppa/ubuntu lucid main</p>
<p>9.10： deb http://ppa.launchpad.net/happyaron/ppa/ubuntu karmic main</p>
<p>9.04： deb http://ppa.launchpad.net/happyaron/ppa/ubuntu jaunty main</p>
<p>8.10： deb http://ppa.launchpad.net/happyaron/ppa/ubuntu intrepid main</p>
<p>8.04： deb http://ppa.launchpad.net/happyaron/ppa/ubuntu hardy main</p></blockquote>
<p>运行 sudo gedit /etc/apt/sources.list   把对应的源加入到远列表中 比如Ubuntu 10.04，则将”deb  http://ppa.launchpad.net/happyaron/ppa/ubuntu lucid  main”刚才打开的源列表中，然后先用下面的代码获取密钥：</p>
<div>
<div>
<pre>$sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DDA4DB69</pre>
</div>
</div>
<p>接下来在Console中输入：</p>
<div>
<div>
<pre>$sudo apt-get update
$sudo apt-get install openfetion
稍等片刻 即可完成</pre>
</div>
</div>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2010/09/ubuntu-%e4%b8%8b%e5%ae%89%e8%a3%85openfetion/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.10 Maverick Meerkat Alpha 1发布</title>
		<link>http://www.hengxinsoft.com/2010/06/ubuntu-10-10-maverick-meerkat-alpha-1%e5%8f%91%e5%b8%83/</link>
		<comments>http://www.hengxinsoft.com/2010/06/ubuntu-10-10-maverick-meerkat-alpha-1%e5%8f%91%e5%b8%83/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:27:06 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.10]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=539</guid>
		<description><![CDATA[2010年6月3日，Ubuntu 10.10发布了第一个alpha版本，代号”Maverick Meerkat” 根据开始Ubuntu 10.10 Maverick Meerkat 发布计划，正式版将于今年10月28日发布，但是在创始人Mark Shuttleworth的建议下，这套追求“完美十分”(Perfect 10)的新系统已经提速： 9月2日的Alpha 4测试版取消，改为直接上Beta测试版，RC候选版也提前到9月30日，最终正式版则争取赶在10月10日推出(10/10/10) 各个版本下载地址: Ubuntu 10.10 Alpha 1 Kubuntu 10.10 Alpha 1 Xubuntu 10.10 Alpha 1 更 多Ubuntu下载地址 Ubuntu 10.10 Alpha 1 Kubuntu 10.10 Alpha 1 Xubuntu 10.10 Alpha 1 Copyright &#169; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading [...]]]></description>
			<content:encoded><![CDATA[<p>2010年6月3日，Ubuntu 10.10发布了第一个alpha版本，代号”Maverick Meerkat”  根据开始Ubuntu  10.10 Maverick Meerkat 发布计划，正式版将于今年10月28日发布，但是在创始人Mark  Shuttleworth的建议下，这套追求“完美十分”(Perfect 10)的新系统已经提速：<span id="more-539"></span></p>
<p>9月2日的Alpha   4测试版取消，改为直接上Beta测试版，RC候选版也提前到9月30日，最终正式版则争取赶在10月10日推出(10/10/10)</p>
<p><a rel="lightbox[1297]" href="http://img.cnbeta.com/newsimg/100603/21123701044313408.jpg"><img title="meerkat" src="http://img.cnbeta.com/newsimg/100603/21123701044313408.jpg" alt="" /></a></p>
<p>各个版本下载地址:</p>
<p><a href="http://cdimage.ubuntu.com/releases/maverick/alpha-1/" target="_blank">Ubuntu 10.10 Alpha 1</a></p>
<p><a href="http://cdimage.ubuntu.com/kubuntu/releases/maverick/alpha-1/" target="_blank">Kubuntu 10.10 Alpha 1</a></p>
<p><a href="http://cdimage.ubuntu.com/xubuntu/releases/maverick/alpha-1/" target="_blank">Xubuntu 10.10 Alpha 1</a></p>
<p><a href="http://www.ubuntuhome.com/ubuntu-download" target="_blank">更  多Ubuntu下载地址</a></p>
<table align="center">
<tbody>
<tr>
<td valign="top"><a title="Click to view large image" href="http://i1-news.softpedia-static.com/images/extra/LINUX/large/ubuntu1010alpha1-large_001.jpg" target="_blank"><img src="http://img.cnbeta.com/newsimg/100603/2112391388168708.png" border="0" alt="Review image" /></a></td>
</tr>
</tbody>
</table>
<table align="center">
<tbody>
<tr>
<td valign="top"><em>Ubuntu 10.10 Alpha 1</em></td>
</tr>
</tbody>
</table>
<table align="center">
<tbody>
<tr>
<td valign="top"><a title="Click to view large image" href="http://i1-news.softpedia-static.com/images/extra/LINUX/large/ubuntu1010alpha1-large_002.jpg" target="_blank"><img src="http://img.cnbeta.com/newsimg/100603/21124221538985200.png" border="0" alt="Review              image" /></a></td>
</tr>
</tbody>
</table>
<table align="center">
<tbody>
<tr>
<td valign="top"><em>Kubuntu 10.10 Alpha 1</em></td>
</tr>
</tbody>
</table>
<table align="center">
<tbody>
<tr>
<td valign="top"><a title="Click to view large image" href="http://i1-news.softpedia-static.com/images/extra/LINUX/large/ubuntu1010alpha1-large_003.jpg" target="_blank"><img src="http://img.cnbeta.com/newsimg/100603/211244378067955.png" border="0" alt="Review              image" /></a></td>
</tr>
</tbody>
</table>
<p><em>Xubuntu 10.10 Alpha 1</em></p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2010/06/ubuntu-10-10-maverick-meerkat-alpha-1%e5%8f%91%e5%b8%83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5.4 官方下载地址</title>
		<link>http://www.hengxinsoft.com/2010/05/centos-5-4-%e5%ae%98%e6%96%b9%e4%b8%8b%e8%bd%bd%e5%9c%b0%e5%9d%80/</link>
		<comments>http://www.hengxinsoft.com/2010/05/centos-5-4-%e5%ae%98%e6%96%b9%e4%b8%8b%e8%bd%bd%e5%9c%b0%e5%9d%80/#comments</comments>
		<pubDate>Tue, 04 May 2010 05:28:33 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[原创]]></category>
		<category><![CDATA[centor os 5.4 下载]]></category>
		<category><![CDATA[centor os 下载]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=489</guid>
		<description><![CDATA[  最近想买个vps，把CentOS 下载下来先练练手  把官方下载地址共享给大家  哈哈 I368下载地址     x86_64下载地址 Copyright &#169; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></description>
			<content:encoded><![CDATA[<p>  最近想买个vps，把CentOS 下载下来先练练手  把官方下载地址共享给大家  哈哈</p>
<p><a href="http://isoredirect.centos.org/centos/5.4/isos/i386/" target="_blank">I368下载地址</a>    <a href="http://isoredirect.centos.org/centos/5.4/isos/x86_64/" target="_blank"> x86_64下载地址</a></p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2010/05/centos-5-4-%e5%ae%98%e6%96%b9%e4%b8%8b%e8%bd%bd%e5%9c%b0%e5%9d%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 DVD 下载地址</title>
		<link>http://www.hengxinsoft.com/2010/05/ubuntu-10-04-dvd-%e4%b8%8b%e8%bd%bd%e5%9c%b0%e5%9d%80/</link>
		<comments>http://www.hengxinsoft.com/2010/05/ubuntu-10-04-dvd-%e4%b8%8b%e8%bd%bd%e5%9c%b0%e5%9d%80/#comments</comments>
		<pubDate>Mon, 03 May 2010 13:01:47 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.04 dvd 下载]]></category>
		<category><![CDATA[Ubuntu 10.04 下载]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=484</guid>
		<description><![CDATA[10.04放出已有几天了，由于阿宽五一期间比较忙没来的及更新 今天下载了DVD版的  给出下载地址 有需要的拿去 http://cdimage.ubuntu.com/dvd/20100429/ 去看一下Ubuntu 10.04 的源吧   点此 Copyright &#169; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></description>
			<content:encoded><![CDATA[<p>10.04放出已有几天了，由于阿宽五一期间比较忙没来的及更新 今天下载了DVD版的  给出下载地址 有需要的拿去</p>
<p><a href="http://cdimage.ubuntu.com/dvd/20100429/">http://cdimage.ubuntu.com/dvd/20100429/</a></p>
<p>去看一下Ubuntu 10.04 的源吧   <a href="http://www.hengxinsoft.com/2010/05/ubuntu-10-04-%e6%ba%90/" target="_blank">点此</a></p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2010/05/ubuntu-10-04-dvd-%e4%b8%8b%e8%bd%bd%e5%9c%b0%e5%9d%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 源</title>
		<link>http://www.hengxinsoft.com/2010/05/ubuntu-10-04-%e6%ba%90/</link>
		<comments>http://www.hengxinsoft.com/2010/05/ubuntu-10-04-%e6%ba%90/#comments</comments>
		<pubDate>Mon, 03 May 2010 09:44:16 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 10.04 源]]></category>
		<category><![CDATA[ubuntu 源]]></category>
		<category><![CDATA[Ubuntu10.04 源]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=476</guid>
		<description><![CDATA[Ubuntu 10.04 更新源 1.sudo gedit /etc/apt/sources.list 编辑你的源列表，将原来的内容全部删除，添加下面列表中最适合你的源（注意不要全部添加），选择一个最合适你的即可，复制到你的列表中，然后保存列表。 2.sudo apt-get update 更新源列表信息 可以在运行“sudo apt-get update ”时查看一下错误信息，把不能连接的源删除再重新运行“sudo apt-get update ”，选择一个比较适合自己的源 Ubuntu 10.04源列表： 网易（速度很快） 代码: deb http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse deb-src http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse deb http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted deb-src http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted deb http://mirrors.163.com/ubuntu/ lucid-updates universe main [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 10.04 更新源</p>
<div>1.sudo gedit /etc/apt/sources.list<br />
编辑你的源列表，将原来的内容全部删除，添加下面列表中最适合你的源（注意不要全部添加），选择一个最合适你的即可，复制到你的列表中，然后保存列表。</div>
<p>2.sudo apt-get update 更新源列表信息<br />
可以在运行“sudo apt-get update ”时查看一下错误信息，把不能连接的源删除再重新运行“sudo apt-get update ”，选择一个比较适合自己的源</p>
<p>Ubuntu 10.04源列表：<span id="more-476"></span></p>
<p>网易（速度很快）</p>
<div><strong>代码:</strong></div>
<div>deb http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse<br />
deb http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted</div>
<p>搜狐</p>
<div><strong>代码:</strong></div>
<div>deb http://mirrors.shlug.org/ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://mirrors.shlug.org/ubuntu/ lucid main universe restricted multiverse<br />
deb http://mirrors.shlug.org/ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://mirrors.shlug.org/ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://mirrors.shlug.org/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://mirrors.shlug.org/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirrors.shlug.org/ubuntu/ lucid-updates universe main multiverse restricted</div>
<p>SRT Sources</p>
<div><strong>代码:</strong></div>
<div>deb http://ubuntu.srt.cn/ubuntu/ lucid main restricted universe multiverse<br />
deb http://ubuntu.srt.cn/ubuntu/ lucid-security main restricted universe multiverse<br />
deb http://ubuntu.srt.cn/ubuntu/ lucid-updates main restricted universe multiverse<br />
deb http://ubuntu.srt.cn/ubuntu/ lucid-proposed main restricted universe multiverse<br />
deb http://ubuntu.srt.cn/ubuntu/ lucid-backports main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ lucid main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-security main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-updates main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-proposed main restricted universe multiverse<br />
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-backports main restricted universe multiverse</div>
<p>ubuntu官方上海源</p>
<div><strong>代码:</strong></div>
<div>deb http://mirror.rootguide.org/ubuntu/ lucid main universe restricted multiverse<br />
deb-src http://mirror.rootguide.org/ubuntu/ lucid main universe restricted multiverse<br />
deb http://mirror.rootguide.org/ubuntu/ lucid-security universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ lucid-security universe main multiverse restricted<br />
deb http://mirror.rootguide.org/ubuntu/ lucid-updates universe main multiverse restricted<br />
deb http://mirror.rootguide.org/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ lucid-proposed universe main multiverse restricted<br />
deb http://mirror.rootguide.org/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ lucid-backports universe main multiverse restricted<br />
deb-src http://mirror.rootguide.org/ubuntu/ lucid-updates universe main multiverse restricted</div>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2010/05/ubuntu-10-04-%e6%ba%90/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

