Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ln -s <dir-that-you-want-to-sync> ~/Dropbox
  2.  
  3. ssh -Y user@server
  4.  
  5. ~/.dropbox-dist/dropbox
  6.  
  7. top -cbd .10 -n 1 | sort > no_drop.txt
  8.  
  9. top -cbd .10 -n 1 | sort > drop.txt
  10.  
  11. diff drop.txt no_drop.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement