Skip to content

Instantly share code, notes, and snippets.

@nefo-mi
Created September 30, 2011 06:43
Show Gist options
  • Save nefo-mi/1252893 to your computer and use it in GitHub Desktop.
Save nefo-mi/1252893 to your computer and use it in GitHub Desktop.
CLI DropBoxのLAN Synkを止める

さくらVPSにDropbox設定

Dropboxを使うな、とまでは言いませんが

Dropbox攻撃

これは不正アクセスですか?いいえ、Dropbox LAN syncです。

これはひどい

今すぐとめようLAN Sync

$ ./dropbox.py stop
$ wget http://dl.dropbox.com/u/340607/pyDropboxValues.py
$ wget http://dl.dropbox.com/u/340607/dropbox_set_lansync.py
$ chmod 744 pyDropboxValues.py
$ chmod 744 dropbox_set_lansync.py
$ ./dropbox_set_lansync.py off
$ ./pyDropboxValues.py  | grep p2p_enable
  p2p_enabled = 0
$ ./dropbox.py start

これでご近所さんに迷惑をかけないでDropboxが使えるお

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment