62 lines
2.1 KiB
HTML
62 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>elleoma@0day ~ > ls</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="scroll-container">
|
|
<div class="center-window">
|
|
<header>
|
|
<h1>elleoma@0day ~ > ls</h1>
|
|
<nav>
|
|
<a href="index.html">./home</a>
|
|
<a href="projects.html">./projects</a>
|
|
<a href="about.html">./about</a>
|
|
<a href="blog.html">./blog</a>
|
|
<a href="contact.html">./contact</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="terminal-box">
|
|
<h2>whoami</h2>
|
|
<p>I'm a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain some practical skills.</p>
|
|
<p>Check my blog post to see more...</p>
|
|
<h2><a href="posts/whoami.html"><span class="rainbow-text">HERE</span></a></h2>
|
|
|
|
<h3>My interests are:</h3>
|
|
<ul>
|
|
<li>Cybersecurity</li>
|
|
<li>Low-level programming (C, Rust, Zig, C++, Assembly)</li>
|
|
<li>Reverse engineering (IDA, Ghidra, NinjaBinary)</li>
|
|
<li>Electrical engineering, PCB design, KiCad (soon to try)</li>
|
|
<li>Self-hosting</li>
|
|
<li>A bit of 3D and game development</li>
|
|
</ul>
|
|
|
|
<h3>Self-hosting</h3>
|
|
<p>I have a Raspberry Pi 5 (4GB RAM) and I'm currently hosting multiple services on it with Docker and desec.io for DNS.</p>
|
|
<img src="self-host.png", alt="Self-host setup", width="600", class="center">
|
|
|
|
<h3>Current Setup</h3>
|
|
<ul>
|
|
<li>Arch Linux (Hyprland WM, NVChad, tmux)</li>
|
|
<li>Laptop: i7-12650H, RTX 4060 Max-Q, 15" FHD @ 144Hz</li>
|
|
<li><a href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">My Dotfiles</a></li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<p><code>hosted on raspberry pi 5</p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|