A new fgdata bundle is ready.
[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_new.bundle - How to get it and verify it</title>
5         <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
6         <meta http-equiv="content-style-type" content="text/css" />
7         <meta http-equiv="content-script-type" content="text/javascript" />
8         <meta http-equiv="content-language" content="en-US" />
9         <meta http-equiv="imagetoolbar" content="no" />
10         <meta name="resource-type" content="document" />
11         <meta name="distribution" content="global" />
12         <meta name="copyright" content="2013, Roland Haeder, CC-BY-SA 3.0" />
13         <meta name="keywords" content="FlightGear, Flight, Gear, Aircraft, Airplane, Plane, Flight, Sim, Simulator, FlightSimulator, GPL, FG, FGFS, Earth, Free, Opensource, YASim, JSBSim, Help, Support" />
14         <meta name="description" content="Quix0r&#39;s FlightGear Webpage" />
15
16         <link rel="search" type="application/opensearchdescription+xml" title="YaCy Search 'zulu289'" href="http://yacy-websuche.mxchange.org:8090/opensearchdescription.xml" />
17         <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
18 </head>
19
20 <body>
21
22 <center><big><big><strong>fgdata_new.bundle - How to get it and verify it</strong></big></big></center>
23
24 <p>
25         There is a file called fgdata_new.bundle available on my server via BitTorrent
26         (see download link bewlow). This file can be downloaded with any regular download
27         tools and is mainly intended for people where the regular GIT download fails or
28         lasts so very long. The file is quite large so I need to add it to my <a
29          href="/robots.txt" rel="robots" target="_blank">robots.txt</a> file to
30         prevent downloads by bots (the whole /pub directory is now blocked for all
31         bots). You can use git-bundle to extract it to your local hard drive (see
32         below for an example).
33 </p>
34
35 <p>
36         <ul>
37                 <li>Download: <a href="http://mxchange.org:23456/file?info_hash=%2CG%AC%DB%AC%89%C7%EA%CB%20%8D%2C%E1%D7%BD%12%14T%F5%05" target="_blank">fgdata_new.bundle.torrent</a></li>
38                 <li>Size: 1.96GiB (not the torrent file)</li>
39                 <li>Checksum/signature files:
40                         <ul>
41                                 <li>GnuPG: <a href="pub/fgfs/fgdata_new.bundle.asc" target="_blank">fgdata_new.bundle.asc</a> (recommended!)</li>
42                                 <li>MD5: <a href="pub/fgfs/fgdata_new.bundle.md5" target="_blank">fgdata_new.bundle.md5</a></li>
43                                 <li>SHA1: <a href="pub/fgfs/fgdata_new.bundle.sha1" target="_blank">fgdata_new.bundle.sha1</a></li>
44                                 <li>SHA256: <a href="pub/fgfs/fgdata_new.bundle.sha256" target="_blank">fgdata_new.bundle.sha256</a></li>
45                                 <li>SHA512: <a href="pub/fgfs/fgdata_new.bundle.sha512" target="_blank">fgdata_new.bundle.sha512</a></li>
46                         </ul>
47                 </li>
48         </ul>
49 </p>
50
51 <p>
52         How to use those hashes is mostly simplified with download tools
53         (frontends). So I would welcome you to head over to your program&#39;s
54         documentation. Comparing e.g. the SHA512 sum with your eyes is maybe not
55         such a good idea. If you still like to use tools such as md5sum, the command
56         to enter after download is simple:
57 </p>
58
59 <p>
60         <pre>md5sum fgdata_new.bundle</pre>
61         (or use sha512 for a larger sum).
62 </p>
63
64 <p>
65         The more recommended way is <a href="http://www.gnupg.org" rel="external"
66          target="_blank">GnuPG</a> because trust can come in play. I am not going to
67         tell you all from scratch here, please refer to the <a rel="external"
68          href="http://www.gnupg.org/faq/GnuPG-FAQ.html" target="_blank">FAQ
69         section</a> of GnuPG and make sure you are legally allowed to use such cryptographic programs in
70         your country.
71 </p>
72
73 <p>
74         A simple step-by-step instruction:
75         <pre># Download the bundle file via BitTorrent:
76 wget -c http://mxchange.org:23456/file?info_hash=%2CG%AC%DB%AC%89%C7%EA%CB%20%8D%2C%E1%D7%BD%12%14T%F5%05 -O fgdata_new.bundle.torrent
77
78 # Download the ASCII-armored signature file:
79 wget -c http://flightgear.mxchange.org/pub/fgfs/fgdata_new.bundle.asc
80
81 # Download the public key for my digitally signed downloads:
82 wget -c http://mxchange.org/signed-downloads.asc
83
84 # Import the public key (you need to create a local key-pair first: gpg --ken-key):
85 gpg --import &lt; signed-downloads.asc
86
87 # Alternatively of the above two steps you can download it from a public key server:
88 gpg --recv-keys --keyserver hkp://keys.gnupg.net A1B99B83
89
90 # If you want to prevent GnuPG warning you, locally sign my public key:
91 gpg --lsign-key A1B99B83
92
93 # Alternatively and then you *REALLY* need to trust my key (have you verified my ID card for example?):
94 gpg --sign-key A1B99B83
95
96 # ... and upload your key (do only sign locally if you don't trust my key):
97 gpg --send-keys --keyserver hkp://keys.gnupg.net xxx</pre>
98         If you want to trust my key and upload your signature (thank you) please
99         come to one of the key-signing parties I join (Chemnitzer Linuxtage 2011 is
100         maybe a possible candidate).
101 </p>
102
103 <p>
104         <big><strong>Meet you in FGFS. :)</strong></big>
105 </p>
106
107 <p>
108         PS: My manually mirrored download archive for FlightGear can be found
109         <a href="pub/" target="_blank">here</a>. So take a look around. :)
110 </p>
111
112 <p align="center">
113         <small>
114                 Created: <strong>2011-01-11</strong> |
115                 Last update: <strong>2016-04-30</strong> |
116                 Author: <a href="mailto:roland_NOSPAM_@_REMOVE_THIS_mxchange_AND_THIS_.org">Roland H&auml;der</a><br />
117                 <a href="index.html">Home</a> |
118                 <a href="flights.html">My flights</a> |
119                 <em>fgdata_new.bundle</em> |
120                 <a href="fgcom.html">FGCOM</a> |
121                 <a href="rsync.html">Rsync howto</a> |
122                 <a href="links.html">Links collection</a> |
123                 <a href="imprint.html">Imprint</a>
124         </small>
125 </p>
126
127 <p>
128         <a rel="license" target="_blank"
129          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img
130          alt="Creative Commons License" style="border-width:0"
131          src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />
132         <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text"
133          property="dct:title" rel="dct:type">Quix0r&#39;s FlightGear Website</span> by <a
134          xmlns:cc="http://creativecommons.org/ns#" href="http://flightgear.mxchange.org"
135          property="cc:attributionName" rel="cc:attributionURL">Roland Haeder</a> is
136         licensed under a <a rel="license" target="_blank"
137          href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons
138         Attribution-ShareAlike 3.0 Unported License</a>.<br />
139         Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" target="_blank" rel="dct:source"
140          href="http://flightgear.mxchange.org/repos/flightgear/trunk/">http://flightgear.mxchange.org/repos/flightgear/trunk/</a>.
141 </p>
142
143 </body>
144 </html>