Saturday, March 10, 2012

Dropbox

Install Dropbox via command line


32-bit:$wget http://www.dropbox.com/download?plat=lnx.x86
64-bit:$wget http://www.dropbox.com/download?plat=lnx.x86_64

$tar -xzvf [file downloaded]
$cd .dropbox-dist
$./dropboxd

downloads:
http://www.dropbox.com/install?os=lnx

No comments:

Algorithms

  [1]  Introduction to Algorithms 3rd Edition  Cormen https://fun4yo.xyz/book/introduction-to-algorithms-3rd-edition/   [2]