]> git.mxchange.org Git - flightgear-website.git/blob - fgdata-bundle.html
Removed and ignored as it should remain here
[flightgear-website.git] / fgdata-bundle.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Quix0r&#39;s FlightGear Webpage - fgdata.bundle - How to get it and verify it</title>
5 </head>
6
7 <body>
8
9 <center><big><big><strong>fgdata.bundle - How to get it and verify it</strong></big></big></center>
10
11 <p>
12         There is a file called fgdata.bundle available on my server via BitTorrent
13         (see download link bewlow). This file can be downloaded with any regular download
14         tools and is mainly intended for people where the regular GIT download fails or
15         lasts so very long. The file is quite large so I need to add it to my <a
16          href="/robots.txt" rel="robots" target="_blank">robots.txt</a> file to
17         prevent downloads by bots (the whole /pub directory is now blocked for all
18         bots). You can use git-bundle to extract it to your local hard drive (see
19         below for an example).
20 </p>
21
22 <p>
23         <ul>
24                 <li>Download: <a href="http://mxchange.org:23456/file?info_hash=%BF%FF%AB%0C%16%BF%8Eg%B8%A0%CFw%01%0A%5D%8F%3F%81%96y" target="_blank">fgdata.bundle.torrent</a></li>
25                 <li>Size: 4.73 GiB (not the torrent file)</li>
26                 <li>Checksum/signature files:
27                         <ul>
28                                 <li>GnuPG: <a href="pub/fgfs/fgdata.bundle.asc" target="_blank">fgdata.bundle.asc</a> (recommended!)</li>
29                                 <li>MD5: <a href="pub/fgfs/fgdata.bundle.md5" target="_blank">fgdata.bundle.md5</a></li>
30                                 <li>SHA1: <a href="pub/fgfs/fgdata.bundle.sha1" target="_blank">fgdata.bundle.sha1</a></li>
31                                 <li>SHA256: <a href="pub/fgfs/fgdata.bundle.sha256" target="_blank">fgdata.bundle.sha256</a></li>
32                                 <li>SHA512: <a href="pub/fgfs/fgdata.bundle.sha512" target="_blank">fgdata.bundle.sha512</a></li>
33                         </ul>
34                 </li>
35         </ul>
36 </p>
37
38 <p>
39         How to use those hashes is mostly simplified with download tools
40         (frontends). So I would welcome you to head over to your program&#39;s
41         documentation. Comparing e.g. the SHA512 sum with your eyes is maybe not
42         such a good idea. If you still like to use tools such as md5sum, the command
43         to enter after download is simple:
44 </p>
45
46 <p>
47         <pre>md5sum fgdata.bundle</pre>
48         (or use sha512 for a larger sum).
49 </p>
50
51 <p>
52         The more recommended way is <a href="http://www.gnupg.org" rel="external"
53          target="_blank">GnuPG</a> because trust can come in play. I am not going to
54         tell you all from scratch here, please refer to the <a rel="external"
55          href="http://www.gnupg.org/faq/GnuPG-FAQ.html" target="_blank">FAQ
56         section</a> of GnuPG and make sure you are legally allowed to use such cryptographic programs in
57         your country.
58 </p>
59
60 <p>
61         A simple step-by-step instruction:
62         <pre># Download the bundle file via BitTorrent:
63 wget -c http://mxchange.org:23456/file?info_hash=%BF%FF%AB%0C%16%BF%8Eg%B8%A0%CFw%01%0A%5D%8F%3F%81%96y -O fgdata.bundle.torrent
64
65 # Download the ASCII-armored signature file:
66 wget -c http://flightgear.mxchange.org/pub/fgfs/fgdata.bundle.asc
67
68 # Download the public key for my digitally signed downloads:
69 wget -c http://mxchange.org/signed-downloads.asc
70
71 # Import the public key (you need to create a local key-pair first: gpg --ken-key):
72 gpg --import &lt; signed-downloads.asc
73
74 # Alternatively of the above two steps you can download it from a public key server:
75 gpg --recv-keys --keyserver hkp://keys.gnupg.net A1B99B83
76
77 # If you want to prevent GnuPG warning you, locally sign my public key:
78 gpg --lsign-key A1B99B83
79
80 # Alternatively and then you *REALLY* need to trust my key (have you verified my ID card for example?):
81 gpg --sign-key A1B99B83
82
83 # ... and upload your key (do only sign locally if you don't trust my key):
84 gpg --send-keys --keyserver hkp://keys.gnupg.net xxx</pre>
85         If you want to trust my key and upload your signature (thank you) please
86         come to one of the key-signing parties I join (Chemnitzer Linuxtage 2011 is
87         maybe a possible candidate).
88 </p>
89
90 <p>
91   <big><strong>Meet you in FGFS. :)</strong></big>
92 </p>
93
94 <p>
95   PS: My manually mirrored download archive for FlightGear can be found
96   <a href="pub/" target="_blank">here</a>. So take a look around. :)
97 </p>
98
99 <p align="center">
100   <small>
101     Created: <strong>2011-01-11</strong> |
102     Last update: <strong>2013-02-21</strong> |
103     Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
104     <a href="flights.html">My flights</a> |
105     <em>fgdata.bundle</em> |
106     <a href="fgcom.html">FGCOM</a> |
107     <a href="rsync.html">How to rsync a scenery</a> |
108     <a href="links.html">Links collection</a> |
109     <a href="imprint.html">Imprint (needed in Germany)</a> |
110     <a href="index.html">Back to index</a>
111   </small>
112 </p>
113
114 <p>
115         <a rel="license" target="_blank"
116          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img
117          alt="Creative Commons License" style="border-width:0"
118          src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />
119         <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text"
120          property="dct:title" rel="dct:type">Quix0r&#39;s FlightGear Website</span> by <a
121          xmlns:cc="http://creativecommons.org/ns#" href="http://flightgear.mxchange.org"
122          property="cc:attributionName" rel="cc:attributionURL">Roland Haeder</a> is
123         licensed under a <a rel="license" target="_blank"
124          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons
125         Attribution-ShareAlike 3.0 Unported License</a>.<br />
126         Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" target="_blank" rel="dct:source"
127          href="http://flightgear.mxchange.org/repos/flightgear/trunk/">http://flightgear.mxchange.org/repos/flightgear/trunk/</a>.
128 </p>
129
130 </body>
131 </html>