blob: e8b2c2b46292b888866b41410ab5fe9c80ac176b (
plain)
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
|
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="author" content="Shipwreckt">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tech 🧑💻</title>
<link rel="stylesheet" href="../../styles.css">
<link rel="icon" href="../../Images/favi.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
<li><a href="../../links.html">Links</a></li>
<li><a href="../../projects.html">Projects</a></li>
<li><a href="../../contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="tags">
<center>
<h1>Tech 🧑💻</h1>
</center>
<p>21-02-2025 - <a href="../17Server.html">VPS Server 🗄️</a></p>
<p>16-02-2025 - <a href="../16PC.html">New PC case!</a></p>
<p>18-12-2024 - <a href="../15Christmas.html">Christmas 🎅</a></p>
<p>01-12-2024 - <a href="../14Email.html">Email and Life update</a></p>
<p>22-09-2024 - <a href="../13I2P.html">Trying out I2P 🕵️</a></p>
<p>18-09-2024 - <a href="../12Pihole.html">Pihole on Arch server</a></p>
<p>31-08-2024 - <a href="../10Gentoo.html">Installing Gentoo Linux</a></p>
<p>28-08-2024 - <a href="..//09Kernel.html">Compiling the Linux Kernel 🐧</a></p>
<p>26-08-2024 - <a href="../08ArchServer.html">Arch Server!</a></p>
<p>17-08-2024 - <a href="../07FishShell.html">Trying Out Fish 🐟</a></p>
<p>03-08-2024 - <a href="../05Yubikeys.html">Yubikeys!</a></p>
<p>27-07-2024 - <a href="../04Servers.html">Messing With Servers</a></p>
<p>22-07-2024 - <a href="../02FreeBSD.html">Trying Out FreeBSD</a></p>
<p>13-07-2024 - <a href="../00dwm.html">Switching To DWM</a></p>
</div>
<div class="tags2"><hr>
<h3>Other tags</h3>
<pre><a href="Linux.html">Linux 🐧</a> | <a href="BSD.html">BSD 😈</a> | <a href="Hardware.html">Hardware 🖥</a> | <a href="Life.html">Life 🍺</a> </pre>
</div>
</main>
</body>
</html>
|