轉換 .dmg 為 .iso
From : Convert .dmg files to .iso files for burning elsewhere hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso dmg2iso
From : Convert .dmg files to .iso files for burning elsewhere hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso dmg2iso
before, you should install kstart [root@chat kstart-3.13]# ./configure KRB5_CONFIG=/etc/krb5.conf –with-aklog=/usr/bin/aklog –enable-setpag [root@chat kstart-3.13]# make [root@chat kstart-3.13]# make install modify /etc/rc.d/init.d/httpd file: from …
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 –
[root@bt1 ~]# for ((i=1;i<=14;i+=1)); do scp -r /etc/krb5.conf bc$i:/etc/; done
# ls /home/ | xargs -i find ‘{}’/Sites -type d | xargs -i fs setacl ‘{}’ webservers write 首先列出使用者目錄. 將該輸出傳到find找目錄的參數. 在將此輸出導到 fs …
下列指令會將目前目錄的 ACL 權限 遞迴設定至該目錄後所有目錄之權限. # find . -type d | xargs fs co . 😀
看來以後還是得改變po文章的習慣. 我是個很懶惰的人. 把別人弄好的文章直接貼在我的blog上. 現在好拉. 有人抗議了. 那就自己寫摟 在 foohack.com 的網頁內.我學到如何解決 iTerm Vi 方向箭問題. 簡單來說 就是要下 set term=linux 這個命令. 當然每次在命令列下. 會很麻煩. 所以可以在. ~/.exrc 和 …
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 …
From : http://hecap.ictp.it/SCS/manuals/afs/auusg006.htm Displaying Volume Quota By convention, the files in your home directory are stored together in a single volume. (For …