新社古堡.東豐隧道單車一日遊
Posted in 趴趴走 on 六月 27th, 2008 No Comments »
又到了公司出遊的時候了,這次票選出來的地點在台中,很多人都嫌遠比上次參加的人少很多,反正北部的人心理就認為新竹以下都是屬南部了,所以感覺好遠喔,這次選的地點評價很兩極...
Posted in 趴趴走 on 六月 27th, 2008 No Comments »
又到了公司出遊的時候了,這次票選出來的地點在台中,很多人都嫌遠比上次參加的人少很多,反正北部的人心理就認為新竹以下都是屬南部了,所以感覺好遠喔,這次選的地點評價很兩極...
Posted in Linux on 六月 15th, 2008 No Comments »
[root@smallken ~]# vi /etc/postfix/main.cf
...// 在文件最後加入smtpd_helo_required = yesdisable_vrfy_command = yesstrict_rfc821_envelopes = yesinvalid_hostname_reject_code = 554multi_recipient_bounce_reject_code = 554non_fqdn_reject_code ...
Posted in Ubuntu on 六月 15th, 2008 2 Comments »
1.檢查網路設定是否為固定IP
root@smallken:~# vi /etc/network/interfaces
iface eth0 inet static
address 192.168.1.105
netmask 255.255.255.0
network 192.168.1.0
...
Posted in Ubuntu on 六月 15th, 2008 No Comments »
切換成 root 身份
smallken@smallken:~$ su
Password:
root@smallken:/home/smallken#
ADSL 撥接設定開始
root@smallken:~# pppoeconf
Posted in Ubuntu on 六月 15th, 2008 No Comments »
ftp.isu.edu.tw 義守大學檔案伺服器,這裡下載到安裝光碟的ISO檔,下載回來後把它燒成光碟,接著利用這片光碟安裝系統
ubuntu-8.04-server-i386.iso
這邊的server版本是指沒有圖形桌面的版本...