-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_en.html
More file actions
383 lines (329 loc) · 20.4 KB
/
index_en.html
File metadata and controls
383 lines (329 loc) · 20.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Christian Faßbender | meltymon.org</title>
<link rel="canonical" href="https://www.meltymon.org/index_en.html">
<link rel="alternate" hreflang="de" href="https://www.meltymon.org/index.html">
<link rel="alternate" hreflang="en" href="https://www.meltymon.org/index_en.html">
<link rel="alternate" hreflang="x-default" href="https://www.meltymon.org/index.html">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://static.cloudflareinsights.com; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; object-src 'none'; base-uri 'self';">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="terminal-overlay">
<div class="terminal-log">
<pre class="log-line">
System Log (PID 4892)
INFO: Checking integrity of core assets... [OK]
INFO: Running daily Pacman sync: 'pacman -Syu'...
INFO: CachyOS kernel loaded successfully.
[SYSTEM] Rendering environment... [OK]
</pre>
</div>
</div>
<header>
<div class="language-switcher">
<span>Language:</span>
<a href="index.html" class="lang-btn">DE</a>
<a href="index_en.html" class="lang-btn active">EN</a>
</div>
<h1>root@meltymon:~# echo "Welcome to meltymon.org"<span class="cursor"></span></h1>
<p class="tagline">
IT Veteran <span class="separator-blink">|</span>
Gaming Strategist <span class="separator-blink">|</span>
CachyOS Enthusiast <span class="separator-blink" style="color:var(--cachy-blue);">|</span>
<span style="color:var(--accent-color);">Deployed via Cloudflare A-Record</span>
</p>
</header>
<div class="main-layout">
<aside class="sidebar">
<h3>$ meltymon-cli.sh</h3>
<nav>
<a href="#">@start: <span class="blinking-text">echo "Welcome"</span></a>
<a href="#competencies" class="marquee-link">
<span>STATUS: System Check OK. | Battery Cell Inspection Running...</span>
</a>
<a href="#whoami">whoami --verbose</a>
<a href="#mission">mission.txt</a>
<a href="#hardware">system_info.hw</a>
<a href="#competencies">comp_matrix.json</a>
<a href="#blog-area">blog/index.html</a>
<a href="#tools">tools-config.ini</a>
<a href="#ethics-repair">ethics-report.sh</a>
<a href="#vitals">vitals.log</a>
<a href="#gaming">games.log</a>
<a href="#diablo">diablo3-active.run</a>
<a href="#contact">contact@meltymon.org</a>
<a href="#versions-log">versions.log</a>
<a href="#privacy">privacy.txt</a>
</nav>
</aside>
<div class="main-content">
<section id="whoami" class="section">
<h2><span class="icon-prefix">👤</span> > whoami --CachyOS-Build</h2>
<p>
I am **Christian Faßbender**, an IT technician and Linux user by deepest conviction. My system has been **Windows-free** for over 10 years, and my current daily driver is the super-fast **CachyOS** <span style="color:var(--cachy-blue);">🐧</span>. I love systems that not only work but can be understood and optimized down to the smallest detail. <code>Pacman -Syu</code> is a daily routine for me.
</p>
<p>
I use my technical expertise to help people. Especially the older generation, I support with the necessary **patience and clarity**, far away from overpriced bills and the throwaway mentality of large corporations.
</p>
<div class="ascii-art">
/ \
| O |
\ _ /
/ \
</div>
</section>
<section id="mission" class="section">
<h2><span class="icon-prefix">💡</span> > mission.txt --read</h2>
<div class="quote-box">
Technology must be affordable and understandable. I offer fair help instead of horrendous bills. Honesty and patience are more important to me than maximizing profit.
</div>
<p>
My mission is to **reduce complexity** and build **trust**. I am the IT technician you like to call because I listen and do not judge.
</p>
</section>
<section id="hardware" class="section cachy-highlight">
<h2><span class="icon-prefix">💻</span> > system_info.hw --report</h2>
<p>
My workstation is based on an uncompromising server foundation, optimized for performance, stability, and memory redundancy.
</p>
<h3>Base System (Lenovo Thinkstation P700)</h3>
<ul class="icon-list">
<li>**CPUs (2x):** Intel Xeon E5-2697 V3 (Maximum multi-core performance for VMs and compilation)</li>
<li>**RAM (768 GB):** 12x 64GB Hynix DDR4 ECC 2133 MHz (Octa-channel operation, absolute stability)</li>
<li>**GPU:** Sparkle Intel Arc A750 Titan (Gaming and content creation on Linux)</li>
</ul>
<h3>Storage & Peripherals</h3>
<ul class="icon-list">
<li>**Mass Storage (RAID 5):** 4x 48TB Western Digital Red (Total storage space and redundancy)</li>
<li>**NVME (RAID 1):** 2x 2TB Samsung Evo 990+ (Lightning fast system and app storage)</li>
<li>**Optical:** LG Blu-ray Burner with **LightScribe** tech <span class="icon-warn"> (Retro-Tech I am proud of!)</span></li>
</ul>
<h3>Network & Sound</h3>
<ul class="icon-list">
<li>**WLAN/BT:** TP-Link WiFi 6 + Bluetooth Card</li>
<li>**LAN:** TP-Link PCIe 10 Gbit/s LAN Card (for high-speed networking)</li>
<li>**Sound:** Soundblaster X4 Sound Card, Behringer QX1812 USB Mixer, Rode NT2-A Microphone</li>
<li>**Peripherals:** Logitech G502 Hero Mouse, Logitech G219 Keyboard, Logitech G432 Headset</li>
<li>**Monitor:** Samsung 32" Curved LED Monitor</li>
</ul>
<h3>Internet Infrastructure</h3>
<ul class="icon-list">
<li>**Primary Router:** Fritzbox 6860 5G (1.3 Gbit/s Down, 500 Mbit/s Up)</li>
<li>**Coupling/Switch:** Fritzbox 4690 (Acquired for the 2x 10 Gbit/s LAN ports and WiFi 7 capability)</li>
</ul>
</section>
<section id="competencies" class="section cachy-highlight">
<h2><span class="icon-prefix">🛠️</span> > comp_matrix.json --display</h2>
<p>
My focus is on **longevity, efficiency, and security** – in both private and business IT.
</p>
<h3>Competence Area I: IT Services (Private & Business)</h3>
<ul class="icon-list">
<li>**Network & Infrastructure Maintenance:** Setup, configuration, and maintenance of stable, secure networks (routers, firewalls, VPNs).</li>
<li>**Data Backup & Recovery:** Development of solid backup strategies for private and SME clients.</li>
<li>**Repair, Install, and Maintain:** Service for **all kinds of devices**.</li>
<li>**Digitalization Support:** Support with cloud solutions and the understandable setup of digital processes.</li>
</ul>
<h3>Competence Area II: Hardware & Battery Building</h3>
<ul class="icon-list">
<li style="color: var(--warning-color);">**Hardware Repair:** I breathe new life into devices. **Repair before replace** is the motto here.</li>
<li style="color: var(--warning-color);">**Battery Building & Refurbishment:** **Reconstruction and repair** of battery packs (soldering, balancing, BMS understanding).</li>
</ul>
</section>
<section id="blog-area" class="section">
<h2><span class="icon-prefix">📰</span> > blog/index.html --list-posts</h2>
<p>Welcome to the archive. Thematic blog articles (Tech, Reviews, Projects) will be listed here in the future.</p>
<div class="info-box">
**Current Articles (Placeholders):**
<ul class="icon-list">
<li><a href="#blog-area">Blog Post 001: Introduction to CachyOS (2026-01-01)</a></li>
<li><a href="#blog-area">Blog Post 002: DIY Battery Repair Log (2026-01-15)</a></li>
</ul>
</div>
<p>Currently, all blog articles are hardcoded manually. A CMS is required for dynamic content.</p>
</section>
<section id="journal-log" class="section">
<h2><span class="icon-prefix">📝</span> > journal.log --tail 3</h2>
<p>Here you will find my current thoughts, projects, and technical challenges.</p>
<article class="blog-post">
<h3>> post_2025_12_07.txt --read</h3>
<p class="meta" style="color:var(--warning-color); font-size:0.85em;">[Timestamp: 14:00:00 UTC | Status: Deploy Successful]</p>
<p>
Switching to the **CachyOS kernel** was one of the best decisions in recent months. The performance increase, especially in I/O-heavy tasks, is impressive. I feel my system is finally 100% tailored to me.
</p>
<p>
The next project is optimizing the **motorcycle battery charging electronics** for the next trip. I am currently researching a BMS bypass for critical situations. More details to follow!
</p>
</article>
<hr style="border-color:#333; opacity:0.3;">
<article class="blog-post">
<h3>> post_2025_11_29.txt --read</h3>
<p class="meta" style="color:var(--warning-color); font-size:0.85em;">[Timestamp: 18:30:00 UTC | Status: Completed]</p>
<p>
I successfully replaced the old FritzBox 7490 with an AVM Repeater running **OpenWRT firmware**. Stability is now significantly better, and I have full control over all traffic rules.
</p>
</article>
</section>
<section id="tools" class="section cachy-highlight">
<h2><span class="icon-prefix">🎮</span> > tools-config.ini --view</h2>
<p>
As an avid gamer and Linux user, I specialize in the seamless integration of Windows games on Linux.
</p>
<h3>My Gaming Platforms and Tools:</h3>
<p>
The modern gaming landscape on Linux is excellent thanks to the work of Valve, WINE, and the community. I am happy to help you with the setup to get Windows titles running stably and quickly on Linux.
</p>
<ul class="icon-list">
<li>**Wine & Lutris:** The basis for everything that doesn't run natively, optimized with the latest kernel and driver patches.</li>
<li>**Heroic Games Launcher, GOG Games, Epicgames:** The central interfaces for my libraries.</li>
<li>**Steam:** <span class="icon-warn">Large Steam libraries can be quickly migrated thanks to Proton/WINE and are often immediately playable.</span></li>
<li>**Ubisoft-Connector:** <span class="icon-warn">Setup of the Ubisoft Connector on Linux for games from this library.</span></li>
<li>**Pacman:** The heart of my CachyOS environment to always install the latest gaming-specific packages (e.g., Mesa, Vulkan) to install.</li>
</ul>
</section>
<section id="ethics-repair" class="section repair-highlight">
<h2><span class="icon-prefix">♻️</span> > ethics-report.sh --run</h2>
<p>
I reject the throwaway mentality of large corporations. I always advise my customers to do what is **most sustainable** and **most cost-effective**.
</p>
<p>
**The Right to Repair** is more than just a political slogan for me. I am happy to show how to fix small problems yourself and do not keep knowledge to myself.
</p>
</section>
<section id="vitals" class="section vitals-highlight">
<h2><span class="icon-prefix">🌍</span> > vitals.log --export</h2>
<p>
Apart from terminals and pacman updates, I find balance in voluntary engagement and adventure. These experiences sharpen my skills in **crisis management, planning, and leadership**.
</p>
<h3>Volunteering & Social Engagement</h3>
<ul class="icon-list">
<li>**Youth Leader:** As a volunteer **youth leader**, I help young people.</li>
<li>**Paramedic:** My engagement as a **paramedic** requires fast, precise decisions under pressure.</li>
</ul>
<h3>Global Adventures & Logistics</h3>
<ul class="icon-list">
<li>**Two World Trips by Motorcycle:** Lessons in **extreme improvisation, endurance, and precise logistics**.</li>
<li>**Sailing:** The importance of achieving maximum results with minimalistic means.</li>
</ul>
</section>
<section id="gaming" class="section">
<h2><span class="icon-prefix">👾</span> > games.log --favorites</h2>
<p>
I like to play strategically, tactically, and deeply.
</p>
<h3>My Classics and Remakes:</h3>
<ul class="icon-list">
<li>**Tactics:** XCOM Series (1-12) & Jagged Alliance.</li>
<li>**Remakes:** Return to the Roots (Settlers 2) and Settlers United (Settlers 3/4).</li>
</ul>
</section>
<section id="diablo" class="section diablo-highlight" style="border-left-color: var(--diablo-red);">
<h2><span class="icon-prefix" style="color:var(--diablo-red);">🔥</span> > diablo3-active.run --status</h2>
<p>
**STATUS: Active & Grind Mode**
</p>
<p>
Since Friday, **Season 37 of Diablo 3: Reaper of Souls** is active! If you want to hunt demons with me, contact me best via Discord!
</p>
<p>
**Battle.net:** `ripper10#2695`
</p>
</section>
<section id="contact" class="section" style="border-left-color: #ff9800;">
<h2><span class="icon-prefix">📧</span> > kontakt@meltymon.org</h2>
<p>
Do you need help with your **PC, Mac, Linux system, smartphone, or tablet**? Or do you just want to talk shop about retro games? Choose the fastest route:
</p>
<a href="mailto:kontakt@meltymon.org" class="action-button">
✉️ Send E-Mail
</a>
<a href="https://discordapp.com/users/meltymon" target="_blank" class="action-button discord">
💬 Discord (@meltymon)
</a>
<a href="https://www.twitch.tv/meltymon" target="_blank" class="action-button">
📺 Twitch (@meltymon)
</a>
<h3 style="margin-top: 30px; border-bottom: none;">Other Contacts:</h3>
<ul class="icon-list">
<li>**Discord:** `@meltymon` (Preferred for quick questions)</li>
<li>**Twitch:** `@meltymon`</li>
</ul>
</section>
<section id="versions-log" class="section" style="border-left-color: var(--cachy-blue);">
<h2><span class="icon-prefix">⚙️</span> > versions.log --full-dump</h2>
<p>Documentation of the most important changes and feature implementations since site initialization.</p>
<div style="max-height: 400px; overflow-y: auto; padding: 10px; background-color: #000; border: 1px solid #333;">
<pre style="font-family: var(--font-terminal); font-size: 0.85rem; color: #FFF; line-height: 1.4;">
<span style="color: var(--accent-color);">[SYSTEM] Initializing Version Log...</span>
<span style="color: var(--cachy-blue);">-- V 10.0 (2025-12-18) --</span>
UPDATE: **SEO Hardening** (Canonical tags, hreflang for DE/EN).
UPDATE: **Security Patch** (CSP updated for Cloudflare Insights).
FIX: GitHub DNS mapping for www.meltymon.org confirmed.
<span style="color: var(--cachy-blue);">-- V 9.6 (2025-12-07) --</span>
FEATURE: Visual upgrade to **Neo-Retro/Cyberpunk aesthetic**.
FEATURE: New three-stage **Easter Egg/Riddle** implemented.
<span style="color: var(--cachy-blue);">-- V 1.0 (2025-12-01) --</span>
INIT: Initial setup of the site (Basic Structure & ASCII Logo).
</pre>
</div>
</section>
<section id="privacy" class="section datenschutz" style="border-left-color: #ff5722;">
<h2><span class="icon-prefix" style="color:#ff5722;">🔒</span> > privacy.txt --read</h2>
<p>
**Controller in the context of the GDPR (DSGVO):**<br>
Christian Faßbender<br>
[Your Address]<br>
[Your E-Mail]
</p>
<h3>1. General Information</h3>
<p>
This website is purely static. No cookies, no tracking, no databases.
</p>
<div class="quote-box" style="border-left-color: #ff5722; color: #ff5722; margin-top: 20px;">
**Last Updated:** December 18, 2025
</div>
</section>
</div>
</div>
<footer>
<div class="footer-content">
<div class="visitor-count">
Visitors since Deployment (Total):
<span class="animated-counter"></span>
</div>
<div class="oneplus-slogan">
<div class="oneplus-icon"></div>
NEVER SETTLE
</div>
<div class="easter-egg-hint">
<strong>System Log: [HINT]</strong> - Scan for hidden assets complete.<span class="status-indicator" style="color:var(--secondary-accent);">[OK]</span><br>
<br>
**RIDDLE STATUS:** Level 1/3 solved. Search for 'KEY_FRITZ' in CSS.<br>
<br>
<span style="color:var(--warning-color);">To unlock X-COM Mode, combine the hidden key with the Battle.net ID!</span>
</div>
<pre class="ascii-logo">
_ __ _ _ _ _
| |/ / _ __ | |__| || |_| |
| ' / | '_ \ | '_ \| || __| |
| . \ | | | || | | | || |_|_|
|_|\_\ |_| |_||_| |_||_| \__(_)
</pre>
<p>Created with 100% manual work. No cookies. No tracking. Only HTML & CSS.</p>
<p>© 2025 Christian Faßbender | <a href="https://www.meltymon.org" style="color:var(--accent-color);">meltymon.org</a></p>
<p style="font-size: 0.8rem; margin-top: 10px;">
<a href="https://en.wikipedia.org/wiki/UFO:_Enemy_Unknown" target="_blank"
title="The true end of the day..."
style="color: var(--accent-color); text-decoration: none; font-weight: bold; border-bottom: 1px dotted var(--accent-color);">
[OLD-SCHOOL MODE: X-COM START]
</a>
</p>
</div>
</footer>
<script src="easteregg.js"></script>
</body>
</html>