Procházet zdrojové kódy

Download into /tmp

Bob Mottram před 11 roky
rodič
revize
635216b2b7
1 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. 12
    0
      beaglebone.txt

+ 12
- 0
beaglebone.txt Zobrazit soubor

@@ -87,6 +87,7 @@ The Debian Linux OS will be installed onto a small flash drive.  It's a good ide
87 87
 Download the image.
88 88
 
89 89
 #+BEGIN_SRC: bash
90
+cd ~/
90 91
 wget http://freedombone.uk.to/debian-7.2-console-armhf-2013-11-15.tar.xz
91 92
 #+END_SRC
92 93
 
@@ -1521,6 +1522,7 @@ See the [[Setting up a web site]] section of this document for details of how to
1521 1522
 Download flatpress.
1522 1523
 
1523 1524
 #+BEGIN_SRC: bash
1525
+cd /tmp
1524 1526
 wget http://freedombone.uk.to/flatpress.tar.gz
1525 1527
 #+END_SRC
1526 1528
 
@@ -1577,6 +1579,7 @@ apt-get install gnutelephony-keyring
1577 1579
 After that it will be happy to accept it as a signed repository. The verification keys can also be directly fetched with
1578 1580
 
1579 1581
 #+BEGIN_SRC: bash
1582
+cd /tmp
1580 1583
 wget http://dev.gnutelephony.org/archive/wheezy/public.key
1581 1584
 #+END_SRC
1582 1585
 
@@ -2062,6 +2065,7 @@ To set up a gopher server:
2062 2065
 
2063 2066
 #+BEGIN_SRC: bash
2064 2067
 apt-get install build-essential
2068
+cd /tmp
2065 2069
 wget http://freedombone.uk.to/geomyidae-current.tgz
2066 2070
 #+END_SRC
2067 2071
 
@@ -2263,11 +2267,19 @@ gopher://mydomainname.com
2263 2267
 There is a browser addon for Gopher called "overbite".  Installing that should enable you to view your site.
2264 2268
 
2265 2269
 ** Install a Wiki
2270
+
2271
+#+BEGIN_VERSE
2272
+/I believe that technology can liberate, but you need to be a master rather than a user. You need to pull technology apart and master it rather than letting it control you./
2273
+
2274
+-- Tom Barbalet
2275
+#+END_VERSE
2276
+
2266 2277
 Dokuwiki is based upon flat files, and so is easy to move from one server to another without a lot of database complications.
2267 2278
 
2268 2279
 Download the wiki.
2269 2280
 
2270 2281
 #+BEGIN_SRC: bash
2282
+cd /tmp
2271 2283
 wget http://freedombone.uk.to/dokuwiki.tgz
2272 2284
 #+END_SRC
2273 2285