diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:40:40 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:40:40 +0200 |
| commit | 43b0708769eb61392050045b881f8e6ba39c5b66 (patch) | |
| tree | 3939579a13b8325325d5ebb8e05324a41ed78a6d /content/posts/2021-08-01-linux-cheatsheet.md | |
| parent | 49e7e7d555a6cd9810d81561fa3e98e3d64502be (diff) | |
| download | mitjafelicijan.com-43b0708769eb61392050045b881f8e6ba39c5b66.tar.gz | |
Massive update to posts, archetypes
Added a archetypes for creating notes and posts so it auto-populates
fields.
Fixed existing posts so they align with the rule of 80 columns now.
Diffstat (limited to 'content/posts/2021-08-01-linux-cheatsheet.md')
| -rw-r--r-- | content/posts/2021-08-01-linux-cheatsheet.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/posts/2021-08-01-linux-cheatsheet.md b/content/posts/2021-08-01-linux-cheatsheet.md index 8c0d125..3747d43 100644 --- a/content/posts/2021-08-01-linux-cheatsheet.md +++ b/content/posts/2021-08-01-linux-cheatsheet.md | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: List of essential Linux commands for server management | 2 | title: List of essential Linux commands for server management |
| 3 | url: linux-cheatsheet.html | 3 | url: linux-cheatsheet.html |
| 4 | date: 2021-08-01 | 4 | date: 2021-08-01T12:00:00+02:00 |
| 5 | draft: false | 5 | draft: false |
| 6 | --- | 6 | --- |
| 7 | 7 | ||
| @@ -283,3 +283,4 @@ lsof -u <user> | |||
| 283 | # -n 1 means every second | 283 | # -n 1 means every second |
| 284 | watch -n 1 df -h | 284 | watch -n 1 df -h |
| 285 | ``` | 285 | ``` |
| 286 | |||
