2024-03-03 22:27:28 +01:00
{% extends "base.html" %}
{% block content %}
< header >
< h1 > Site of a random human< / h1 >
< / header >
< main >
2024-04-08 03:49:58 +02:00
< h2 > $ whoami< / h2 >
2024-03-03 22:27:28 +01:00
2024-04-08 03:49:58 +02:00
< p >
2024-03-03 22:27:28 +01: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).
2024-04-08 03:49:58 +02:00
< / p >
2024-03-03 22:27:28 +01:00
2024-04-08 03:49:58 +02:00
< h2 > $ ls Project< / h2 >
2024-03-03 22:27:28 +01:00
2024-04-08 03:49:58 +02:00
< h3 > < a href = "https://git.gnous.eu/ada/hac" > Homelab< / a > < / h3 >
< p > A small lab to learn network and system. I use Proxmox in bare-metal and Ubuntu for my virtual machines. I
automate some task with Ansible.< / p >
< h3 > < a href = "https://git.gnous.eu/gnouseu/plakken" > Plakken< / a > < / h3 >
< p > A web paste (like hastebin) written in go< / p >
< h3 > < a href = "https://git.gnous.eu/ada/spiegel" > Spiegel< / a > < / h3 >
< p > A tools written in Go for mirror a repository.< / p >
< h3 > < a href = "https://ilearned.eu" > I Learned< / a > < / h3 >
< p > A dead collaborative blog< / p >
2024-03-03 22:27:28 +01:00
< / main >
< footer >
2024-04-08 03:49:58 +02:00
< p > If you want to contact me, i y have a mail ada @ gnous.eu. I have some useless project on < a href = "https://git.gnous.eu/ada" > Forgejo< / a > and < a href = "https://github.com/r4iponce" > Github< / a > , i mostly use Forgejo. < / p >
2024-03-03 22:27:28 +01:00
< / footer >
< / body >
{% endblock content %}