142 lines
4.6 KiB
HTML
142 lines
4.6 KiB
HTML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>CryptoBox</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<link rel="stylesheet" media="screen" href="../../../var/www/cryptobox.css" type="text/css" />
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="lang">
|
||
|
<a href="../en/CryptoBox.html">English</a><br/>
|
||
|
<a href="../de/CryptoBox.html">Deutsch</a><br/>
|
||
|
</div>
|
||
|
|
||
|
<div id="main">
|
||
|
<div id="head">
|
||
|
<h1>Die CryptoBox</h1>
|
||
|
<h2>... und 1984 war gestern!</h2>
|
||
|
</div>
|
||
|
|
||
|
<div id="content">
|
||
|
<div id="menu">
|
||
|
<a href="CryptoBox.html">Übersicht</a>
|
||
|
<a href="CryptoBoxUser.html">Nutzerhandbuch</a>
|
||
|
<a href="CryptoBoxDev.html">Entwicklung</a>
|
||
|
</div>
|
||
|
|
||
|
<div id="doc">
|
||
|
|
||
|
<a id="top"></a>
|
||
|
<ol>
|
||
|
|
||
|
<li>
|
||
|
<a href="#head-27ea5a3ee88c7c2dfcfd4124719aadd726f1e2da">Overview</a>
|
||
|
</li>
|
||
|
|
||
|
<li>
|
||
|
<a href="#head-737db576c5f42abc0c78574d0ce5077809f288cb">Settings</a>
|
||
|
<ol>
|
||
|
|
||
|
<li>
|
||
|
<a href="#head-9d97886ad41e38cb6afe343aa68ff652030ab06b">dfsbuild settings</a>
|
||
|
</li>
|
||
|
|
||
|
<li>
|
||
|
<a href="#head-c2ae24a50a3706711c1a42e26176768438d4f160">CryptoBox development configuration</a>
|
||
|
</li>
|
||
|
|
||
|
<li>
|
||
|
<a href="#head-90ac95d2e5a50160cbf72b884b7b469a29c2fea1">SSH connection</a>
|
||
|
</li>
|
||
|
|
||
|
<li>
|
||
|
<a href="#head-6798893e2e3fd89a72b5b6821a0d3d08125367b9">qemu network configuration</a>
|
||
|
</li>
|
||
|
|
||
|
</ol>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
</ol>
|
||
|
<p> </p>
|
||
|
<hr>
|
||
|
<p> </p>
|
||
|
<p><em>back to <a href="CryptoBoxDev.html">CryptoBoxDev</a></em> </p>
|
||
|
|
||
|
<h2 id="head-27ea5a3ee88c7c2dfcfd4124719aadd726f1e2da">Overview</h2>
|
||
|
|
||
|
<p>The following sections are useful, if you want to change the default settings of your personal <a href="CryptoBox.html">CryptoBox</a> development environment. </p>
|
||
|
<p>You should have completed the steps described in <a href="CryptoBoxDevPreparation.html">CryptoBoxDevPreparation</a>. </p>
|
||
|
|
||
|
<h2 id="head-737db576c5f42abc0c78574d0ce5077809f288cb">Settings</h2>
|
||
|
|
||
|
|
||
|
<h3 id="head-9d97886ad41e38cb6afe343aa68ff652030ab06b">dfsbuild settings</h3>
|
||
|
|
||
|
<p>All settings for <em>dfsbuild</em> can be found in <em>etc-defaults.d/dfs-cbox.conf</em>. </p>
|
||
|
<p>If you want to change any of them, you should do the following: </p>
|
||
|
<ol type="1">
|
||
|
<li><p>copy <em>etc-defaults.d/dfs-cbox.conf</em> file to <em>etc-local.d/</em> </p>
|
||
|
</li>
|
||
|
<li><p>change <em>etc-local.d/dfs-cbox.conf</em> according to your needs </p>
|
||
|
</li>
|
||
|
</ol>
|
||
|
<p>This allows you to use your own (personal) settings, without interfering with files under version control. </p>
|
||
|
|
||
|
<h3 id="head-c2ae24a50a3706711c1a42e26176768438d4f160">CryptoBox development configuration</h3>
|
||
|
|
||
|
<p>Some settings regarding the building, configuring and validating of the <a href="CryptoBox.html">CryptoBox</a> can be found in <em>etc-defaults.d/cbox-dev.conf</em>. </p>
|
||
|
<p>If you want to change any of them, you should do the following: </p>
|
||
|
<ol type="1">
|
||
|
<li><p>copy <em>etc-defaults.d/cbox-dev.conf</em> file to <em>etc-local.d/</em> </p>
|
||
|
</li>
|
||
|
<li><p>change <em>etc-local.d/cbox-dev.conf</em> according to your needs </p>
|
||
|
</li>
|
||
|
</ol>
|
||
|
|
||
|
<h3 id="head-90ac95d2e5a50160cbf72b884b7b469a29c2fea1">SSH connection</h3>
|
||
|
|
||
|
<p>The file <em>etc-defaults.d/ssh_config</em> is used to establish a connection to a running <a href="CryptoBox.html">CryptoBox</a> system. </p>
|
||
|
<p>It can be necessary to change these settings, if: </p>
|
||
|
<ul>
|
||
|
<li><p> you do not want to use the default IP for the <a href="CryptoBox.html">CryptoBox</a> </p>
|
||
|
</li>
|
||
|
<li><p> or the <a href="CryptoBox.html">CryptoBox</a> is not within your local network. </p>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p>If you want to change some settings, you should do the following: </p>
|
||
|
<ol type="1">
|
||
|
<li><p>copy <em>etc-defaults.d/ssh_config</em> file to <em>etc-local.d/</em> </p>
|
||
|
</li>
|
||
|
<li><p>change <em>etc-local.d/ssh_config</em> according to your needs </p>
|
||
|
</li>
|
||
|
</ol>
|
||
|
|
||
|
<h3 id="head-6798893e2e3fd89a72b5b6821a0d3d08125367b9">qemu network configuration</h3>
|
||
|
|
||
|
<p>The file <em>etc-defauolts.d/qemu-ifup</em> is used for the <a href="CryptoBox.html">CryptoBox</a> emulation with <em>qemu</em>. See <tt>man qemu</tt> for details. </p>
|
||
|
<p>If you want to change some settings, you should do the following: </p>
|
||
|
<ol type="1">
|
||
|
<li><p>copy <em>etc-defaults.d/qemu-ifup</em> file to <em>etc-local.d/</em> </p>
|
||
|
</li>
|
||
|
<li><p>change <em>etc-local.d/qemu-ifup</em> according to your needs </p>
|
||
|
</li>
|
||
|
</ol>
|
||
|
|
||
|
</div><!-- end of 'words' -->
|
||
|
|
||
|
<div id="footer">
|
||
|
<a href="https://systemausfall.org/prj/cryptobox" title="Projekt-Seite">CryptoBox-Home</a> Die CryptoBox ist ein Projekt von <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|