2008-03-02

WM5/WM6 internet sharing on USB with EeePC

I wrote a document about howto use WM5/WM6 internet sharing on USB with EeePC
(in Traditional Chinese)

PDF format.

2007-11-13

Virtualbox Host Interface Networking and bridging on Linux


[root@ns ~]# yum install bridge-utils.i386
[root@ns ~]# vi /etc/sysconfig/network-scripts/ifcfg-br0

DEVICE=br0
TYPE=Bridge
BOOTPROTO=static
BROADCAST=192.168.0.255
IPADDR=192.168.0.36
NETMASK=255.255.255.0
NETWORK=192.168.0.0
ONBOOT=yes

[root@ns ~]# echo "BRIDGE=br0" >> /etc/sysconfig/network-scripts/ifcfg-eth0
[root@ns ~]# /etc/init.d/network restart
[root@ns ~]# VBoxAddIF vbox0 tony br0

2007-11-05

Start ssh server in EeePC

After installing ssh server, I create a file /etc/opt/xandros/xandrosncs/hooks/post-up.d/99ssh,
below is the content:

#!/bin/sh
/etc/init.d/ssh restart

So it will start the ssh server after booting up.
Dotn't forget sudo chmod +x /etc/opt/xandros/xandrosncs/hooks/post-up.d/99ssh.

2007-10-25

EeePC 的開關機



它不是執行常見的 init, 而是跑 fastinit。

所以當你 ssh 進去時會發現 reboot、shutdown 或是 init 6 ... 等指令無法執行。

亂翻之下, 找到可用的指令了:

reboot 改用 /sbin/fastreboot.sh
shutdown 改用 /sbin/fastshutdown.sh

2007-09-29

sysv-rc-conf in ubuntu


For Ubuntu users, if you want to change the daemon sysv init setting in terminal mode, you can use sysv-rc-conf.

sudo apt-get install sysv-rc-conf

2007-07-26

Kobo Deluxe, A multi-platform GPL Licensed game


It supports Windows, OSX, Linux...
If you use Ubuntu, use the command to install:

sudo apt-get install kobodeluxe





2007-06-06

a typo in outlook 2002


想必翻譯的人是用注音輸入法。還是說我要用 OpenOffice.org 才能 "獲釋" 呢?