76 lines
2.9 KiB
HTML
Raw Normal View History

2023-01-22 12:15:53 +01:00
<!doctype html>
<html lang="en">
<head>
<title>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>
<div id="root">
<header>
<h1>Johannes Olzem's Webspace</h1>
</header>
<nav>
<a href="/">Home</a>
2023-01-22 12:23:05 +01:00
<a href="/blog/">Blog</a>
2023-01-22 12:15:53 +01:00
<a href="/about/">About Me</a>
<a href="/contact/">Contact</a>
<a href="/donate/">Donate</a>
</nav>
<main>
<h2>Quick Fixes</h2>
<p>
2023-03-04 20:56:46 +01:00
This is a page with small problems, to which I have found easy solutions,
2023-01-22 12:15:53 +01:00
so as to not litter the blog page.
</p><br>
<ul style="text-align: left;">
<li>
2023-03-04 20:56:46 +01:00
<u>Problem:</u>
2023-01-22 12:15:53 +01:00
Nextcloud File not supported Error (<code>exif_read_data(): File not supported at /var/www/html/lib/private/Metadata/Provider/ExifProvider.php#59</code>).<br>
2023-03-04 20:56:46 +01:00
<u>Solution:</u>
2023-01-22 12:15:53 +01:00
Upload over IP and port rather than over nginx.<br>
2023-03-04 20:56:46 +01:00
<u>Explanation:</u>
2023-01-22 12:15:53 +01:00
<a href="https://www.rfc-editor.org/rfc/rfc2616#section-10.4.14" target="_blank">
Nginx 413 Error - Request entity too large
</a><br>
</li>
<br>
<li>
2023-03-04 20:56:46 +01:00
<u>Problem:</u>
<code>Connected without internet</code> on Android after setting PiHole as DNS Server.<br>
2023-03-04 20:56:46 +01:00
<u>Solution:</u>
Make sure you forward both <b>TCP</b> and <b>UDP</b> of Port 53 from your Docker Container.<br>
</li>
<br>
2023-03-04 20:56:46 +01:00
<li>
<u>Problem:</u>
ThinkPad R61 (or any older ThinkPad model, I believe) repeated beep at startup.<br>
<u>Solution:</u>
Check keyboard connector / swap out keyboard.<br>
<u>Explanation:</u>
No keyboard detected on bootup.<br>
</li>
<br>
2023-01-22 12:15:53 +01:00
<!--<li>
2023-03-04 20:56:46 +01:00
<u>Problem:</u>
2023-01-22 12:15:53 +01:00
(<code></code>).<br>
2023-03-04 20:56:46 +01:00
<u>Solution:</u>
2023-01-22 12:15:53 +01:00
<br>
2023-03-04 20:56:46 +01:00
<u>Explanation:</u>
2023-01-22 12:15:53 +01:00
<a href="" target="_blank">
2023-03-04 20:56:46 +01:00
2023-01-22 12:15:53 +01:00
</a><br>
</li>
<br>-->
</ul>
</main>
<footer>
<h6><a href=""><script>document.write(window.location.href);</script></a></h6>
</footer>
</div>
</body>
</html>