OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-12-20 20:08:01 +00:00
parent 009f2b3cdd
commit b25cc0a659
16 changed files with 88 additions and 66 deletions

View File

@ -0,0 +1,10 @@
created: 20231220192251148
creator: Octt
modified: 20231220192612107
modifier: Octt
tags:
title: Saved/Sites/Sysadmin
Saved sites that are mainly about miscellaneous system administration (mainly devlogs, project showcases, or tips+tricks, and online tools). (Some are in other Saved pages and should be moved here.)
...

View File

@ -1,6 +1,6 @@
created: 20230223222804008
creator: Octt
modified: 20231220003130385
modified: 20231220192502457
modifier: Octt
tags:
title: Saved/Sites
@ -24,6 +24,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
* <<httpL iter.ca>>
* [[koyu's personal website|https://web.koyu.space/]]
* [[l33t.codes|https://l33t.codes]] --- Nice emulated retro-style with CRT effects and monospace text of many colors.
* [[LarrySanger.org|https://larrysanger.org/]] --- "//Technology, philosophy, and more//"
* [[Leo3418's Personal Site|https://leo3418.github.io/]] --- <<[# Git"https://github.com/Leo3418/leo3418.github.io">>
* [[Lily's Things at The Cool Site|https://www.lilysthings.org/]]
* [[Lyosha Cluster (Лёша Кластер)|https://cluster.wtf/]]

View File

@ -1,6 +1,6 @@
created: 20231104231609952
creator: Octt
modified: 20231104231812092
modified: 20231220183517988
modifier: Octt
tags:
title: Data storage
@ -8,3 +8,4 @@ title: Data storage
<<^wikipediaframe "Data storage">>
* <<linkdescgit "f3 - Fight Flash Fraud" "https://fight-flash-fraud.readthedocs.io/en/stable/" "simple tool that tests flash cards capacity and performance to see if they live up to claimed specifications" "https://github.com/AltraMayor/f3">>
* [[Storj|https://storj.io]] --- //Decentralized cloud object storage that is affordable, easy to use, private, and secure.// --- <<[# Git"https://github.com/storj">>

View File

@ -1,6 +1,6 @@
created: 20230207185112276
creator: Octt
modified: 20230817232253417
modified: 20231220183101374
modifier: Octt
tags:
title: Nginx
@ -13,6 +13,7 @@ title: Nginx
* [[How to set up Nginx as a caching reverse proxy?|https://serverfault.com/questions/30705/how-to-set-up-nginx-as-a-caching-reverse-proxy]]
* Nginx reverse proxy + URL rewrite: [[most correct way and best practice is usually...|https://serverfault.com/a/870620]]
* [[If is Evil… when used in location context|https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/]] --- (always dangerous in locations, except when doing `return ...;` or `rewrite ... last;`)
* [[How to reply with 200+content from Nginx, without serving a file?|https://serverfault.com/questions/196929/how-to-reply-with-200-from-nginx-without-serving-a-file]]
* [[Install more_set_headers in nginx for Debian-based distro|https://serverfault.com/questions/954708/install-more-set-headers-in-nginx-1-15-8]] --- `apt install nginx-extras`, keeping in mind that it will rewrite the nginx core package, so any active nginx daemon will crash and need to be restarted.
** Apparently all extra modules get enabled by default after this installation, and some might crash on some systems: if so, delete their symlinks from `/etc/nginx/modules-enabled`.