2023-05-14 02:27:30 +02:00
<!DOCTYPE html>
< html lang = "en-US" >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width" / >
< title > Ada< / title >
< link rel = "stylesheet" href = "ui.css" / >
< / head >
< body >
2024-03-03 22:27:28 +01:00
2023-05-14 02:27:30 +02:00
< main >
2024-03-03 22:27:28 +01:00
< h1 > Site of a random human< / h1 >
2024-02-20 12:49:13 +01:00
< h2 > $ whoami< / h2 >
2023-05-14 02:27:30 +02:00
< p >
2023-05-14 02:31:08 +02:00
I am currently a student in security. I spend my time to make a useless network and system infrastructure. I love free software (!=opensource).
2023-05-14 02:27:30 +02:00
< / p >
2024-02-20 12:49:13 +01:00
< h2 > $ ls Project< / h2 >
2023-05-14 02:27:30 +02:00
< h3 > Homelab< / h3 >
2023-05-14 15:15:15 +02:00
< p > A small lab to learn network and system. I use Proxmox in bare-metal and Ubuntu for my virtual machines. I
2023-05-14 02:27:30 +02:00
automate some task with Ansible.< / p >
2023-10-10 15:54:28 +02:00
< h3 > < a href = "https://git.gnous.eu/gnouseu/plakken" > Plakken< / a > < / h3 >
2024-02-20 12:49:13 +01:00
< p > A web paste (like hastebin) written in go< / p >
2023-05-14 02:27:30 +02:00
< h3 > < a href = "https://ilearned.eu" > I Learned< / a > < / h3 >
2024-02-20 12:49:13 +01:00
< p > A dead collaborative blog< / p >
2023-05-14 02:27:30 +02:00
< / main >
< footer >
2024-02-20 12:49:13 +01:00
< p > If you want to contact me, i y have a mail ada @ gnous.eu. I have some useless project on my < a href = "https://github.com/r4iponce" > Github< / a > and < a href = "https://git.gnous.eu/ada" > Gitea< / a > < / p >
2023-05-14 02:27:30 +02:00
< / footer >
< / body >
< / html >