(一)更改瀏覽器的語係為「英文/美國[en-us]」
(二)前往網址http://get.live.com/getlive/overview
(三)填寫表單完成註冊程序
(四)更改瀏覽器的語系回原來的設定
(五)進入live.com信箱後,更改信箱介面語系為繁體中文
2008年5月31日 星期六
2008年5月30日 星期五
2008年5月27日 星期二
FreeBSD指令:find
用find找特定的檔名
find / -name "*.mpg"
用find刪除特定檔案
find / -name "*.mpg" -print -exec rm {} \;
用find更改特定檔案的權限
find / -name "*.mpg" -print -exec chmod -R 755 {} \;
用find找出大於100MB的檔案
find / -size +100MB -print
用find找出7天前的檔案
find / -mtime 7 -print
find / -name "*.mpg"
用find刪除特定檔案
find / -name "*.mpg" -print -exec rm {} \;
用find更改特定檔案的權限
find / -name "*.mpg" -print -exec chmod -R 755 {} \;
用find找出大於100MB的檔案
find / -size +100MB -print
用find找出7天前的檔案
find / -mtime 7 -print
標籤:
FreeBSD
2008年5月25日 星期日
Blogger範本網站
介紹大家兩個Google Blogger的範本網站
使您在美化自己的部落格時更順手,
本站的範本也是從裡面找來的唷。
http://blogspottemplates.blogspot.com/
http://www.blogspottemplate.com/
使您在美化自己的部落格時更順手,
本站的範本也是從裡面找來的唷。
http://blogspottemplates.blogspot.com/
http://www.blogspottemplate.com/
標籤:
部落格建置
訂閱:
文章 (Atom)