From 43b0708769eb61392050045b881f8e6ba39c5b66 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 26 May 2023 00:40:40 +0200 Subject: 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. --- content/posts/2021-08-01-linux-cheatsheet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/posts/2021-08-01-linux-cheatsheet.md') 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 @@ --- title: List of essential Linux commands for server management url: linux-cheatsheet.html -date: 2021-08-01 +date: 2021-08-01T12:00:00+02:00 draft: false --- @@ -283,3 +283,4 @@ lsof -u # -n 1 means every second watch -n 1 df -h ``` + -- cgit v1.2.3