From 1961822ed32f1d09d99763cbb6cf13b10e721650 Mon Sep 17 00:00:00 2001 From: octospacc Date: Tue, 5 Sep 2023 21:28:17 +0000 Subject: [PATCH] OcttKB Cross-Repo Sync (HTML to Raw) --- Wiki-OcttKB/tiddlers/Normal/_App.tid | 7 +++++++ Wiki-OcttKB/tiddlers/Normal/_LXC.tid | 11 +++++++++++ Wiki-OcttKB/tiddlers/Normal/_Python.tid | 5 +++-- Wiki-OcttKB/tiddlers/Normal/_Termux.tid | 11 ++++++++--- Wiki-OcttKB/tiddlers/System/Macros/_Main.tid | 4 +++- Wiki-OcttKB/tiddlers/System/OcttKB/_WebBrowser.tid | 2 +- Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta | 4 ++-- Wiki-OcttKB/tiddlers/System/_StoryList.tid | 4 ++-- .../tiddlers/System/config/ColourPicker/_Recent.tid | 6 ++++++ .../tiddlers/System/state/_showeditpreview.tid | 4 ++-- Wiki-OcttKB/tiddlers/System/state/_tab-435822950.tid | 7 +++++++ .../state/search-list/_selected-item--1546365138.tid | 7 ------- .../tiddlers/System/state/tab/_sidebar--595412856.tid | 2 +- .../System/state/toc/$/ToC-$/_Apps-1513105244.tid | 7 +++++++ .../System/state/toc/$/ToC-$/_Tools--1697730578.tid | 2 +- .../tiddlers/System/state/tree/$/Linux/Scripts/_.tid | 7 +++++++ Wiki-OcttKB/tiddlers/System/state/tree/$/Linux/_.tid | 7 +++++++ Wiki-OcttKB/tiddlers/System/state/tree/$/Macros/_.tid | 2 +- .../state/tree/$/Octt/Music Archiving Status/_.tid | 2 +- Wiki-OcttKB/tiddlers/System/state/tree/$/Octt/_.tid | 4 ++-- Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid | 4 ++-- Wiki-OcttKB/tiddlers/System/state/tree/$/Styles/_.tid | 4 ++-- 22 files changed, 83 insertions(+), 30 deletions(-) create mode 100644 Wiki-OcttKB/tiddlers/Normal/_App.tid create mode 100644 Wiki-OcttKB/tiddlers/Normal/_LXC.tid create mode 100644 Wiki-OcttKB/tiddlers/System/config/ColourPicker/_Recent.tid create mode 100644 Wiki-OcttKB/tiddlers/System/state/_tab-435822950.tid delete mode 100644 Wiki-OcttKB/tiddlers/System/state/search-list/_selected-item--1546365138.tid create mode 100644 Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Apps-1513105244.tid create mode 100644 Wiki-OcttKB/tiddlers/System/state/tree/$/Linux/Scripts/_.tid create mode 100644 Wiki-OcttKB/tiddlers/System/state/tree/$/Linux/_.tid diff --git a/Wiki-OcttKB/tiddlers/Normal/_App.tid b/Wiki-OcttKB/tiddlers/Normal/_App.tid new file mode 100644 index 0000000..42aa04e --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_App.tid @@ -0,0 +1,7 @@ +created: 20230905205703716 +creator: Octt +modified: 20230905205754816 +modifier: Octt +title: App + +<<^wikipediaframe "Application software">> \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/Normal/_LXC.tid b/Wiki-OcttKB/tiddlers/Normal/_LXC.tid new file mode 100644 index 0000000..00043dc --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_LXC.tid @@ -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}`. diff --git a/Wiki-OcttKB/tiddlers/Normal/_Python.tid b/Wiki-OcttKB/tiddlers/Normal/_Python.tid index 22db8b6..d198d63 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Python.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Python.tid @@ -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]]">> +* <> !! How to and troubleshooting diff --git a/Wiki-OcttKB/tiddlers/Normal/_Termux.tid b/Wiki-OcttKB/tiddlers/Normal/_Termux.tid index 5b4ea38..0ae5819 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Termux.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Termux.tid @@ -1,6 +1,11 @@ created: 20230205144623259 creator: Octt -modified: 20230205144712142 +modified: 20230905210020595 modifier: Octt -tags: Android TODO -title: Termux \ No newline at end of file +tags: Android App +title: Termux + +* https://termux.dev/en/ +* https://github.com/termux/ + +<<^wikipediaframe Termux>> diff --git a/Wiki-OcttKB/tiddlers/System/Macros/_Main.tid b/Wiki-OcttKB/tiddlers/System/Macros/_Main.tid index 84305ba..e49b391 100644 --- a/Wiki-OcttKB/tiddlers/System/Macros/_Main.tid +++ b/Wiki-OcttKB/tiddlers/System/Macros/_Main.tid @@ -1,6 +1,6 @@ created: 20220920092322164 creator: Octt -modified: 20230605214618218 +modified: 20230905212703375 modifier: Octt tags: $:/tags/Macro title: $:/Macros/Main @@ -88,3 +88,5 @@ Display: Inline; \define #[(Title, Link) <<[ "[[$Title$|$Link$]]">> \define [#(Title, Link) <$macrocall $name="#[" Title="$Title$" Link="$Link$"/> + +\define httpL(Domain) [[$Domain$|http://$Domain$]] diff --git a/Wiki-OcttKB/tiddlers/System/OcttKB/_WebBrowser.tid b/Wiki-OcttKB/tiddlers/System/OcttKB/_WebBrowser.tid index a7aaaf6..372080a 100644 --- a/Wiki-OcttKB/tiddlers/System/OcttKB/_WebBrowser.tid +++ b/Wiki-OcttKB/tiddlers/System/OcttKB/_WebBrowser.tid @@ -3,7 +3,7 @@ caption: Browser created: 20230225105917089 creator: Octt list-after: Map -modified: 20230504094359155 +modified: 20230905205029590 modifier: Octt tags: $:/tags/SideBar title: $:/OcttKB/WebBrowser diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta index b866aaa..e5daae0 100644 --- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta +++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta @@ -1,5 +1,5 @@ -created: 20230902001221375 +created: 20230905212811971 current-tiddler: GettingStarted -modified: 20230902001221375 +modified: 20230905212811971 title: $:/HistoryList type: application/json \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/_StoryList.tid b/Wiki-OcttKB/tiddlers/System/_StoryList.tid index 82e03e7..b811b97 100644 --- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid +++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid @@ -1,6 +1,6 @@ -created: 20230901225829887 +created: 20230905203427882 creator: Octt list: -modified: 20230902000330969 +modified: 20230905212506123 modifier: Octt title: $:/StoryList \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/config/ColourPicker/_Recent.tid b/Wiki-OcttKB/tiddlers/System/config/ColourPicker/_Recent.tid new file mode 100644 index 0000000..747167e --- /dev/null +++ b/Wiki-OcttKB/tiddlers/System/config/ColourPicker/_Recent.tid @@ -0,0 +1,6 @@ +created: 20230905203524623 +creator: Octt +list: LavenderBlush Crimson +modified: 20230905203528618 +modifier: Octt +title: $:/config/ColourPicker/Recent \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid b/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid index 53b569d..2bc4ef4 100644 --- a/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid +++ b/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid @@ -1,7 +1,7 @@ created: 20220920140732083 creator: Octt -modified: 20230901235119787 +modified: 20230905203501688 modifier: Octt title: $:/state/showeditpreview -yes \ No newline at end of file +no \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/_tab-435822950.tid b/Wiki-OcttKB/tiddlers/System/state/_tab-435822950.tid new file mode 100644 index 0000000..6f3863e --- /dev/null +++ b/Wiki-OcttKB/tiddlers/System/state/_tab-435822950.tid @@ -0,0 +1,7 @@ +created: 20230905204304144 +creator: Octt +modified: 20230905204309247 +modifier: Octt +title: $:/state/tab-435822950 + +$:/core/ui/TiddlerInfo/Advanced \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/search-list/_selected-item--1546365138.tid b/Wiki-OcttKB/tiddlers/System/state/search-list/_selected-item--1546365138.tid deleted file mode 100644 index 1dabe93..0000000 --- a/Wiki-OcttKB/tiddlers/System/state/search-list/_selected-item--1546365138.tid +++ /dev/null @@ -1,7 +0,0 @@ -created: 20230902000330348 -creator: Octt -modified: 20230902000330348 -modifier: Octt -title: $:/state/search-list/selected-item--1546365138 - -CUPS-secondaryList \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid index 98cc150..d938378 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid @@ -1,6 +1,6 @@ created: 20220920092307479 creator: Octt -modified: 20230825221333741 +modified: 20230905212736364 modifier: Octt title: $:/state/tab/sidebar--595412856 diff --git a/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Apps-1513105244.tid b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Apps-1513105244.tid new file mode 100644 index 0000000..065310c --- /dev/null +++ b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Apps-1513105244.tid @@ -0,0 +1,7 @@ +created: 20230905203425374 +creator: Octt +modified: 20230905203427031 +modifier: Octt +title: $:/state/toc/$:/ToC-$:/Apps-1513105244 + +close \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1697730578.tid b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1697730578.tid index 8c9336a..740fec1 100644 --- a/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1697730578.tid +++ b/Wiki-OcttKB/tiddlers/System/state/toc/$/ToC-$/_Tools--1697730578.tid @@ -1,6 +1,6 @@ created: 20230817233308156 creator: Octt -modified: 20230817233311699 +modified: 20230905212738729 modifier: Octt title: $:/state/toc/$:/ToC-$:/Tools--1697730578 diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/Linux/Scripts/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/Linux/Scripts/_.tid new file mode 100644 index 0000000..1bbb9a6 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/Linux/Scripts/_.tid @@ -0,0 +1,7 @@ +created: 20230905205226917 +creator: Octt +modified: 20230905205226917 +modifier: Octt +title: $:/state/tree/$:/Linux/Scripts/ + +show \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/Linux/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/Linux/_.tid new file mode 100644 index 0000000..502705f --- /dev/null +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/Linux/_.tid @@ -0,0 +1,7 @@ +created: 20230905205225545 +creator: Octt +modified: 20230905205228538 +modifier: Octt +title: $:/state/tree/$:/Linux/ + +hide \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/Macros/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/Macros/_.tid index 30f8742..4ccda62 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tree/$/Macros/_.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/Macros/_.tid @@ -1,6 +1,6 @@ created: 20221108155618185 creator: Octt -modified: 20230724220448890 +modified: 20230905212459417 modifier: Octt title: $:/state/tree/$:/Macros/ diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/Octt/Music Archiving Status/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/Octt/Music Archiving Status/_.tid index aa71335..16f5c20 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tree/$/Octt/Music Archiving Status/_.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/Octt/Music Archiving Status/_.tid @@ -1,6 +1,6 @@ created: 20230227073001488 creator: Octt -modified: 20230227073005766 +modified: 20230905205312681 modifier: Octt title: $:/state/tree/$:/Octt/Music Archiving Status/ diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/Octt/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/Octt/_.tid index 3de7267..dd6b5cd 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tree/$/Octt/_.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/Octt/_.tid @@ -1,7 +1,7 @@ created: 20230227072955115 creator: Octt -modified: 20230227072955115 +modified: 20230905212344306 modifier: Octt title: $:/state/tree/$:/Octt/ -show \ No newline at end of file +hide \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid index 0639499..5a2d013 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/OcttKB/_.tid @@ -1,7 +1,7 @@ created: 20230111084703963 creator: Octt -modified: 20230208165935055 +modified: 20230905205321326 modifier: Octt title: $:/state/tree/$:/OcttKB/ -show \ No newline at end of file +hide \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/tree/$/Styles/_.tid b/Wiki-OcttKB/tiddlers/System/state/tree/$/Styles/_.tid index fd9835c..75c20f8 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tree/$/Styles/_.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tree/$/Styles/_.tid @@ -1,7 +1,7 @@ created: 20230108193801573 creator: Octt -modified: 20230127171156933 +modified: 20230905205234182 modifier: Octt title: $:/state/tree/$:/Styles/ -show \ No newline at end of file +hide \ No newline at end of file