OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2023-06-08 14:26:42 +00:00
parent bc8ee31de4
commit d1e396e1ac
18 changed files with 87 additions and 35 deletions

View File

@ -1,6 +1,6 @@
created: 20230217221957113 created: 20230217221957113
creator: Octt creator: Octt
modified: 20230217221957113 modified: 20230608135904091
modifier: Octt modifier: Octt
tags: tags:
title: Android/Development title: Android/Development
@ -59,3 +59,4 @@ title: Android/Development
; Problems, Snippets, Guides ; Problems, Snippets, Guides
: [[Reverse Engineering and Analyzing Android Apps: A Step-by-Step Guide|https://medium.com/@asmaeziani47/reverse-engineering-and-analyzing-android-apps-a-step-by-step-guide-67b8af9bf152]] : [[Reverse Engineering and Analyzing Android Apps: A Step-by-Step Guide|https://medium.com/@asmaeziani47/reverse-engineering-and-analyzing-android-apps-a-step-by-step-guide-67b8af9bf152]]
: [[Flashing Stock or Custom Firmware with Heimdall (on linux)|https://www.simernes.com/?p=279]]

View File

@ -1,8 +1,8 @@
created: 20230111153758951 created: 20230111153758951
creator: Octt creator: Octt
modified: 20230605215508182 modified: 20230608140845114
modifier: Octt modifier: Octt
tags: $:/i18n:en UNIX tags: $:/i18n:en Unix
title: Linux title: Linux
<<^wikipediaframe Linux en>> <<^wikipediaframe Linux en>>

View File

@ -0,0 +1,10 @@
created: 20230608141932117
creator: Octt
modified: 20230608142245770
modifier: Octt
tags:
title: Linux/Userspace
* [[AppStream (Docs)|https://www.freedesktop.org/software/appstream/docs/]]
** [[AppStream .Metainfo.xml Creator|https://www.freedesktop.org/software/appstream/metainfocreator/]]
* [[Open Age Ratings Service (OARS)|https://hughsie.github.io/oars/index.html]]

View File

@ -0,0 +1,10 @@
created: 20230608142311687
creator: Octt
modified: 20230608142550462
modifier: Octt
tags:
title: Markup language
<<^wikipediaframe "Markup language">>
* [[JSON is valid YAML|https://til.codeinthehole.com/posts/json-is-valid-yaml/]]

View File

@ -1,10 +1,10 @@
created: 20230108195546523 created: 20230108195546523
modified: 20230206111552312 modified: 20230608140838338
modifier: Octt modifier: Octt
tags: Internet $:/i18n:en tags: Internet $:/i18n:en
title: Open Services Providers title: Open Services Providers
The following entities host miscellaneous useful open-source Internet services for the public. Some are classifiable as [[pubnixes|Pubnix:en]]. The following entities host miscellaneous useful open-source Internet services for the public. Some are classifiable as [[pubnixes|Pubnix]].
* [[adminForge|https://services.adminforge.de]] * [[adminForge|https://services.adminforge.de]]
* [[Artemis|https://artemislena.eu/services]] * [[Artemis|https://artemislena.eu/services]]

View File

@ -0,0 +1,10 @@
created: 20230108215508443
creator: Octt
modified: 20230608140845115
modifier: Octt
tags: Internet $:/i18n:en Unix
title: Pubnix
A ''pubnix'' (public-unix) is a [[Unix]] server provided by any entity, without profit motives, to the general public. They usually exist for self-empowerment, recreational, and learning use.
Some pubnixes are formally joined together in networks. One of the most popular active today is [[Tildeverse|https://tildeverse.org]].

View File

@ -1,11 +0,0 @@
created: 20230108215508443
creator: Octt
modified: 20230206222446135
modifier: Octt
tags: Internet $:/i18n:en UNIX
title: Pubnix:en
A ''pubnix'' (public-unix) is a [[Unix|Unix:en]] server provided by any entity, without profit motives, to the general public. They usually exist for self-empowerment, recreational, and learning use.
Some pubnixes are formally joined together in networks. One of the most popular active today is [[Tildeverse|https://tildeverse.org]].

View File

@ -1,6 +1,6 @@
created: 20230217150049780 created: 20230217150049780
creator: Octt creator: Octt
modified: 20230223215751180 modified: 20230608141353147
modifier: Octt modifier: Octt
tags: Emulation Libre tags: Emulation Libre
title: QEMU title: QEMU
@ -11,3 +11,7 @@ title: QEMU
<<^wikipediaframe QEMU>> <<^wikipediaframe QEMU>>
A software integrating QEMU as an [[Android]] app is [[Limbo PC Emulator|https://virtualmachinery.weebly.com/]] ([[Git|https://github.com/limboemu/limbo]]). A software integrating QEMU as an [[Android]] app is [[Limbo PC Emulator|https://virtualmachinery.weebly.com/]] ([[Git|https://github.com/limboemu/limbo]]).
!!! ''How-to''
* [[Really Simple Network Bridging With qemu|https://spad.uk/really-simple-network-bridging-with-qemu/]]

View File

@ -1,8 +1,9 @@
created: 20230513213607067 created: 20230513213607067
creator: Octt creator: Octt
modified: 20230513214444556 modified: 20230608135658847
modifier: Octt modifier: Octt
title: Saved/Social title: Saved/Social
* [[Gattoposting|https://t.me/gattinibellicoccolosiuwu]]
* [[🦜 OctoVoLTE|https://t.me/ioctt]] * [[🦜 OctoVoLTE|https://t.me/ioctt]]
* [[Gattoposting|https://t.me/gattinibellicoccolosiuwu]]
* <<RedditL r/LinuxCrackSupport r/LinuxCrackSupport>>

View File

@ -1,10 +1,14 @@
created: 20230202232344991 created: 20230202232344991
creator: Octt creator: Octt
modified: 20230306165053956 modified: 20230608141303707
modifier: Octt modifier: Octt
tags: $:/i18n:en tags: $:/i18n:en
title: UNIX title: Unix
<<^wikipediaframe Unix>> <<^wikipediaframe Unix>>
* [[MINIX From Scratch|https://github.com/o-oconnell/minixfromscratch]] - //Development and compilation setup for the book version of MINIX 3// * [[MINIX From Scratch|https://github.com/o-oconnell/minixfromscratch]] - //Development and compilation setup for the book version of MINIX 3//
!!! ''How-to''
* [[Make subdirectory writable by anyone even if parent folder is not|https://unix.stackexchange.com/a/490082]]

View File

@ -1,9 +1,9 @@
created: 20230605214923345 created: 20230605214923345
creator: Octt creator: Octt
modified: 20230605215529390 modified: 20230608141104628
modifier: Octt modifier: Octt
tags: tags:
title: UNIX/Shell title: Unix/Shell
<<^wikipediaframe "Unix Shell">> <<^wikipediaframe "Unix Shell">>

View File

@ -1,11 +1,13 @@
created: 20230207213320932 created: 20230207213320932
creator: Octt creator: Octt
modified: 20230216224530424 modified: 20230608141040430
modifier: Octt modifier: Octt
tags: Microsoft Proprietary OS tags: Microsoft Proprietary OS
title: Windows title: Windows
<<MediaWiki Microsoft_Windows en 4>> <<^wikipediaframe Microsoft_Windows en>>
* [[Generic key to install Windows 10, Windows 8.1 and Windows 8|https://winaero.com/generic-key-to-install-windows/]]
!! ''Resources'' for the platform !! ''Resources'' for the platform

View File

@ -0,0 +1,10 @@
created: 20230608141508649
creator: Octt
modified: 20230608141827170
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/]]

View File

@ -1,8 +1,19 @@
created: 20230207184928180 created: 20230207184928180
creator: Octt creator: Octt
modified: 20230207185014962 modified: 20230608140722019
modifier: Octt modifier: Octt
tags: Internet tags: Internet
title: ping title: ping
<<MediaWiki ping_(networking_utility) en 3>> <<^wikipediaframe ping_(networking_utility) en>>
* [[Ping "DUP!"|https://askubuntu.com/a/970492]] --- It's something that can happen when seeing data with `ping`: a packet gets corrupted somewhere in the way and a duplicate ping packet is received. Not dangerous unless it happens very frequently. <div>
```
$ ping example.com
PING example.com [...]
64 bytes from [...]: icmp_seq=1 [...]
64 bytes from [...]: icmp_seq=1 [...] (DUP!)
64 bytes from [...]: icmp_seq=2 [...]
```
</div>

View File

@ -1,5 +1,5 @@
created: 20230605215618561 created: 20230608142641989
current-tiddler: GettingStarted current-tiddler: GettingStarted
modified: 20230605215618561 modified: 20230608142641989
title: $:/HistoryList title: $:/HistoryList
type: application/json type: application/json

View File

@ -1,3 +1,3 @@
created: 19700101000000000 created: 19700101000000000
modified: 20230603234636000 modified: 20230605215713000
title: $:/OcttKB/Empty title: $:/OcttKB/Empty

View File

@ -1,6 +1,6 @@
created: 20230605211848253 created: 20230608135615237
creator: Octt creator: Octt
list: list:
modified: 20230605215533812 modified: 20230608142105020
modifier: Octt modifier: Octt
title: $:/StoryList title: $:/StoryList

View File

@ -1,7 +1,7 @@
created: 20220920092307479 created: 20220920092307479
creator: Octt creator: Octt
modified: 20230605214056660 modified: 20230608142552529
modifier: Octt modifier: Octt
title: $:/state/tab/sidebar--595412856 title: $:/state/tab/sidebar--595412856
$:/core/ui/SideBar/More OcttKB/Index