mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-05-20 08:24:13 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
b15f2dc8f9
commit
b3a02da538
@ -1,8 +0,0 @@
|
||||
created: 20230130074305715
|
||||
creator: Octt
|
||||
modified: 20230206111552143
|
||||
modifier: Octt
|
||||
tags: $:/i18n:en
|
||||
title: GNOME:en
|
||||
|
||||
<<MediaWiki GNOME en 2>>
|
@ -1,11 +0,0 @@
|
||||
created: 20230117104437158
|
||||
modified: 20230206111552161
|
||||
modifier: Octt
|
||||
tags: $:/i18n:en
|
||||
title: ImageMagick:en
|
||||
|
||||
<<MediaWiki ImageMagick en 1>>
|
||||
|
||||
!! ''Resources''
|
||||
* https://stackoverflow.com/questions/49899547/imagemagik-convert-pdf-to-pdf-without-doing-anything#49900085
|
||||
* https://stackoverflow.com/questions/15384879/imagemagick-using-more-than-2gb-of-memory-to-convert-pdf-files
|
@ -1,6 +1,6 @@
|
||||
created: 20230605214923345
|
||||
creator: Octt
|
||||
modified: 20230608141104628
|
||||
modified: 20230724222654053
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Unix/Shell
|
||||
@ -11,3 +11,4 @@ title: Unix/Shell
|
||||
* [[Split string with symbol|https://stackoverflow.com/a/10638555]]
|
||||
* [[$PWD vs. pwd regarding portability|https://stackoverflow.com/questions/10795014/pwd-vs-pwd-regarding-portability]] --- `$(pwd)` has issues with paths with newline chars, `$PWD` is fine but can be wrongly reset by badly-made programs; all appear to be available on all good shells.
|
||||
* [[How to find the last field using 'cut'|https://stackoverflow.com/questions/22727107/how-to-find-the-last-field-using-cut]] --- `echo 'maps.google.com' | rev | cut -d'.' -f 1 | rev`
|
||||
* [[Get/use exit code of command|https://www.cyberciti.biz/faq/bash-get-exit-code-of-command/]] --- Variable `$?`
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230723224321237
|
||||
creator: Octt
|
||||
modified: 20230723224434280
|
||||
modified: 20230724223355093
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Electronics
|
||||
@ -8,3 +8,9 @@ title: Electronics
|
||||
<<^wikipediaframe Electronics>>
|
||||
|
||||
* [[Polyfuses explained|https://elinux.org/Polyfuses_explained]]
|
||||
|
||||
* [[How to Solder|https://www.talkingelectronics.com/projects/Solder%20-%20How%20to/HowToSolder.html]]
|
||||
** <<YoutubeL y0xDR3St5Gg "How to Solder a Wire to a Circuit Board">>
|
||||
|
||||
* [[How can I go about making temporary test connections in pcb while prototyping without soldering?|https://electronics.stackexchange.com/questions/331531/how-can-i-go-about-making-temporary-test-connections-in-pcb-while-prototyping-wi]], [[How can I make connection on pcb (circuit board) holes without solder (for prototyping)?|https://electronics.stackexchange.com/questions/249140/how-can-i-make-connection-on-pcb-circuit-board-holes-without-solder-for-proto]]
|
||||
** [[Any tricks to attaching a wire or pin to a testpoint?|https://electronics.stackexchange.com/questions/96799/any-tricks-to-attaching-a-wire-or-pin-to-a-testpoint#96807]]
|
||||
|
11
Wiki-OcttKB/tiddlers/Normal/_Font.tid
Normal file
11
Wiki-OcttKB/tiddlers/Normal/_Font.tid
Normal file
@ -0,0 +1,11 @@
|
||||
created: 20230724220345827
|
||||
creator: Octt
|
||||
modified: 20230724220650365
|
||||
modifier: Octt
|
||||
tags: Text
|
||||
title: Font
|
||||
|
||||
<<^wikipediaframe Font>>
|
||||
|
||||
* <<WikipediaLink "Blackboard bold">>
|
||||
* <<WikipediaLink "Small caps">>
|
15
Wiki-OcttKB/tiddlers/Normal/_GNOME.tid
Normal file
15
Wiki-OcttKB/tiddlers/Normal/_GNOME.tid
Normal file
@ -0,0 +1,15 @@
|
||||
created: 20230130074305715
|
||||
creator: Octt
|
||||
modified: 20230724223005041
|
||||
modifier: Octt
|
||||
tags: $:/i18n:en
|
||||
title: GNOME
|
||||
|
||||
<<^wikipediaframe GNOME en>>
|
||||
|
||||
!! ''GTK''
|
||||
|
||||
<<^wikipediaframe GTK>>
|
||||
|
||||
* [[Zenity|https://help.gnome.org/users/zenity/stable/index.html.en]]
|
||||
** [[Zenity: Command line Dialogs|https://funprojects.blog/2021/01/25/zenity-command-line-dialogs/]]
|
22
Wiki-OcttKB/tiddlers/Normal/_ImageMagick.tid
Normal file
22
Wiki-OcttKB/tiddlers/Normal/_ImageMagick.tid
Normal file
@ -0,0 +1,22 @@
|
||||
created: 20230117104437158
|
||||
creator: Octt
|
||||
modified: 20230724222006518
|
||||
modifier: Octt
|
||||
tags: $:/i18n:en
|
||||
title: ImageMagick
|
||||
|
||||
<<^wikipediaframe ImageMagick en>>
|
||||
|
||||
!! ''Resources''
|
||||
|
||||
* [[Convert pdf to pdf without losing quality|https://stackoverflow.com/questions/49899547/imagemagik-convert-pdf-to-pdf-without-doing-anything#49900085]]
|
||||
** //you have to upsize and put density first, e.g: `convert -density 288 input.pdf -resize 25% output.pdf`//
|
||||
|
||||
* [[ImageMagick using too much memory to convert PDF files|https://stackoverflow.com/questions/15384879/imagemagick-using-more-than-2gb-of-memory-to-convert-pdf-files]]
|
||||
** How to limit resources used? [[-limit type value|http://www.imagemagick.org/script/command-line-options.php#limit]]
|
||||
|
||||
* [[Error "cache resources exhausted"|https://stackoverflow.com/questions/31407010/cache-resources-exhausted-imagemagick#53699200]]
|
||||
** [[ImageMagick can come with very low limits|https://github.com/ImageMagick/ImageMagick/issues/396#issuecomment-326849298]], example before and after fix
|
||||
|
||||
* [[security policy 'PDF' blocking conversion|https://stackoverflow.com/a/59193253]]
|
||||
** Edit `/etc/ImageMagick-7/policy.xml` to comment out a line like `<policy domain="coder" rights="none" pattern="PDF" />`, OR edit `rights="[...]"` to `rights="read|write"`
|
@ -1,10 +1,12 @@
|
||||
created: 20230301080208442
|
||||
creator: Octt
|
||||
modified: 20230301114414634
|
||||
modified: 20230724222447005
|
||||
modifier: Octt
|
||||
tags: Web Modern
|
||||
title: Issues of the Modern Web
|
||||
|
||||
* Just in, 2023/July: [[Web Environment Integrity API Proposal|https://github.com/RupertBenWiser/Web-Environment-Integrity]]
|
||||
** [[This is scary. It's (strong) SafetyNet for websites [...]|https://mastodon.uno/@lina@vt.social/110755246339815796]]
|
||||
* Reign of [[Surveillance Capitalism]].
|
||||
** Full of advertisements, and trackers.
|
||||
* Technically problematic:
|
||||
|
@ -1,13 +1,20 @@
|
||||
created: 20230225150019278
|
||||
creator: Octt
|
||||
modified: 20230225214326480
|
||||
modified: 20230724220212290
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Unicode
|
||||
tags: WIP
|
||||
title: Text
|
||||
|
||||
...
|
||||
|
||||
!! ''Unicode''
|
||||
|
||||
<<^wikipediaframe Unicode>>
|
||||
|
||||
* [[Unicode Search 🔎|http://xahlee.info/comp/unicode_index.html]]
|
||||
* [[BabelStone Unicode Tools|https://www.babelstone.co.uk/Unicode/]]
|
||||
* [[unicode.style|https://github.com/ekmartin/unicode-style]] --- //Style text by substituting characters with suitable unicode replacements//
|
||||
** Similar/additional: [[YayText|https://yaytext.com/]], https://github.com/ssrathi/text_styler, https://github.com/steinerkelvin/unicode-text-style
|
||||
|
||||
!! ''Emoticons''
|
||||
|
@ -1,14 +1,15 @@
|
||||
created: 20230112115019993
|
||||
modified: 20230206111552455
|
||||
creator: Octt
|
||||
modified: 20230724220338171
|
||||
modifier: Octt
|
||||
tags: TiddlyWiki MediaWiki $:/i18n:en
|
||||
title: Wikitext:en
|
||||
title: Wikitext
|
||||
|
||||
<<MediaWiki "Help:Wikitext" en 1>>
|
||||
<<^wikipediaframe "Help:Wikitext" en>>
|
||||
|
||||
!!! ''MediaWiki's vs TiddlyWiki's Wikitext''
|
||||
|
||||
''Documentation'': [[Wikipedia's|https://en.m.wikipedia.org/wiki/Help:Wikitext]] | [[TiddlyWiki's|https://tiddlywiki.com/#WikiText]]
|
||||
''Documentation'': [[Wikipedia's|https://en.wikipedia.org/wiki/Help:Wikitext]] | [[TiddlyWiki's|https://tiddlywiki.com/#WikiText]]
|
||||
|
||||
!!!! ''Equalities''
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20230723230828273
|
||||
created: 20230724223452251
|
||||
current-tiddler: GettingStarted
|
||||
modified: 20230723230828273
|
||||
modified: 20230724223452251
|
||||
title: $:/HistoryList
|
||||
type: application/json
|
@ -1,6 +1,6 @@
|
||||
created: 20230723223050857
|
||||
created: 20230724215302476
|
||||
creator: Octt
|
||||
list:
|
||||
modified: 20230723230252439
|
||||
modified: 20230724223420390
|
||||
modifier: Octt
|
||||
title: $:/StoryList
|
@ -1,7 +1,7 @@
|
||||
created: 20220920140732083
|
||||
creator: Octt
|
||||
modified: 20230723230412792
|
||||
modified: 20230724220304095
|
||||
modifier: Octt
|
||||
title: $:/state/showeditpreview
|
||||
|
||||
no
|
||||
yes
|
@ -1,6 +1,6 @@
|
||||
created: 20220920092307479
|
||||
creator: Octt
|
||||
modified: 20230723230800804
|
||||
modified: 20230724223422140
|
||||
modifier: Octt
|
||||
title: $:/state/tab/sidebar--595412856
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20221108155618185
|
||||
creator: Octt
|
||||
modified: 20230219102904532
|
||||
modified: 20230724220448890
|
||||
modifier: Octt
|
||||
title: $:/state/tree/$:/Macros/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user