Skip to content

Commit

Permalink
OcttKB Cross-Repo Sync (HTML to Raw)
Browse files Browse the repository at this point in the history
  • Loading branch information
octospacc committed Oct 8, 2023
1 parent caa0958 commit 0b27497
Show file tree
Hide file tree
Showing 23 changed files with 85 additions and 37 deletions.
4 changes: 3 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230223222804008
creator: Octt
modified: 20230929150422727
modified: 20231008225026707
modifier: Octt
tags:
title: Saved/Sites
Expand Down Expand Up @@ -50,6 +50,7 @@ These are kind of blogs, but don't contain mainly things written as blogs, but m
* note.nkmk.me: [[en|https://note.nkmk.me/en]], [[jp|https://note.nkmk.me]] (different articles)
* [[rdpillon|https://rpdillon.net/]] --- //Rick's Home Online//
* Show Notes from the [[Open Source is Awesome|https://opensourceisawesome.com/]] Youtube Channel
* <<linkdescgit SvennD "https://svennd.be/" "Linux Sysadmin and Cyber Security Professional. This blog is mainly self-documenting. May my poorly written notes help you, dear DenverCoder9!" "https://github.com/svennd/blog">>

!!! ''[[Wiki]]-leaning''
* [[WikiHands|https://wikihands.github.io]]
Expand All @@ -74,3 +75,4 @@ These are kind of blogs, but don't contain mainly things written as blogs, but m
* [[bigclive.com|https://www.bigclive.com/]]
* [[AMStereo.org|http://www.amstereo.org/]]
* [[Starjunk 95|https://www.starjunk95.com]]
* [[iD0t|http://id0t.x10.mx]]
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/Windows/_Advanced.tid
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
created: 20230608141508649
creator: Octt
modified: 20230919065758863
modified: 20231008203911671
modifier: Octt
tags:
title: Windows/Advanced

* <<YoutubeL vAb00RYFThE "Hide your VM using Registry and WMI tricks">>
* [[Get Windows System Information via WMI Command-line (WMIC)|https://www.lisenet.com/2014/get-windows-system-information-via-wmi-command-line-wmic/]]
* [[Using PowerShell to View and Change BIOS Settings (WMI)|https://woshub.com/powershell-view-change-bios-settings/]]
* [[Get Screen resolution using WMI/PowerShell|https://stackoverflow.com/questions/7967699/get-screen-resolution-using-wmi-powershell-in-windows-7]] --- For single-monitor setups, `Get-WmiObject -Class Win32_DesktopMonitor | Select-Object ScreenWidth,ScreenHeight`
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
created: 20231001094322383
creator: Octt
modified: 20231001164811990
modified: 20231008223934995
modifier: Octt
tags: WIP
tags:
title: Agile article covers, from stock photos to AI

Sometimes, when writing a blog or KB article, it's easy to struggle finding a decent cover image for that piece. Why that's something you need to do, is explained by [[The importance of cover images on articles]].

Oftentimes, however, we don't have a picture that fits these requirements good --- or maybe we don't have any image at all even marginally regarding the article, and really can't find a way to make one, unless with too much effort or money. Exactly in this scenario, stock photos and AI-generated imagery fit perfectly.

...
Some good tools for the job:

* [[Craiyon|https://www.craiyon.com/]] --- Free to use without and account, with no ratelimits or the like; gives 9 images in 60 seconds, but they are low-quality, getting the wanted image requires much trial and error; images are given 256x256 but can be upscaled to 1024x1024, and they have a watermark but it's easy to remove it with free online tools.
* (New) [[Bing Image Creator|https://www.bing.com/images/create]] --- Powered by DALL-E 3, mostly free to use but requires an account and generation is slow without credits (which can be bought with Rewards points, or 25 for free weekly)
8 changes: 6 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/_Astral projection.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230530103432469
creator: Octt
modified: 20230530105241310
modified: 20231008230419413
modifier: Octt
tags:
title: Astral projection
Expand All @@ -11,4 +11,8 @@ Aka ''Remote Desktop''

* [[Moonlight|https://moonlight-stream.org/]] - //Open-source [[NVIDIA]] GameStream client// --- <<#[ Git "https://github.com/moonlight-stream">>
** [[Sunshine|https://docs.lizardbyte.dev/projects/sunshine/en/latest/]] --- //Self-hosted multi-platform game stream host for Moonlight// --- <<#[ Git "https://github.com/LizardByte/Sunshine">>
* [[RustDesk|https://rustdesk.com/]] --- <<#[ Git "https://github.com/rustdesk">>
* [[RustDesk|https://rustdesk.com/]] --- //Making affordable remote desktop service for everyone// <<#[ Git "https://github.com/rustdesk">> --- Promises good but it's extremely laggy (more than x11vnc/xrdp), and the Android client as a few UX issues

* <<linkdescgit "FreeRDP" "https://www.freerdp.com" "free implementation of the Remote Desktop Protocol" "https://github.com/FreeRDP">>
** Quick connect with common options: `/v:${ServerAddress} /u:{Username} /p:{Password} /rfx /f /audio-mode:`
* [[iiordanov/remote-desktop-clients|https://github.com/iiordanov/remote-desktop-clients]] --- //VNC, RDP, SPICE, and oVirt/RHEV/Proxmox Clients for Android and Blackberry 10//
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/_Git.tid
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
created: 20230202231537773
creator: Octt
modified: 20230302112950037
modified: 20231008224457619
modifier: Octt
tags: Libre
title: Git

<<^wikipediaframe Git en>>

* [[Never use git submodules|https://diziet.dreamwidth.org/14666.html]] --- //git submodules are always the wrong solution. Yes, even the to the problem they were specifically invented to solve.//

* [[Converting a Git (GitLab) project.bundle export to simple Git repo|https://gist.github.com/paulgregg/181779ad186221aaa35d5a96c8abdea7]]
* [[When I do "git push", what do the statistics mean? (Total, delta, etc.)|https://stackoverflow.com/questions/21476167/when-i-do-git-push-what-do-the-statistics-mean-total-delta-etc]]

!!! ''Apps''
* [[GitJournal|https://gitjournal.io/]] - //Mobile first Markdown Notes integrated with Git// --- <<[ "[[Git|https://github.com/GitJournal]]">>
Expand Down
4 changes: 3 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Internet.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
created: 20230203214625941
creator: Octt
icon: 🌐
modified: 20230531085603757
modified: 20231008211922449
modifier: Octt
page-cover: https://source.unsplash.com/random?internet
tags: $:/i18n:en
Expand All @@ -11,6 +11,8 @@ title: Internet

(Specific Web resources are under [[Web]].)

* <<RedditL r/pihole/comments/dmyypc/what_is_this_ip6arpa_that_keeps_showing_up "What is this ip6.arpa that keeps showing up?">> (`0.0.0.0.[...].ip6.arpa`) --- //ip6.arpa is a special domain name used to achieve reverse delegation for IPv6 addresses.//

!!! ''Tools''

* [[Aria2]]
Expand Down
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20221110145611678
creator: Octt
modified: 20230929113933463
modified: 20231008211601960
modifier: Octt
tags: Development Internet $:/i18n:en
title: JavaScript
Expand All @@ -19,6 +19,7 @@ title: JavaScript
* [[Environment detection: node.js or browser|https://stackoverflow.com/a/57774317]]
* [[Superpacking JS Demos|https://web.archive.org/web/20120919185414/http://daeken.com/superpacking-js-demos]]
* [["Illegal invocation" errors in JavaScript|https://mtsknn.fi/blog/illegal-invocations-in-js/]] --- //The error is thrown when calling a function whose `this` keyword isn't referring to the object where it originally did (when the context of the function is lost)//
* [[Does JavaScript have a method like "range()" to generate a range within the supplied bounds?|https://stackoverflow.com/questions/3895478/does-javascript-have-a-method-like-range-to-generate-a-range-within-the-supp]] --- `[...Array(5).keys()]`

!!! ''Tools''

Expand Down
5 changes: 3 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/_Knowledge Management.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230924123738131
creator: Octt
modified: 20230928233050639
modified: 20231008214320226
modifier: Octt
tags: Knowledge
title: Knowledge Management
Expand All @@ -9,12 +9,13 @@ title: Knowledge Management

Paradigms similar to this wiki:

* <<linkdescgit Dendron "https://www.dendron.so" "The personal knowledge management (PKM) tool that grows as you do!" "https://github.com/dendronhq">>
* [[Obsidian|https://obsidian.md]]
** <<linkdescgit "🏡 Obsidian Digital Garden" "https://dg-docs.ole.dev" "Publish your notes to the web, for free. In your own personal garden." "https://github.com/oleeskild/obsidian-digital-garden">> --- Nice thing but it's sad that navigation is really borked without JavaScript.

The "Notion paradigm", and alternative apps:

* <<linkdesc Notion "https://www.notion.so" "Your connected workspace for wiki, docs & projects">> --- it's basically online-only (or online-first?), so not recommended since it's also entirely proprietary, and documents are very limited when exported
* <<linkdesc Notion "https://www.notion.so" "Your connected workspace for wiki, docs & projects">> --- it's basically online-only (or online-first?), so not recommended since it's also entirely proprietary, and documents are very limited when exported... plus it's really slow with much data because of the network requirements
* <<linkdescgit anytype "https://anytype.io" "the everything app for those who celebrate trust & autonomy" "https://github.com/anyproto">>
* <<linkdescgit AppFlowy "https://appflowy.io" "open-source alternative to Notion for project management" "https://github.com/AppFlowy-IO">>

Expand Down
13 changes: 13 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_MSYS2.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
created: 20231008221009879
creator: Octt
modified: 20231008222933383
modifier: Octt
tags:
title: MSYS2

* https://www.msys2.org
* https://github.com/msys2/msys2.github.io

<<^wikipediaframe MSYS2>>

* The MSYS2 shell automatically tries to convert some paths from Unix to Windows (see [[https://www.msys2.org/docs/filesystem-paths/#automatic-unix-windows-path-conversion]]), but sometimes this is problematic; to disable it, one can export/call the environment variables `MSYS2_ARG_CONV_EXCL` and `MSYS2_ENV_CONV_EXCL`, for cmdline arguments and variable assignments respectively, to `*` to match all or to specific `;`-separated argument prefixes / variable names.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
created: 20231001092636240
creator: Octt
modified: 20231008224707260
modifier: Octt
tags: WIP
title: Rewriting server service scripts from sh to zx

...
5 changes: 4 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Shell scripting.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230725113714725
creator: Octt
modified: 20230825224941842
modified: 20231008202243333
modifier: Octt
tags: Scripting
title: Shell scripting
Expand All @@ -11,3 +11,6 @@ title: Shell scripting
** Windows: `start <URL>`
** Linux desktop: `xdg-open <URL>`
** More: https://stackoverflow.com/questions/38147620/shell-script-to-open-a-url, https://askubuntu.com/questions/515947/how-do-i-open-an-url-from-a-bash-script

* [[bash/fish command to print absolute path to a file|https://stackoverflow.com/questions/3915040/how-to-obtain-the-absolute-path-of-a-file-via-shell-bash-zsh-sh#3915075]]
** `realpath example.txt # => /home/me/example.txt`
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
created: 20231001145353689
creator: Octt
modified: 20231001164215776
modified: 20231008223103651
modifier: Octt
tags: WIP
tags:
title: The importance of cover images on articles

When writing a KB article or a blog post, choosing a cover image might seem like a skippable step, but in fact it often is an important one. A cover is a must-have on ideally any article, as it provides quite a few benefits:
Expand All @@ -20,4 +20,5 @@ After seeing all the benefits listed above, I think it's easy to spot some natur

All of this does feel like a chore when you actually come to do it practice --- and sometimes impossible --- I have to admit that, but there are a few ways to make the work less painful:

* Sometimes, ''editing and styling photos from the article body, or making some other dedicated to the cover in this same fashion'', is more than good.
* [[Agile article covers, from stock photos to AI]] --- for when your own artistic ability or photographic opportunity just don't cut it.
5 changes: 3 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/_Web Browser.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230217100639349
creator: Octt
modified: 20230228113128982
modified: 20231008222337107
modifier: Octt
tags: Web
title: Web Browser
Expand All @@ -15,7 +15,8 @@ title: Web Browser

!!! [[Firefox|https://firefox.com]]

* https://www.maketecheasier.com/install-addon-firefox-android/
* [[How to Install Any Add-on in Firefox for Android|https://www.maketecheasier.com/install-addon-firefox-android]] (Firefox Beta is needed)
* [[Why Extensions can't modify Mozilla sites (like AMO)|https://ninetailed.ninja/extensions-modify-mozilla-sites.html]]

; Forks
: [[LibreWolf|https://librewolf.net]] (Desktop)
Expand Down
14 changes: 14 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_Windows Registry.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
created: 20231008202641757
creator: Octt
modified: 20231008203741723
modifier: Octt
tags:
title: Windows Registry

<<^wikipediaframe "Windows Registry">>

* [[How to set a binary registry value (REG_BINARY) with PowerShell?|https://stackoverflow.com/a/68399913]] --- This allows editing specific bytes

Useful keys:

* Position of taskbar on screen (Win 10/11): (Binary) `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\{StuckRects3,MMStuckRects3}`, byte 12, (single-monitor, multi-monitor)
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
created: 20231001172537935
created: 20231008230524986
current-tiddler: GettingStarted
modified: 20231001172537935
modified: 20231008230524986
title: $:/HistoryList
type: application/json
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/System/_StoryList.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20231001172415981
created: 20231008201819005
creator: Octt
list:
modified: 20231001172419544
modified: 20231008225714132
modifier: Octt
title: $:/StoryList
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
created: 20220920140732083
creator: Octt
modified: 20230920152706772
modified: 20231001190232745
modifier: Octt
title: $:/state/showeditpreview

no
yes
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
created: 20230501095944427
creator: Octt
modified: 20230816230626065
modified: 20231008225707796
modifier: Octt
title: $:/state/search/currentTab

$:/core/ui/DefaultSearchResultList
$:/plugins/danielo515/ContextPlugin/visualizer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20220920092307479
creator: Octt
modified: 20231001172506774
modified: 20231008225622762
modifier: Octt
title: $:/state/tab/sidebar--595412856

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
created: 20230501095944427
creator: Octt
modified: 20230816230626066
modified: 20231008225707796
modifier: Octt
title: $:/state/tab/search-results/sidebar

$:/core/ui/DefaultSearchResultList
$:/plugins/danielo515/ContextPlugin/visualizer
2 changes: 1 addition & 1 deletion Wiki-OcttKB/tiddlers/System/state/tree/$/info/_.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230124111928275
creator: Octt
modified: 20230927230105835
modified: 20231001172559470
modifier: Octt
title: $:/state/tree/$:/info/

Expand Down
2 changes: 1 addition & 1 deletion Wiki-OcttKB/tiddlers/System/state/tree/$/state/_.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20221107223237374
creator: Octt
modified: 20230927060738558
modified: 20231008201822446
modifier: Octt
title: $:/state/tree/$:/state/

Expand Down

0 comments on commit 0b27497

Please sign in to comment.