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.201
|
||||||
192.168.56.202
|
192.168.56.202
|
||||||
192.168.56.203
|
192.168.56.203
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
Host 192.168.56.*
|
Host 192.168.56.*
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ Stores the global (`~/.tool-versions`) or local (`./.tool-versions`) settings fo
|
|||||||
```txt
|
```txt
|
||||||
# Multiple versions can be set by separating them with a space.
|
# Multiple versions can be set by separating them with a space.
|
||||||
# plugin_name default_version first_fallback_version ... nth_fallback_version
|
# 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:
|
The versions listed in such file can be:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Declare arrays.
|
# Declare arrays.
|
||||||
ARRAY=(
|
ARRAY=(
|
||||||
"first_element"
|
"first_element"
|
||||||
"second_element" "nth_element"
|
"second_element" "nth_element"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ sudo 'powertop'
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ sudo systemd-analyze
|
$ 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
|
graphical.target reached after 1.239s in userspace
|
||||||
|
|
||||||
$ sudo systemd-analyze critical-chain
|
$ sudo systemd-analyze critical-chain
|
||||||
|
|||||||
@@ -265,7 +265,7 @@ Usage:
|
|||||||
sshfs \
|
sshfs \
|
||||||
-o 'auto_cache,reconnect,defer_permissions,noappledouble,volname=Data'
|
-o 'auto_cache,reconnect,defer_permissions,noappledouble,volname=Data'
|
||||||
'user@nas.lan:/path/to/remote/dir' \
|
'user@nas.lan:/path/to/remote/dir' \
|
||||||
'/path/to/local/dir'
|
'/path/to/local/dir'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user