fonts, formatting, small fixes

This commit is contained in:
2025-07-25 08:42:38 +03:00
parent b630e407e2
commit e72efcb828
6 changed files with 92 additions and 51 deletions

View File

@@ -1,12 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>elleoma@0day ~ > About</title> <title>elleoma@0day ~ > About</title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<body> <body>
<div class="scroll-container"> <div class="scroll-container">
<div class="center-window"> <div class="center-window">
@@ -24,7 +26,8 @@
<main> <main>
<section class="terminal-box"> <section class="terminal-box">
<h2>whoami</h2> <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>I'm a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain
some practical skills.</p>
<h3>My interests are:</h3> <h3>My interests are:</h3>
<ul> <ul>
@@ -37,14 +40,17 @@
</ul> </ul>
<h3>Self-hosting</h3> <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> <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>
<p><a href="self-host-white.png">View self-host diagram</a></p> <p><a href="self-host-white.png">View self-host diagram</a></p>
<h3>Cybersecurity</h3> <h3>Cybersecurity</h3>
<p>Learned from HackTheBox (48 owns, 3 insane), prefer writeups over frustration. Interested in real russian targets for ethical/political reasons.</p> <p>Learned from HackTheBox (48 owns, 3 insane), prefer writeups over frustration. Interested in real russian
targets for ethical/political reasons.</p>
<h3>Bug Bounty</h3> <h3>Bug Bounty</h3>
<p>Love the concept but struggle with time vs reward. Tried recon and simple attacks but havent found anything valuable yet. Still learning attack vectors and research paths.</p> <p>Love the concept but struggle with time vs reward. Tried recon and simple attacks but havent found
anything valuable yet. Still learning attack vectors and research paths.</p>
<h3>Current Setup</h3> <h3>Current Setup</h3>
<ul> <ul>
@@ -61,5 +67,5 @@
</div> </div>
</div> </div>
</body> </body>
</html>
</html>

View File

@@ -1,12 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>elleoma@0day ~ > Blog</title> <title>elleoma@0day ~ > Blog</title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<body> <body>
<div class="scroll-container"> <div class="scroll-container">
<div class="center-window"> <div class="center-window">
@@ -71,4 +73,5 @@
loadPosts(); loadPosts();
</script> </script>
</body> </body>
</html> </html>

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>elleoma@0day ~ > Contact</title> <title>elleoma@0day ~ > Contact</title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<body> <body>

View File

@@ -1,12 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>elleoma@0day ~ > ls</title> <title>elleoma@0day ~ > ls</title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<body> <body>
<div class="scroll-container"> <div class="scroll-container">
<div class="center-window"> <div class="center-window">
@@ -24,7 +26,8 @@
<main> <main>
<section class="terminal-box"> <section class="terminal-box">
<h2>whoami</h2> <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>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> <p>Check my blog post to see more...</p>
<h2><a href="posts/whoami.html"><span class="rainbow-text">HERE</span></a></h2> <h2><a href="posts/whoami.html"><span class="rainbow-text">HERE</span></a></h2>
@@ -39,8 +42,13 @@
</ul> </ul>
<h3>Self-hosting</h3> <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> <p>I have a Raspberry Pi 5 (4GB RAM) and I'm currently hosting multiple services on it with Docker and
<img src="self-host.png", alt="Self-host setup", width="600", class="center"> desec.io for DNS.</p>
<p dir="auto">
<a target="_blank" rel="noopener noreferrer nofollow" href="../self-host.png">
<img src="../self-host.png" alt="My self-hosting setup" style="max-width: 100%;">
</a>
</p>
<h3>Current Setup</h3> <h3>Current Setup</h3>
<ul> <ul>
@@ -57,5 +65,5 @@
</div> </div>
</div> </div>
</body> </body>
</html>
</html>

View File

@@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>elleoma ~ > cat whoami</title> <title>elleoma ~ > cat whoami</title>
@@ -7,6 +8,7 @@
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../styles.css"> <link rel="stylesheet" href="../styles.css">
</head> </head>
<body> <body>
<div class="scroll-container"> <div class="scroll-container">
<div class="center-window"> <div class="center-window">
@@ -24,7 +26,8 @@
<main> <main>
<section class="markdown-container"> <section class="markdown-container">
<h1>~ &gt; whoami</h1> <h1>~ &gt; whoami</h1>
<p>Im a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain some practical skills.</p> <p>Im a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain
some practical skills.</p>
<h2>My interests are:</h2> <h2>My interests are:</h2>
<ul> <ul>
@@ -43,42 +46,56 @@
<h2>Self-hosting</h2> <h2>Self-hosting</h2>
<p>I have a Raspberry Pi 5 with 4GB of RAM running DietPi and nixpkgs (I hate outdated Debian packages).</p> <p>I have a Raspberry Pi 5 with 4GB of RAM running DietPi and nixpkgs (I hate outdated Debian packages).</p>
<p>Currently hosting a bunch of stuff on it via Docker containers with help of desec.io.</p> <p>Currently hosting a bunch of stuff on it via Docker containers with help of desec.io.</p>
<img src="../self-host.png" alt="My self-hosting setup" width="500"> <p dir="auto">
<a target="_blank" rel="noopener noreferrer nofollow" href="../self-host.png">
<img src="../self-host.png" alt="My self-hosting setup" style="max-width: 60%;">
</a>
</p>
<hr /> <hr />
<h2>Some project I have</h2> <h2>Some project I have</h2>
<h3><a class="post-title" href="https://git.forsen-cock.dedyn.io/elleoma/facinus">Facinus</a></h3> <h3><a class="post-title" href="https://git.forsen-cock.dedyn.io/elleoma/facinus">Facinus</a></h3>
<p>Since our college switched from Windows to Ubuntu, I had a cool idea to remotely control my classroom PCs.</p> <p>Since our college switched from Windows to Ubuntu, I had a cool idea to remotely control my classroom PCs.
<p>I discovered <code>gsocket.io</code> and started developing a tool that deploys a local web admin panel to collect logs from connected clients.</p> </p>
<p>I discovered <code>gsocket.io</code> and started developing a tool that deploys a local web admin panel to
collect logs from connected clients.</p>
<p>I used an Ubuntu VM in QEMU and Bash scripted everything with some help of AI.</p> <p>I used an Ubuntu VM in QEMU and Bash scripted everything with some help of AI.</p>
<hr /> <hr />
<h2>Cybersecurity</h2> <h2>Cybersecurity</h2>
<p>Ive been into cybersecurity for about 2 years now. I started with the normie setup — Kali Linux dual-booted next to Windows, learning through trial and error.</p> <p>Ive been into cybersecurity for about 2 years now. I started with the normie setup — Kali Linux
<p>Eventually I spent more time on Linux, moved to KDE, configured everything myself, riced my terminal. Later switched to Arch and Hyprland.</p> dual-booted next to Windows, learning through trial and error.</p>
<p>Eventually I spent more time on Linux, moved to KDE, configured everything myself, riced my terminal. Later
switched to Arch and Hyprland.</p>
<p>I still have lots to learn, and Id love to document all the tools and techniques I come across.</p> <p>I still have lots to learn, and Id love to document all the tools and techniques I come across.</p>
<h3>HackTheBox</h3> <h3>HackTheBox</h3>
<p>HTB gave me that initial hands-on boost I needed.As of right now Ive solved more than 50 boxes (3 of them “Insane”: DarkCorp, Mist, and MassGarden).</p> <p>HTB gave me that initial hands-on boost I needed.As of right now Ive solved more than 50 boxes (3 of them
<p>Even though I sometimes rely on writeups and walkthroughs, I learn a lot from the infrastructure behind each box.</p> “Insane”: DarkCorp, Mist, and MassGarden).</p>
<p>Im not sure if using writeups spoils the learning, but for now it gives me clarity and saves time. I aim to shift toward solving without spoilers in the future.</p> <p>Even though I sometimes rely on writeups and walkthroughs, I learn a lot from the infrastructure behind
each box.</p>
<p>Im not sure if using writeups spoils the learning, but for now it gives me clarity and saves time. I aim
to shift toward solving without spoilers in the future.</p>
<h3>Russian targets</h3> <h3>Russian targets</h3>
<p>Im Ukrainian, so I practice skills on real russian infrastructure. Its morally right and beneficial, especially in these times.</p> <p>Im Ukrainian, so I practice skills on real russian infrastructure. Its morally right and beneficial,
especially in these times.</p>
<hr /> <hr />
<h2>Bug bounty</h2> <h2>Bug bounty</h2>
<p>Bug bounty is fascinating — legally hacking in-scope apps and possibly earning money.</p> <p>Bug bounty is fascinating — legally hacking in-scope apps and possibly earning money.</p>
<p>But as a beginner, its tough. Recon is time-consuming, and rewards dont always justify the effort unless you're really skilled.</p> <p>But as a beginner, its tough. Recon is time-consuming, and rewards dont always justify the effort unless
<p>Ive tried a few programs but haven't found any serious vulnerabilities yet. I plan to shift my focus toward learning specific attack techniques and improving my skills first.</p> you're really skilled.</p>
<p>Ive tried a few programs but haven't found any serious vulnerabilities yet. I plan to shift my focus
toward learning specific attack techniques and improving my skills first.</p>
<hr /> <hr />
<h2>My setup</h2> <h2>My setup</h2>
<p>I use Arch Linux on a laptop — it just works and lets me get things done. I run Hyprland and use NVChad for Neovim.</p> <p>I use Arch Linux on a laptop — it just works and lets me get things done. I run Hyprland and use NVChad for
Neovim.</p>
<p>Heres my <code>fastfetch</code> output:</p> <p>Heres my <code>fastfetch</code> output:</p>
<pre><code>~/shit fastfetch <pre><code>~/shit fastfetch
@@ -100,7 +117,8 @@
Uptime : 9 hours, 40 mins Uptime : 9 hours, 40 mins
</code></pre> </code></pre>
<p>My dotfiles are here: <a class="post-title" href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">dotfiles</a></p> <p>My dotfiles are here: <a class="post-title"
href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">dotfiles</a></p>
</section> </section>
</main> </main>
@@ -110,5 +128,5 @@
</div> </div>
</div> </div>
</body> </body>
</html>
</html>

View File

@@ -1,12 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>elleoma@0day ~ > Projects</title> <title>elleoma@0day ~ > Projects</title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css"> <link rel="stylesheet" href="styles.css">
</head> </head>
<body> <body>
<div class="scroll-container"> <div class="scroll-container">
<div class="center-window"> <div class="center-window">
@@ -25,15 +27,19 @@
<section class="terminal-box"> <section class="terminal-box">
<h2>Facinus</h2> <h2>Facinus</h2>
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/facinus">Facinus Repository</a></p> <p><a href="https://git.forsen-cock.dedyn.io/elleoma/facinus">Facinus Repository</a></p>
<p>A bash-scripted tool that deploys a local web server for remote administration of Ubuntu machines. Initially inspired by a college switch to Linux and powered by <code>gsocket.io</code>. Set up and tested in QEMU VM with a self-hosted admin panel and logging system.</p> <p>A bash-scripted tool that deploys a local web server for remote administration of Ubuntu machines.
Initially inspired by a college switch to Linux and powered by <code>gsocket.io</code>. Set up and tested in
QEMU VM with a self-hosted admin panel and logging system.</p>
<h2>Wallpapers</h2> <h2>Wallpapers</h2>
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/wallpapers">Wallpaper Repo</a></p> <p><a href="https://git.forsen-cock.dedyn.io/elleoma/wallpapers">Wallpaper Repo</a></p>
<p>Organized personal wallpaper collection into a Git repo, with a script to regenerate README previews and categories. Includes a drawing of my self-hosting setup made with Excalidraw.</p> <p>Organized personal wallpaper collection into a Git repo, with a script to regenerate README previews and
categories. Includes a drawing of my self-hosting setup made with Excalidraw.</p>
<h2>Dotfiles</h2> <h2>Dotfiles</h2>
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">Dotfiles Repo</a></p> <p><a href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">Dotfiles Repo</a></p>
<p>Highly customized Linux setup using Arch, Hyprland, NVChad, and tmux. Configured with performance, visuals, and productivity in mind. Includes scripts, themes, and window manager tweaks.</p> <p>Highly customized Linux setup using Arch, Hyprland, NVChad, and tmux. Configured with performance, visuals,
and productivity in mind. Includes scripts, themes, and window manager tweaks.</p>
</section> </section>
</main> </main>
@@ -43,5 +49,5 @@
</div> </div>
</div> </div>
</body> </body>
</html>
</html>