Shammer's Philosophy

My private adversaria

2014-08-08から1日間の記事一覧

Dropbox auto launch configuration

If Dropbox installed by following command, Dropbox wouldn't be launched automatically. cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -Adding following code to .profile required after executing above command…