b67e8b4b0821adbe7cada7ed76c57ecb6d7d46b4
Roger Dingledine prepare the tor vm website...

Roger Dingledine authored 15 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) 
4) #include "head.wmi" TITLE="Tor VM"
5) 
6) <div class="main-column">
7) 
8) <!-- PUT CONTENT AFTER THIS TAG -->
9) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

10) <h1>Tor VM</h1>
Roger Dingledine prepare the tor vm website...

Roger Dingledine authored 15 years ago

11) 
Martin Peck Add sidebar for shortcuts t...

Martin Peck authored 15 years ago

12) <!-- BEGIN SIDEBAR -->
13) <div class="sidebar-left">
14) <h3>Using Tor VM</h3>
15) <ul>
16) <li><a href="#Download">Download</a></li>
17) <li><a href="#Setup">Setup</a></li>
18) <li><a href="#InstallBundle">Install Bundle</a></li>
19) <li><a href="#Run">Run VM</a></li>
20) <li><a href="#RecommendedUse">Use Tor Button</a></li>
21) </ul>
22) </div>
23) <!-- END SIDEBAR -->
24) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

25) <h2>What Is It?</h2>
Martin Peck Add link to Qemu when menti...

Martin Peck authored 15 years ago

26) <p>Tor VM is an experimental transparent Tor proxy for Windows that uses
27) <a href="http://www.qemu.org/">Qemu</a> virtualization technology for more
28) resilient clients and relays.
Roger Dingledine prepare the tor vm website...

Roger Dingledine authored 15 years ago

29) </p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

30) <p><strong>This initial 0.0.1 release is a work in progress!</strong>
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

31) See the
32) <a href="http://bugs.noreply.org/flyspray/index.php?tasks=all&amp;project=4&amp;cat=19"
33) >bug tracking database for known issues</a>. Remember to backup anything
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

34) important before using this software on your system.</p>
35) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

36) 
37) <hr />
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

38) <a id="Download"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

39) <h2><a class="anchor" href="#Download">Step One: Download Tor VM Software</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

40) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

41) <p>The bundle packages are preferred since they include Vidalia and other Tor
42) software that improves the user experience. If a portable Tor VM instance is
Martin Peck Edit for grammar / brevity.

Martin Peck authored 15 years ago

43) required the self extracting archive can be used to install Tor VM alone
Martin Peck Edit for grammar / brevity.

Martin Peck authored 15 years ago

44) onto a portable storage device.</p>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

45) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

46) <ul>
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

47) <li><a href="dist/TorVM-0.0.1-NetInstaller.exe">Tor VM Network Installer</a>
Martin Peck First things first; this sh...

Martin Peck authored 15 years ago

48) (<a href="dist/TorVM-0.0.1-NetInstaller.exe.asc" style="font-size: 90%;">sig</a>)</li>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

49) 
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

50) <li><a href="dist/TorVM-0.0.1-Bundle.exe">Tor VM Bundle Installer</a>
Martin Peck First things first; this sh...

Martin Peck authored 15 years ago

51) (<a href="dist/TorVM-0.0.1-Bundle.exe.asc" style="font-size: 90%;">sig</a>)</li>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

52) 
Martin Peck Minor edits and add uninsta...

Martin Peck authored 15 years ago

53) <li><a href="dist/Tor_VM.exe">Tor VM Portable Self Extractor</a>
Martin Peck First things first; this sh...

Martin Peck authored 15 years ago

54) (<a href="dist/Tor_VM.exe.asc" style="font-size: 90%;">sig</a>)</li>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

55) </ul>
56) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

57) <hr />
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

58) <a id="Setup"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

59) <h2><a class="anchor" href="#Setup">Step Two: Configure Windows For Less Risk</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

60) 
61) <p>Running Firefox with Torbutton as a reduced privilege user provides
62) defense in depth against various risks Internet users face. These steps
63) explain how to create a restricted account for user name "anon".</p>
64) 
Martin Peck Clean up some empty tags, a...

Martin Peck authored 15 years ago

65) <p>Navigate to the control panel "User Accounts" option. You can also use
66) the menu navigation:<br />
67) <!-- should this be a sequence of <span> instead? -->
68) <strong>Start Menu -&gt; Settings -&gt; Control Panel -&gt; Add or Remove Programs</strong></p>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

69) 
70) <p><img src="img/uc01.png" alt="Control panel view - Select User Accounts option" /></p>
71) 
72) <p>Select "Create a new account".</p>
73) 
74) <p><img src="img/uc02.png" alt="User Accounts Tool - Select Create a new account" /></p>
75) 
76) <p>Provide a nickname for the anonymous limited user account.</p>
77) 
78) <p><img src="img/uc03.png" alt="Provide a nickname for the restricted account" /></p>
79) 
80) <p>Choose the "Limited" account type for the reduced privilege user feature.</p>
81) 
82) <p><img src="img/uc04.png" alt="Choose the Limited account type" /></p>
83) 
84) <p>Select "Create Account".</p>
85) 
86) <p><img src="img/uc05.png" alt="Select Create Account" /></p>
87) 
88) <p>The new user is added to the list of accounts on the local system. This is
89) the account that Internet applications like Firefox will run as when using
90) Tor VM to route traffic through the Tor network.
91) </p>
92) 
93) <p><img src="img/uc06.png" alt="New user is available for login session" /></p>
94) 
95) <p>The Switch User feature is used to run critical Tor VM software as Admin
96) while Firefox and other Internet applications run with restricted rights.</p>
97) 
98) <p><img src="img/uc07.png" alt="Use switch user to log in as restricted user" /></p>
99) 
100) <p>The new limited user desktop has its own configuration and environment.</p>
101) 
102) <p><img src="img/uc09.png" alt="Both Tor VM admin and restricted user can be used concurrently" /></p>
103) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

104) 
105) <hr />
106) <a id="InstallExtractor"></a>
107) <h2><a class="anchor" href="#InstallExtractor">Step Three: Tor VM Self-Extractor</a></h2>
Martin Peck Add instruction for self ex...

Martin Peck authored 15 years ago

108) 
109) <p>Save the installer executable to Desktop or portable storage.</p>
110) 
111) <p><img src="img/extr01.png" alt="Save installer exe to desktop or drive" /></p>
112) 
113) <p>Select the path or folder to extract into.</p>
114) 
115) <p><img src="img/extr02.png" alt="Select path for destination" /></p>
116) 
117) <p>Run the torvm.exe program in the extracted Tor_VM folder.</p>
118) 
119) <p><img src="img/extr03.png" alt="Run the torvm.exe program in the Tor_VM folder" /></p>
120) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

121) <h2><a class="anchor" href="#Run">Proceed to: Run Tor VM</a></h2>
122) 
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

123) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

124) <hr />
125) <a id="InstallBundle"></a>
126) <h2><a class="anchor" href="#InstallBundle">Step Three: Install Tor VM Bundle</a></h2>
127) 
128) <p>The bundle installers include Vidalia and other software for the local
129) machine instead of a portable folder. Double click on the Bundle or
130) Network Installer EXE to begin installation to the current system.</p>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

131) 
Martin Peck Clean up some empty tags, a...

Martin Peck authored 15 years ago

132) <p><img src="img/bundle01.png" alt="Click to Run Bundle Installer" /> &nbsp;
133) <img src="img/netinst01.png" alt="Click to Run Network Installer" /></p>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

134) 
Martin Peck Add instruction for self ex...

Martin Peck authored 15 years ago

135) <p>The bundle package installs each of the applications included with Tor VM like 
136) Vidalia and Tor Button.</p>
137) 
138) <p><img src="img/bundle02.png" alt="Click to Run Bundle Installer" /></p>
139) 
Martin Peck Add network installer graph...

Martin Peck authored 15 years ago

140) <p>The network installer contains the secure Tor updater software that is used
141) to reliably download all of the latest bundle application packages on demand.</p>
142) 
143) <p><img src="img/netinst02.png" alt="Network Installer downloads bundle software on demand" /></p>
144) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

145) 
146) <hr />
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

147) <a id="Run"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

148) <h2><a class="anchor" href="#Run">Step Four: Run Tor VM</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

149) 
Martin Peck I can has grammar.

Martin Peck authored 15 years ago

150) <p>After installing the bundle packages a Tor VM controller is started in
151) the background. The installer program has finished and can be closed.</p>
Martin Peck And shots for Tor VM start...

Martin Peck authored 15 years ago

152) 
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

153) <p><img src="img/run01.png" alt="Tor VM controller will start at end of install" /></p>
Martin Peck And shots for Tor VM start...

Martin Peck authored 15 years ago

154) 
155) <p>After preparing network devices a Qemu virtual machine running the
156) Tor VM kernel is launched. A status screen will be shown detailing progress
157) bootstrapping the Tor software into the network.</p>
158) 
159) <p><img src="img/run02.png" alt="Qemu launched with Tor VM kernel" /></p>
160) 
161) <p>The bootstrap is 100% complete when Tor is able to create a circuit
162) through the network.</p>
163) 
164) <p><img src="img/run03.png" alt="Bootstrap not complete until circuit created" /></p>
165) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

166) <p>If you are running the Tor VM bundle Vidalia will also display the current
167) progress while bootstrapping into the Tor network.</p>
168) 
169) <p><img src="img/vidalia-bootstrap.png" alt="Vidalia will also show bootstrap status" /></p>
170) 
Martin Peck And shots for Tor VM start...

Martin Peck authored 15 years ago

171) <p>After successful start a list of transparent proxy connection counts are
172) shown. This indicates that Tor VM is up and ready to start transparently
173) routing traffic through the Tor network. The socks port is also available to
174) the host for use with Polipo or Privoxy http proxies.</p>
175) 
176) <p><img src="img/run04.png" alt="Proxy traffic connection counts show Tor VM status" /></p>
177) 
178) <!-- no marble for first release
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

179) <p>The first time Vidalia is run the image tiles needed for the Marble Map
180) plugin will be generated at start. If you do not have sufficient memory or
181) CPU to generate these tiles you can install the full Vidalia Marble package
182) with the generated image tiles already included.</p>
Martin Peck Remove a spurious comment w...

Martin Peck authored 15 years ago

183) 
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

184) <p><img src="img/vidalia-genmap.png" alt="It may take a minute to generate the Marble Map image tiles" /></p>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

185) 
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

186) <p>If any of the bundle applications stop working a repair can be requested
187) which may resolve the problem.</p>
Martin Peck And shots for Tor VM start...

Martin Peck authored 15 years ago

188) -->
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

189) 
190) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

191) <hr />
192) <a id="RecommendedUse"></a>
193) <h2><a class="anchor" href="#RecommendedUse">Step Five: Using Firefox and TorButton</a></h2>
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

194) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

195) <p>You should run Firefox and other Internet software as a restricted user.
196) Switch to the restricted user account configured in <a class="anchor" href="#Setup">Step Two</a>.</p>
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

197) 
Martin Peck What is a sentence?

Martin Peck authored 15 years ago

198) <p>Press The Windows Key + L to switch users, or select the "Log off".
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

199) Start Menu option followed by "Switch User"</p>
200) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

201) <p><img src="img/switch-user.png" alt="Windows Key + L to switch user" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

202) 
203) <p>Click the "Install TorButton" shortcut if you do not have the Tor Button
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

204) extension installed.</p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

205) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

206) <p><img src="img/torbutton01.png" alt="Run Install TorButton shortcut" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

207) 
208) <p>Continue with installation despite warning about installing from local file.</p>
209) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

210) <p><img src="img/torbutton02.png" alt="Firefox will warn about local extension, continue" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

211) 
212) <p>You will need to restart Firefox to use the new TorButton extension.</p>
213) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

214) <p><img src="img/torbutton03.png" alt="Restart Firefox to enable new extension" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

215) 
216) <p>Click on the TorButton status icon in the lower right to enable Tor.</p>
217) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

218) <p><img src="img/torbutton04.png" alt="Click on TorButton status icon to toggle ON" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

219) 
220) <p>Verify that you are using Tor via
221) <a href="https://check.torproject.org/">https://check.torproject.org/</a></p>
222) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

223) <p><img src="img/torbutton05.png" alt="Verify Tor use at check.torproject.org" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

224) 
225) 
226) <hr />
227) <a id="ExperimentalUse"></a> 
228) <h2><a class="anchor" href="#ExperimentalUse">Experimental: Using Flash</a></h2>
229) 
230) <p><strong>IMPORTANT: Tor VM can protect your endpoint IP address when using
231) Flash and other software but it does not yet protect against attacks which
232) reduce your anonymity set.</strong> DO NOT use Tor VM in this manner if you
233) rely on unlinkable anonymity; wait until this is addressed in future releases.
234) </p>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

235) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

236) <p>You should run Flash Player and other Internet software as a restricted user.
237) Switch to the restricted user account configured in <a class="anchor" href="#Setup">Step Two</a>.</p>
238) 
239) <p><img src="img/switch-user.png" alt="Switch to restricted user to play Flash content" /></p>
240) 
241) <p>First be sure that transparent proxy of Internet traffic through Tor is
Martin Peck Edit for grammar / brevity.

Martin Peck authored 15 years ago

242) working correctly. Tor VM ensures that all your traffic is relayed
243) by default without any application configuration.</p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

244) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

245) <p><img src="img/flash01.png" alt="Verify Tor usage at check.torproject.org" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

246) 
247) <p>Connections made from the Browser and Flash Player plugin will now
248) be transparently proxied through the Tor network when viewing content.</p>
249) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

250) <p><img src="img/flash02.png" alt="Flash player and other software now using Tor" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

251) 
252) <p>The transparent proxy redirection counts will indicate connections redirected
253) through Tor in this manner. Traffic sent via TorButton and Polipo are visible as
254) SOCKS connections to the Tor VM instance.</p>
255) 
256) <p><img src="img/transparent.png" alt="Transparent proxy traffic can be seen along with TorButton and Polipo traffic" /></p>
257) 
258) 
259) <hr />
260) <a id="Modify"></a>
261) <h2><a class="anchor" href="#Modify">Modify Tor VM Install Options</a></h2>
262) 
263) <p>Once a package is installed you can change the default installation options
264) via the "Change" option for the package. For example, Tor VM is configured to
265) run at start up which can be disabled by modifying the installation.</p>
266) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

267) <p><img src="img/change01.png" alt="Change option is in Add Remove Programs" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

268)  
269) <p>The Change package option will launch the installer GUI for the package.</p>
270) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

271) <p><img src="img/change02.png" alt="Changes will launch application installer GUI" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

272)  
273) <p>The list of configurable installation options can now be set as desired.
274) For example, disabling the "Run at Startup" option as shown here.</p>
275) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

276) <p><img src="img/change03.png" alt="Change desired installation options" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

277)  
278) <p>Select "Next" once all changes have been selected.</p>
279) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

280) <p><img src="img/change04.png" alt="Select Next when changes selected" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

281)  
282) <p>Select "Change" to apply the changes to the installed software.</p>
283) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

284) <p><img src="img/change05.png" alt="Select Change to confirm changes" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

285)  
286) <p>And finally "Finish" to exit the installer GUI. The requested changes
287) are now in effect.</p>
288) 
Martin Peck Add missing alt text and mi...

Martin Peck authored 15 years ago

289) <p><img src="img/change06.png" alt="Select Finish to complete modifications" /></p>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

290)  
291) 
292) <hr />
Martin Peck Minor edits and add uninsta...

Martin Peck authored 15 years ago

293) <a id="Remove"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

294) <h2><a class="anchor" href="#Remove">Uninstall Tor Bundle Software</a></h2>
Martin Peck Minor edits and add uninsta...

Martin Peck authored 15 years ago

295) 
296) <p>A script to uninstall all of the Tor bundle applications at once is placed
297) on the desktop. Run this utility to remove all of the Tor packages and files.</p>
298) 
299) <p><img src="img/uninstall.png" alt="The Uninstall_Tor script will remove all Tor packages and files" /></p>
300) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

301) 
302) <hr />
303) <a id="Repair"></a>
304) <h2><a class="anchor" href="#Repair">Repair Installed Applications</a></h2>
305) 
306) <p>If any installed files become corrupted or deleted you can repair them
307) with the support option for the application package having problems.</p>
308) 
309) <p><img src="img/vidalia-support.png" alt="In Add or Remove Programs - Select support option for package" /></p>
310) 
311) <p>Choose the repair option and all of the package files and registry will be
312) restored.</p>
313) 
314) <p><img src="img/vidalia-repair.png" alt="Choose Repair option" /></p>
315) 
316) 
317) <hr />
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

318) <a id="Debug"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

319) <h2><a class="anchor" href="#Debug">Troubleshoot Problems and Report Bugs</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

320) 
321) <p>The Tor VM category in the Tor flyspray bug tracker is used to manage
322) defects and features. See the
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

323) <a href="http://bugs.noreply.org/flyspray/index.php?tasks=all&amp;project=4"
324) >Tor flyspray bug tracker</a> for known issues and pending changes.</p>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

325) 
Martin Peck Add paragraph and screensho...

Martin Peck authored 15 years ago

326) <!-- localized installers and full Marble data bundle?
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

327) <a id="Advanced"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

328) <h2><a class="anchor" href="#Advanced">Experimental Packages and Usage</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

329) -->
330) 
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

331) 
332) <hr />
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

333) <a id="More"></a>
Martin Peck Add documentation for using...

Martin Peck authored 15 years ago

334) <h2><a class="anchor" href="#More">Additional Resources</a></h2>
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

335) 
336) <p>The latest design document for Tor VM is available in revision control:
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

337) <a href="https://svn.torproject.org/svn/torvm/trunk/doc/design.html"
338) >https://svn.torproject.org/svn/torvm/trunk/doc/design.html</a>.
Martin Peck Initial page content for im...

Martin Peck authored 15 years ago

339) </p>
340) 
341) <p>Features and fixes planned for the Tor VM software are documented in the
342) <a href="https://svn.torproject.org/svn/torvm/trunk/TODO">Tor VM TODO</a>.</p>
343) 
344) <p><a href="https://data.peertech.org/torbld/info/Tor_VM-svn">Automated package
345) builds are available</a> for verifying fixes in subversion and testing work in
346) progress.</p>
Roger Dingledine prepare the tor vm website...

Roger Dingledine authored 15 years ago

347) 
Martin Peck Clean up some empty tags, a...

Martin Peck authored 15 years ago

348) <p>Be sure to build against a known working tag in the torvm repo. For
349) example,<br />
Martin Peck Minor edits and add uninsta...

Martin Peck authored 15 years ago

350) svn export https://svn.torproject.org/svn/torvm/tags/torvm-0_0_1 torvm-0.0.1-src
Martin Peck Clean up some empty tags, a...

Martin Peck authored 15 years ago

351) </p>
352)