2007年6月22日 星期五

進階使用PHP安裝PEAR

安裝之前要確定你有lynx和php-cli兩套件。
# apt-get install lynx
# apt-get install php-cli

好了,有lynx和php-cli兩套件後,開始安裝PEAR。
# lynx -source http://go-pear.org | php
Welcome to go-pear!

Go-pear will install the 'pear' command and all the files needed by
it. This command is your tool for PEAR installation and maintenance.

Go-pear also lets you download and install the PEAR packages bundled
with PHP: MDB2.


If you wish to abort, press Control-C now, or press Enter to continue:

HTTP proxy (http://user:password@proxy.myhost.com:port), or Enter for none::

Below is a suggested file layout for your new PEAR installation. To
change individual locations, type the number in front of the
directory. Type 'all' to change all of them or simply press Enter to
accept these locations.

1. Installation prefix : /usr
2. Binaries directory : $prefix/bin
3. PHP code directory ($php_dir) : $prefix/share/pear
4. Documentation base directory : $php_dir/docs
5. Data base directory : $php_dir/data
6. Tests base directory : $php_dir/tests
7. Temporary files directory : $prefix/temp

#我有改了一些default值,prefix和php_dir。
1-7, 'all' or Enter to continue: all
Installation prefix [/usr] : /usr/share/php
Binaries directory [$prefix/bin] :
PHP code directory ($php_dir) [$prefix/share/pear] : /usr/share/php
Documentation base directory [$php_dir/docs] :
Data base directory [$php_dir/data] :
Tests base directory [$php_dir/tests] :
Temporary files directory [$prefix/temp] :

Below is a suggested file layout for your new PEAR installation. To
change individual locations, type the number in front of the
directory. Type 'all' to change all of them or simply press Enter to
accept these locations.

1. Installation prefix : /usr/share/php
2. Binaries directory : $prefix/bin
3. PHP code directory ($php_dir) : /usr/share/php
4. Documentation base directory : $php_dir/docs
5. Data base directory : $php_dir/data
6. Tests base directory : $php_dir/tests
7. Temporary files directory : $prefix/temp

1-7, 'all' or Enter to continue:

The following PEAR packages are bundled with PHP: MDB2.
Would you like to install these as well? [Y/n] : Y

#下載進行安裝了...網路順利的話,很快就好了!
Loading zlib: ok
Downloading package: PEAR-stable......ok
Downloading package: Archive_Tar-stable....ok
Downloading package: Console_Getopt-stable....ok
Downloading package: Structures_Graph-stable....ok
Bootstrapping: PEAR...................(remote) ok
Bootstrapping: Archive_Tar............(remote) ok
Bootstrapping: Console_Getopt.........(remote) ok
Downloading package: MDB2.............ok
Extracting installer..................ok
warning: pear/PEAR requires package "pear/Archive_Tar" (version >= 1.3.1)
warning: pear/PEAR requires package "pear/Console_Getopt" (version >= 1.2)
warning: pear/PEAR requires package "pear/Structures_Graph" (version >= 1.0.2)
pear/PEAR can optionally use package "pear/XML_RPC" (version >= 1.4.0)
pear/PEAR can optionally use package "pear/PEAR_Frontend_Web" (version >= 0.5.0)
pear/PEAR can optionally use package "pear/PEAR_Frontend_Gtk" (version >= 0.4.0)
install ok: channel://pear.php.net/PEAR-1.6.0
install ok: channel://pear.php.net/Archive_Tar-1.3.2
install ok: channel://pear.php.net/Console_Getopt-1.2.3
install ok: channel://pear.php.net/Structures_Graph-1.0.2
install ok: channel://pear.php.net/MDB2-2.4.1
MDB2: Optional feature fbsql available (Frontbase SQL driver for MDB2)
MDB2: Optional feature ibase available (Interbase/Firebird driver for MDB2)
MDB2: Optional feature mysql available (MySQL driver for MDB2)
MDB2: Optional feature mysqli available (MySQLi driver for MDB2)
MDB2: Optional feature mssql available (MS SQL Server driver for MDB2)
MDB2: Optional feature oci8 available (Oracle driver for MDB2)
MDB2: Optional feature pgsql available (PostgreSQL driver for MDB2)
MDB2: Optional feature querysim available (Querysim driver for MDB2)
MDB2: Optional feature sqlite available (SQLite2 driver for MDB2)
MDB2: To install optional features use "pear install pear/MDB2#featurename"

The 'pear' command is now at your service at /usr/share/php/bin/pear

** The 'pear' command is not currently in your PATH, so you need to
** use '/usr/share/php/bin/pear' until you have added
** '/usr/share/php/bin' to your PATH environment variable.

Run it without parameters to see the available actions, try 'pear list'
to see what packages are installed, or 'pear help' for help.

For more information about PEAR, see:

http://pear.php.net/faq.php
http://cvs.php.net/co.php/pearweb/doc/pear_package_manager.txt?p=1
http://pear.php.net/manual/

Thanks for using go-pear!

root@bullock-desktop:/usr/share#

最後別忘了把剛剛改的
/usr/share/php加到php.ini的inculde_path裡!very very important!
以上!

2007年6月16日 星期六

ubuntu 加裝可創造橋接式網路的套件

這個月我在UBUNTU的使用上有了重大的突破,
那就是設定橋接式網路成功了!
前幾篇的文章一直在談使用VirtualBox,創造出一個虚擬的作業系統出來,
但是安裝好了VirtualBox之後,在要設定橋接式網路之前,
有幾個套件要先裝好。分別是:uml-utilities 、 bridge-utils
裝好之後才可以使用 tunctl brctl 這兩個指令

$sudo apt-get install uml-utilities bridge-utils

以下指令請以root身份執行!
1. 創造一個TAP接口,叫tap0
#tunctl -t tap0 -u username
username 要置換成你自己的帳號!

2. 創造出bridge,叫br0
#brctl addbr br0

3. 把真實網卡設成promiscuous模式,使得它能够接收及發送别的MAC
#ifconfig eth0 0.0.0.0 promisc

這個指令下完,你之前的網卡配置就消失了!
也就是說,此時你的網路會斷線。

4. 接下來mwv 要恢復你的網路連線,把你的真實網卡橋接到bridge br0
#brctl addif br0 eth0

5. 再把真實網卡的配置改到br0上,舉例來說,
若你的eth0的配置是IP:192.168.1.100 netmask:255.255.255.0 ,
而你的gateway:192.168.1.254

#ifconfig br0 192.168.1.100 netmask 255.255.255.0 up
#route add default gateway 192.168.1.254

若是網路是由DHCP配置,則執行
#dhclient br0

6. 最後把TAP接口加進 bridge ,啓動它。
#brctl addif br0 tap0
#ifconfig tap1 up

7. 記得ml更改/dev/net/tun的權限
#chmod 0666 /dev/net/tun

好了,相信你也己經迫不期待想裝個windows玩玩了吧!
有個小技巧分享,我發現在灌xp時,先把橋接式網路設上去,
會造成這個xp網路連線失敗,原因不明!
但我重新以的方式安裝好xp後,再來設定bridge方式上網,
奇也怪哉!就成功了!

參考看看吧!

2007年6月12日 星期二

建立 Linux ubuntu 7.04 的橋接式網路

$sudo tunctl -t tap0 -u bullock
$sudo brctl addbr br0
$sudo ifconfig eth0 0.0.0.0 promisc
$sudo brctl addif br0 eth0
$sudo ifconfig br0 10.1.128.90 netmask 255.255.252.0 up
$sudo route add -net default gateway 10.1.128.252
$sudo brctl addif br0 tap0
$sudo ifconfig tap0 up
$sudo chmod 666 /dev/net/tun

以上全部的指令打完,就可以在Virtualbox裡設定橋接式網路了!
所謂橋接式網路,是讓你的Virtualbox裡安裝的Guest OS,
也可以設定IP address和你的Host OS同一個網段,
這個很重要,因為同一個網段中,
你可以把一些SERVER架起來,
然後輕易的用另一個OS來測試。
難不成,你錢太多,要再買一部電腦來測嗎?

VirtualBox真的是太神奇啦!

對了,為了不讓你太累,我建議你把我上頭的那些指令,
打在一個文件中,作成可執行的shell script。
把以上的指令前面的$sudo去掉,然後複製貼上...就可以了。
我示範一下:
$sudo gedit /etc/vbox/vbox-bgon
進行複製貼上,貼什麼不用再說解釋一遍了吧!
存好這個vbox-bgon記得改權限。
$sudo chmod u+x vbox-bgon
以後你就可以直接來啓動橋接式網路了。
$sudo /etc/vbox/vbox-bgon

不過 bridge 模式適合用在有線網卡,無線網卡部份還無法適用。
參考資料:

2007年6月11日 星期一

以automatix在ubuntu安裝VirtualBox

先前提到我在ubuntu 7.04安裝VirtualBox來使用。
為了是讓我還使用一些只能在WinXP跑的應用軟體,
或是在WinXP執行的效能比較好的軟體!
最近透過 Ubuntu 正體中文社群(中) 找到了一套還不錯用的程式,
叫做automatix,安裝的方式可以參考以下的網址,
企鵝幫魚, 魚幫兔 Automatix — 新手指南

我簡單說一下它的好處在那裡!
很多人安裝好作業系統,一定會想要用它來進行像是,
上網、聽音樂、看影片、下載...等一大堆娛樂的活動,
這時候,若是有一套整合好你想安裝的應用軟體的程式,
好讓你無痛安裝,那可就棒到了不行,對吧!
在ubuntu就有這麼一套程式,就是automatix!

如果真懶得看我提供的網址去安裝,那你就照我以下的指令來進行吧!
請打開一個終端機,
  1. $sudo gedit /etc/apt/source.list

  2. 輸入您的使用者密碼後進入一個文字編輯畫面,將套件庫網址
    deb http://www.getautomatix.com/apt feisty main
    貼在文件最下端,然後儲存離開。

  3. $wget http://www.getautomatix.com/keys/automatix2.key
    取得金鑰檔案。

  4. $gpg --import automatix2.key
    將金鑰檔案匯入金鑰庫。

  5. $gpg --export --armor E23C5FC3 | sudo apt-key add -
    將金鑰轉進apt套件庫管理程式中,在查核套件庫時有鑰匙可供比對。
    armor選項後接的參數是交換用公鑰的尾碼,
    基本上每個套件庫的公鑰都不一樣,需要個別查核。

  6. $sudo apt-get update
    更新apt套件資料庫,這樣新的套件庫提供的新套件才能
    出現在你的apt-get或synaptic程式中。

  7. $sudo apt-get install automatix2
    安裝automatix2,用synaptic也是可以進行安裝的!

安裝好了之後,你可以在 應用程式->系統工具 找到 automatix2
執行automatix2然後你可以在virtualization這個大項內,
看到一些虛擬化軟體的安裝勾選,找到virtualbox勾選後按左上方的start(開始)。
接下來,你就可以準備安裝一套作業系統了。

別急!我會再寫的,先把automatix2裝好,還有virtualbox...乖!

2007年6月2日 星期六

run VirtualBox on ubuntu

我最近注意到電腦的發展趨勢,
其中一個是主機的虛擬化!!
也許大家會笑我,
VMware,VirtualPC不就是了嗎?
都玩到不想再玩了,
不就是在一台電腦裡虛擬出第二,第三台作業系統出來,
可以一台當兩三台電腦用,如此而己嘛!!
就是這樣,沒錯!
但各位有沒有想過,這種虛擬化技術,
讓賣電腦的廠商要吃什麼活呢?
當然是以敵視的角度看這種技術吧。

許多IT評論也在關注主機虛擬化這個議題,
看來多多研究這方面的技術,是有必要的!
也許不久的未來,我們管的機器,
有一大部份...會是「虛擬」的哦!

我想,提倡主機虛擬化的這種精神,應該也符合自由軟體之類的研發精神。
而玩unix-like作業系統的人,也一定會十分認同這種技術的!不是嗎?
在一台電腦架兩台以上的SERVER,除了虛擬化外,
還有什麼辦得到呢?
難不成,真要去買兩三台電腦來架所有的伺服器嗎?

好!話說...不久前我想通了,「儘可能」不再用盗版軟體。
於是我放棄破解版的VMware,想用VirtualBox來架我許多的伺服器,
結果我一直卡在網路的設定,
因為無法把guest-os和host-os設定在同一網段,
也就是無法以bridge去做網路的設定,
因為VirtualBox最方便連上網路的方式是NAT.
但若是要和讓host-os和guest-os能同在一個network上運行,
例如網芳可互連,或是Server-Client可以同網段互通!
這就有些難度了!
VMware這種商用軟體,他的橋接式網路功能做得很好.
但VirtualBox就沒有做好這部份!
看過一些XEN,KVM,Qemu...的討論文章,
可能是還要linux的kernel能支援, 而這部份的設定有點難度吧!

結果我只架好一台LAMP,還想架的DNS,SAMBA,MAIL...
就停在因為橋接式網路搞不定,
真是有够XXX,無言哪!

搜尋此網誌

本站大事記

這個部落格(網站)內容以分享LINUX和延伸出的技術文章為主!
特別是為了工作和進修需要,搜集了不少網站連結。
希望對來這裡觀文的朋友們,有提供一些有用的資訊或文章。
但這裡的文章中,也包含個人的心情扎記和隨興言談……
若是當中沒有對上你的口味,請多包涵!

原「琳娜絲與希斯寇的邂逅」,改名為「愛上琳娜絲」!

原「琳娜絲與希斯寇的邂逅」,改名為「愛上琳娜絲」!
--原序文--
就是當LINUX遇上CISCO啦!他們的結合還能作什麼事…不就是讓這個世界的網路,串…串起來啊…不然你們那能上這網站看部落格!