<?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>MyBlog_笑著流淚II &#187; uBuntu</title>
	<atom:link href="http://blog.havenlin.org/archives/category/%e6%8a%80%e8%a1%93%e6%96%87%e4%bb%b6/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.havenlin.org</link>
	<description>歡迎使用非Internet Explorer瀏覽器，欣賞這裡的一切資訊！！</description>
	<lastBuildDate>Sat, 09 Jan 2010 09:21:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>uBuntu-Terminal Server Client</title>
		<link>http://blog.havenlin.org/archives/1974</link>
		<comments>http://blog.havenlin.org/archives/1974#comments</comments>
		<pubDate>Tue, 26 May 2009 06:24:52 +0000</pubDate>
		<dc:creator>白目研究生</dc:creator>
				<category><![CDATA[uBuntu]]></category>
		<category><![CDATA[技術文件]]></category>

		<guid isPermaLink="false">http://blog.havenlin.org/?p=1974</guid>
		<description><![CDATA[記錄一下
以前使用Terminal Server Client 的全螢幕
如果連線中斷後
就只能看著他中斷什麼事情都做不了
所以
ctrl + alt + Enter
就可以切過來又切過去
切過來又切過去了~
]]></description>
		<wfw:commentRss>http://blog.havenlin.org/archives/1974/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>武男亂講-ubuntu 9.04 desktop 初體驗</title>
		<link>http://blog.havenlin.org/archives/1891</link>
		<comments>http://blog.havenlin.org/archives/1891#comments</comments>
		<pubDate>Wed, 20 May 2009 07:37:35 +0000</pubDate>
		<dc:creator>白目研究生</dc:creator>
				<category><![CDATA[uBuntu]]></category>
		<category><![CDATA[技術文件]]></category>
		<category><![CDATA[武男亂講]]></category>

		<guid isPermaLink="false">http://blog.havenlin.org/?p=1891</guid>
		<description><![CDATA[
這個版本的使用心得
就是ASUS的M5面板上的無線網路指示燈總算可以閃爍了~XDD
總是要先GREEN ON BLACK

然後同步時間

然後要VPN

沒看過這麼肥的SH，所以&#8230;

ecc@ecc-laptop:~$ sudo sh vpnsetup.sh
就不小心可以LOGIN了

至於Pidgin Internet Message
要跟GTALK連結，我試了幾次近接設定要這樣子才能通&#8230;
所以&#8230;僅供參考~僅供參考~XDD

&#8211;
GMAIL用SSL也不錯啊~
&#8211;
]]></description>
		<wfw:commentRss>http://blog.havenlin.org/archives/1891/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uBuntu Zone-DNS How to</title>
		<link>http://blog.havenlin.org/archives/541</link>
		<comments>http://blog.havenlin.org/archives/541#comments</comments>
		<pubDate>Mon, 03 Mar 2008 11:30:53 +0000</pubDate>
		<dc:creator>白目研究生</dc:creator>
				<category><![CDATA[uBuntu]]></category>

		<guid isPermaLink="false">http://blog.havenlin.org/index.php/archives/541</guid>
		<description><![CDATA[havenlin.org的由來(延伸閱讀)
很久以前，就應該要補齊這個Lab 的steps了
這篇文章的主題是DNS
往下閱讀的同時，請注意DNS是一個非常龐大的系統
如果讀者跟我一樣只把DNS定義在正解IP即可，那這個Lab已經符合您的需求了
但是，要再深入一點的議題
請把DNS and BIND讀個幾遍吧
今天的Lab環境是：
uBuntu Server 7.10
BIND9
基本上DNS Server在安裝系統的時候，就會有option提供選擇安裝了
如果miss掉的話，你可以放BootCD重新安裝該套件，
也可以用apt安裝
apt-get install bind9 dnsutils
裝完之後的參數設定都在/etc/bind目錄底下
程式啟動、停止、重新啟動、重新載入設定的方式如下
Usage: /etc/init.d/bind9 {start&#124;stop&#124;reload&#124;restart&#124;force-reload}
參數設定：
Domain Name：xxx.org
Name Server IP：1.2.3.4
僅供參數參考帶入以下參數設定
named.conf.option
options {
directory &#8220;/var/cache/bind&#8221;;
query-source address * port 53;
//上一層DNS
        forwarders {
168.95.1.1;        //越多越好                  [...]]]></description>
		<wfw:commentRss>http://blog.havenlin.org/archives/541/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>uBuntu Zone-Webmin How to</title>
		<link>http://blog.havenlin.org/archives/542</link>
		<comments>http://blog.havenlin.org/archives/542#comments</comments>
		<pubDate>Fri, 29 Feb 2008 06:55:22 +0000</pubDate>
		<dc:creator>白目研究生</dc:creator>
				<category><![CDATA[uBuntu]]></category>

		<guid isPermaLink="false">http://blog.havenlin.org/index.php/archives/542</guid>
		<description><![CDATA[每一次開始弄CLI環境的系統都會很失落
然後墮落的尋找其他比較簡單的替代方案
FreeBSD也是，uBuntu也是&#8230;
不過，這不代表這不是一件好事情，而是會利用工具的技能才是最重要的&#8230;
這篇文章的主題是Webmin
針對不同的環境還蠻多種版本的，相關訊息就請至官網首頁查詢了
今天的Lab環境是：
uBuntu Server 7.10
Webmin 1.4
套件下載至/tmp或者自己知道的目錄即可
# wget http://hostname/webmin-1.400.tar.gz
解開目錄
# tar -zxvf webmin-1.400.tar.gz 
 進入安裝主程式目錄
 # cd webmin-1.400
 然後，安裝
# ./setup.sh
安裝參數
Config file directory [/etc/webmin]://預設
Log file directory [/var/webmin]://預設
Full path to perl (default /usr/bin/perl)://預設
Testing Perl &#8230;
Perl seems to be installed ok //確定有安裝perl
Web server port (default 10000)://指定port號，建議修改，另外在iptable設定rule限制trust hust
Login name (default admin)://管理員登入帳號，建議修改
Login password://管理員登入密碼，建議修改
Password again://管理員登入密碼確認，建議修改
The Perl SSLeay library is not installed. SSL not available.
//沒有裝ssl套件，故無法使用https protocol
Start Webmin at boot time (y/n):y//貼心的開機執行
***********************************************************************
Webmin [...]]]></description>
		<wfw:commentRss>http://blog.havenlin.org/archives/542/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>uBuntu Zone-OpenLDAP Server 速成 How To</title>
		<link>http://blog.havenlin.org/archives/493</link>
		<comments>http://blog.havenlin.org/archives/493#comments</comments>
		<pubDate>Sat, 23 Feb 2008 08:18:10 +0000</pubDate>
		<dc:creator>白目研究生</dc:creator>
				<category><![CDATA[uBuntu]]></category>

		<guid isPermaLink="false">http://blog.havenlin.org/index.php/archives/493</guid>
		<description><![CDATA[參考資料：How-To set up a LDAP server and its clients
因緣際會之下，有需求裝LDAP SERVER
Lab Environment：
uBuntu Server 7.10
LdapAdmin
steps如下是：
安裝以下套件
# apt-get install slapd ldap-utils migrationtools
重新設定 slapd &#8211; OpenLDAP server (slapd)
# dpkg-reconfigure slapd
下面menuconfig請參考下面option
Omit OpenLDAP server configuration? &#8230; No
DNS domain name: havenlin.org
Name of your organization:Input your organization
Admin Password: XXXXX
Confirm Password: XXXXX
OK
BDB
Do you want your database to be removed when slapd is purged? &#8230; No
Move old [...]]]></description>
		<wfw:commentRss>http://blog.havenlin.org/archives/493/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uBuntu Zone- 安裝套件的好工具&#8221;apt-get&#8221;</title>
		<link>http://blog.havenlin.org/archives/492</link>
		<comments>http://blog.havenlin.org/archives/492#comments</comments>
		<pubDate>Sat, 23 Feb 2008 06:39:17 +0000</pubDate>
		<dc:creator>白目研究生</dc:creator>
				<category><![CDATA[uBuntu]]></category>

		<guid isPermaLink="false">http://blog.havenlin.org/index.php/archives/492</guid>
		<description><![CDATA[參考資料：http://apt.nc.hcc.edu.tw/web/apt/apt.html
APT(Advanced Package Tool)用來快速安裝套件的好工具
選用 APT 最大的理由是：它能夠自動處理 RPM 相依性的問題
更新來源
# apt-get update
安裝套件
# apt-get install &#8220;one or more packet_name&#8221;
下面以使用install ee Example
# ee ldap.conf
The program &#8216;ee&#8217; is currently not installed.  You can install it by typing:
apt-get install ee
-su: ee: command not found
# apt-get install ee
Reading package lists&#8230; Done
Building dependency tree
Reading state information&#8230; Done
The following NEW packages will be installed:
  ee
0 [...]]]></description>
		<wfw:commentRss>http://blog.havenlin.org/archives/492/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uBuntu Zone-Server version Install How to</title>
		<link>http://blog.havenlin.org/archives/503</link>
		<comments>http://blog.havenlin.org/archives/503#comments</comments>
		<pubDate>Sat, 16 Feb 2008 11:48:12 +0000</pubDate>
		<dc:creator>白目研究生</dc:creator>
				<category><![CDATA[uBuntu]]></category>

		<guid isPermaLink="false">http://blog.havenlin.org/index.php/archives/503</guid>
		<description><![CDATA[最近一直在跟uBuntu打混
這部分的技術資料的確不能少
因為不知道還會不會有Rebulid的機會&#8230;XDD
重點是uBuntu Server的版本
至於Desktop的版本有機會在介紹了
今天的主題是如何安裝
基本上uBuntu在操作跟其他使用上的部分已經相當簡化了&#8230;
不過系統後期的維護以及使用上的安全性，則必須依賴管理員的細心調校了

Install System OS Steps
在這邊的安裝步驟教學僅以系統停滯需要使用者輸入資訊為主，過程則盡量不截圖
Step1：
BootCD開機後的選項安裝第一次安裝則選擇已安裝到硬碟(I)，
語言選擇按F2選擇，若有其他的需求可以讓大家試著去使用看看&#8230;

Step2：
之後則是檢測CD/DVD controler的正確，與開機光碟的檔案內容粗略檢測，而後鍵盤配置。
在這裡使用標準鍵盤，故選擇&#8220;否&#8221;

Step3：選擇標準鍵盤出產地(U.S. English)

Step4：這邊選擇U.S. English的標準鍵盤配置

Step5：
確認完鍵盤配置後，會載入光碟內的FileSystem的檔案以便下面的安裝步驟，
不過過程中會有網路設置，預設以DHCP取得IP

Step6：取消DHCP後的確認訊息，並進入手動設置IP的設定

Step7：
如果知道IP怎麼設定的話，請使用手動設定網路，如果不知道怎麼設定的可以先取消
安裝完成後可在/etc/network的設定參數設置

Step8：
如果是第一次安裝的話，確認完最後的步驟則會進入Step9繼續安裝，
不過這是先裝完系統後的截圖，所以取消設定後，會有選擇步驟的選單

Step9：
Config Hostname

Step10：
選擇安裝磁碟分割，這裡以使用整顆磁碟安裝為主

Step11：
選擇欲安裝OS的磁碟

Step12：
寫入磁區確認

Step13：
時間設置

Step14：
設定使用者名稱

Step15：
設定使用者帳號

Step16：
設定密碼

Step17：
確認密碼

Step18：
安裝Kernel與File System

Step19：
選擇需要安裝的服務

Step20：
如果剛剛有選擇LAMP Server的話，會在這個step設定MySQL root password

Step21：
完成套件的安裝

Step22：
GRUB開機管理程式安裝

Step23：
完成安裝，會在這個step退出光碟片，完成後重新開機

Step24：
開機完成登入

補充一下，uBuntu需要root做事情的話，建議用sudo，所以在用su -登入的時候沒有這個帳號著時嚇了一跳
是這樣子的觀念，而不是沒有root的帳號&#8230;
&#8211;
夠簡單了吧&#8230;
&#8211;
]]></description>
		<wfw:commentRss>http://blog.havenlin.org/archives/503/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(FreeBSD &amp; uBuntu)Kernel Upgrade 比一比</title>
		<link>http://blog.havenlin.org/archives/497</link>
		<comments>http://blog.havenlin.org/archives/497#comments</comments>
		<pubDate>Fri, 15 Feb 2008 05:07:01 +0000</pubDate>
		<dc:creator>白目研究生</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[uBuntu]]></category>
		<category><![CDATA[技術文件]]></category>

		<guid isPermaLink="false">http://blog.havenlin.org/index.php/archives/497</guid>
		<description><![CDATA[今天難得SA學長發群組信
偏偏兩種OS的Server手邊都剛好有&#8230;
就開始Upgrade的不歸路了&#8230;
繼續閱讀後都是繁雜的steps&#8230;

FreeBSD Kernel Upgrade(6.2-RELEASE -&#62; 6.3-RELEASE-p1)
Upgrade Steps：
# fetch http://people.freebsd.org/~cperciva/freebsd-update-upgrade.tgz
# tar -xf freebsd-update-upgrade.tgz
# sh freebsd-update.sh -f freebsd-update.conf -r 6.3-RELEASE upgrade
# sh freebsd-update.sh -f freebsd-update.conf install
The system must be rebooted with the newly installed kernel before continuing.
# shutdown -r now
Finally, freebsd-update.sh needs to be run one more time to installthe new userland components, and the system needs to [...]]]></description>
		<wfw:commentRss>http://blog.havenlin.org/archives/497/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
