www/faq.html

111 lines
4.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>SecBSD F.A.Q.</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SecBSD F.A.Q.">
<link rel="canonical" href="https://secbsd.org/">
<link rel="stylesheet" href="secbsd.css">
</head>
<body>
<header>
<nav>
<div>
<h1><a href="index.html"><img src="/img/logo.png" alt="[SecBSD]"></a></h1>
</div>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="docs.html">Docs</a></li>
<li><a class="active">Faq</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
</nav>
</header>
<div class="box">
<b>&#x2588;</b>
<b class="purple">Frequently Asked Questions</b>
<br>
<h2>What is the current state of the project?</h2>
<p class="purple">SecBSD 1.4-f669713 is <a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/">100% functional</a>.
Detailed explanations for installation can be found in
<a href="docs.html">Docs</a>
</p>
<h2>How do I contribute to SecBSD?</h2>
<p class="purple">We are currently looking for Unix
wizards, C, Perl, Python, Go, Rust and Ruby
programmers.
</p>
<h2>How do I get the source code?</h2>
<p class="purple">src <a href="https://code.laylo.cloud/SecBSD/src">https://code.laylo.cloud/SecBSD/src</a><br>
<p class="purple">ports <a href="https://code.laylo.cloud/SecBSD/src">https://code.laylo.cloud/SecBSD/ports</a><br>
<p class="purple">xenocara <a href="https://code.laylo.cloud/SecBSD/xenocara">https://code.laylo.cloud/SecBSD/xenocara</a><br>
<p class="purple">www <a href="https://code.laylo.cloud/SecBSD/www">https://code.laylo.cloud/SecBSD/www</a><br>
</p>
<h2>I want to help, but I'm not a programmer. How can I support?</h2>
<p class="purple">This is a <a href="hardware.html">list
of hardware</a> that could help our project.
</p>
<h2>How is the installation process?</h2>
<p class="purple">Simple text mode installer, SecBSD
installs in less than 5 minutes. Despite we not are
desktop fans to ensure that new users of SecBSD use as a
desktop daily driver, we added an easy desktop flavor
installer for XFCE4, Mate, Gnome, i3, Lumina, LXQt
and others. <a href="screenshots.html">See
screenshots.</a>
</p>
<h2>Where i can download .img or .iso?</h2>
<p class="purple">The most up-to-date file can be found at
<a href="https://mirror.secbsd.org/pub/SecBSD">https://mirror.secbsd.org/pub/SecBSD</a>
<a href="mirrors.html">See mirrors.</a>
</p>
<h2>Supported architectures?</h2>
<p class="purple"> SecBSD runs on AMD's Athlon-64 family
of processors in 64-bit mode. It also runs on processors
made by other manufacturers which have cloned the AMD64
extensions. <a href="amd64.html">More info.</a>
</p>
<h2>How can I trust SecBSD?</h2>
<ul class="list">
<li>Our packages are verificable by
<a href="https://code.laylo.cloud/SecBSD/ports">inspecting them.</a>
</li>
<li>Binary packages and releases are to be signed by the project itself
alongside with multiple core members.
</li>
<li>During the installation of SecBSD, the sets and packages
are verified with checksums and GPG signatures.
</li>
</ul>
<h2>How can I donate to SecBSD?</h2>
<p class="purple">We don't take donations. SecBSD is a
starting project, building forth and depending upon the
awesome work of the OpenBSD project. This, we kindly ask
you to donate to the
<a href="https://www.openbsdfoundation.org/">OpenBSD
Foundation</a> instead. That is - indirectly - also a
donation to SecBSD but goes a much longer way.
</p>
<h2>Who design the website and SecBSD stuff?</h2>
<p class="purple"> The best artist
we known: <b class="green">Banshee.</b>
</p>
<h2>How can I contact SecBSD?</h2>
<p class="purple">Through email:
<b class="green">purplerain@secbsd.org</b> or
<b class="green">h3artbl33d@secbsd.org</b>
</p>
<h2>License</h2>
<p class="purple"> See <a href="license.html">License</a>
</p>
<h2>Last updated date of SecBSD website?</h2>
<p class="purple"> Tue Jan 9 02:09:32 CET 2024.
</p>
</div>
</body>
</html>