Tag Archives: linux

[筆記] VirtualBox 網路設定

記下我的 VirtualBox 網路設定
安裝
sudo apt-get install uml-utilities bridge-utils
/etc/network/interfaces
auto lo
iface lo inet loopback
name Loop interface
auto br0
iface br0 inet static
pre-up ifconfig eth0 down
post-up ifup eth0
address 192.168.22.2
network 192.168.22.0
netmask 255.255.255.0
broadcast 192.168.22.255
gateway 192.168.22.1
bridge_ports eth0
auto eth0
iface eth0 inet manual
name Ethernet LAN card

/etc/vbox/interfaces
#sudo VBoxAddIF vbox0 $USERNAME br0
vbox0 pctao br0
reboot, vbox0 is ready for you.

Posted in hardy, ubuntu | Also tagged , | Leave a comment

Gutsy Gibbon - Tribe 1 test release

Ubuntu Gutsy Gibbon 第一個測試版本 (Tribe 1) 發行了. 有興趣的可以下載安裝.
See also:
Gutsy 發行時間表

Posted in gutsy, ubuntu | Also tagged , | Leave a comment

[ubuntu gutsy] 安裝 vmware-server kernel module

剛剛編譯 vmware-server-kernel-source 遇到編譯錯誤
vmnet-only/userif.c:630: error: ‘const struct sk_buff’ has no member named ‘h’

Posted in gutsy, ubuntu | Also tagged , , , , | Leave a comment

輸入法的問題

更新成 gusty 之後, 發現輸入法一些奇怪的問題, 像是有跳出視窗, 輸入就失效, 或者是在列表處按鍵無法跳到以該字母為首的位置 ( synaptic ) .

Posted in gutsy, ubuntu | Also tagged , , , | Leave a comment