[轉貼] 如何在linux壓縮/解壓縮成多個小檔案
From : http://starryalley.homelinux.net/blog/index.php?/archives/1005-linux.html # tar zcf – dir_to_archive/ | split -b 10m – test_archive.tar.gz. # cat test_archive.tar.gz.* | tar zxf –
loop command in linux
[root@bt1 ~]# for ((i=1;i<=14;i+=1)); do scp -r /etc/krb5.conf bc$i:/etc/; done
設定使用者目錄 Sites 權限為 webservers 可讀寫
# ls /home/ | xargs -i find ‘{}’/Sites -type d | xargs -i fs setacl ‘{}’ webservers write 首先列出使用者目錄. 將該輸出傳到find找目錄的參數. 在將此輸出導到 fs …
NAT 1.2.4 釋出
今天收到”打開 Mac 新世界”的作者來信. 他提到 NAT & Taiwan Stocks Widgets 於是就測試一下NAT & Stocks. 頓時發現 NAT 已經不能使用了. 後來, 花個一小時修正臭蟲. 😛 看來已經搞定了. 請參考 : компютри …
gOS 初體驗
前幾天, 我在網路上逛到 gOS. 就被它的圖形界面吸引住了. 他有很多可愛的 icons. 還能展開像 Leopard 扇形那樣的界面. 就抓下來玩玩. gOS 的模樣 gOS 它是建構在 Ubuntu 之上. 理論上應該是很容易使用. 不過我不太熟悉. 我比較熟悉 RedHat 系統.
解決在 iTerm 使用 Vi 方向箭問題
看來以後還是得改變po文章的習慣. 我是個很懶惰的人. 把別人弄好的文章直接貼在我的blog上. 現在好拉. 有人抗議了. 那就自己寫摟 在 foohack.com 的網頁內.我學到如何解決 iTerm Vi 方向箭問題. 簡單來說 就是要下 set term=linux 這個命令. 當然每次在命令列下. 會很麻煩. 所以可以在. ~/.exrc 和 …
Mac 101: change keyboard modifier keys with a Windows keyboard
Posted Sep 13th 2007 3:00PM by Mat Lu Filed under: Switchers, Mac 101 You may recall that one of Apple’s slogans when the Mac …
5 Login Window Tips
From : http://www.macosxtips.co.uk/index_files/5-login-window-tips.html For all of these tips you will need know the password to an administrator account. You can check whether …
Single Sign On with Kerberos V
這篇文章假設你已經有 Kerberos 伺服器. 也假設你建立好 Kerberos 使用者帳號. 在開始設定 SSO(Single Sign On) 之前必需先設定與網路時間協定(ntp)同步. 否則無法自動登入 先在 Kerberos 伺服器上產生對應的電腦 key. [root@kerberos ~]# kadmin Authenticating as principal …