Somewhere I Belong

All about geek's life


  • 首頁

  • 歸檔

  • 關於

  • 標籤

  • 開源專案

Rsync 更改預設 SSH Port

發表於 12月 1 2014 | 0 Comments

一般 Rsync 指令如下

rsync -av /home/zack username@host

若要更改 SSH PORT (default 22) 的話則可下

rsync -av -e 'ssh -p 2222' /home/zack username@host

常常會忘記…紀錄一下

# Linux # Rsync
Python Queue.get(timeout) 消耗異常 CPU Usage
開發 Pebble WatchApp 的一些心得

YuLun Shih

70 文章
6 分類
127 標籤
RSS
GitHub E-Mail Twitter
© 2017 YuLun Shih