This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/faq.php

27 lines
1.9 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<title>Frequently asked questions</title>
<meta charset="UTF-8">
<meta name="description" content="People often ask me stuff, what people keep asking is probably here somewhere.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>Freuqently asked questions</h2>
<p>People often ask me stuff, what people keep asking is probably here somewhere.</p>
<h3>Q: What operating system do I use?</h3>
<p>A: Depends on the hardware. On my laptop I use Arch and on my desktop I use Gentoo. The desktop is a bit interesting because I have a virtual machine setup with QEMU and Libvirt where the host is of course running Gentoo. The host only has one job, which is to run a virtual machine. On top of that I can use pretty much any virtual machine or operating system I want but of course, this is usually Gentoo as well, because that is the best GNU/Linux distribution. On my other computers my setup will vary but I don't use those much anyway.</p>
<h3>Q: Why were some blog posts archived?</h3>
<p>A: I initially started archiving blog posts a few months ago, and at that point I had archived blog post 1 through 10. This is because they were either misinformation or just plain bad, outdated or even all of the above. I later on decided to archive a lot more, as well as remove them from the RSS feed. For those of you who want to read my old blog posts through RSS, you can add <a href="rss-archived-01.xml">this feed</a> to your reader which contains everything I removed.</p>
<h3>Suggest questions</h3>
<p>If you have any suggestions for this page, feel free to <a href="mailto:speedie@duck.com">email me</a>.</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>