DebianHK

Adobe reader 4 or 6 version

我的電腦是 windows ME,請問如何在網上下載 adobe reader 4.0 或 6.0 版!或在沒有 adobe reader 程式下,有何方法可以打開 PDF 檔案?

Linux服務器如何統計連接數查看外部IP

服務器上的一些統計數據:

1)統計80端口連接數

netstat -nat|grep -i "80"|wc -l

2)統計httpd協議連接數

ps -ef|grep httpd|wc -l

3)、統計已連接上的,狀態為“established'

netstat -na|grep ESTABLISHED|wc -l

4)、查出哪個IP地址連接最多,將其封了.

netstat -na|grep ESTABLISHED|awk '{print $5}'|awk -F: '{print $1}'|sort|uniq -c|sort -r +0n

怎麼做才能在啟動Linux系統的時候JBoss也隨之啟動呢?

使用Linux系統的V腳本。儘管,在分類之間有一些不同,通常它類似這樣:

/etc/rc.d/init.d/ -包含開始和停止腳本(其他分類: /etc/init.d/)

/etc/rc.(x)/ -包含用S或者K前綴的開始和停止腳本鏈接(啟動或者殺死)

對於各種不同層次的系統用戶有各種不同的運行級別。

rc1.d –單用戶模式

rc2.d –啟用網絡的單用戶模式

rc3.d –多用戶模式-用文本模式啟動

rc4.d –未定義

建立Linux VPN服務器十步到位

1)安裝DKMS包
rpm --install dkms-1.12- 2.noarch.rpm
這是動態內核模塊支持。你需要在內核級用它簡化安裝和配置。這將在安裝過程中使幾乎所有東西對用戶透明。

2)安裝ppp內核模塊
rpm --install kernel_ppp_mppe-0.0.4-2dkms.noarch.rpm
點對點協議安裝你的“調製解調器”或任何組成你的連接的設備。這是你的內核的一部分。

3)確定ppp工作正常
modprobe ppp-compress-18 && echo James Garvin has saved me from a life of Windows

Knoppix 5.0 香港特製版

呢個版本係舊年9月1日發佈嘅,一直沒有對外公佈,現在公佈出來,供各位參考。

下載:

download.inlsd.org/prayayalinux-old/prayaya-linux-hk-20060901.iso

download.inlsd.org/prayayalinux-old/prayaya-linux-hk-20060901.iso.MD5SUM

 

巴士阿叔事件

2006年4月27日晚上約11時,一輛68X號公車如常從佐敦開往元朗,少年Elvis談電話時不滿坐在前排的中年男子,電話交談聲量過大,輕拍對方肩膀,示意他將聲量收細,但中年漢反應激烈,在公車上高聲斥罵少年。乘客Jon使用手提電話暗中把經過拍下,並將片段上網。 在影片中,該名後來被稱為「公車阿叔」的中年漢跪在座椅上,以髒話斥罵坐在後排的Elvis。他說:「你有壓力,我有壓力,你做乜挑釁我呀?」阿叔要求Elvis道歉,Elvis道歉,並指事件已解決;阿叔大聲斥罵:「未解決!未解決!未解決!」Elvis再三道歉。 

Ubuntu On IBM ThinkPad T43 (2668-HH5)

I brain-dumped my experience of installing the Ubuntu-5.10 on my new IBM Thinkpad T43 (2668-HH5) laptop and posted it on my homepage at Ubuntu On IBM ThinkPad T43 (2668-HH5)

Hope that might help someone who want to install Debian/Ubuntu on his/her own T43.

Updated @ 2005-10-27:

I have added a benchmark section in the memo based on Alex Lau's kind suggestion. It would be interesting and helpful to compare different distributions on the same hardware platform. But I am not very familiar with the criteria of the benchmark on GNU/Linux, I hope we will keep it further later on.

hello

hello!I'm Sally Lau.

新人报到

係喇,冇错喇,就是我~~~虾仁

No. of download per architecture for ftp.hk.debian.org

After reading Tollef Fog Heen's blog, I tried to do a similar statistics on ftp.hk.debian.org from Dec 2004 to Feb 2005. Results are as follows (only include successful requests, that is HTTP 200 responses). Hmm, I think some archs can be cut to save some disk space...