Skip to content

Commit c8020f8

Browse files
author
dvogt23
committed
Update
1 parent a3cc119 commit c8020f8

File tree

10 files changed

+307
-300
lines changed

10 files changed

+307
-300
lines changed

Notes/SUMMARY.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
- [Javascript](tech/coding/javascript.md)
1818
- [Equipment](tech/equipment.md)
1919
- [Linux]()
20-
- [10 Things after installing arch](tech/linux/10things_arch.md)
2120
- [Apps](tech/linux/apps.md)
22-
- [Arch installation](tech/linux/arch_install.md)
23-
- [Arch Packages](tech/linux/arch_packages.md)
21+
- [Arch linux](tech/linux/arch.md)
2422
- [Linux commands](tech/linux/linux_commands.md)
2523
- [Self-hosting]()
2624
- [Ideas](tech/selfhosting/ideas.md)

Notes/personal/home/cooking.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ Neapolitan:
99
- 0.5g Hefe
1010

1111
16h bei Zimmertemperatur, 270g große Teiglinge, dann 6h Zimmertemperatur
12+
13+
## Egg salad
14+
15+
- 10 Eier
16+
- 250 gr. Mayo
17+
- 1 Tl Senf
18+
- 5 gr. Zucker
19+
- 1 Tl. Salz
20+
- Prise Pfeffer
21+
- Schnittlauch nach Bedarf

Notes/tech/app/firefox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Make changes in `about:config`:
66

77
- Deactivate js for pdf preview: `pdfjs.enableScripting = false`
88
- Show tab close button `browser.tabs.tabClipWidth = 1`
9+
- Localhost subdomain `network.dns.localDomains` and add the entries (comma separated)
910

1011
## Extensions
1112

Notes/tech/coding/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Different type to print to console:
66

7-
````javascript
7+
```javascript
88
console.log() – For general output of logging information.
99
console.info() – Informative logging of information.
1010
console.debug() – Outputs a message to the console with the log level debug.

Notes/tech/linux/10things_arch.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)