Skip to content

Commit 8ce6316

Browse files
committed
dropbox install
1 parent 9dc0c6a commit 8ce6316

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

ngs-01-install-dropbox.ipynb

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"metadata": {
3+
"name": "ngs-01-install-dropbox"
4+
},
5+
"nbformat": 3,
6+
"worksheets": [
7+
{
8+
"cells": [
9+
{
10+
"cell_type": "code",
11+
"input": [
12+
"cd"
13+
],
14+
"language": "python",
15+
"outputs": []
16+
},
17+
{
18+
"cell_type": "code",
19+
"input": [
20+
"!wget -O dropbox.tar.gz \"http://www.dropbox.com/download/?plat=lnx.x86_64\""
21+
],
22+
"language": "python",
23+
"outputs": []
24+
},
25+
{
26+
"cell_type": "code",
27+
"input": [
28+
"!tar -xzf dropbox.tar.gz"
29+
],
30+
"language": "python",
31+
"outputs": []
32+
},
33+
{
34+
"cell_type": "code",
35+
"input": [
36+
"!~/.dropbox-dist/dropboxd"
37+
],
38+
"language": "python",
39+
"outputs": []
40+
},
41+
{
42+
"cell_type": "markdown",
43+
"source": [
44+
"Now, once you see the message \"This client is not linked to any account...\", visit the link in another tab & log in to Dropbox.",
45+
"",
46+
"THEN, go up to 'Kernel', and select 'Interrupt'."
47+
]
48+
},
49+
{
50+
"cell_type": "code",
51+
"input": [
52+
"# finally: reboot!",
53+
"!/sbin/shutdown -r now"
54+
],
55+
"language": "python",
56+
"outputs": []
57+
},
58+
{
59+
"cell_type": "markdown",
60+
"source": [
61+
"When the machine restarts, you will have a directory /root/Dropbox that is linked to your dropbox account."
62+
]
63+
}
64+
]
65+
}
66+
]
67+
}

0 commit comments

Comments
 (0)