OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-09-05 21:28:17 +00:00
parent e43998d44b
commit 1961822ed3
22 changed files with 83 additions and 30 deletions

View File

@@ -0,0 +1,7 @@
created: 20230905205703716
creator: Octt
modified: 20230905205754816
modifier: Octt
title: App
<<^wikipediaframe "Application software">>

View File

@@ -0,0 +1,11 @@
created: 20230905210118727
creator: Octt
modified: 20230905211208885
modifier: Octt
tags: Linux Virtualization
title: LXC
<<^wikipediaframe LXC>>
* [[LXC and mount point. Permission denied|https://forum.proxmox.com/threads/lxc-and-mount-point-permission-denied.111693/]]
** Unprivileges LXCs use user/group remapping. So UID/GID 0-65535 inside the LXC will be UID/GID 100000-165535 on the host. To access the bind-mount from inside the LXC with (example) UID 1000 and GID 1000 that folder would need to be owned by UID 101000 and GID 101000 on the host. So to fix (example): `chown -R 101000:101000 ${Folder}`.

View File

@@ -1,7 +1,7 @@
created: 20221110120605389
creator: Octt
icon: 🐍
modified: 20230901233057997
modified: 20230905212727053
modifier: Octt
page-cover: https://source.unsplash.com/random/?Python
tags: Development $:/i18n:en
@@ -11,11 +11,12 @@ title: Python
<<^wikipediaframe Python>>
I hate that, while tab-indentation is practically supported by the interpreter, it's against the standard and linters/editors hate you if you use tabs instead of spaces.
I hate that, while tab-indentation is practically supported by the interpreter, it's against the standard, and linters/editors hate you if you use tabs instead of spaces. `micro` just won't let you persist the option to keep tabs enabled instead of spaces across sessions...
---
* [[PocketPy|https://pocketpy.dev/]] - //C++17 header-only Python interpreter for game engines.// - <<[ "[[Git|https://github.com/blueloveTH/pocketpy]]">>
* <<httpL Python.helpful.codes>>
!! How to and troubleshooting

View File

@@ -1,6 +1,11 @@
created: 20230205144623259
creator: Octt
modified: 20230205144712142
modified: 20230905210020595
modifier: Octt
tags: Android TODO
title: Termux
tags: Android App
title: Termux
* https://termux.dev/en/
* https://github.com/termux/
<<^wikipediaframe Termux>>