<?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; andlinux</title>
	<atom:link href="http://newsn.net/tag/andlinux/feed" rel="self" type="application/rss+xml" />
	<link>http://newsn.net</link>
	<description>苏南的网络日记本本  O(∩_∩)O  哈哈~</description>
	<lastBuildDate>Mon, 13 Jul 2009 02:59:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>清空andlinux的回收站</title>
		<link>http://newsn.net/20090626/674.html</link>
		<comments>http://newsn.net/20090626/674.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 01:16:19 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[trash]]></category>

		<guid isPermaLink="false">http://newsn.net/20090626/674.html</guid>
		<description><![CDATA[ andlinux运行久了，有很多东西在回收站里面。昨天提示我说，回收站已满…。这到底怎么清空andlinux的回收站呢？本文说的就是这个问题。
 
一、提示截图    &#160;
二、找了一下trash的位置    看来还是有很多回收站的说,我的操作目标也锁定到了 root/.local/share/trash    &#160; 里面看起来有2个系统文件，（home就是root…….）
三、命令行下清空一下     
rm –rf *
全部清空，再去删除目标文件到回收站的时候，提示：
&#160; 不要紧，一会系统就会自动修复生成files和info两个文件夹，然后就可以进行删除到回收站操作了。
hoho~，没招的话，自己新建2个同名文件夹吧。或者上一步清空的时候，分别进入files和info两个文件夹进行清空好了。
]]></description>
		<wfw:commentRss>http://newsn.net/20090626/674.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>andlinux beta2 中用root权限运行资源管理器konqueror</title>
		<link>http://newsn.net/20090624/661.html</link>
		<comments>http://newsn.net/20090624/661.html#comments</comments>
		<pubDate>Wed, 24 Jun 2009 03:37:32 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[konqueror]]></category>

		<guid isPermaLink="false">http://newsn.net/20090624/661.html</guid>
		<description><![CDATA[andlinux升级到beta2后，菜单里面的程序因为不是用root登陆的ssh的缘故，缺少了很多可以进行的操作，非常的不方便，例如在linux下面的konqueror里面，很多粘贴操作都不能进行。本文主要说明如何用root账户启动Konqueror。
 
一、权限对比      普通账户在root根目录下的右键菜单              root权限在root根目录下的右键菜单       &#160;
二、实现方法      编辑Program Files\andLinux\Launcher\menu.txt&#160; 
-
FileBrowser;konqueror.ico;konqueror -profile filemanagement
FileBrowser(SuDo);konqueror.ico;kdesudo &#34;konqueror -profile filemanagement&#34;
Konqueror;konqueror.ico;konqueror
-
对应菜单如下：
     
在执行sudo的时候，就会提示输入密码， 
然后就是root权限的资源管理器了。不错的说。
 
关键语句是： 
kdesudo，估计其他需要root权限的程序也是可以这么配置的。呵呵~
]]></description>
		<wfw:commentRss>http://newsn.net/20090624/661.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>自定义andlinux的menu菜单</title>
		<link>http://newsn.net/20090609/546.html</link>
		<comments>http://newsn.net/20090609/546.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 08:26:12 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://newsn.net/20090609/546.html</guid>
		<description><![CDATA[Andlinux下面的菜单里面有很多好玩的东东，这几天我试了试，可以把自己安装的linux程序也在这个菜单里面显示出来。这样的话，就可以不用在console下面执行命令行，而直接点击一下下，就可以执行相关的程序了。
 
一、界面截图     &#160; 
二、配置文件位置     Program Files\andLinux\Launcher\menu.txt     这个面&#8211;是分隔符，而每行就是一个菜单图标了。     例如我增加的：
-
XPDF;kpdf.ico;xpdf
Okular;kpdf.ico;okular
Foxit;kpdf.ico;foxit
-
生成的菜单就是这样的
   
很简单吧，格式是：
菜单文字；菜单图标.ico;调用程序的linux命令行 
所以额外的东东就是那个ico图标需要自己弄，如果没有啥特殊要求的话，就可以随便找个ico，而Program Files\andLinux\Launcher那些exe文件，貌似和这个菜单没有什么特殊的关系，就是直接执行对应的命令的一个组合而已。删除掉这些exe后这个菜单是照样能用的。 
所以可以自己把自己喜欢的软件装到Andlinux下边后，用这个格式把他们都拖到windows下的这个linux菜单里面来吧，是不是感觉很酷？哈哈。 
三、配置linux下的资源管理器 
andlinux bate2里面的konqueror打开后是一个类似ie的东东，其实他也可以像ie一样变身为资源管理器，只需要在那个menu.txt里面的konqueror下面增加个参数就行了。如下： 
&#160; FileBrowser;konqueror.ico;konqueror -profile filemanagement

]]></description>
		<wfw:commentRss>http://newsn.net/20090609/546.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Andlinux下面查看PDF文件</title>
		<link>http://newsn.net/20090608/544.html</link>
		<comments>http://newsn.net/20090608/544.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 02:47:24 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://newsn.net/20090608/544.html</guid>
		<description><![CDATA[Andlinux beta1里面有个挺好用的软件叫kpdf，是用来查看pdf软件的，但是在beta2里面不幸被取消了。经过无数次的查找，最终失败。反正到目前为止，我还没有把kpdf找出来，包括安装那个kde的kgeography的包，因为官方说明，说kpdf是这个包里面的一个组件。虽然最终没有找到kpdf，但是发现了其他一些好玩的pdf软件。下面做个列表说明。
 
一、xpdf    据说这个是最老牌的看pdf的linux软件，kpdf也是在这个基础上面开发的，安装的方法也很简单，在andliunx的menu里面的synaptic里面查找xpdf，然后点击右键，选择marked for installation，就行了。然后选择apply。然后在console下面执行xpdf就可以了。         这里xpdf看上去很简陋，不太好用的样子。
二、foxit reader    这个软件在windows下面就有，以前也用过，很好用的说。下面是linux下面的版本，http://www.foxitsoftware.com/downloads/?Language=en。    里面点击Foxit Reader 1.0 Build 20090417 for Desktop Linux(bz2)这个下载就行了。不过这个bz2文件在andlinux下面用tar解压缩的时候，遇到了一点困难。    提示如下：
tar: bzip2: Cannot exec: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status [...]]]></description>
		<wfw:commentRss>http://newsn.net/20090608/544.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql导入数据的2种新方法</title>
		<link>http://newsn.net/20090604/530.html</link>
		<comments>http://newsn.net/20090604/530.html#comments</comments>
		<pubDate>Thu, 04 Jun 2009 04:42:36 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://newsn.net/20090604/530.html</guid>
		<description><![CDATA[如何转移mysql的数据表内容是一个比较麻烦的内容，特别是当数据量特别大的时候，而且网站会有2m的限制，这个无法逾越的鸿沟难倒了n多人。哈。本篇文章写了2个关于mysql数据导入的2个新方法，当然是相当于常规操作来说的。
 
一、使用phpmyadmin的导入服务器端文件的功能     把大于2m的数据包压缩后先ftp到phpmyadmin的目录下面，然后让phpmyadmin来读取这个文件并导入数据。     1.1 编辑phpmyadmin的配置文件。     libraries/config.default.php 大约2245行，$cfg['UploadDir'] = &#8216;./myupload&#8217;; 我这样写就是相对于phpmyadmin根目录的一个路径，这样我需要建立这个文件夹在phpmyadmin的根目录下面就行啦。               1.2 上传本地数据包并执行     当然在本例中，mysql数据包要上传到对应phpmyadmin的上载目录myupload目录下面了，然后就可以在phpmyadmin的sql导入文件功能中，发现一个选项：网站服务器上载目录，就可以执行服务器端导入数据啦。      
二、使用linux服务器的zcat命令     当然这个貌似有些困难了，有服务器控制权限，并且是linux主机才有这一步，操作。cd到sql数据压缩包所在的目录，然后执行  [...]]]></description>
		<wfw:commentRss>http://newsn.net/20090604/530.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>给AndLinux下面的xampp装tidy模块的经验</title>
		<link>http://newsn.net/20090604/515.html</link>
		<comments>http://newsn.net/20090604/515.html#comments</comments>
		<pubDate>Thu, 04 Jun 2009 02:55:39 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[tidy]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://newsn.net/20090604/515.html</guid>
		<description><![CDATA[Win下面的php5.2.9是自带tidy模块的，不知道为什么linux下面的默认是不带的，xampp下面的php5.2.9也是没有tidy的，本来以为会像win下面修改一下php.ini就可以使用了，没有想到，增加linux下面的php的tidy模块真是一个超级痛苦的经历。哈哈，仅此记录。
 
一、准备工作     这里的准备工作，是多次失败，多次试验的结果，和网上说流行的说法还是不一样。主要参考了一个英国程序员的文章。见这里：http://phpkitchen.com/2005/10/installing-tidy-on-php-4-and-5/     当然我的安装过程中和他的不是太一样。大家可以去看看他的文章。     1.1 下载tidy的cvs版本。     :pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy     当然如何使用cvs并不是本文讨论的内容。     1.2 配置andlinux     Sudo Apt-get intall autoconf     ln -sf /usr/bin/make /usr/bin/gmake     这2步目前没有什么用途，但是在安装过程中就会遇到这个问题。 [...]]]></description>
		<wfw:commentRss>http://newsn.net/20090604/515.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>升级andlinux下面的Ubuntu，并安装doxygen</title>
		<link>http://newsn.net/20090518/428.html</link>
		<comments>http://newsn.net/20090518/428.html#comments</comments>
		<pubDate>Mon, 18 May 2009 06:42:01 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[doxygen]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://newsn.net/20090518/428.html</guid>
		<description><![CDATA[一、一点新的体会&#160; &#160;&#160;&#160;&#160;&#160; Andlinux原来内核是ubuntu的，貌似默认下载的andlinux里面的Ubuntu内核版本比较低，需要升级一下才能安装某些软件，比如今天我们要安装的doxygen，所以首要我们要先升级一下内核，再搞定doxygen这个东东。 
 
二、升级内核     命令行如下：     cd /etc/apt/     cp sources.list sources.list.bak     vi sources.list     apt-get update     apt-get install doxygen doxygen-gui graphviz
小小的解释：        vi sources.list 的时候,需要做小的修改，修改变化如下：
# Automatically [...]]]></description>
		<wfw:commentRss>http://newsn.net/20090518/428.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在AndLinux+XAMPP下面安装CakePhp</title>
		<link>http://newsn.net/20090506/367.html</link>
		<comments>http://newsn.net/20090506/367.html#comments</comments>
		<pubDate>Wed, 06 May 2009 08:53:12 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[IT.IT]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://newsn.net/?p=367</guid>
		<description><![CDATA[一、什么是cakephp？
CakePhp的官方介绍是：
CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.
大意是这样子的：
CakePhp是一个PHP快速开发框架，他对开发、维护以及扩展应用程序都提供了很好的扩展支持。他在配置模式上使用了MVC和ORM的模式，它减少了开发的费用并帮助开发人员减少代码的编写量。
官方网站是：http://cakephp.org/
这个东东主要是要看明白他的规则，规则是相当的复杂，几乎完全颠覆以前传统的PHP网站的思路。初次接触时，会觉得束手无策。哈哈。
二、安装过程
下载到最新版本的CakePhp，本文发布时最新的版本是 1.2.3.8166 Stable 。
下载后，放在你的网站根目录下面就行了，当然在windows下面的时候，几乎是不需要什么配置的。
但是在linux下面就要费点周折。
2.1 修改documentroot目录
为了linux和windows能共享代码，我选择把这个目录改为/opt/win下面，这样，linux下面能访问，
着急了，windows下面也能访问修改。哈哈。so good a ideda!
下面是在andlinux下面的配置办法：
当然你可以通过andkhomefolder这样的软件体直接编辑/opt/lampp/etc/httpd.conf这样的文件，
豪华kde版本就是比mini版好啊，很适合我们这样的linux初学者。哈哈。
就像记事本里面一样的轻松，也可以使用vi或者vim这样的东东进行练习，当然这比较适合代码狂人这么做。
修改替换 /opt/lampp/htdocs 为 /mnt/win/www 就行了。
保存退出，重启xampp。
使用命令为：

./lampp [...]]]></description>
		<wfw:commentRss>http://newsn.net/20090506/367.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在AndLinux下面安装xampp并设置为开机启动项</title>
		<link>http://newsn.net/20090506/359.html</link>
		<comments>http://newsn.net/20090506/359.html#comments</comments>
		<pubDate>Wed, 06 May 2009 06:07:23 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[服务器软件]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://newsn.net/?p=359</guid>
		<description><![CDATA[一、XAMPP是啥？     XAMPP是个软件套装，一下子就能装好Apache,Php,Mysql等等东东，     这对于新手来说，无疑是天大的好消息，因为配置这些东东实在相当的困难。     即使是老手，都可能会被搞得晕头转向。     官方网站是：http://www.apachefriends.org/en/xampp.html     这个地方的说明是最权威官方的。本文没有涉及到的说明请参考这里。     根据官方说明，说最新的Linux版本1.7.1集成了N多软件，
 
当然很多搞不清楚啥子用途，但是没有办法，人家带了，俺也改不好哦~    当然苏南也搞了个自己的XAMPP（姑且先这么叫吧），是windows下的，     纯绿色的哦~ 但是集成的就没有上边那么多了。但是安装起来也挺简单的，     足够我使用了。等稳定了可以分享给大家用。     安装脚本主要参考了一个叫做kiss的XAMPP，（姑且也这么叫吧），    [...]]]></description>
		<wfw:commentRss>http://newsn.net/20090506/359.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AndLinux安装手记</title>
		<link>http://newsn.net/20090506/358.html</link>
		<comments>http://newsn.net/20090506/358.html#comments</comments>
		<pubDate>Wed, 06 May 2009 03:54:08 +0000</pubDate>
		<dc:creator>苏南</dc:creator>
				<category><![CDATA[服务器软件]]></category>
		<category><![CDATA[andlinux]]></category>

		<guid isPermaLink="false">http://newsn.net/?p=358</guid>
		<description><![CDATA[一、什么是AndLinux       AndLinux是个在windows下面运行linux特有东东的软件，    它模拟一个Linux环境，使得在Linux下面特有的软件能在Windows下面运行起来。    是真正的在windows下面运行哦，和在windows下面装的软件是没有区别的。    至少看上去是这样的。这和以前所使用的虚拟机软件（vmare，virtualPC）等有很大不同。    他的官方网站是 http://www.andlinux.org,    看软件作者的自我介绍，貌似是两个德国的Linux发烧友。
 

二、AndLinux的安装    AndLinux分为2个版本，一个是mini版本，一个是kde版本（我觉得应该叫做豪华版，呵呵）    这2个版本的区别就是，kde版本带着一些Linux下常见的软件，让他们能在windows下面直接运行哦~    但是都是干啥用的，俺也不清楚。Linux不熟。呵呵。    Update090604:    Andlinux出了beta2版本，和beta1版本最大的区别就是基本每个命令行都要sudo了，否则会提示没有权限，或者没有没有这个命令行之类的。很郁闷的说。
三、安装过程    官方有个说明，http://www.andlinux.org/install.php，大家有空可以看看。  [...]]]></description>
		<wfw:commentRss>http://newsn.net/20090506/358.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
