瀏覽代碼

Download into /tmp

Bob Mottram 11 年之前
父節點
當前提交
635216b2b7
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12
    0
      beaglebone.txt

+ 12
- 0
beaglebone.txt 查看文件

87
 Download the image.
87
 Download the image.
88
 
88
 
89
 #+BEGIN_SRC: bash
89
 #+BEGIN_SRC: bash
90
+cd ~/
90
 wget http://freedombone.uk.to/debian-7.2-console-armhf-2013-11-15.tar.xz
91
 wget http://freedombone.uk.to/debian-7.2-console-armhf-2013-11-15.tar.xz
91
 #+END_SRC
92
 #+END_SRC
92
 
93
 
1521
 Download flatpress.
1522
 Download flatpress.
1522
 
1523
 
1523
 #+BEGIN_SRC: bash
1524
 #+BEGIN_SRC: bash
1525
+cd /tmp
1524
 wget http://freedombone.uk.to/flatpress.tar.gz
1526
 wget http://freedombone.uk.to/flatpress.tar.gz
1525
 #+END_SRC
1527
 #+END_SRC
1526
 
1528
 
1577
 After that it will be happy to accept it as a signed repository. The verification keys can also be directly fetched with
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
 #+BEGIN_SRC: bash
1581
 #+BEGIN_SRC: bash
1582
+cd /tmp
1580
 wget http://dev.gnutelephony.org/archive/wheezy/public.key
1583
 wget http://dev.gnutelephony.org/archive/wheezy/public.key
1581
 #+END_SRC
1584
 #+END_SRC
1582
 
1585
 
2062
 
2065
 
2063
 #+BEGIN_SRC: bash
2066
 #+BEGIN_SRC: bash
2064
 apt-get install build-essential
2067
 apt-get install build-essential
2068
+cd /tmp
2065
 wget http://freedombone.uk.to/geomyidae-current.tgz
2069
 wget http://freedombone.uk.to/geomyidae-current.tgz
2066
 #+END_SRC
2070
 #+END_SRC
2067
 
2071
 
2263
 There is a browser addon for Gopher called "overbite".  Installing that should enable you to view your site.
2267
 There is a browser addon for Gopher called "overbite".  Installing that should enable you to view your site.
2264
 
2268
 
2265
 ** Install a Wiki
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
 Dokuwiki is based upon flat files, and so is easy to move from one server to another without a lot of database complications.
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
 Download the wiki.
2279
 Download the wiki.
2269
 
2280
 
2270
 #+BEGIN_SRC: bash
2281
 #+BEGIN_SRC: bash
2282
+cd /tmp
2271
 wget http://freedombone.uk.to/dokuwiki.tgz
2283
 wget http://freedombone.uk.to/dokuwiki.tgz
2272
 #+END_SRC
2284
 #+END_SRC
2273
 
2285