<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Ubuntu</title>
<link>http://www.cccto.com/a/os/Ubuntu/</link>
<description>系统 / Ubuntu</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2010 CCCTO. 虫虫技术在线 版权所有]]></generator>
<webmaster>dragonox@vip.sina.com</webmaster>
<item>
    <title><![CDATA[Ubuntu 9.10安装指导截图]]></title>
    <link>http://www.cccto.com/a/os/Ubuntu/2010/0218/116.html</link>
    <description><![CDATA[Ubuntu 9.10（Karmic Koala）已经于2009年10月29日发布，它也是Ubuntu系统的第十个发行版。科技网站Softpedia近日撰文指导 Linux 新手安装Ubuntu 9.10系统。 配置要求 你需要到Ubuntu官方网站下载Ubu]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Ubuntu</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Ubuntu下Flash乱码的解决方法]]></title>
    <link>http://www.cccto.com/a/os/Ubuntu/2010/0218/96.html</link>
    <description><![CDATA[安装好Ubuntu 8.10后，发现Firefox里Flash播放器无法正常显示中文，凡是有中文的地方都被方块代替了。 解决方法如下 打开终端，输入以下命令： cd /etc/fonts/conf.d/ sudo cp 49-sansserif.conf 49-s]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Ubuntu</category>
    <author>admin</author>
    <comments>Ubuntu中文论坛</comments>
</item>
<item>
    <title><![CDATA[vista 或 win7 下添加 grub4dos 启动项的简便方法]]></title>
    <link>http://www.cccto.com/a/os/Ubuntu/2010/0218/95.html</link>
    <description><![CDATA[原本装了XP（装在C盘）和ubuntu8.04双系统的，看到Win7公测了，将XP删了，装了Win7（没有分Win7的独立启动分区），结果发现ubuntu8.04不能引导了。 解决方法： 1、下载最新的grub4dos，我下的]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Ubuntu</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用 grldr 引导WinXP/Ubuntu双系统基础教程(图文)]]></title>
    <link>http://www.cccto.com/a/os/Ubuntu/2010/0218/94.html</link>
    <description><![CDATA[对于安装有XP的双系统，最好使用grldr来引导ubuntu，下面我们来看一个练习 1、安装grub到 /boot 分区 1）在安装ubuntu到第7步准备复制文件时，点右下角的高级按钮； 2）在出来的安装引导器]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Ubuntu</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Ubuntu下bochs虚拟机的安装配置]]></title>
    <link>http://www.cccto.com/a/os/Ubuntu/2010/0218/93.html</link>
    <description><![CDATA[Bochs是由Kevin Lawton 于1994年开始开发的一个用于完全模拟Intel的x86模拟器。开始它仅仅是一个商业产品，不过可以购买到它的源程序。2000年3月，Mandrakesoft买下了Bochs，并把它置于GNU LGPL下]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Ubuntu</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ubuntu下gftp远程中文乱码的解决]]></title>
    <link>http://www.cccto.com/a/os/Ubuntu/2010/0218/92.html</link>
    <description><![CDATA[首先要系统支持GBK sudo locale-gen zh_CN.GBK 然后编辑文件gftp sudo gedit /usr/bin/gftp 在第二行填加 export LANG=zh_CN.GBK 保存后就可以了。]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Ubuntu</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[hal.dll损坏后造成Ubuntu不能引导的问题]]></title>
    <link>http://www.cccto.com/a/os/Ubuntu/2010/0218/91.html</link>
    <description><![CDATA[装了Ubuntu之后，用DiskGen重写硬盘引导区，然后在Windows中安装Grub，通过编写Menu.lst来引导Ubuntu。 今天启动后发现，不能进入Ubuntu,提示C:windowssystem32hal.dll损坏。 于是尝试进入WindowsXP，发]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Ubuntu</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[使用Ubuntu LiveCD安装grub]]></title>
    <link>http://www.cccto.com/a/os/Ubuntu/2010/0218/90.html</link>
    <description><![CDATA[一、安装到mbr（mbr=Master Boot Records，主引导记录区） 因为安装windows，或者不小心删除/改变了mbr，都有可能导致启动时看不到grub的引导菜单或者提示出错，下面是恢复的办法 （写于Ub]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Ubuntu</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Ubuntu Apache 服务之 PHP 配置]]></title>
    <link>http://www.cccto.com/a/os/Ubuntu/2010/0218/89.html</link>
    <description><![CDATA[将Ubuntu系统更新到最新状态，在做任何操作之前都要做这一步，以确保系统的稳定，同时也不会有一些莫名其妙的现象出现。 $sudo apt-get update $sudo apt-get dist-upgrade 安装PHP支持 $sudo apt-]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Ubuntu</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

