diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-01-15 01:17:22 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-01-15 01:17:22 +0100 |
| commit | 2e8c5fee4cbba03c9f1898d9624008da5debd5dc (patch) | |
| tree | 196adce25d4239697918eeb5b57219a5622561ef | |
| parent | b5ebcc314b07dd5b403b02d3f83e892627fd016c (diff) | |
Add learning file
| -rw-r--r-- | learning.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/learning.md b/learning.md new file mode 100644 index 0000000..f7e2f57 --- /dev/null +++ b/learning.md @@ -0,0 +1,4 @@ +2024-01-15: SELinux provides restrictions to files I wasn't aware of, and can prevent execution in some contexts. With eza you can view it with -Z. +2024-01-14: User systemd files are expected in /etc/ and not /lib/ +2024-01-14: You can use @ and %i in systemd to have multiple instances (eg myfile@.service, and then executable=blabla %i) where %i will be what comes after @. (So in myfile@howdy, %i will expand to howdy) +2024-01-13: PPP Connections stay alive in the old net router, so you don't need to run ATDTPPP again, but just the connection. |