mirror of
https://github.com/house-of-vanity/house-of-vanity.github.io.git
synced 2025-07-07 00:34:07 +00:00
170 lines
3.5 KiB
HTML
170 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<title>
|
|
btwiusearch.net
|
|
|
|
</title>
|
|
|
|
|
|
<meta property="og:title" content="btwiusearch.net" />
|
|
|
|
|
|
|
|
|
|
|
|
<meta property="og:description" content="My own small public place" />
|
|
|
|
|
|
|
|
|
|
|
|
<meta name="description" content="My own small public place" />
|
|
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" href=/icon/favicon.png />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script src=//btwiusearch.net/js/feather.min.js></script>
|
|
|
|
|
|
|
|
|
|
<link href=//btwiusearch.net/css/fonts.css rel="stylesheet" />
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href=//btwiusearch.net/css/main.css />
|
|
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
id="darkModeStyle"
|
|
type="text/css"
|
|
href=//btwiusearch.net/css/dark.css
|
|
|
|
|
|
disabled
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div class="content">
|
|
<header>
|
|
<div class="main" id="main_title">
|
|
<a href=//btwiusearch.net>btwiusearch.net</a>
|
|
</div>
|
|
|
|
<nav>
|
|
|
|
<a href=/>Home</a>
|
|
|
|
<a href=/posts>All posts</a>
|
|
|
|
<a href=/about>About</a>
|
|
|
|
<a href=/tags>Tags</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href=/>en</a>
|
|
|
|
|
|
|
|
|
|
| <a id="dark-mode-toggle" onclick="toggleTheme()" href=""></a>
|
|
<script src=//btwiusearch.net/js/themetoggle.js></script>
|
|
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h1 class="page-title">All articles</h1>
|
|
|
|
|
|
<ul class="posts">
|
|
|
|
<li class="post">
|
|
<a href="//btwiusearch.net/posts/arch-repo/">Own Arch Linux Repository</a>
|
|
<span class="meta">2020-07-14</span>
|
|
</li>
|
|
|
|
<li class="post">
|
|
<a href="//btwiusearch.net/posts/qemu/">KVM/QEMU self hosted hypervisor</a>
|
|
<span class="meta">2020-07-14</span>
|
|
</li>
|
|
|
|
<li class="post">
|
|
<a href="//btwiusearch.net/posts/htpasswd/">.htpasswd one-liner</a>
|
|
<span class="meta">2020-07-13</span>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<footer>
|
|
<div style="display:flex">
|
|
|
|
<a class="soc" href=https://github.com/house-of-vanity title=GitHub>
|
|
<i data-feather=github></i>
|
|
</a>
|
|
|
|
<a class="soc" href=tg:@ultradesu title=Telegram>
|
|
<i data-feather=send></i>
|
|
</a>
|
|
|
|
<a class="soc" href=https://www.linkedin.com/in/alexandr-bogomyakov-732a8a73 title=LinkedIn>
|
|
<i data-feather=linkedin></i>
|
|
</a>
|
|
|
|
<a class="soc" href=mailto:ab@hexor.cy title=E-Mail>
|
|
<i data-feather=at-sign></i>
|
|
</a>
|
|
|
|
</div>
|
|
<div class="footer-info">
|
|
2023 © ultradesu |Powered by <a href="https://github.com/getzola/zola">Zola</a> and <a
|
|
href="https://github.com/XXXMrG/archie-zola">Archie-Zola Theme</a>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
<script>
|
|
feather.replace();
|
|
</script>
|
|
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|