mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Fixed pre-commit issues
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
192.168.56.201
|
||||
192.168.56.202
|
||||
192.168.56.203
|
||||
192.168.56.203
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
Host 192.168.56.*
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
StrictHostKeyChecking no
|
||||
StrictHostKeyChecking no
|
||||
|
||||
@@ -131,7 +131,7 @@ Stores the global (`~/.tool-versions`) or local (`./.tool-versions`) settings fo
|
||||
```txt
|
||||
# Multiple versions can be set by separating them with a space.
|
||||
# plugin_name default_version first_fallback_version ... nth_fallback_version
|
||||
python system 3.11.0 3.10.9 3.9.7
|
||||
python system 3.11.0 3.10.9 3.9.7
|
||||
```
|
||||
|
||||
The versions listed in such file can be:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
## TL;DR
|
||||
|
||||
```sh
|
||||
# Declare arrays.
|
||||
# Declare arrays.
|
||||
ARRAY=(
|
||||
"first_element"
|
||||
"second_element" "nth_element"
|
||||
|
||||
@@ -23,7 +23,7 @@ sudo 'powertop'
|
||||
|
||||
```sh
|
||||
$ sudo systemd-analyze
|
||||
Startup finished in 13.129s (firmware) + 5.413s (loader) + 1.746s (kernel) + 7.903s (userspace) = 28.192s
|
||||
Startup finished in 13.129s (firmware) + 5.413s (loader) + 1.746s (kernel) + 7.903s (userspace) = 28.192s
|
||||
graphical.target reached after 1.239s in userspace
|
||||
|
||||
$ sudo systemd-analyze critical-chain
|
||||
|
||||
@@ -265,7 +265,7 @@ Usage:
|
||||
sshfs \
|
||||
-o 'auto_cache,reconnect,defer_permissions,noappledouble,volname=Data'
|
||||
'user@nas.lan:/path/to/remote/dir' \
|
||||
'/path/to/local/dir'
|
||||
'/path/to/local/dir'
|
||||
```
|
||||
|
||||
### Installation
|
||||
|
||||
Reference in New Issue
Block a user