[Food] 台灣小吃
Coffin soup 棺材板
Thick rice noodle 粿仔條
Wanton 雲吞
Duck tongue 鴨舌頭
Stinky tofu 臭豆腐
Dry tofu with stuffed meat 阿給
Shrimp roll 蝦捲
[轉貼] 交大的考試
雖然說我覺得這樣考我一定不會,
因為我弄任何東西都直接線上找文件來之後照弄就好了, anyway 自己能力還是有所不足吧,
知其然而不知其所以然,
作業名稱: HW1 DHCP+NAT+Firewall
Demo時間: 2006/04/14 13:30~17:00 18:30~20:30
作業繳交: 本作業無須繳交紙本或檔案,直接根據 Demo 情況打分數
但請將相關設定檔及程式放在自己能取得的地方
內 容: http://www.csie.nctu.edu.tw/~chwong/course/NA2006/hw1-demo.txt
內容有更新,加上了 Server1 所需的 r o o t p a s s w d
1. Server1 OS 不限定用 Freebsd (當然不可以是 Windows, 或者現成的 NAT Box)
當場助教會準備 Linux live CD
應該可以跑 iptables,不過 ipchains 就不是很確定了
如果有特殊需求的請 follow 這篇文章,或是寫信與助教討論
2. 修課人數 49, 假設有 90% 的人會來 demo
保守估計每個人需要 15 分鐘, 負責 demo 的助教 2 人
則 49 * 0.9 * 15 / 2 = 330.75 (分鐘) = 5.5 小時
當天 demo 時間也"正好"是 5.5 小時
請事先準備好,並提早到場
逾時助教有權不等你,原則上也不接受補 demo
3. 未在 4/13 以前跟助教改約時間的不接受改期 demo
來信請寫清楚:學號、姓名、理由、兩個以上希望的時間
理由合不合理請捫心自問一下,謝謝
4. 4/12(三) 晚上上課時間助教會到場
同學可以把握時間問作業相關的問題
[dreamhost] 整理一下
http://smallbusiness.yahoo.com/domains/
我之前在這邊買的每年2.99美金,當初覺得很便宜就一口氣買了五年
不過現在特價結束了,變成第一年 2.99 其餘恢復原價9.95元
不然就直接去買網頁空間會附送 domain name
1.http://www.netfirms.com/ 一年10美金 送兩個domain name
(特價品,註冊時要輸入MAX才會有折購)
2.http://www.dreamhost.com 一年10美金 送一個domain name
(特價品,註冊時要輸入777才會有折購)
[文件] sql問題
List the maker and model number of all planes that can be flown by a pilot in the database, along with the salary range (maximum and minimum salaries) of the pilots who can fly that plane.
List all departure dates and numbers, along with the total crew (ass
employee) salary cost divided by the number of booked passengers, in
decreasing cost order. If there are no passengers booked on a depart
no employees assigned ignore that departure.
我有把他翻成中文,是:
列出所有航班的時間與編號,與整架飛機上機組員的薪水除以簽入的乘客總數,
若航班無機組員或乘客,就不列出。
Find the names of all pilots who are assigned to a departure using a
the pilot is not known to be able to fly.
找出所有飛行員不會飛行班所指派的飛機的飛行員名稱。
謝謝你!:)
找出所有被指派到該班次的駕駛員 但不會行駛此飛機的
這樣比較順
memo: 沒幫忙解出來後續 懶懶的
要先從Assigned_To 裡面去抓職員分配到那個日期的那各班次
再去判斷那各班次的飛機是哪台
然後在判斷 那個職員能不能飛那台班機
[freebsd] lftp安裝與應用
雖然之前都使用 rsync ,但是若是其中一方的站台並非自己可以主控,
就需要透過ftp 來作資料備份了,原本是想利用 ncftp 的 mput / mget -R * 來實做
今天聽whatup 提到 lftp 可以透過指令直接 mirror 兩個站台間的資料,所以就來參考看看吧
1.安裝 lftp
cd /usr/ports/ftp/lftp
make install FORCE_PKG_REGISTER="yes" clean ; rehash
2應用請參照 whatup教學
