mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-06 19:51:01 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
9016b7c23c
commit
e43998d44b
@ -1,6 +1,6 @@
|
||||
created: 20230223222804008
|
||||
creator: Octt
|
||||
modified: 20230824081620564
|
||||
modified: 20230901232906449
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Saved/Sites
|
||||
@ -18,6 +18,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
|
||||
* [[Gianmarco Gargiulo|https://gianmarco.gg]]
|
||||
* [[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.
|
||||
* [[📚 Nitay Neeman's Blog|https://nitayneeman.github.io/]]
|
||||
* [[P01✨ CREATIVE CODER & TECHNICAL SPEAKER|http://www.p01.org]]
|
||||
* [[Read the Tea Leaves|https://nolanlawson.com/]] --- //Software and other dark arts, by Nolan Lawson//
|
||||
* [[λ ryan. himmelwright. net|https://ryan.himmelwright.net/]]
|
||||
@ -32,6 +33,8 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
|
||||
|
||||
These are kind of blogs, but don't contain mainly things written as blogs, but more note-like articles, like tutorials ecc...
|
||||
|
||||
* [[Attacomsian|https://attacomsian.com/]] --- [[]]
|
||||
* [[Naomi's Notes|https://notes.nyaomi.xyz/]]
|
||||
* 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230221204801305
|
||||
creator: Octt
|
||||
modified: 20230822235951750
|
||||
modified: 20230901234757906
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Web/Development
|
||||
@ -10,6 +10,7 @@ title: Web/Development
|
||||
* [[web.dev|https://web.dev/]] - //Guidance to build modern web experiences that work on any browser// (?)
|
||||
* [[Go Make Things|https://gomakethings.com/]] - //how to build a simpler, more resilient web//
|
||||
** [[The Vanilla JS Toolkit|https://vanillajstoolkit.com/]] - //tools and snippets for working with JavaScript// (libraries, functions, polyfills, learning)
|
||||
* [[Web Accessibility Developer Guide|https://www.accessibility-developer-guide.com/]]
|
||||
|
||||
!!! ''References''
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
created: 20230825221340887
|
||||
creator: Octt
|
||||
modified: 20230825224701118
|
||||
modified: 20230902000445288
|
||||
modifier: Octt
|
||||
tags: Unix
|
||||
tags: Unix Printing
|
||||
title: CUPS
|
||||
type:
|
||||
|
||||
|
12
Wiki-OcttKB/tiddlers/Normal/_EPSON WF-2510.tid
Normal file
12
Wiki-OcttKB/tiddlers/Normal/_EPSON WF-2510.tid
Normal file
@ -0,0 +1,12 @@
|
||||
created: 20230902000456550
|
||||
creator: Octt
|
||||
modified: 20230902001139619
|
||||
modifier: Octt
|
||||
tags: Printer
|
||||
title: EPSON WF-2510
|
||||
|
||||
Linux driver:
|
||||
|
||||
* on [[OpenPrinting|https://openprinting.org/printer/Epson/Epson-WF-2510_Series]]
|
||||
** the deb file is apparently outdated and won't work on Debian 12
|
||||
* (Debian) apt package: `printer-driver-escpr` (available in stable as of Debian 12)
|
8
Wiki-OcttKB/tiddlers/Normal/_Printer.tid
Normal file
8
Wiki-OcttKB/tiddlers/Normal/_Printer.tid
Normal file
@ -0,0 +1,8 @@
|
||||
created: 20230902000702833
|
||||
creator: Octt
|
||||
modified: 20230902000922245
|
||||
modifier: Octt
|
||||
tags: Printing
|
||||
title: Printer
|
||||
|
||||
<<^wikipediaframe "Printer (computing)">>
|
8
Wiki-OcttKB/tiddlers/Normal/_Printing.tid
Normal file
8
Wiki-OcttKB/tiddlers/Normal/_Printing.tid
Normal file
@ -0,0 +1,8 @@
|
||||
created: 20230902000338749
|
||||
creator: Octt
|
||||
modified: 20230902000422879
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Printing
|
||||
|
||||
<<^wikipediaframe Printing>>
|
@ -1,7 +1,7 @@
|
||||
created: 20221110120605389
|
||||
creator: Octt
|
||||
icon: 🐍
|
||||
modified: 20230725120134964
|
||||
modified: 20230901233057997
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random/?Python
|
||||
tags: Development $:/i18n:en
|
||||
@ -16,7 +16,11 @@ I hate that, while tab-indentation is practically supported by the interpreter,
|
||||
---
|
||||
|
||||
* [[PocketPy|https://pocketpy.dev/]] - //C++17 header-only Python interpreter for game engines.// - <<[ "[[Git|https://github.com/blueloveTH/pocketpy]]">>
|
||||
|
||||
!! How to and troubleshooting
|
||||
|
||||
* [[Hex string to int|https://www.tutorialspoint.com/How-to-convert-hex-string-into-int-in-Python]] --- `int('6f637474', 16)`, `int('0x6f637474', 10)`
|
||||
* [[How to copy files in Python?|https://stackoverflow.com/questions/123198/how-to-copy-files]] (with shutil)
|
||||
|
||||
!!! ''HTML things''
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
created: 20230825224858990
|
||||
creator: Octt
|
||||
modified: 20230825230038533
|
||||
modified: 20230901233905103
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Scripting
|
||||
|
||||
<<^wikipediaframe "Scripting language">>
|
||||
|
||||
* [[script-server|https://github.com/bugy/script-server]] --- //Web UI for your scripts with execution management//
|
||||
* [[n8n|https://n8n.io/]] --- //GUI Workflow automation for technical people// --- <<[# Git "https://github.com/n8n-io">> <<[# Docs "https://docs.n8n.io/">>
|
||||
* [[script-server|https://github.com/bugy/script-server]] (+ wiki) --- //Web UI for your scripts with execution management//
|
||||
* [[n8n|https://n8n.io/]] --- //GUI Workflow automation for technical people// --- <<[# Git "https://github.com/n8n-io">> <<[# Docs "https://docs.n8n.io/">> <<[# Forum "https://community.n8n.io/">>
|
||||
* [[Activepieces|https://www.activepieces.com/]] --- //Automate your work, Open source alternative to Zapier, Tray.io, make// --- Doesn't allow for complex workflows that span in multiple directions, only linear steps one at a time --- <<[# Git "https://github.com/activepieces">>
|
||||
|
10
Wiki-OcttKB/tiddlers/Normal/_dpkg.tid
Normal file
10
Wiki-OcttKB/tiddlers/Normal/_dpkg.tid
Normal file
@ -0,0 +1,10 @@
|
||||
created: 20230901234812489
|
||||
creator: Octt
|
||||
modified: 20230901235302500
|
||||
modifier: Octt
|
||||
tags: Debian
|
||||
title: dpkg
|
||||
|
||||
<<^wikipediaframe dpkg>>
|
||||
|
||||
* [[Ignore all dependencies for a specific package with apt-get|https://superuser.com/a/815371]] --- First install the package with `--force-depends` (dpkg) or `--nodeps` (apt), then find the offending package in `/var/lib/dpkg/status`, and edit the `Depends:` line to remove/alter the problematic dependency.
|
@ -1,5 +1,5 @@
|
||||
created: 20230901215156536
|
||||
created: 20230902001221375
|
||||
current-tiddler: GettingStarted
|
||||
modified: 20230901215156536
|
||||
modified: 20230902001221375
|
||||
title: $:/HistoryList
|
||||
type: application/json
|
@ -1,2 +1,6 @@
|
||||
created: 20230901225829887
|
||||
creator: Octt
|
||||
list:
|
||||
modified: 20230902000330969
|
||||
modifier: Octt
|
||||
title: $:/StoryList
|
@ -1,6 +1,6 @@
|
||||
created: 20220920140732083
|
||||
creator: Octt
|
||||
modified: 20230824093457864
|
||||
modified: 20230901235119787
|
||||
modifier: Octt
|
||||
title: $:/state/showeditpreview
|
||||
|
||||
|
@ -0,0 +1,7 @@
|
||||
created: 20230902000330348
|
||||
creator: Octt
|
||||
modified: 20230902000330348
|
||||
modifier: Octt
|
||||
title: $:/state/search-list/selected-item--1546365138
|
||||
|
||||
CUPS-secondaryList
|
Loading…
x
Reference in New Issue
Block a user