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 >
< header >
< h1 > Site of a random human< / h1 >
< / header >
< main >
2023-05-14 15:15:15 +02: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 >
2023-05-14 15:15:15 +02: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-05-14 02:31:08 +02:00
< p > soon a picture of my homelab< / p >
2023-05-14 02:27:30 +02:00
< h3 > < a href = "https://ilearned.eu" > I Learned< / a > < / h3 >
< p > A semi dead collaborative blog, but soon™ new article< / p >
< / main >
< footer >
2023-05-15 01:46:15 +02:00
< p > If you want to contact me (don't hesitate), i y have a mail web [AT] ada.wf. I have some useless project on my < a href = "https://github.com/r4iponce" > Github< / a > < / p >
2023-05-14 02:27:30 +02:00
< / footer >
< / body >
< / html >