﻿<?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 server</title>
	<atom:link href="http://www.yaoyingying.com/tag/ubuntu-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaoyingying.com</link>
	<description>Everything you have seen here has been an illusion!</description>
	<lastBuildDate>Mon, 26 Jul 2010 05:17:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ubuntu server 8.04 安装webmin</title>
		<link>http://www.yaoyingying.com/2009/03/03/ubuntu-server-804-%e5%ae%89%e8%a3%85webmin/</link>
		<comments>http://www.yaoyingying.com/2009/03/03/ubuntu-server-804-%e5%ae%89%e8%a3%85webmin/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 15:48:55 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[ubuntu server]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=36</guid>
		<description><![CDATA[webmin是一个非常强大的Linux服务器管理工具。使用webmin在浏览器下就可以管理你的服务器。 下面结合我的安装经验，谈一下ubuntu 8.04 server下的webmin安装。 在安装完ubuntu server 8.04后，登录你的系统.如果你还没安装SSH程序，那先装一下。 首先配置你的网络，保证你的系统能够正常访问互联网。这一步不再多说。 配置好网络后，就可以安装webmin了。我安装的是deb包格式的webmin.这种可以在debian ,ubuntu下方便的安装。 google 里找到WEBMIN 的下载地址 执行 #wget http://webmin’s download address 然后执行安装命令 sudo dpkg -i webmin_1.410_all.deb 输入ROOT密码就行了。 重要的一点，ubuntu server 8.04默认的安装的perl包不全。如果执行上面的命令，提示缺包。 再执行 sudo apt-get -f install 就行了。 下面的就是全自动了。 安装完成后，他会提示进入 https://hostname:10000 进行访问 注意这里是https 不是http，因为webmin使用SSL通信。使用你的UBUNTU帐号登录就可以管理了。]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/03/03/ubuntu-server-804-%e5%ae%89%e8%a3%85webmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Server apt-get install Apache2 &amp; PHP5 &amp; MySQL5</title>
		<link>http://www.yaoyingying.com/2009/03/03/ubuntu-server-apt-get-install-apache2-php5-mysql5/</link>
		<comments>http://www.yaoyingying.com/2009/03/03/ubuntu-server-apt-get-install-apache2-php5-mysql5/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 15:42:46 +0000</pubDate>
		<dc:creator>姚 迎迎</dc:creator>
				<category><![CDATA[Linux-Server]]></category>
		<category><![CDATA[代码人生]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql5]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://www.yaoyingying.com/?p=22</guid>
		<description><![CDATA[用apt-get方法安装mysql5 + Apache2 + PHP5＋Phpmyadmin： 大家请先看下Ubuntu的WIKI，（http://wiki.ubuntu.org）上面讲的很详细的。但本人按上面做的第一次没有成功。apache2,php5,mysql5都可以运行，就是phpmyadmin不能用。 本人得到的经验是：MYSQL安成功后，一定要先给它设个密码，这上步是不可少的。 此篇只代表个人的观点和经验，可能会片面化和有错误，请大家批评指正，有问题大家一起来讨论！！ 1 .要用apt-get的方式安装，最好，也可能是必须先运行下面在命令升级自己的系统，我的就只能先升级后才能安装mysql5 + Apache2 + PHP5的。 我在没升级前运行sudo apt-get install apache2 php5 mysql-server 是没有用的。而如果你找的源不好或是你的网络不稳定的话，你也有可能升级不成。这样的话，你想用apt-get的方式来安装一些软件时可能是不能安装的。 sudo apt-get update sudo apt-get dist-upgrade 2.安装： sudo apt-get install mysql-server 安装上mysql5 sudo apt-get install apache2 安装apache2 sudo apt-get install php5 安装php5 sudo apt-get install php5-mysql 安装php的mysql模块 sudo apt-get install php5-gd 安装GD库 在运行上面的命令的时候，可以留心看下libapache2-mod-auth-mysql（安装apache2时可能会安上）和libapache2-mod-php5,如果看到安上了就不用再单独安装了。 3 [...]]]></description>
		<wfw:commentRss>http://www.yaoyingying.com/2009/03/03/ubuntu-server-apt-get-install-apache2-php5-mysql5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
