/E - 複本資料夾及子資料夾包括空的。
- Jul 12 Fri 2013 17:27
-
Windows複製資料夾並保留ACL權限
xcopy c:\olddocs c:\newdocs /O/X/E/H/K,然後按下 ENTER 其中 olddocs 是來源資料夾而 newdocs 是目的地資料夾
/E - 複本資料夾及子資料夾包括空的。
/E - 複本資料夾及子資料夾包括空的。
- Jan 18 Fri 2013 15:12
-
[Linux]remount /
當系統進入Signal-User Mode時 /root 為read only,
若是因為mount file system有問題確欲修改/etc/fstab,
可以將/root重新mount為read/write
# mount -n -o remount,rw /
若是因為mount file system有問題確欲修改/etc/fstab,
可以將/root重新mount為read/write
# mount -n -o remount,rw /
- Sep 27 Thu 2012 15:43
-
某一個Terminal突然無法輸入任何文字
當某一個Session突然無法輸入任何文字時也許是按到了組合的快速建,
只適用在只有單一session發生無法key-in任何文字時,若是每個session都發生可能就是鍵盤的問題了!
<Ctrl>s
只適用在只有單一session發生無法key-in任何文字時,若是每個session都發生可能就是鍵盤的問題了!
<Ctrl>s
- Aug 23 Thu 2012 14:42
-
刪除find指令找到的檔案
- Aug 03 Fri 2012 17:41
-
設定ACL後chmod指令的影響
- Jan 18 Tue 2011 18:00
-
[svn] 使用svnsync建立svn同步
第一次做svnsync已經是一年半前的事, 今天剛好又來一個需求趕快趁機紀錄一下!!
原始svn site為 svn1:/svnroot
共同的 svnsync 帳號為 syncuser (注意:此帳號需有所有檔案的讀取權限)
原始svn site為 svn1:/svnroot
共同的 svnsync 帳號為 syncuser (注意:此帳號需有所有檔案的讀取權限)
- Dec 15 Wed 2010 15:25
-
[TortoiseSVN] 安裝後未出現相關選項
在Win2000將TortoiseSVN更新到1.6.12新版,
重開機後在windows explorer按滑鼠右鍵未出現TortoiseSVN的相關選項。
但裝回原有的1.5.x卻又正常了!!
後來發現不能直接使用Upgrade的方式升級,
重開機後在windows explorer按滑鼠右鍵未出現TortoiseSVN的相關選項。
但裝回原有的1.5.x卻又正常了!!
後來發現不能直接使用Upgrade的方式升級,
- Nov 24 Wed 2010 10:09
-
[Linux] rdate server設定
在Linux使用rdate同步內部server的時間:
1. 選定Time Server(ex: NIS server)後修改 /etc/xinetd/time檔案
disable = yes 改成 disable = no
1. 選定Time Server(ex: NIS server)後修改 /etc/xinetd/time檔案
disable = yes 改成 disable = no
- Aug 11 Wed 2010 13:09
-
[Linux] rpm: multiple packages
- Apr 29 Thu 2010 15:46
-
[Git] git clone使用git protocol
工作小紀錄, 以免自己以後忘記!!
錯誤訊息:
> git clone git://gitserver.xxxxx.com/linux-2.6-score.git
Initialized empty Git repository in /linux-2.6-score/.git/
gitserver.xxxxx.com[0: 172.18.1.1]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
錯誤訊息:
> git clone git://gitserver.xxxxx.com/linux-2.6-score.git
Initialized empty Git repository in /linux-2.6-score/.git/
gitserver.xxxxx.com[0: 172.18.1.1]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
1