-
Notifications
You must be signed in to change notification settings - Fork 1
/
index_sys.html
74 lines (72 loc) · 2.81 KB
/
index_sys.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!--
8"""8 8"""" 8"""8 8""""8 8""""8 8 8 8""""8 8""""
8 8 8 8 8 8 8 8 8 8 8 8 8 8
8e 8 8eeee 8eee8e 8e 8 8eeee8ee 8e 8 8e 8 8eeee
88 8 88 88 8 88 8 88 8 88 8 88 8 88
88 8 88 88 8 88 8 88 8 88 8 88 8 88
88 8 88eee 88 8 88eee8 88eeeee8 88ee8 88eee8 88eee
[website] https://www.nerdbude.com
[mail] [email protected]
[twitter] @PH_0x17
[github] https://www.github.com/nerdbude
-->
<!DOCTYPE html>
<html lang="de">
<head>
<title>NERDBUDE</title>
<meta charset="utf-8" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@PH_0x17">
<meta property="og:url" content="https://www.nerdbude.com/">
<meta property="og:title" content="NERDBUDE">
<meta property="og:description" content="Der Dump für Hacks, Code und Keyboards!">
<meta property="og:image" content="https://www.nerdbude.com/images/fav.png">
<link rel="icon" type="image/png" href="https://www.nerdbude.com/images/fav.png">
<link rel="alternate" href="https://nerdbude.com/rss/rss.xml" type="application/rss+xml" title="NERDBUDE"/>
<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen">
</head>
<body>
<!--- HEADER-->
<div id="firstbox">
<h1><b>[~] </b>NERDBUDE</h1>
<h2><b>[?]</b> CODE / KEYBOARDS / TERMINALS / NIXOS</h2>
</div>
<br>
<div id="secondbox">
<b>[M]</b> <a href="https://www.nerdbude.com/readme.html" class="front">[HOWTO]</a> <a href="https://www.nerdbude.com/about.html" class="front">[WHOAMI]</a> <a href="https://www.nerdbude.com/m_podcasts.html" class="front">[PODCASTS]</a> <a href="https://www.nerdbude.com/m_nixos.html" class="front">[NIXOS]</a> <a href="https://www.nerdbude.com/m_vim.html" class="front">[VIM]</a> <a href="https://keebs.nerdbude.com" class="front">[KEYBOARDS]</a>
</div>
<br>
<!-- BEGINN ARTIKEL LISTE -->
<div id="secondbox">
<table>
<tr>
<th>TAG</th>
<th>NAME</th>
<th>DESCRIPTION</th>
<th>DATE</th>
</tr>
<tr>
<th class="desc">[<a class="tag" href="https://www.nerdbude.com/index_sys.html">SYS</a>]</th>
<th><a href="./nixos_2105.html">NixOS 21.05</a></th>
<th class="desc">Alle Jahre wieder wird NixOS ein Upgrade verpasst.</th>
<th>2021-06-09</th>
</tr>
<tr>
<th class="desc">[<a class="tag" href="https://www.nerdbude.com/index_sys.html">SYS</a>]</th>
<th><a href="./nixos.html">NixOS</a></th>
<th class="desc">Warum nicht mal nixOS ausprobieren. Es lohnt sich!</th>
<th>2021-04-06</th>
</tr>
</table>
</div>
<!-- ENDE ARTIKEL LISTE -->
<!-- FOOTER -->
<br>
<div id="footer">
<table>
<th><a href="https://www.nerdbude.com/impressum.html">[IMPRESSUM]</a> <a target="_blank" href="https://www.nerdbude.com/datenschutz.html">[DATENSCHUTZ]</th>
<th></th>
</table>
</div>
</body>
</html>