40 lines
1.5 KiB
HTML
Executable File
40 lines
1.5 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<title>Quick Fixes - Johannes Olzem</title>
|
|
<meta name='description' content="Johannes Olzem's Webspace.">
|
|
<meta charset='utf-8'>
|
|
<link rel='stylesheet' href='/css/style.css'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
|
<link rel='icon' href='/favico.ico'>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<a href='/' class='home-ref'>
|
|
<img src='/assets/logo.png' alt='Johannes Olzem'>
|
|
<span>Johannes Olzem</span>
|
|
</a>
|
|
<nav>
|
|
<a href='/blog/'>Blog</a>
|
|
<a href='/about/'>About Me</a>
|
|
<a href='/contact/'>Contact</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<h2>Quick Fixes</h2>
|
|
<h3>This is a page with small problems, to which I have found easy solutions, so as to not litter the blog page.</h3>
|
|
<div class='blog-entries'>
|
|
<a href='nextcloud-file-not-supported/'>Nextcloud file not supported error</a>
|
|
<a href='android-pihole-no-internet/'>Connected without internet on Android after setting PiHole as DNS server.</a>
|
|
<a href='thinkpad-r61-beep/'> Thinkpad R61 repeated beep on startup</a>
|
|
<a href='pacman-404/'>Pacman install fails with 404</a>
|
|
<a href='proton-audio-stuttering/'>Proton / Wine audio stuttering when using qpaeq equalizer</a>
|
|
<a href='homeassistant-proxy/'>HomeAssistant not connecting over reverse proxy</a>
|
|
</div>
|
|
</main>
|
|
<footer>
|
|
<h6><a href><script>document.write(window.location.href);</script></a></h6>
|
|
</footer>
|
|
</body>
|
|
</html>
|