<?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>FVF.me&#039;Ye &#187; Ubuntu</title>
	<atom:link href="http://fvf.me/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://fvf.me</link>
	<description>我是孤独的根号5</description>
	<lastBuildDate>Mon, 19 Sep 2011 12:10:36 +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安装apache，php，mysql，组成LAMP系统</title>
		<link>http://fvf.me/linux/ubuntu-linux/ubuntu-install-apache-php-mysql-lamp-system-composed-of.html</link>
		<comments>http://fvf.me/linux/ubuntu-linux/ubuntu-install-apache-php-mysql-lamp-system-composed-of.html#comments</comments>
		<pubDate>Sat, 08 Jan 2011 14:19:01 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fvf.me/linux/ubuntu-linux/ubuntu%e5%ae%89%e8%a3%85apache%ef%bc%8cphp%ef%bc%8cmysql%ef%bc%8c%e7%bb%84%e6%88%90lamp%e7%b3%bb%e7%bb%9f.html</guid>
		<description><![CDATA[安装了ubuntu，喜欢捣鼓wordpress主题的我，当然少不了要安装apache2+php5.2.4.2+mysql5.0.51，组成LAMP系统啊。 1、安装apache2和php5 sudo apt-get install apache2 libapache2-mod-php5 php5-cli php5-dev 安装完成之后，在/var/www/目录下写一个phpinfo.php文本文件，内容如下： &#60;?php &#160; phpinfo();&#160; ?&#62; 保存之后，启动apache服务器，输入： sudo /etc/init.d/apache2 start 服务器启动成功之后，打开浏览器，在地址栏输入“http://127.0.0.1/phpinfo.php”，如果显示出php的信息，说明apache和php安装成功了。 sudo /etc/init.d/apache2 restart OK之后，我们来查看一下是否生效了。 2、安装mysq sudo apt-get install mysql-server 3、让apache、php支持mysql sudo apt-get install libapache2-mod-auth-mysql sudo apt-get install php5-mysql ４、重启apache2 sudo /etc/init.d/apache2 restart 到此，我电脑里面apache2+php 5.2.4.2+mysql5.0.51的环境就完成了。]]></description>
			<content:encoded><![CDATA[<p>安装了ubuntu，喜欢捣鼓wordpress主题的我，当然少不了要安装apache2+php5.2.4.2+mysql5.0.51，组成LAMP系统啊。</p>
<p>1、安装apache2和php5 </p>
<div class="source" style="color: rgb(255,255,255); font-family: verdana, &#39;Lucida Console&#39;, &#39;Courier New&#39;; background-color: rgb(30,30,39)"><span style="color: rgb(255,255,255)">sudo apt-get install apache2 libapache2-mod-php5 php5-cli php5-dev</span> </p>
<p></div>
<p>安装完成之后，在/var/www/目录下写一个phpinfo.php文本文件，内容如下： </p>
<div class="source" style="color: rgb(192,192,192); font-family: verdana, &#39;Lucida Console&#39;, &#39;Courier New&#39;; background-color: rgb(0,0,0)"><span style="color: rgb(255,255,255)">&lt;?php</span> </p>
<p>&#160; <span style="color: rgb(192,192,192)">phpinfo</span>();&#160; <br /><span style="color: rgb(255,255,255)">?&gt;</span> </p>
<p></div>
<p>保存之后，启动apache服务器，输入： </p>
<div class="source" style="color: rgb(255,255,255); font-family: verdana, &#39;Lucida Console&#39;, &#39;Courier New&#39;; background-color: rgb(0,0,0)"><span style="color: rgb(255,255,255)">sudo /etc/init.d/apache2 start</span> </p>
<p></div>
<p>服务器启动成功之后，打开浏览器，在地址栏输入“http://127.0.0.1/phpinfo.php”，如果显示出php的信息，说明apache和php安装成功了。 </p>
<div class="source" style="color: rgb(255,255,255); font-family: verdana, &#39;Lucida Console&#39;, &#39;Courier New&#39;; background-color: rgb(0,0,0)"><span style="color: rgb(255,255,255)">sudo /etc/init.d/apache2 restart</span> </p>
<p></div>
<p>OK之后，我们来查看一下是否生效了。 </p>
<p>2、安装mysq </p>
<div class="source" style="color: rgb(255,255,255); font-family: verdana, &#39;Lucida Console&#39;, &#39;Courier New&#39;; background-color: rgb(0,0,0)"><span style="color: rgb(255,255,255)">sudo apt-get install mysql-server</span> </p>
<p></div>
<p>3、让apache、php支持mysql </p>
<div class="source" style="color: rgb(255,255,255); font-family: verdana, &#39;Lucida Console&#39;, &#39;Courier New&#39;; background-color: rgb(0,0,0)"><span style="color: rgb(255,255,255)">sudo apt-get install libapache2-mod-auth-mysql </span></p>
<p><span style="color: rgb(255,255,255)">sudo apt-get install php5-mysql</span> </p>
<p></div>
<p>４、重启apache2</p>
<div class="source" style="color: rgb(255,255,255); font-family: verdana, &#39;Lucida Console&#39;, &#39;Courier New&#39;; background-color: rgb(0,0,0)"><span style="color: rgb(255,255,255)">sudo /etc/init.d/apache2 restart</span> </p>
<p></div>
<p>到此，我电脑里面apache2+php 5.2.4.2+mysql5.0.51的环境就完成了。 </p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/linux/ubuntu-linux/ubuntu-install-apache-php-mysql-lamp-system-composed-of.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu下简单的icons安装美化</title>
		<link>http://fvf.me/linux/ubuntu-linux/under-the-simple-installation-of-ubuntu-landscaping-icons.html</link>
		<comments>http://fvf.me/linux/ubuntu-linux/under-the-simple-installation-of-ubuntu-landscaping-icons.html#comments</comments>
		<pubDate>Thu, 06 Jan 2011 13:52:03 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fvf.me/linux/ubuntu-linux/ubuntu%e4%b8%8b%e7%ae%80%e5%8d%95%e7%9a%84icons%e5%ae%89%e8%a3%85%e7%be%8e%e5%8c%96.html</guid>
		<description><![CDATA[Ubuntu下美化的Icons下載請到 Gnome-look ，那里汇集了很多作品。 下载回来的文件是***.tar.gz格式，不需要解压直接可以通过下面步骤安装。 若碰到不这个压缩格式式，我是先解压，再重新压缩成 tar.gz，就可以安装了 安装方式： 在桌面按右键，选择 更改桌面背景 选择 布景主題 选择 安装 这样icons就安装成功了，安装了多个文件以后可以在自定义里面选择。]]></description>
			<content:encoded><![CDATA[<p>Ubuntu下美化的Icons下載請到 <a href="http://gnome-look.org/">Gnome-look</a> ，那里汇集了很多作品。 </p>
<p>下载回来的文件是***.tar.gz格式，不需要解压直接可以通过下面步骤安装。    <br />若碰到不这个压缩格式式，我是先解压，再重新压缩成 tar.gz，就可以安装了</p>
<p>安装方式：</p>
<ol>
<li>在桌面按右键，选择 更改桌面背景 </li>
<li>选择 布景主題 </li>
<li>选择 安装 </li>
<p> 这样icons就安装成功了，安装了多个文件以后可以在自定义里面选择。</ol>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/linux/ubuntu-linux/under-the-simple-installation-of-ubuntu-landscaping-icons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>恢复Ubuntu默认面板</title>
		<link>http://fvf.me/linux/ubuntu-linux/restore-the-default-ubuntu-panel.html</link>
		<comments>http://fvf.me/linux/ubuntu-linux/restore-the-default-ubuntu-panel.html#comments</comments>
		<pubDate>Thu, 06 Jan 2011 13:30:13 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[面板]]></category>

		<guid isPermaLink="false">http://fvf.me/linux/ubuntu-linux/%e6%81%a2%e5%a4%8dubuntu%e9%bb%98%e8%ae%a4%e9%9d%a2%e6%9d%bf.html</guid>
		<description><![CDATA[昨天，想把Ubuntu的默认面板改成windows的样子，但是一不小心把一些小工具给删除了，刚到最后还原来越麻烦，很想恢复回原来的样子，最简单的方法是新建新的用户，不过这样就伴随着文件的转移。Google一下发现以下的方便，就是删除面板配置文件，重新复制一个原来的默认文件。 打开终端，终端窗口打开之后，立即在提示符后面输入下列命令： gconftool --recursive-unset /apps/panel rm -rf ~/.gconf/apps/panel pkill gnome-panel 接下来，Ubuntu 就会恢复成默认的上下两栏面板，顶部+底部各一面板的默认布局。]]></description>
			<content:encoded><![CDATA[<p>昨天，想把Ubuntu的默认面板改成windows的样子，但是一不小心把一些小工具给删除了，刚到最后还原来越麻烦，很想恢复回原来的样子，最简单的方法是新建新的用户，不过这样就伴随着文件的转移。Google一下发现以下的方便，就是删除面板配置文件，重新复制一个原来的默认文件。</p>
<p>打开终端，终端窗口打开之后，立即在提示符后面输入下列命令： </p>
<blockquote><p>gconftool --recursive-unset /apps/panel    <br />rm -rf ~/.gconf/apps/panel     <br />pkill gnome-panel </p></blockquote>
<p>接下来，Ubuntu 就会恢复成默认的上下两栏面板，顶部+底部各一面板的默认布局。</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/linux/ubuntu-linux/restore-the-default-ubuntu-panel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rhythmbox中文歌曲乱码解决</title>
		<link>http://fvf.me/linux/ubuntu-linux/chinese-song-rhythmbox-garbled-solution.html</link>
		<comments>http://fvf.me/linux/ubuntu-linux/chinese-song-rhythmbox-garbled-solution.html#comments</comments>
		<pubDate>Thu, 06 Jan 2011 13:22:34 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Rhythmbox]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fvf.me/linux/ubuntu-linux/rhythmbox%e4%b8%ad%e6%96%87%e6%ad%8c%e6%9b%b2%e4%b9%b1%e7%a0%81%e8%a7%a3%e5%86%b3.html</guid>
		<description><![CDATA[刚刚换上Ubuntu10.04，一切都是很新奇。没有了windows下的千千和酷狗，真的很不习惯。特别是用Rhythmbox播放歌曲的时候竟然播放列表里显示乱码。无语Google一下，解决了。看来Ubuntu系统还是适合那些有探索的人使用。 cd /你的音乐文件夹 mid3iconv -e GBK *.mp3 有可能系统会提示 python-mutagen没有安装。 sudo apt-get install python-mutagen 然后重新导入rhythmbox，OK！ mid3iconv 命令主要是将原来mp3音乐文件的ID3信息转换成了Unicode并用ID3v2的格式存回文件中。]]></description>
			<content:encoded><![CDATA[<p>刚刚换上Ubuntu10.04，一切都是很新奇。没有了windows下的千千和酷狗，真的很不习惯。特别是用Rhythmbox播放歌曲的时候竟然播放列表里显示乱码。无语Google一下，解决了。看来Ubuntu系统还是适合那些有探索的人使用。</p>
<blockquote><p>cd /你的音乐文件夹    <br />mid3iconv -e GBK *.mp3 </p></blockquote>
<p> 有可能系统会提示 python-mutagen没有安装。<br />
<blockquote>sudo apt-get install python-mutagen </p></blockquote>
<p> 然后重新导入rhythmbox，OK！   <br />mid3iconv 命令主要是将原来mp3音乐文件的ID3信息转换成了Unicode并用ID3v2的格式存回文件中。   </p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/linux/ubuntu-linux/chinese-song-rhythmbox-garbled-solution.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>投入Ubuntu的怀抱！</title>
		<link>http://fvf.me/linux/into-the-embrace-of-ubuntu.html</link>
		<comments>http://fvf.me/linux/into-the-embrace-of-ubuntu.html#comments</comments>
		<pubDate>Tue, 04 Jan 2011 12:31:00 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fvf.me/linux/%e6%8a%95%e5%85%a5ubuntu%e7%9a%84%e6%80%80%e6%8a%b1%ef%bc%81.html</guid>
		<description><![CDATA[前天终于忍受不了windows的拖沓，毅然的在我这台笔记本上安装上ubuntu10.04，话说在安装过程中我专门刻起来的cd盘竟然不能安装，真是无语啊！最后还是使用u盘安装才完成。我当初使用过8.04版本的，现在发现10.04版本比8.04版本好看多了。安装完系统去找要用的软件，发现还真是无语啊，常用的迅雷，搜狗拼音，酷狗，wlw离线博客，射手播放器，都没有ubuntu版本。qq的linux版本那真是简单啊。幸好谷歌chrome，firefox，pps还很给力。 现在归纳一下我ubuntu系统下用的软件，chrome(加上Chrome音乐盒，豆瓣电台，等插件用来代替酷狗)，firefox+ScribesFire插件代替wlw离线博客，pps有ubuntu版本的观看效果也不错，smplayer代替暴风影音。顺便咱还安装了wine和 VirtualBox。现在使用还可以。]]></description>
			<content:encoded><![CDATA[<p>前天终于忍受不了windows的拖沓，毅然的在我这台笔记本上安装上ubuntu10.04，话说在安装过程中我专门刻起来的cd盘竟然不能安装，真是无语啊！最后还是使用u盘安装才完成。我当初使用过8.04版本的，现在发现10.04版本比8.04版本好看多了。安装完系统去找要用的软件，发现还真是无语啊，常用的迅雷，搜狗拼音，酷狗，wlw离线博客，射手播放器，都没有ubuntu版本。qq的linux版本那真是简单啊。幸好谷歌chrome，firefox，pps还很给力。</p>
<p>现在归纳一下我ubuntu系统下用的软件，chrome(加上<a target="_blank" href="https://chrome.google.com/extensions/detail/abgdjjbecjkcjklnfgbcngfgfajmlfln" class="broken_link">Chrome音乐盒</a>，<a target="_blank" href="https://chrome.google.com/extensions/detail/clhojfdjfahpiddojlckmgmanojfdnal">豆瓣电台</a>，等插件用来代替酷狗)，firefox+ScribesFire插件代替wlw离线博客，pps有ubuntu版本的观看效果也不错，smplayer代替暴风影音。顺便咱还安装了wine和 VirtualBox。现在使用还可以。</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/linux/into-the-embrace-of-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu下构建LMAP环境</title>
		<link>http://fvf.me/linux/construction-lmap-environment-under-ubuntu.html</link>
		<comments>http://fvf.me/linux/construction-lmap-environment-under-ubuntu.html#comments</comments>
		<pubDate>Sun, 18 Oct 2009 11:43:53 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fvf.me/linux/ubuntu%e4%b8%8b%e6%9e%84%e5%bb%balmap%e7%8e%af%e5%a2%83.html</guid>
		<description><![CDATA[由于Windows下的Xampp罢工，我一气之下就准备安装个Ubuntu构建LAMP系统，去下了个Virtual PC，结果发现不能安装Ubuntu，郁闷！有去下了个VMware汉化版，不过还是在最后时候出现文件错误，真倒霉！最后去下了VirtualBox才顺利的安装上Ubuntu。现在的Ubuntu安装已经很傻瓜了，就不在这里讲了！ 当安装好Ubuntu之后，就开始在光光的系统上安装AMP了。 1.开始跟新源 打开终端（应用程序-附件-终端），输入： sudo gedit /etc/apt/sources.list 编辑你的源列表，复制合适的源地址到你的列表中，然后保存列表。 点击一下地址，查找合适的源地址： Ubuntu源文件地址 sudo apt-get update 更新源列表信息！ 2.安装apache、php5、mysql sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo apt-get install mysql-server-5.0 mysql-common mysql-admin sudo apt-get install php5-mysql sudo /etc/init.d/apache2 restart 再次重启apache，使新服务正常激活. 3.配置mysql （一）没有设置mysql密码的登录方法 打开终端（应用程序-附件-终端），输入： mysql -u root 用根用户进入mysql，设置根用户密码： mysql&#62; GRANT ALL PRIVILEGES ON *.* [...]]]></description>
			<content:encoded><![CDATA[<p>由于Windows下的Xampp罢工，我一气之下就准备安装个Ubuntu构建LAMP系统，去下了个Virtual PC，结果发现不能安装Ubuntu，郁闷！有去下了个VMware汉化版，不过还是在最后时候出现文件错误，真倒霉！最后去下了VirtualBox才顺利的安装上Ubuntu。现在的Ubuntu安装已经很傻瓜了，就不在这里讲了！</p>
<p><strong>当安装好Ubuntu之后，就开始在光光的系统上安装AMP了。</strong></p>
<h3>1.开始跟新源</h3>
<p>打开终端（应用程序-附件-终端），输入：</p>
<p>sudo gedit /etc/apt/sources.list</p>
<p>编辑你的源列表，复制合适的源地址到你的列表中，然后保存列表。</p>
<p>点击一下地址，查找合适的源地址：</p>
<p><a title="http://wiki.ubuntu.org.cn/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8%E6%88%91%E4%BB%AC%E6%8E%A8%E8%8D%90%E7%9A%84%E6%BA%90" href="http://wiki.ubuntu.org.cn/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8%E6%88%91%E4%BB%AC%E6%8E%A8%E8%8D%90%E7%9A%84%E6%BA%90">Ubuntu源文件地址</a></p>
<p>sudo apt-get update 更新源列表信息！</p>
<h3>2.安装apache、php5、mysql</h3>
<p>sudo apt-get install apache2</p>
<p>sudo apt-get install php5</p>
<p>sudo apt-get install libapache2-mod-php5</p>
<p>sudo apt-get install mysql-server-5.0 mysql-common mysql-admin</p>
<p>sudo apt-get install php5-mysql</p>
<p>sudo /etc/init.d/apache2 restart</p>
<p>再次重启apache，使新服务正常激活.</p>
<h3>3.配置mysql</h3>
<p>（一）没有设置mysql密码的登录方法</p>
<p>打开终端（应用程序-附件-终端），输入：</p>
<p>mysql -u root</p>
<p>用根用户进入mysql，设置根用户密码：</p>
<p>mysql&gt; GRANT ALL PRIVILEGES ON *.* TO <a href="mailto:ROOT@localhost">ROOT@localhost</a> IDENTIFIED BY "123456";//密码设置为123456</p>
<p>（二）设置了mysql密码的登录方法</p>
<p>mysql –u root –p</p>
<p>password:</p>
<h3>4.LAMP 附属环境配置</h3>
<p>打开终端（应用程序-附件-终端），输入：</p>
<p>sudo apt-get install phpmyadmin</p>
<p>安装phpmyadmin，方便管理mysql，这个使用过Xampp的都应该用过！</p>
<p>由于phpmyadmin 默认并不是安装在 /var/www下面的而是在 /usr/share/phpmyadmin，所以要把phpmyadmin文件夹复制过去。</p>
<p>sudo cp /usr/share/phpmyadmin/ /var/www/</p>
<p>主要文件夹权限！</p>
<p>sudo gedit /etc/phpmyadmin/apache.conf</p>
<p>编辑phpmyadmin</p>
<p>Alias /phpmyadmin /usr/share/phpmyadmin</p>
<p>&lt;Directory /usr/share/phpmyadmin&gt;</p>
<p>修改为</p>
<p>Alias /phpmyadmin /var/www/phpmyadmin</p>
<p>&lt;Directory /var/www/phpmyadmin&gt;</p>
<p>编辑php配置文件:</p>
<p>sudo gedit /etc/php5/apache2/php.ini</p>
<p>修改一下属性值</p>
<p>extension=php5-mcrypt.so</p>
<h3>5.重启apache，mysql服务器</h3>
<p>sudo /etc/init.d/apache2 restart</p>
<p>sudo /etc/init.d/mysql restart</p>
<p><a href="http://localhost/wordpress/"><span style="color: #4a4a4a;">打开火狐输入网站验证</span></a><a href="http://localhost">http://localhost</a>或<a title="http://127.0.0.1/" href="http://127.0.0.1/">http://127.0.0.1/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/linux/construction-lmap-environment-under-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

