Mercurial > Adrianux.net
diff index.html @ 0:0f22215957ed draft
initial commit
| author | akaradzehenemovic |
|---|---|
| date | Sat, 29 Nov 2025 23:33:25 +0100 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.html Sat Nov 29 23:33:25 2025 +0100 @@ -0,0 +1,141 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<!-- 2025-11-27 Thu 13:10 --> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<title>Adrianux.net</title> +<meta name="author" content="Adrian Karadzehenemovic" /> +<meta name="generator" content="Org Mode" /> +<link rel="stylesheet" type="text/css" href="style.css" /> +<link rel="icon" type="image/x-icon" href="favicon.jpg"> +</head> +<body> +<div id="content" class="content"> +<h1 class="title">Adrianux.net</h1> +<div id="table-of-contents" role="doc-toc"> +<h2>Table of Contents</h2> +<div id="text-table-of-contents" role="doc-toc"> +<ul> +<li><a href="#orgb244534">1. Welcome</a></li> +<li><a href="#org350985b">2. About</a></li> +<li><a href="#orgdbcb317">3. Imprint</a></li> +</ul> +</div> +</div> +<div id="outline-container-orgb244534" class="outline-2"> +<h2 id="orgb244534"><span class="section-number-2">1.</span> Welcome</h2> +<div class="outline-text-2" id="text-1"> +<p> +This is Adrian's homepage, here you can find out more about me and my +projects. Feel free to browse the few recipes I have to share. +</p> + +<p> +Adrian is <b>not</b> a UX designer, he likes UNIX and tends to it very +tenderly, please don't send him emails asking if he needs a CRM/ERP +service, he doesn't need one. +</p> + +<p> +The ORG file used to create this onepage site can be found +<a href="https://adrianux.net/index.org">here</a>. +</p> + +<p> +Yes, Adrian is refering to himself in the third person. +</p> +</div> +</div> +<div id="outline-container-org350985b" class="outline-2"> +<h2 id="org350985b"><span class="section-number-2">2.</span> About</h2> +<div class="outline-text-2" id="text-2"> +<p> +<b>Profession:</b> Linux Systems Engineer +</p> + +<p> +<b>Name:</b> Adrian Erik Karadzehenemovic +</p> + +<p> +<b>Experience:</b> 3Y +</p> + +<p> +<b>Languages:</b> German, English +</p> + +<p> +<b>Programming languages:</b> Python, Bash, POSIX Shell, Powershell, Elisp, Nix +</p> + +<p> +<b>Markup languages:</b> HTML, MD, ORG, RST +</p> + +<p> +<b>Structure languages:</b> JSON, XML, YAML, TOML, INI, Jinja2 +</p> + +<p> +<b>Query languages:</b> SQL(MariaDB, SQLite3) +</p> + +<p> +<b>Services managed:</b> SSH, DNS, DHCP, AD, PF, UFW, NF-Tables/IP-Tables, +RDP(XRDP, Microsoft RDP), Webserver(Apache24, Nginx, OpenBSD-httpd, +Caddy), SMB, NFS, FTP, WebDAV, Hypervisors(VMWare ESXi, +libvirt(QEMU/KVM), QEMU, Hyper-V), Kubernetes, Containers(LXD, Docker, +Podman, Jails), Mail Transfer Agents(Postfix, Grommunio, Zimbra), Mail +Clients(Outlook, Thunderbird, Grommunio Web), Git(Git, Gitlab, Forgejo), +Naemon, Nextcloud, SearxNG, VPN(OpenVPN, IPSec, Wireguard) +</p> + +<p> +<b>Hardware managed:</b> NAS', SAN's, Hypervisors, Firewalls, Thin Clients, +SIP Appliances, MegaRAID, LSIRAID, Cisco Switches +</p> + +<p> +<b>Operating systems managed:</b> Debian, Ubuntu, OpenSUSE, RangeeOS, +FreeBSD, OPNSense, OpenBSD, NixOS, Windows(Pro/Server), Cisco IOS, ESXi +7, Proxmox VE, Proxmox MG +</p> + +<p> +<b>Tools:</b> VIM/ex, Emacs, cURL, Libre Office, Only Office, KeePass +</p> + +<p> +<b>Certificates:</b> RangeeOS Administrator, Zimbra Sales Engineer +</p> +</div> +</div> +<div id="outline-container-orgdbcb317" class="outline-2"> +<h2 id="orgdbcb317"><span class="section-number-2">3.</span> Imprint</h2> +<div class="outline-text-2" id="text-3"> +<p> +This is a website for personal use and is not subject to +<a href="https://www.gesetze-im-internet.de/ddg/__5.html">German Digital +Services Act ยง5</a>. If you have any inquiries feel free to contact the +author of this site. +</p> + +<p> +This site was written with the help of ORG and Emacs. There is no JS, no user +data, just markup and information for the visitor. +</p> +</div> +</div> +</div> +<div id="postamble" class="status"> +<p class="author">Author: Adrian Karadzehenemovic</p> +<p class="email">Email: <a href="mailto:ahoemann@proton.me">ahoemann@proton.me</a></p> +<p class="date">Created: 2025-11-27 Thu 13:10</p> +<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p> +</div> +</body> +</html>
