From b9b1013be158ee207412a2975a36c9c2a7edac2e Mon Sep 17 00:00:00 2001 From: jolzem Date: Thu, 18 Jan 2024 12:00:36 +0100 Subject: [PATCH] Created individual pages for quick fixes --- .../android-pihole-no-internet/index.html | 31 ++++++++ .../homeassistant-proxy/index.html | 35 +++++++++ blog/quick-fixes/index.html | 58 +++------------ .../nextcloud-file-not-supported/index.html | 36 ++++++++++ blog/quick-fixes/pacman-404/index.html | 38 ++++++++++ blog/quick-fixes/pages.html | 72 +++++++++++++++++++ .../proton-audio-stuttering/index.html | 31 ++++++++ blog/quick-fixes/template.html | 37 ++++++++++ blog/quick-fixes/thinkpad-r61-beep/index.html | 36 ++++++++++ 9 files changed, 327 insertions(+), 47 deletions(-) create mode 100755 blog/quick-fixes/android-pihole-no-internet/index.html create mode 100755 blog/quick-fixes/homeassistant-proxy/index.html create mode 100755 blog/quick-fixes/nextcloud-file-not-supported/index.html create mode 100755 blog/quick-fixes/pacman-404/index.html create mode 100755 blog/quick-fixes/pages.html create mode 100755 blog/quick-fixes/proton-audio-stuttering/index.html create mode 100755 blog/quick-fixes/template.html create mode 100755 blog/quick-fixes/thinkpad-r61-beep/index.html diff --git a/blog/quick-fixes/android-pihole-no-internet/index.html b/blog/quick-fixes/android-pihole-no-internet/index.html new file mode 100755 index 0000000..decdb10 --- /dev/null +++ b/blog/quick-fixes/android-pihole-no-internet/index.html @@ -0,0 +1,31 @@ + + + + Quick Fix - Blog - Johannes Olzem + + + + + + + +
+ Johannes Olzem's Webspace +
+ +
+

Connected without internet on Android after setting PiHole as DNS server.

+
+

+ Make sure you forward both TCP and UDP of port 53 from your Docker container. +

+
+ + + diff --git a/blog/quick-fixes/homeassistant-proxy/index.html b/blog/quick-fixes/homeassistant-proxy/index.html new file mode 100755 index 0000000..926b8c1 --- /dev/null +++ b/blog/quick-fixes/homeassistant-proxy/index.html @@ -0,0 +1,35 @@ + + + + Quick Fix - Blog - Johannes Olzem + + + + + + + +
+ Johannes Olzem's Webspace +
+ +
+

HomeAssistant not connecting over reverse proxy

+
+

+ Make sure you have enabled Websockets Supports or similar functionality in your reverse proxy client. +

+

Explanation

+

+ HomeAssistant uses websockets to communicate with the browser. +

+
+ + + diff --git a/blog/quick-fixes/index.html b/blog/quick-fixes/index.html index bf82760..b49cf68 100755 --- a/blog/quick-fixes/index.html +++ b/blog/quick-fixes/index.html @@ -1,14 +1,14 @@ - Quick Fixes - Blog - Johannes Olzem + Quick Fixes - Johannes Olzem - +
Johannes Olzem's Webspace
@@ -19,54 +19,18 @@

Quick Fixes

-

- This is a page with small problems, to which I have found easy solutions, - so as to not litter the blog page. -


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ProblemSolutionExplanation
Nextcloud File not supported Error (exif_read_data(): File not supported at /var/www/html/lib/private/Metadata/Provider/ExifProvider.php#59).Upload over IP and port rather than over nginx proxy.The request payload (the data you are trying to upload) is too large for nginx.
Connected without internet on Android after setting PiHole as DNS Server.
Make sure you forward both TCP and UDP of Port 53 from your Docker container.
ThinkPad R61 (or any older ThinkPad model, I believe) repeated beep at startup.Check keyboard connector / swap out keyboard.No keyboard detected on bootup.
Pacman install fails with 404 (error: failed retrieving file 'X' from Y : The requested URL returned error: 404). - Replace /etc/pacman.d/mirrorlist with a new file generated at https://archlinux.org/mirrorlist/.
- Then run sudo pacman -Syyu to update with the new mirrorlist. Make sure to use 2 y's, to force the new changes. -
Your mirrorlist is outdated, possibly due to the recent pacman git migration.
Proton / Wine Audio stuttering when using qpaeq equalizerSwitch to normal audio device
HomeAssistant not connecting over reverse proxyMake sure you have enabled Websockets Support or similar functionality in your reverse proxy client.HomeAssistant uses websockets for its frontend.
+

This is a page with small problems, to which I have found easy solutions, so as to not litter the blog page.

+
- diff --git a/blog/quick-fixes/nextcloud-file-not-supported/index.html b/blog/quick-fixes/nextcloud-file-not-supported/index.html new file mode 100755 index 0000000..633ef24 --- /dev/null +++ b/blog/quick-fixes/nextcloud-file-not-supported/index.html @@ -0,0 +1,36 @@ + + + + Quick Fix - Blog - Johannes Olzem + + + + + + + +
+ Johannes Olzem's Webspace +
+ +
+

Nextcloud file not supported error

+

exif_read_data(): File not supported at /var/www/html/lib/private/Metadata/Provider/ExifProvider.php#59

+
+

+ Upload over IP and port rather than over nginx proxy. +

+

Explanation

+

+ The request payload (the data your are trying to upload) is too large for nginx. +

+
+ + + diff --git a/blog/quick-fixes/pacman-404/index.html b/blog/quick-fixes/pacman-404/index.html new file mode 100755 index 0000000..8164e1e --- /dev/null +++ b/blog/quick-fixes/pacman-404/index.html @@ -0,0 +1,38 @@ + + + + Quick Fix - Blog - Johannes Olzem + + + + + + + +
+ Johannes Olzem's Webspace +
+ +
+

Pacman install fails with 404

+

error: failed retrieving file 'X' from Y : The requested URL returned error: 404

+
+

+ Replace /etc/pacman.d/mirrorlist with a new file generated at https://archlinux.org/mirrorlist/. +
+ Then run sudo pacman -Syyu to update the package database with the new mirrorlist. Make sure to use 2 y's, to force the new changes. +

+

Explanation

+

+ Your mirrorlist is outdated, possibly due to the recent pacman git migration. +

+
+ + + diff --git a/blog/quick-fixes/pages.html b/blog/quick-fixes/pages.html new file mode 100755 index 0000000..bf82760 --- /dev/null +++ b/blog/quick-fixes/pages.html @@ -0,0 +1,72 @@ + + + + Quick Fixes - Blog - Johannes Olzem + + + + + + + +
+ Johannes Olzem's Webspace +
+ +
+

Quick Fixes

+

+ This is a page with small problems, to which I have found easy solutions, + so as to not litter the blog page. +


+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProblemSolutionExplanation
Nextcloud File not supported Error (exif_read_data(): File not supported at /var/www/html/lib/private/Metadata/Provider/ExifProvider.php#59).Upload over IP and port rather than over nginx proxy.The request payload (the data you are trying to upload) is too large for nginx.
Connected without internet on Android after setting PiHole as DNS Server.
Make sure you forward both TCP and UDP of Port 53 from your Docker container.
ThinkPad R61 (or any older ThinkPad model, I believe) repeated beep at startup.Check keyboard connector / swap out keyboard.No keyboard detected on bootup.
Pacman install fails with 404 (error: failed retrieving file 'X' from Y : The requested URL returned error: 404). + Replace /etc/pacman.d/mirrorlist with a new file generated at https://archlinux.org/mirrorlist/.
+ Then run sudo pacman -Syyu to update with the new mirrorlist. Make sure to use 2 y's, to force the new changes. +
Your mirrorlist is outdated, possibly due to the recent pacman git migration.
Proton / Wine Audio stuttering when using qpaeq equalizerSwitch to normal audio device
HomeAssistant not connecting over reverse proxyMake sure you have enabled Websockets Support or similar functionality in your reverse proxy client.HomeAssistant uses websockets for its frontend.
+
+ + + + diff --git a/blog/quick-fixes/proton-audio-stuttering/index.html b/blog/quick-fixes/proton-audio-stuttering/index.html new file mode 100755 index 0000000..5dc600b --- /dev/null +++ b/blog/quick-fixes/proton-audio-stuttering/index.html @@ -0,0 +1,31 @@ + + + + Quick Fix - Blog - Johannes Olzem + + + + + + + +
+ Johannes Olzem's Webspace +
+ +
+

Proton / Wine audio stuttering when using qpaeq equalizer

+
+

+ Switch to normal audio device. +

+
+ + + diff --git a/blog/quick-fixes/template.html b/blog/quick-fixes/template.html new file mode 100755 index 0000000..5d5546e --- /dev/null +++ b/blog/quick-fixes/template.html @@ -0,0 +1,37 @@ + + + + Quick Fix - Blog - Johannes Olzem + + + + + + + +
+ Johannes Olzem's Webspace +
+ +
+

{{ Title }}

+

{{ Problem }}

+
Johannes Olzem
+
+

+ {{ Fix }} +

+

Explanation

+

+ {{ Explanation }} +

+
+ + + diff --git a/blog/quick-fixes/thinkpad-r61-beep/index.html b/blog/quick-fixes/thinkpad-r61-beep/index.html new file mode 100755 index 0000000..755f269 --- /dev/null +++ b/blog/quick-fixes/thinkpad-r61-beep/index.html @@ -0,0 +1,36 @@ + + + + Quick Fix - Blog - Johannes Olzem + + + + + + + +
+ Johannes Olzem's Webspace +
+ +
+

Thinkpad R61 repeated beep on startup

+

(or any older ThinkPad model, I believe)

+
+

+ Check keyboard connector / swap out keyboard. +

+

Explanation

+

+ No keyboard detected on bootup. +

+
+ + +