微軟公佈免費的惡意軟體線上掃描與移除工具, 可針對 8種常見的惡意軟體進行掃描 (Berbew, Doomjuice, Gaobot, Msblast, Mydoom, Nachi, Sasser, Zindos)
作者: Tsung
cvs 合併 branch 回 trunk
cvs 將 branch 合併回 trunk 的做法,(cvs建分支的做法 可參考 "cvs 建分支 branch")
- cvs checkout trunk # 先把 trunk checkout 出來.
- cd trunk # 進入 trunk 的目錄中
先把書上的其它做法記一下, (可參考CVS Branch and Merge example)
- # merge from branch to trunk
- cvs update -j branchbasetag -j branchname
- # merging a branch to the trunk
- cvs update -j lastmergetag -j branchname
- ex: cvs update -j beta_0-1_branck_root -j beta_0-1_branch
- # merge from trunk to branch
- cvs update -j beta_0-1_branch_root -j HEAD
- # merging from branch to branch
- cvs update -j branchbasetag -j otherbranch
WD Tools: Instant Source
Instant Source - 可以看到 "現在" IE 將 Html 解析成什麼樣子, 一套非常好用的工具, 不過是要付費的.
Only for IE.
PHP Eclipse 安裝
PHP Eclipse 安裝筆記:
所需軟體:
- XAMPP http://www.apachefriends.org/en/xampp.html
- Eclpse.org http://www.eclipse.org/
Eclipse 就照預設安裝, XAMPP 將 XAMPP 裝在 D:\XAMPP 中.
五項指標 算出你的信用分數
lftp下載上傳限速
lftp 的上傳下載的速度限制
於 lftp.conf 中加入
set net:limit-rate 10000,10000
代表限制 上傳10K, 下載10K
感謝 Jerr 提供的範例:
set net:limit-rate 819200,40960
下載 800k 上傳 40k
PHP magic.mime WARNING
Debian testing 的環境
php 的環境出現以下錯誤訊息
PHP Warning: mime_magic: type regex BEGIN[[:space:]]*[{] application/x-awk invalid in Unknown on line 0
已經在 Debian 有看到 Bug Report. 但是還是要先有解決辦法, 不然 Command line 的程式大多都有問題.
暫時的解決方法:
- vi /usr/share/file/magic.mime
- 找到大約 273 行 (搜尋 "space" 就可以找到 Warning 的字)
- 把那行先 # 掉就可以了
Mount ISO File 命令
Linux 下 掛載 iso file 的指令如下:
mount -o loop -t iso9660 FILENAME.ISO /mnt/isoumount /mnt/iso
Oracle 常用命令
Oracle 常用的指令簡單以 FAQ 的方式記錄一下:
- 查看 有哪些 DB(show databases)
- select * from v$dbfile
- 查看有哪些 Table(show tables)
- select * from v$tablespace
- 建立 DB(Tablespace)
- create tablespace NAME datafile 'FILENAME.dbf' size 20M; (Create DB)
- 建立一個新的 USER, 並授權可連線, 建 table 等
-
- create user USERNAME identified by PASSWORD;
- grant connect to USERNAME;
- grant resource to USERNAME;
- conn USERNAME/PASSWOD;
- create table t1 (c1 int);
- insert into t1 values(1);
- commit;
其它的等遇到問題再來做記錄囉~
好站: 射手網
射手網 - 抓字幕用的網站.