<?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>QK31 &#187; linux</title>
	<atom:link href="http://www.qk31.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qk31.com</link>
	<description>Work more with less complain</description>
	<lastBuildDate>Tue, 10 Aug 2010 14:49:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>【转】解决Ubuntu 10.04启动界面分辨率低</title>
		<link>http://www.qk31.com/2010/08/10/%e3%80%90%e8%bd%ac%e3%80%91%e8%a7%a3%e5%86%b3ubuntu-10-04%e5%90%af%e5%8a%a8%e7%95%8c%e9%9d%a2%e5%88%86%e8%be%a8%e7%8e%87%e4%bd%8e/</link>
		<comments>http://www.qk31.com/2010/08/10/%e3%80%90%e8%bd%ac%e3%80%91%e8%a7%a3%e5%86%b3ubuntu-10-04%e5%90%af%e5%8a%a8%e7%95%8c%e9%9d%a2%e5%88%86%e8%be%a8%e7%8e%87%e4%bd%8e/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 14:49:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.qk31.com/?p=638</guid>
		<description><![CDATA[代码: sudo gedit /etc/default/grub 加一行 GRUB_GFXPAYLOAD_LINUX=1024x768x32 其中1024x768x32为你要设置的分辨率。这个分辨率要你的显卡在VBE状态下支持，否则启动过程黑屏，保存后运行 代码: sudo update-grub]]></description>
		<wfw:commentRss>http://www.qk31.com/2010/08/10/%e3%80%90%e8%bd%ac%e3%80%91%e8%a7%a3%e5%86%b3ubuntu-10-04%e5%90%af%e5%8a%a8%e7%95%8c%e9%9d%a2%e5%88%86%e8%be%a8%e7%8e%87%e4%bd%8e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[转]解决 SUSE enterprise LINUX 乱码问题</title>
		<link>http://www.qk31.com/2009/11/09/%e8%bd%ac%e8%a7%a3%e5%86%b3-suse-enterprise-linux-%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/</link>
		<comments>http://www.qk31.com/2009/11/09/%e8%bd%ac%e8%a7%a3%e5%86%b3-suse-enterprise-linux-%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 16:25:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SUSE enterprise]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[SUSE enterprise LINUX]]></category>

		<guid isPermaLink="false">http://www.qk31.com/?p=214</guid>
		<description><![CDATA[系统:suse linux enterprise server 11 问题:编写的程序在X window终端上运行出现乱码,在控制台上运行同样也出现乱码. 解决方法: 1.确定系统的内码是中文编码:如GBK,GB2312等.可以通过locale命令来查看,如果不是,可以修改过来. 启动Yast2控制中心，打开“系统”——&#62; “/etc/sysconfig编辑器”，依次展开“System -&#62;Environment -&#62;Language&#8221;项，把你面以RC打头的项的值全改成GB2312.(也可以直接修改/etc/sysconfig/language文件). 2.装上zhcon中文外挂. zhcon是工作在Linux控制台下的高效双字节中/日/韩(CJK)虚拟终端，就像DOS环境中的UCDOS一样，为控制台(console)环境提供完整的双字节语言环境。下载使用前请注意： zhcon不适用于X Window的终端，在X Window中可以选择cxterm或rxvt作为中文终端。 zhcon是外挂式平台，与内核汉化不同，不需要对linux的kernel打补丁。如同普通的linux软件，可以方便地直接安装zhcon，在主控制台上执行zhcon后，就可以进入中文平台，也可以随时退出返回到西文状态。 zhcon是遵循GPL原则的自由软件，因为任何人都没有理由为使用自己的母语而付费。 官方网站:http://zhcon.sourceforge.net/index_cn.html,那里有源码包也有二进制的rpm包. 装完zhcon后,先运行它,zhcon,它会出现一些提示信息,它模拟了一个shell.然后再运行自己的程序,中文就显示正常了. 3.X window下的终端 菜单项上有个&#8221;终端&#8221;选项,选择&#8221;编码方式&#8221;为GB2312或GBK就行OK了.]]></description>
		<wfw:commentRss>http://www.qk31.com/2009/11/09/%e8%bd%ac%e8%a7%a3%e5%86%b3-suse-enterprise-linux-%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>修改ubuntu和winxp双系统 启动项</title>
		<link>http://www.qk31.com/2009/05/21/%e4%bf%ae%e6%94%b9ubuntu%e5%92%8cwinxp%e5%8f%8c%e7%b3%bb%e7%bb%9f-%e5%90%af%e5%8a%a8%e9%a1%b9/</link>
		<comments>http://www.qk31.com/2009/05/21/%e4%bf%ae%e6%94%b9ubuntu%e5%92%8cwinxp%e5%8f%8c%e7%b3%bb%e7%bb%9f-%e5%90%af%e5%8a%a8%e9%a1%b9/#comments</comments>
		<pubDate>Thu, 21 May 2009 12:57:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.qk31.com/?p=66</guid>
		<description><![CDATA[title Ubuntu 9.04, kernel 2.6.28-11-generic title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode) title Ubuntu 9.04, memtest86+ title Other operating systems: title Microsoft Windows XP Professional 上面是ubuntu出来的启动菜单 要windows默认启动，只要修改menu.list 1  cd /boot/grub/ 2  sudo gedit menu.lst 我们把menu.list里面 default 4 把上面0改成4]]></description>
		<wfw:commentRss>http://www.qk31.com/2009/05/21/%e4%bf%ae%e6%94%b9ubuntu%e5%92%8cwinxp%e5%8f%8c%e7%b3%bb%e7%bb%9f-%e5%90%af%e5%8a%a8%e9%a1%b9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu的网卡地址配置</title>
		<link>http://www.qk31.com/2007/02/05/ubuntu%e7%9a%84%e7%bd%91%e5%8d%a1%e5%9c%b0%e5%9d%80%e9%85%8d%e7%bd%ae/</link>
		<comments>http://www.qk31.com/2007/02/05/ubuntu%e7%9a%84%e7%bd%91%e5%8d%a1%e5%9c%b0%e5%9d%80%e9%85%8d%e7%bd%ae/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 15:17:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.qk31.com/2007/02/05/ubuntu%e7%9a%84%e7%bd%91%e5%8d%a1%e5%9c%b0%e5%9d%80%e9%85%8d%e7%bd%ae/</guid>
		<description><![CDATA[sudo vi /etc/network/interfaces #iface eth0 inet dhcp iface eth0 inet static   address 192.168.1.2   netmask 255.255.255.0   gateway 192.168.1.1 sudo /etc/init.d/networking restart]]></description>
		<wfw:commentRss>http://www.qk31.com/2007/02/05/ubuntu%e7%9a%84%e7%bd%91%e5%8d%a1%e5%9c%b0%e5%9d%80%e9%85%8d%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>转： Apache服务器配置WEBDAV详解</title>
		<link>http://www.qk31.com/2007/01/09/%e8%bd%ac%ef%bc%9a-apache%e6%9c%8d%e5%8a%a1%e5%99%a8%e9%85%8d%e7%bd%aewebdav%e8%af%a6%e8%a7%a3/</link>
		<comments>http://www.qk31.com/2007/01/09/%e8%bd%ac%ef%bc%9a-apache%e6%9c%8d%e5%8a%a1%e5%99%a8%e9%85%8d%e7%bd%aewebdav%e8%af%a6%e8%a7%a3/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 15:12:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://www.qk31.com/2007/01/09/%e8%bd%ac%ef%bc%9a-apache%e6%9c%8d%e5%8a%a1%e5%99%a8%e9%85%8d%e7%bd%aewebdav%e8%af%a6%e8%a7%a3/</guid>
		<description><![CDATA[  原文：http://blog.csdn.net/forlinux/archive/2006/06/18/808798.aspx     WebDAV （Web-based Distributed Authoring and Versioning）是基于 HTTP 1.1 的一个通信协议。它为 HTTP 1.1 添加了一些扩展（就是在 GET、POST、HEAD 等几个 HTTP 标准方法以外添加了一些新的方法），使得应用程序可以直接将文件写到 Web Server 上，并且在写文件时候可以对文件加锁，写完后对文件解锁，还可以支持对文件所做的版本控制。这个协议的出现极大地增加了 Web 作为一种创作媒体对于我们的价值。基于 WebDAV 可以实现一个功能强大的内容管理系统或者配置管理系统。     现在主流的WEB 服务器一般都支持WebDAV，使用WebDAV的方便性，呵呵，就不用多说了吧，用过VS.NET开发ASP.NET应用的朋友就应该知道，新建/修改 WEB项目，其实就是通过WebDAV+FrontPage扩展做到的，下面我就较详细的介绍一下，WebDAV在APACHE中的配置。 一、修改http.conf文 在末尾处加上以下内容 Include conf/mod_dav.conf #稍后将介绍该文件的设置 二、              在apache/conf/目录下新建一文件（mod_dev.conf）,并输入以下内容 #Dav LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so DAVLockDB var/DavLock Alias /webdav &#8220;d:/WorkSpace&#8221; &#60;Directory &#8220;d:/WorkSpace/&#8221;&#62;  Dav On &#60;/Directory&#62; 这样配置，其实也就可以访问了（可通过windows的网上邻居访问），但这样有个致命的缺点就是不需要密码就可以访问，安装性大大降低了。 [...]]]></description>
		<wfw:commentRss>http://www.qk31.com/2007/01/09/%e8%bd%ac%ef%bc%9a-apache%e6%9c%8d%e5%8a%a1%e5%99%a8%e9%85%8d%e7%bd%aewebdav%e8%af%a6%e8%a7%a3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 下 elcipse增加 FTP 和 WebDAV插件</title>
		<link>http://www.qk31.com/2007/01/09/ubuntu-%e4%b8%8b-elcipse%e5%a2%9e%e5%8a%a0-ftp-%e5%92%8c-webdav%e6%8f%92%e4%bb%b6/</link>
		<comments>http://www.qk31.com/2007/01/09/ubuntu-%e4%b8%8b-elcipse%e5%a2%9e%e5%8a%a0-ftp-%e5%92%8c-webdav%e6%8f%92%e4%bb%b6/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 15:11:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[elcipse]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://www.qk31.com/?p=304</guid>
		<description><![CDATA[下载 FTP &#38; WebDAV http://mirrors.bevc.net/eclipse/download/drops/S-3.2M5-200602171115/eclipse-FTP-WebDAV-3.2M5.zip 解压： sudo unzip -o eclipse-FTP-WebDAV-3.2M5.zip  -d /home/qk31/Desktop/qk31/tmp/ 用links方式安装  cd /opt/eclipse/plug-in/ 创建目录 sudo mkdir ftpWebDav 移动文件 sudo mv /home/qk31/Desktop/qk31/tmp/eclipse/ /opt/eclipse/plug-in/ftpWebDav/ 进入links添加连接地址  cd links/ sudo gedit ftpWebDav.link 增加下面的文字 path=/opt/eclipse/plug-in/ftpWebDav 安装成功 在file-》import-》other 有个ftp和webDav的选择出现 选择ftp 选择choose a new folder to be import 选择原来新建的项目文件夹 next create a new site next URL：ftp地址  直接打域名 如：www.qk31.com user：用户名  qk31 [...]]]></description>
		<wfw:commentRss>http://www.qk31.com/2007/01/09/ubuntu-%e4%b8%8b-elcipse%e5%a2%9e%e5%8a%a0-ftp-%e5%92%8c-webdav%e6%8f%92%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安装ff下载软件</title>
		<link>http://www.qk31.com/2007/01/03/%e5%ae%89%e8%a3%85ff%e4%b8%8b%e8%bd%bd%e8%bd%af%e4%bb%b6/</link>
		<comments>http://www.qk31.com/2007/01/03/%e5%ae%89%e8%a3%85ff%e4%b8%8b%e8%bd%bd%e8%bd%af%e4%bb%b6/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 15:09:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.qk31.com/2007/01/03/%e5%ae%89%e8%a3%85ff%e4%b8%8b%e8%bd%bd%e8%bd%af%e4%bb%b6/</guid>
		<description><![CDATA[安装下载软件： sudo apt-get install d4x 安装ff的插件flashgot 重启ff后，可以看到ff的右键有ff的属性，在更多选项里面可以看到下载管理器里面有d4x的选项]]></description>
		<wfw:commentRss>http://www.qk31.com/2007/01/03/%e5%ae%89%e8%a3%85ff%e4%b8%8b%e8%bd%bd%e8%bd%af%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu安装zend studio</title>
		<link>http://www.qk31.com/2007/01/03/ubuntu%e5%ae%89%e8%a3%85zend-studio/</link>
		<comments>http://www.qk31.com/2007/01/03/ubuntu%e5%ae%89%e8%a3%85zend-studio/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 15:09:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.qk31.com/2007/01/03/ubuntu%e5%ae%89%e8%a3%85zend-studio/</guid>
		<description><![CDATA[sudo unzip -d /home/qk31/Desktop/qk31/ ZendStudio-5_5_0.tar.zip  sudo tar zxvf ZendStudio-5_5_0.tar.gz  -C /opt/]]></description>
		<wfw:commentRss>http://www.qk31.com/2007/01/03/ubuntu%e5%ae%89%e8%a3%85zend-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu java环境配置</title>
		<link>http://www.qk31.com/2007/01/02/ubuntu-java%e7%8e%af%e5%a2%83%e9%85%8d%e7%bd%ae/</link>
		<comments>http://www.qk31.com/2007/01/02/ubuntu-java%e7%8e%af%e5%a2%83%e9%85%8d%e7%bd%ae/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 15:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.qk31.com/2007/01/02/ubuntu-java%e7%8e%af%e5%a2%83%e9%85%8d%e7%bd%ae/</guid>
		<description><![CDATA[安装jdk：  sudo apt-get install sun-java5-jdk 配置修改java的运行的环境  sudo update-alternatives &#8211;config java 添加环境变量：:/usr/lib/jvm/java-1.5.0-sun/bin sudo gedit /etc/environment PATH=&#8221;/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/usr/:/usr/lib/jvm/java-1.5.0-sun/bin&#8221; LANG=&#8221;zh_CN.UTF-8&#8243; LANGUAGE=&#8221;zh_CN:zh&#8221;]]></description>
		<wfw:commentRss>http://www.qk31.com/2007/01/02/ubuntu-java%e7%8e%af%e5%a2%83%e9%85%8d%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu安装eclipse+phpeclipse</title>
		<link>http://www.qk31.com/2007/01/01/ubuntu%e5%ae%89%e8%a3%85eclipsephpeclipse/</link>
		<comments>http://www.qk31.com/2007/01/01/ubuntu%e5%ae%89%e8%a3%85eclipsephpeclipse/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 15:07:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[phpeclipse]]></category>

		<guid isPermaLink="false">http://www.qk31.com/2007/01/01/ubuntu%e5%ae%89%e8%a3%85eclipsephpeclipse/</guid>
		<description><![CDATA[安装eclipse+phpeclipse $sudo tar xvfz eclipse-SDK-3.1.2-linux-gtk.tar.gz -C /opt cd   /usr/share/applications/ $gedit eclipse-user.desktop [Desktop Entry] Comment=Java IDE Name=Eclipse Exec=/opt/eclipse/eclipse Encoding=UTF-8 Terminal=false Type=Application Categories=Application;Development; Icon=/opt/eclipse/icon.xpm help-&#62;software update-&#62;find and install -&#62; intall a new feather The PHPeclipse update site for the latest (unstable) CVS version is now available here: http://phpeclipse.sourceforge.net/update/cvs The PHPeclipse update site for the (old) releases [...]]]></description>
		<wfw:commentRss>http://www.qk31.com/2007/01/01/ubuntu%e5%ae%89%e8%a3%85eclipsephpeclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
