diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index fff35b0..fa19b44 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "notes/drafts/linux/index.md", + "file": "notes/index/index.md", "mode": "source", "source": false }, @@ -27,12 +27,12 @@ "state": { "type": "markdown", "state": { - "file": "notes/ready/bash.md", + "file": "notes/c-language.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "bash" + "title": "c-language" } } ] @@ -155,7 +155,7 @@ "state": { "type": "outline", "state": { - "file": "notes/drafts/linux/index.md", + "file": "notes/index/index.md", "followCursor": false, "showSearch": false, "searchQuery": "" @@ -193,53 +193,53 @@ "table-editor-obsidian:Advanced Tables Toolbar": false } }, - "active": "c01600dff17cd347", + "active": "b73f137a8a755c19", "lastOpenFiles": [ + "drafts/linux-encrypt/index.md", + "drafts/linux/index.md", + "drafts/linux/image7.png", + "drafts/linux/image6.png", + "drafts/linux/image5.png", + "drafts/linux/Pasted image 20250401143509.png", + "drafts/linux/EXT3.png", + "drafts/linux/EXT2.png", + "drafts/swift.md", + "drafts/rust.md", + "drafts/nvim.md", + "drafts/macOS.md", + "drafts/lua.md", + "drafts/linux-encrypt", + "drafts/linux", + "drafts/hardware-tools.md", + "drafts/bash.md", + "drafts/assembly.md", + "drafts", + "notes/drafts/bash.md", + "notes/bash.md", + "notes/index/index.md", + "notes/drafts/linux/index.md", "notes/drafts/rust.md", "notes/drafts/swift.md", "notes/drafts/linux-encrypt/index.md", - "notes/drafts/linux/index.md", - "notes/ready/bash.md", - "notes/index/index.md", - "notes/ready/c-language.md", - "notes/ready/compiling.md", - "notes/ready/firewall.md", - "notes/ready/git.md", - "notes/ready/gdb.md", + "notes/c-language.md", + "notes/compiling.md", + "notes/firewall.md", + "notes/git.md", + "notes/gdb.md", "notes/drafts/linux/Pasted image 20250401143509.png", "Pasted image 20250401143252.png", "debian-12.10.0-amd64-netinst.iso", - "notes/ready/encryption.md", - "notes/ready/wsl2.md", + "notes/encryption.md", + "notes/wsl2.md", "notes/ready/encrypt-files.md", "notes/drafts/linux/EXT3.png", - "notes/ready/algorithms_and_data/index.md", - "notes/ready/how_to_computer/index 1.md", + "notes/algorithms_and_data/index.md", "notes/index", - "notes/cs/index.md", "notes/cs", - "posts/linux-starter-guide/index.md", - "notes/drafts/nvim.md", - "_Templates/note.md", - "notes/ready/how_to_computer/index.md", - "notes/ready/databases/index.md", - "notes/ready/python.md", - "notes/Untitled.md", - "notes/ready/c-snippets.md", - "posts/dotfiles.md", "textgenerator/templates/awesomePrompts", "textgenerator/templates", "textgenerator", - "notes/ready/how_to_computer/Pasted image 20250319161431.png", - "notes/ready/how_to_computer/image 1.png", - "notes/ready/how_to_computer/Pasted image 20250318102600.png", - "posts/exploring-freebsd/freebsd14-install.png", - "posts/exploring-freebsd", - "posts/jcionx-mac-utils/syncthing.png", - "posts/jcionx-mac-utils/stats.png", - "posts/jcionx-mac-utils/keka.png", - "posts/jcionx-mac-utils", - "posts/linux-starter-guide", - "Clippings" + "notes/how_to_computer/Pasted image 20250319161431.png", + "posts/exploring-freebsd" ] } \ No newline at end of file diff --git a/content/notes/drafts/assembly.md b/content/drafts/assembly.md similarity index 100% rename from content/notes/drafts/assembly.md rename to content/drafts/assembly.md diff --git a/content/notes/ready/bash.md b/content/drafts/bash.md similarity index 98% rename from content/notes/ready/bash.md rename to content/drafts/bash.md index efd1b8b..c6b0ca5 100644 --- a/content/notes/ready/bash.md +++ b/content/drafts/bash.md @@ -14,7 +14,7 @@ showToc: true - `""` Defines a string which supports substitutions (`$` and `\`, for example). - `''` Defines a string, but preserves its actual value (substitutions are treated as regular characters). -- [ANSI Escape Sequences](../../ready/c-language.md#ANSI%20Escape%20Sequences) apply when using `""`. +- [ANSI Escape Sequences](c-language.md#ANSI%20Escape%20Sequences) apply when using `""`. ### Comments diff --git a/content/notes/drafts/hardware-tools.md b/content/drafts/hardware-tools.md similarity index 100% rename from content/notes/drafts/hardware-tools.md rename to content/drafts/hardware-tools.md diff --git a/content/notes/drafts/linux-encrypt/index.md b/content/drafts/linux-encrypt/index.md similarity index 100% rename from content/notes/drafts/linux-encrypt/index.md rename to content/drafts/linux-encrypt/index.md diff --git a/content/notes/drafts/linux/EXT2.png b/content/drafts/linux/EXT2.png similarity index 100% rename from content/notes/drafts/linux/EXT2.png rename to content/drafts/linux/EXT2.png diff --git a/content/notes/drafts/linux/EXT3.png b/content/drafts/linux/EXT3.png similarity index 100% rename from content/notes/drafts/linux/EXT3.png rename to content/drafts/linux/EXT3.png diff --git a/content/notes/drafts/linux/Pasted image 20250401143509.png b/content/drafts/linux/Pasted image 20250401143509.png similarity index 100% rename from content/notes/drafts/linux/Pasted image 20250401143509.png rename to content/drafts/linux/Pasted image 20250401143509.png diff --git a/content/notes/drafts/linux/image5.png b/content/drafts/linux/image5.png similarity index 100% rename from content/notes/drafts/linux/image5.png rename to content/drafts/linux/image5.png diff --git a/content/notes/drafts/linux/image6.png b/content/drafts/linux/image6.png similarity index 100% rename from content/notes/drafts/linux/image6.png rename to content/drafts/linux/image6.png diff --git a/content/notes/drafts/linux/image7.png b/content/drafts/linux/image7.png similarity index 100% rename from content/notes/drafts/linux/image7.png rename to content/drafts/linux/image7.png diff --git a/content/notes/drafts/linux/index.md b/content/drafts/linux/index.md similarity index 99% rename from content/notes/drafts/linux/index.md rename to content/drafts/linux/index.md index 41d69f9..bd6251e 100644 --- a/content/notes/drafts/linux/index.md +++ b/content/drafts/linux/index.md @@ -91,7 +91,7 @@ Uses linked lists to store and lookup data, to keep the implementation of the fi ##### HTrees -`EXT3` can also use a [index](ready/algorithms_and_data/index.md) instead of a linked list to store directory entries, making lookup times much faster. To build the HTree, all filenames are hashed and ordered, making the implementation more complex. This feature is disabled by default. +`EXT3` can also use a [index](notes/algorithms_and_data/index.md) instead of a linked list to store directory entries, making lookup times much faster. To build the HTree, all filenames are hashed and ordered, making the implementation more complex. This feature is disabled by default. ##### Scalability @@ -451,7 +451,7 @@ These APIs are code functions that forward the requests to a library such as `Me `Mesa` then calls the Kernel's DRM (Direct Rendering Engine), which then calls the GPU driver to provide GPU capabilities. The GPU still has a device file, which is used by the Kernel's DRM and Mesa, but most commands are delivered to the GPU driver directly. -## Shell ([bash](../../ready/bash.md)) +## Shell ([bash](bash.md)) The kernel by itself isn't intractable, so a shell is needed for the user to be able to execute programs and run commands. Bash is not only a prompt, but also an interpreter for its own programming language, which can be used to write scripts and automate tasks. diff --git a/content/notes/drafts/lua.md b/content/drafts/lua.md similarity index 100% rename from content/notes/drafts/lua.md rename to content/drafts/lua.md diff --git a/content/notes/drafts/macOS.md b/content/drafts/macOS.md similarity index 100% rename from content/notes/drafts/macOS.md rename to content/drafts/macOS.md diff --git a/content/notes/drafts/nvim.md b/content/drafts/nvim.md similarity index 100% rename from content/notes/drafts/nvim.md rename to content/drafts/nvim.md diff --git a/content/notes/drafts/rust.md b/content/drafts/rust.md similarity index 100% rename from content/notes/drafts/rust.md rename to content/drafts/rust.md diff --git a/content/notes/drafts/swift.md b/content/drafts/swift.md similarity index 100% rename from content/notes/drafts/swift.md rename to content/drafts/swift.md diff --git a/content/notes/ready/algorithms_and_data/bigO.png b/content/notes/algorithms_and_data/bigO.png similarity index 100% rename from content/notes/ready/algorithms_and_data/bigO.png rename to content/notes/algorithms_and_data/bigO.png diff --git a/content/notes/ready/algorithms_and_data/index.md b/content/notes/algorithms_and_data/index.md similarity index 100% rename from content/notes/ready/algorithms_and_data/index.md rename to content/notes/algorithms_and_data/index.md diff --git a/content/notes/ready/algorithms_and_data/trie.png b/content/notes/algorithms_and_data/trie.png similarity index 100% rename from content/notes/ready/algorithms_and_data/trie.png rename to content/notes/algorithms_and_data/trie.png diff --git a/content/notes/ready/c-language.md b/content/notes/c-language.md similarity index 100% rename from content/notes/ready/c-language.md rename to content/notes/c-language.md diff --git a/content/notes/ready/c-snippets.md b/content/notes/c-snippets.md similarity index 100% rename from content/notes/ready/c-snippets.md rename to content/notes/c-snippets.md diff --git a/content/notes/ready/compiling.md b/content/notes/compiling.md similarity index 100% rename from content/notes/ready/compiling.md rename to content/notes/compiling.md diff --git a/content/notes/ready/databases/image94.png b/content/notes/databases/image94.png similarity index 100% rename from content/notes/ready/databases/image94.png rename to content/notes/databases/image94.png diff --git a/content/notes/ready/databases/image95.png b/content/notes/databases/image95.png similarity index 100% rename from content/notes/ready/databases/image95.png rename to content/notes/databases/image95.png diff --git a/content/notes/ready/databases/index.md b/content/notes/databases/index.md similarity index 99% rename from content/notes/ready/databases/index.md rename to content/notes/databases/index.md index 556a54b..f7a577a 100644 --- a/content/notes/ready/databases/index.md +++ b/content/notes/databases/index.md @@ -14,7 +14,7 @@ showToc: true A "table" written into a single file. The most common file type for this purpose is `CSV`. The `CSV` format reads each line as a row, and each comma-separated value as a column. The first row on a `CSV` file is used to describe the data in each column. If a `,` is present on the dataset, surround that entry with `"` to 'escape' it. -These files can be read and written to using languages like [c-language](../c-language.md) and [python](../python.md). +These files can be read and written to using languages like [c-language](c-language.md) and [python](python.md). ## Relational Databases diff --git a/content/notes/ready/encryption.md b/content/notes/encryption.md similarity index 100% rename from content/notes/ready/encryption.md rename to content/notes/encryption.md diff --git a/content/notes/ready/firewall.md b/content/notes/firewall.md similarity index 100% rename from content/notes/ready/firewall.md rename to content/notes/firewall.md diff --git a/content/notes/ready/flask.md b/content/notes/flask.md similarity index 100% rename from content/notes/ready/flask.md rename to content/notes/flask.md diff --git a/content/notes/ready/gdb.md b/content/notes/gdb.md similarity index 100% rename from content/notes/ready/gdb.md rename to content/notes/gdb.md diff --git a/content/notes/ready/git.md b/content/notes/git.md similarity index 100% rename from content/notes/ready/git.md rename to content/notes/git.md diff --git a/content/notes/ready/how_to_computer/3bit_decoder.png b/content/notes/how_to_computer/3bit_decoder.png similarity index 100% rename from content/notes/ready/how_to_computer/3bit_decoder.png rename to content/notes/how_to_computer/3bit_decoder.png diff --git a/content/notes/ready/how_to_computer/8bit_register.png b/content/notes/how_to_computer/8bit_register.png similarity index 100% rename from content/notes/ready/how_to_computer/8bit_register.png rename to content/notes/how_to_computer/8bit_register.png diff --git a/content/notes/ready/how_to_computer/AND_electronics.png b/content/notes/how_to_computer/AND_electronics.png similarity index 100% rename from content/notes/ready/how_to_computer/AND_electronics.png rename to content/notes/how_to_computer/AND_electronics.png diff --git a/content/notes/ready/how_to_computer/AND_electronics_transistors.png b/content/notes/how_to_computer/AND_electronics_transistors.png similarity index 100% rename from content/notes/ready/how_to_computer/AND_electronics_transistors.png rename to content/notes/how_to_computer/AND_electronics_transistors.png diff --git a/content/notes/ready/how_to_computer/AND_gates.png b/content/notes/how_to_computer/AND_gates.png similarity index 100% rename from content/notes/ready/how_to_computer/AND_gates.png rename to content/notes/how_to_computer/AND_gates.png diff --git a/content/notes/ready/how_to_computer/AND_gates_big.png b/content/notes/how_to_computer/AND_gates_big.png similarity index 100% rename from content/notes/ready/how_to_computer/AND_gates_big.png rename to content/notes/how_to_computer/AND_gates_big.png diff --git a/content/notes/ready/how_to_computer/LEG.png b/content/notes/how_to_computer/LEG.png similarity index 100% rename from content/notes/ready/how_to_computer/LEG.png rename to content/notes/how_to_computer/LEG.png diff --git a/content/notes/ready/how_to_computer/NAND_circuit.png b/content/notes/how_to_computer/NAND_circuit.png similarity index 100% rename from content/notes/ready/how_to_computer/NAND_circuit.png rename to content/notes/how_to_computer/NAND_circuit.png diff --git a/content/notes/ready/how_to_computer/NOR_gates.png b/content/notes/how_to_computer/NOR_gates.png similarity index 100% rename from content/notes/ready/how_to_computer/NOR_gates.png rename to content/notes/how_to_computer/NOR_gates.png diff --git a/content/notes/ready/how_to_computer/NOT_electronics.png b/content/notes/how_to_computer/NOT_electronics.png similarity index 100% rename from content/notes/ready/how_to_computer/NOT_electronics.png rename to content/notes/how_to_computer/NOT_electronics.png diff --git a/content/notes/ready/how_to_computer/NOT_gates.png b/content/notes/how_to_computer/NOT_gates.png similarity index 100% rename from content/notes/ready/how_to_computer/NOT_gates.png rename to content/notes/how_to_computer/NOT_gates.png diff --git a/content/notes/ready/how_to_computer/OR_electronics.png b/content/notes/how_to_computer/OR_electronics.png similarity index 100% rename from content/notes/ready/how_to_computer/OR_electronics.png rename to content/notes/how_to_computer/OR_electronics.png diff --git a/content/notes/ready/how_to_computer/OR_gates.png b/content/notes/how_to_computer/OR_gates.png similarity index 100% rename from content/notes/ready/how_to_computer/OR_gates.png rename to content/notes/how_to_computer/OR_gates.png diff --git a/content/notes/ready/how_to_computer/OR_gates_big.png b/content/notes/how_to_computer/OR_gates_big.png similarity index 100% rename from content/notes/ready/how_to_computer/OR_gates_big.png rename to content/notes/how_to_computer/OR_gates_big.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250306105245.png b/content/notes/how_to_computer/Pasted image 20250306105245.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250306105245.png rename to content/notes/how_to_computer/Pasted image 20250306105245.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250306113013.png b/content/notes/how_to_computer/Pasted image 20250306113013.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250306113013.png rename to content/notes/how_to_computer/Pasted image 20250306113013.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250306113821.png b/content/notes/how_to_computer/Pasted image 20250306113821.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250306113821.png rename to content/notes/how_to_computer/Pasted image 20250306113821.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250306120537.png b/content/notes/how_to_computer/Pasted image 20250306120537.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250306120537.png rename to content/notes/how_to_computer/Pasted image 20250306120537.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250307115740.png b/content/notes/how_to_computer/Pasted image 20250307115740.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250307115740.png rename to content/notes/how_to_computer/Pasted image 20250307115740.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250307131641.png b/content/notes/how_to_computer/Pasted image 20250307131641.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250307131641.png rename to content/notes/how_to_computer/Pasted image 20250307131641.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250307131757.png b/content/notes/how_to_computer/Pasted image 20250307131757.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250307131757.png rename to content/notes/how_to_computer/Pasted image 20250307131757.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250307134315.png b/content/notes/how_to_computer/Pasted image 20250307134315.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250307134315.png rename to content/notes/how_to_computer/Pasted image 20250307134315.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250307135207.png b/content/notes/how_to_computer/Pasted image 20250307135207.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250307135207.png rename to content/notes/how_to_computer/Pasted image 20250307135207.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250307140353.png b/content/notes/how_to_computer/Pasted image 20250307140353.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250307140353.png rename to content/notes/how_to_computer/Pasted image 20250307140353.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250307164854.png b/content/notes/how_to_computer/Pasted image 20250307164854.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250307164854.png rename to content/notes/how_to_computer/Pasted image 20250307164854.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250307165834.png b/content/notes/how_to_computer/Pasted image 20250307165834.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250307165834.png rename to content/notes/how_to_computer/Pasted image 20250307165834.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250310095309.png b/content/notes/how_to_computer/Pasted image 20250310095309.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250310095309.png rename to content/notes/how_to_computer/Pasted image 20250310095309.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250310101018.png b/content/notes/how_to_computer/Pasted image 20250310101018.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250310101018.png rename to content/notes/how_to_computer/Pasted image 20250310101018.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250310112300.png b/content/notes/how_to_computer/Pasted image 20250310112300.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250310112300.png rename to content/notes/how_to_computer/Pasted image 20250310112300.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250310113000.png b/content/notes/how_to_computer/Pasted image 20250310113000.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250310113000.png rename to content/notes/how_to_computer/Pasted image 20250310113000.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250311082902.png b/content/notes/how_to_computer/Pasted image 20250311082902.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250311082902.png rename to content/notes/how_to_computer/Pasted image 20250311082902.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250311083221.png b/content/notes/how_to_computer/Pasted image 20250311083221.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250311083221.png rename to content/notes/how_to_computer/Pasted image 20250311083221.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250311083348.png b/content/notes/how_to_computer/Pasted image 20250311083348.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250311083348.png rename to content/notes/how_to_computer/Pasted image 20250311083348.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250311091203.png b/content/notes/how_to_computer/Pasted image 20250311091203.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250311091203.png rename to content/notes/how_to_computer/Pasted image 20250311091203.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250311091659.png b/content/notes/how_to_computer/Pasted image 20250311091659.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250311091659.png rename to content/notes/how_to_computer/Pasted image 20250311091659.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250311091929.png b/content/notes/how_to_computer/Pasted image 20250311091929.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250311091929.png rename to content/notes/how_to_computer/Pasted image 20250311091929.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250311102143.png b/content/notes/how_to_computer/Pasted image 20250311102143.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250311102143.png rename to content/notes/how_to_computer/Pasted image 20250311102143.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250318102600.png b/content/notes/how_to_computer/Pasted image 20250318102600.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250318102600.png rename to content/notes/how_to_computer/Pasted image 20250318102600.png diff --git a/content/notes/ready/how_to_computer/Pasted image 20250319161431.png b/content/notes/how_to_computer/Pasted image 20250319161431.png similarity index 100% rename from content/notes/ready/how_to_computer/Pasted image 20250319161431.png rename to content/notes/how_to_computer/Pasted image 20250319161431.png diff --git a/content/notes/ready/how_to_computer/XNOR_gates.png b/content/notes/how_to_computer/XNOR_gates.png similarity index 100% rename from content/notes/ready/how_to_computer/XNOR_gates.png rename to content/notes/how_to_computer/XNOR_gates.png diff --git a/content/notes/ready/how_to_computer/XOR_gates.png b/content/notes/how_to_computer/XOR_gates.png similarity index 100% rename from content/notes/ready/how_to_computer/XOR_gates.png rename to content/notes/how_to_computer/XOR_gates.png diff --git a/content/notes/ready/how_to_computer/addition.png b/content/notes/how_to_computer/addition.png similarity index 100% rename from content/notes/ready/how_to_computer/addition.png rename to content/notes/how_to_computer/addition.png diff --git a/content/notes/ready/how_to_computer/binarycalc.png b/content/notes/how_to_computer/binarycalc.png similarity index 100% rename from content/notes/ready/how_to_computer/binarycalc.png rename to content/notes/how_to_computer/binarycalc.png diff --git a/content/notes/ready/how_to_computer/bit_switch.png b/content/notes/how_to_computer/bit_switch.png similarity index 100% rename from content/notes/ready/how_to_computer/bit_switch.png rename to content/notes/how_to_computer/bit_switch.png diff --git a/content/notes/ready/how_to_computer/bus.png b/content/notes/how_to_computer/bus.png similarity index 100% rename from content/notes/ready/how_to_computer/bus.png rename to content/notes/how_to_computer/bus.png diff --git a/content/notes/ready/how_to_computer/d1.png b/content/notes/how_to_computer/d1.png similarity index 100% rename from content/notes/ready/how_to_computer/d1.png rename to content/notes/how_to_computer/d1.png diff --git a/content/notes/ready/how_to_computer/d2.png b/content/notes/how_to_computer/d2.png similarity index 100% rename from content/notes/ready/how_to_computer/d2.png rename to content/notes/how_to_computer/d2.png diff --git a/content/notes/ready/how_to_computer/d3.png b/content/notes/how_to_computer/d3.png similarity index 100% rename from content/notes/ready/how_to_computer/d3.png rename to content/notes/how_to_computer/d3.png diff --git a/content/notes/ready/how_to_computer/d4.png b/content/notes/how_to_computer/d4.png similarity index 100% rename from content/notes/ready/how_to_computer/d4.png rename to content/notes/how_to_computer/d4.png diff --git a/content/notes/ready/how_to_computer/d5.png b/content/notes/how_to_computer/d5.png similarity index 100% rename from content/notes/ready/how_to_computer/d5.png rename to content/notes/how_to_computer/d5.png diff --git a/content/notes/ready/how_to_computer/d6.png b/content/notes/how_to_computer/d6.png similarity index 100% rename from content/notes/ready/how_to_computer/d6.png rename to content/notes/how_to_computer/d6.png diff --git a/content/notes/ready/how_to_computer/decoder.png b/content/notes/how_to_computer/decoder.png similarity index 100% rename from content/notes/ready/how_to_computer/decoder.png rename to content/notes/how_to_computer/decoder.png diff --git a/content/notes/ready/how_to_computer/full_adder.png b/content/notes/how_to_computer/full_adder.png similarity index 100% rename from content/notes/ready/how_to_computer/full_adder.png rename to content/notes/how_to_computer/full_adder.png diff --git a/content/notes/ready/how_to_computer/full_adder_8bit.png b/content/notes/how_to_computer/full_adder_8bit.png similarity index 100% rename from content/notes/ready/how_to_computer/full_adder_8bit.png rename to content/notes/how_to_computer/full_adder_8bit.png diff --git a/content/notes/ready/how_to_computer/half_adder.png b/content/notes/how_to_computer/half_adder.png similarity index 100% rename from content/notes/ready/how_to_computer/half_adder.png rename to content/notes/how_to_computer/half_adder.png diff --git a/content/notes/ready/how_to_computer/image 1.png b/content/notes/how_to_computer/image 1.png similarity index 100% rename from content/notes/ready/how_to_computer/image 1.png rename to content/notes/how_to_computer/image 1.png diff --git a/content/notes/ready/how_to_computer/image1.png b/content/notes/how_to_computer/image1.png similarity index 100% rename from content/notes/ready/how_to_computer/image1.png rename to content/notes/how_to_computer/image1.png diff --git a/content/notes/ready/how_to_computer/image2.png b/content/notes/how_to_computer/image2.png similarity index 100% rename from content/notes/ready/how_to_computer/image2.png rename to content/notes/how_to_computer/image2.png diff --git a/content/notes/ready/how_to_computer/image3.png b/content/notes/how_to_computer/image3.png similarity index 100% rename from content/notes/ready/how_to_computer/image3.png rename to content/notes/how_to_computer/image3.png diff --git a/content/notes/ready/how_to_computer/image4.png b/content/notes/how_to_computer/image4.png similarity index 100% rename from content/notes/ready/how_to_computer/image4.png rename to content/notes/how_to_computer/image4.png diff --git a/content/notes/ready/how_to_computer/image42.png b/content/notes/how_to_computer/image42.png similarity index 100% rename from content/notes/ready/how_to_computer/image42.png rename to content/notes/how_to_computer/image42.png diff --git a/content/notes/ready/how_to_computer/image43.png b/content/notes/how_to_computer/image43.png similarity index 100% rename from content/notes/ready/how_to_computer/image43.png rename to content/notes/how_to_computer/image43.png diff --git a/content/notes/ready/how_to_computer/image44.png b/content/notes/how_to_computer/image44.png similarity index 100% rename from content/notes/ready/how_to_computer/image44.png rename to content/notes/how_to_computer/image44.png diff --git a/content/notes/ready/how_to_computer/image45.png b/content/notes/how_to_computer/image45.png similarity index 100% rename from content/notes/ready/how_to_computer/image45.png rename to content/notes/how_to_computer/image45.png diff --git a/content/notes/ready/how_to_computer/image46.png b/content/notes/how_to_computer/image46.png similarity index 100% rename from content/notes/ready/how_to_computer/image46.png rename to content/notes/how_to_computer/image46.png diff --git a/content/notes/ready/how_to_computer/image47.png b/content/notes/how_to_computer/image47.png similarity index 100% rename from content/notes/ready/how_to_computer/image47.png rename to content/notes/how_to_computer/image47.png diff --git a/content/notes/ready/how_to_computer/image49.png b/content/notes/how_to_computer/image49.png similarity index 100% rename from content/notes/ready/how_to_computer/image49.png rename to content/notes/how_to_computer/image49.png diff --git a/content/notes/ready/how_to_computer/image69.png b/content/notes/how_to_computer/image69.png similarity index 100% rename from content/notes/ready/how_to_computer/image69.png rename to content/notes/how_to_computer/image69.png diff --git a/content/notes/ready/how_to_computer/image75.png b/content/notes/how_to_computer/image75.png similarity index 100% rename from content/notes/ready/how_to_computer/image75.png rename to content/notes/how_to_computer/image75.png diff --git a/content/notes/ready/how_to_computer/image84.png b/content/notes/how_to_computer/image84.png similarity index 100% rename from content/notes/ready/how_to_computer/image84.png rename to content/notes/how_to_computer/image84.png diff --git a/content/notes/ready/how_to_computer/image85.png b/content/notes/how_to_computer/image85.png similarity index 100% rename from content/notes/ready/how_to_computer/image85.png rename to content/notes/how_to_computer/image85.png diff --git a/content/notes/ready/how_to_computer/image86.png b/content/notes/how_to_computer/image86.png similarity index 100% rename from content/notes/ready/how_to_computer/image86.png rename to content/notes/how_to_computer/image86.png diff --git a/content/notes/ready/how_to_computer/image87.png b/content/notes/how_to_computer/image87.png similarity index 100% rename from content/notes/ready/how_to_computer/image87.png rename to content/notes/how_to_computer/image87.png diff --git a/content/notes/ready/how_to_computer/image88.png b/content/notes/how_to_computer/image88.png similarity index 100% rename from content/notes/ready/how_to_computer/image88.png rename to content/notes/how_to_computer/image88.png diff --git a/content/notes/ready/how_to_computer/image89.png b/content/notes/how_to_computer/image89.png similarity index 100% rename from content/notes/ready/how_to_computer/image89.png rename to content/notes/how_to_computer/image89.png diff --git a/content/notes/ready/how_to_computer/image90.png b/content/notes/how_to_computer/image90.png similarity index 100% rename from content/notes/ready/how_to_computer/image90.png rename to content/notes/how_to_computer/image90.png diff --git a/content/notes/ready/how_to_computer/image92.png b/content/notes/how_to_computer/image92.png similarity index 100% rename from content/notes/ready/how_to_computer/image92.png rename to content/notes/how_to_computer/image92.png diff --git a/content/notes/ready/how_to_computer/index.md b/content/notes/how_to_computer/index.md similarity index 100% rename from content/notes/ready/how_to_computer/index.md rename to content/notes/how_to_computer/index.md diff --git a/content/notes/ready/how_to_computer/input_selector.png b/content/notes/how_to_computer/input_selector.png similarity index 100% rename from content/notes/ready/how_to_computer/input_selector.png rename to content/notes/how_to_computer/input_selector.png diff --git a/content/notes/ready/how_to_computer/multiplication.png b/content/notes/how_to_computer/multiplication.png similarity index 100% rename from content/notes/ready/how_to_computer/multiplication.png rename to content/notes/how_to_computer/multiplication.png diff --git a/content/notes/ready/how_to_computer/signed_negator.png b/content/notes/how_to_computer/signed_negator.png similarity index 100% rename from content/notes/ready/how_to_computer/signed_negator.png rename to content/notes/how_to_computer/signed_negator.png diff --git a/content/notes/ready/how_to_computer/transistor_latch.png b/content/notes/how_to_computer/transistor_latch.png similarity index 100% rename from content/notes/ready/how_to_computer/transistor_latch.png rename to content/notes/how_to_computer/transistor_latch.png diff --git a/content/notes/ready/html.md b/content/notes/html.md similarity index 100% rename from content/notes/ready/html.md rename to content/notes/html.md diff --git a/content/notes/ready/http.md b/content/notes/http.md similarity index 100% rename from content/notes/ready/http.md rename to content/notes/http.md diff --git a/content/notes/ready/https-ssl-certs.md b/content/notes/https-ssl-certs.md similarity index 100% rename from content/notes/ready/https-ssl-certs.md rename to content/notes/https-ssl-certs.md diff --git a/content/notes/index/index.md b/content/notes/index/index.md index c69bfc9..9129813 100644 --- a/content/notes/index/index.md +++ b/content/notes/index/index.md @@ -9,32 +9,32 @@ showToc: true weight: "1" --- -- [Building a Computer From Scratch](../ready/how_to_computer/) +- [Building a Computer From Scratch](../how_to_computer/) - Linux - `Coming Soon!` - Shell Scripting `BASH` - `Coming Soon!` -- [C](../ready/c-language/) - - [Compiling](../ready/compiling/) `Make` `GCC` `Clang` - - [Debugging](../ready/gdb/) `GDB` - - [Snippets](../ready/c-snippets/) -- [Algorithms & Data Structures](../ready/algorithms_and_data/) +- [C](../c-language/) + - [Compiling](../compiling/) `Make` `GCC` `Clang` + - [Debugging](../gdb/) `GDB` + - [Snippets](../c-snippets/) +- [Algorithms & Data Structures](../algorithms_and_data/) - Rust Lang - `Coming Soon!` - GUI Apps `GTK4` - `Coming Soon!` -- [Python](../ready/python/) - - [Flask](../ready/flask/) -- [Databases](../ready/databases/) `SQL` +- [Python](../python/) + - [Flask](../flask/) +- [Databases](../databases/) `SQL` - Networking - - [HTTP](../ready/http/) `CURL` - - [Encryption](../ready/encryption/) `GPG` `Cryptsetup` - - [HTTPS and SSL Certificates](../ready/https-ssl-certs/) `Certbot` - - [SSH](../ready/ssh/) - - [Firewall](../ready/firewall/) `UFW` - - [IRC](../ready/irc/) + - [HTTP](../http/) `CURL` + - [Encryption](../encryption/) `GPG` `Cryptsetup` + - [HTTPS and SSL Certificates](../https-ssl-certs/) `Certbot` + - [SSH](../ssh/) + - [Firewall](../firewall/) `UFW` + - [IRC](../irc/) - Web Development - - [HTML](../ready/html/) + - [HTML](../html/) - CSS - `Coming Soon!` - JS - `Coming Soon!` - Tools - - [Version Control](../ready/git/) `GIT` - - [Password Manager](../ready/pass/) `PASS` - - [Terminal Multiplexer](../ready/tmux/) `TMUX` - - [Linux on Windows](../ready/wsl2/) `WSL2` + - [Version Control](../git/) `GIT` + - [Password Manager](../pass/) `PASS` + - [Terminal Multiplexer](../tmux/) `TMUX` + - [Linux on Windows](../wsl2/) `WSL2` diff --git a/content/notes/ready/irc.md b/content/notes/irc.md similarity index 100% rename from content/notes/ready/irc.md rename to content/notes/irc.md diff --git a/content/notes/ready/pass.md b/content/notes/pass.md similarity index 100% rename from content/notes/ready/pass.md rename to content/notes/pass.md diff --git a/content/notes/ready/python.md b/content/notes/python.md similarity index 100% rename from content/notes/ready/python.md rename to content/notes/python.md diff --git a/content/notes/ready/ssh.md b/content/notes/ssh.md similarity index 100% rename from content/notes/ready/ssh.md rename to content/notes/ssh.md diff --git a/content/notes/ready/tmux/index.md b/content/notes/tmux/index.md similarity index 100% rename from content/notes/ready/tmux/index.md rename to content/notes/tmux/index.md diff --git a/content/notes/ready/tmux/tmux_design.png b/content/notes/tmux/tmux_design.png similarity index 100% rename from content/notes/ready/tmux/tmux_design.png rename to content/notes/tmux/tmux_design.png diff --git a/content/notes/ready/wsl2.md b/content/notes/wsl2.md similarity index 100% rename from content/notes/ready/wsl2.md rename to content/notes/wsl2.md