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 Jun 8, 2023
1 parent bc8ee31 commit d1e396e
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 35 deletions.
5 changes: 3 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/Android_Development.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230217221957113
creator: Octt
modified: 20230217221957113
modified: 20230608135904091
modifier: Octt
tags:
title: Android/Development
Expand Down Expand Up @@ -58,4 +58,5 @@ title: Android/Development
* ''jadx'' - //Dex to Java decompiler// - [[[Git|https://github.com/skylot/jadx]]]

; 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]]
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/Linux.tid
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
created: 20230111153758951
creator: Octt
modified: 20230605215508182
modified: 20230608140845114
modifier: Octt
tags: $:/i18n:en UNIX
tags: $:/i18n:en Unix
title: Linux

<<^wikipediaframe Linux en>>
Expand Down
10 changes: 10 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/Linux_Userspace.tid
Original file line number Diff line number Diff line change
@@ -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]]
10 changes: 10 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/Markup language.tid
Original file line number Diff line number Diff line change
@@ -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/]]
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/Open Services Providers.tid
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
created: 20230108195546523
modified: 20230206111552312
modified: 20230608140838338
modifier: Octt
tags: Internet $:/i18n:en
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]]
* [[Artemis|https://artemislena.eu/services]]
Expand Down
10 changes: 10 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/Pubnix.tid
Original file line number Diff line number Diff line change
@@ -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]].
11 changes: 0 additions & 11 deletions Wiki-OcttKB/tiddlers/Normal/Pubnix_en.tid

This file was deleted.

6 changes: 5 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/QEMU.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230217150049780
creator: Octt
modified: 20230223215751180
modified: 20230608141353147
modifier: Octt
tags: Emulation Libre
title: QEMU
Expand All @@ -11,3 +11,7 @@ title: 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]]).

!!! ''How-to''

* [[Really Simple Network Bridging With qemu|https://spad.uk/really-simple-network-bridging-with-qemu/]]
5 changes: 3 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/Saved_Social.tid
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
created: 20230513213607067
creator: Octt
modified: 20230513214444556
modified: 20230608135658847
modifier: Octt
title: Saved/Social

* [[Gattoposting|https://t.me/gattinibellicoccolosiuwu]]
* [[🦜 OctoVoLTE|https://t.me/ioctt]]
* [[Gattoposting|https://t.me/gattinibellicoccolosiuwu]]
* <<RedditL r/LinuxCrackSupport r/LinuxCrackSupport>>
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
created: 20230202232344991
creator: Octt
modified: 20230306165053956
modified: 20230608141303707
modifier: Octt
tags: $:/i18n:en
title: UNIX
title: Unix

<<^wikipediaframe Unix>>

* [[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]]
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
created: 20230605214923345
creator: Octt
modified: 20230605215529390
modified: 20230608141104628
modifier: Octt
tags:
title: UNIX/Shell
title: Unix/Shell

<<^wikipediaframe "Unix Shell">>

Expand Down
6 changes: 4 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/Windows.tid
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
created: 20230207213320932
creator: Octt
modified: 20230216224530424
modified: 20230608141040430
modifier: Octt
tags: Microsoft Proprietary OS
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

Expand Down
10 changes: 10 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/Windows_Advanced.tid
Original file line number Diff line number Diff line change
@@ -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/]]
15 changes: 13 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/ping.tid
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
created: 20230207184928180
creator: Octt
modified: 20230207185014962
modified: 20230608140722019
modifier: Octt
tags: Internet
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>
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: 20230605215618561
created: 20230608142641989
current-tiddler: GettingStarted
modified: 20230605215618561
modified: 20230608142641989
title: $:/HistoryList
type: application/json
2 changes: 1 addition & 1 deletion Wiki-OcttKB/tiddlers/System/$__OcttKB_Empty.tid
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
created: 19700101000000000
modified: 20230603234636000
modified: 20230605215713000
title: $:/OcttKB/Empty
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: 20230605211848253
created: 20230608135615237
creator: Octt
list:
modified: 20230605215533812
modified: 20230608142105020
modifier: Octt
title: $:/StoryList
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
created: 20220920092307479
creator: Octt
modified: 20230605214056660
modified: 20230608142552529
modifier: Octt
title: $:/state/tab/sidebar--595412856

$:/core/ui/SideBar/More
OcttKB/Index

0 comments on commit d1e396e

Please sign in to comment.