我的電腦是 windows ME,請問如何在網上下載 adobe reader 4.0 或 6.0 版!或在沒有 adobe reader 程式下,有何方法可以打開 PDF 檔案?
服務器上的一些統計數據:
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系統的V腳本。儘管,在分類之間有一些不同,通常它類似這樣:
/etc/rc.d/init.d/ -包含開始和停止腳本(其他分類: /etc/init.d/)
/etc/rc.(x)/ -包含用S或者K前綴的開始和停止腳本鏈接(啟動或者殺死)
對於各種不同層次的系統用戶有各種不同的運行級別。
rc1.d –單用戶模式
rc2.d –啟用網絡的單用戶模式
rc3.d –多用戶模式-用文本模式啟動
rc4.d –未定義
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
呢個版本係舊年9月1日發佈嘅,一直沒有對外公佈,現在公佈出來,供各位參考。
下載:
download.inlsd.org/prayayalinux-old/prayaya-linux-hk-20060901.iso
download.inlsd.org/prayayalinux-old/prayaya-linux-hk-20060901.iso.MD5SUM
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.
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...