From ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 12 Mar 2021 18:12:41 +0100 Subject: Some more articles reformatting --- content/blog/commands/busybox-web-server.md | 2 +- content/blog/commands/date.md | 2 +- content/blog/commands/dmidecode.md | 2 +- content/blog/commands/find-hardlinks.md | 4 ++-- content/blog/commands/find-inodes-used.md | 4 ++-- content/blog/commands/ipmi.md | 2 +- content/blog/commands/mdadm.md | 2 +- content/blog/commands/rrdtool.md | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) (limited to 'content/blog/commands') diff --git a/content/blog/commands/busybox-web-server.md b/content/blog/commands/busybox-web-server.md index 666fb8e..60cc1be 100644 --- a/content/blog/commands/busybox-web-server.md +++ b/content/blog/commands/busybox-web-server.md @@ -4,7 +4,7 @@ date: 2019-04-16 description: How to serve static files from only busybox tags: - linux - - simple utilities + - toolbox --- ## The command diff --git a/content/blog/commands/date.md b/content/blog/commands/date.md index 07d5b41..91ea399 100644 --- a/content/blog/commands/date.md +++ b/content/blog/commands/date.md @@ -3,7 +3,7 @@ title: "Convert unix timestamp to readable date" date: 2011-01-06 description: the -d flag of the date command combined with @timestamp tags: - - simple utilities + - toolbox --- ## The trick diff --git a/content/blog/commands/dmidecode.md b/content/blog/commands/dmidecode.md index 52accc4..2ea7697 100644 --- a/content/blog/commands/dmidecode.md +++ b/content/blog/commands/dmidecode.md @@ -3,7 +3,7 @@ title: "DMIdecode" date: 2011-02-16 description: Some DMIdecode common flags tags: - - simple utilities + - toolbox --- ## Introduction diff --git a/content/blog/commands/find-hardlinks.md b/content/blog/commands/find-hardlinks.md index b4a4011..03a873b 100644 --- a/content/blog/commands/find-hardlinks.md +++ b/content/blog/commands/find-hardlinks.md @@ -3,8 +3,8 @@ title: "Find hardlinks to a same file" date: 2018-03-02 description: How to list hardlinks that link to the same file tags: - - find - - simple utilities + - toolbox + - unix --- {{< highlight sh >}} diff --git a/content/blog/commands/find-inodes-used.md b/content/blog/commands/find-inodes-used.md index efa29af..60be706 100644 --- a/content/blog/commands/find-inodes-used.md +++ b/content/blog/commands/find-inodes-used.md @@ -3,8 +3,8 @@ title: "Find where inodes are used" date: 2018-04-25 description: How to locate what is taking all the inodes in the subdirectory of a given device tags: - - find - - simple utilities + - toolbox + - unix --- {{< highlight sh >}} diff --git a/content/blog/commands/ipmi.md b/content/blog/commands/ipmi.md index 2db75ee..4e00be1 100644 --- a/content/blog/commands/ipmi.md +++ b/content/blog/commands/ipmi.md @@ -3,7 +3,7 @@ title: "ipmitool" date: 2018-03-05 description: some ipmitool command examples tags: - - simple utilities + - toolbox --- ## Usage examples diff --git a/content/blog/commands/mdadm.md b/content/blog/commands/mdadm.md index 1645c6c..da15041 100644 --- a/content/blog/commands/mdadm.md +++ b/content/blog/commands/mdadm.md @@ -4,7 +4,7 @@ date: 2011-11-15 description: some mdadm command examples tags: - linux - - simple utilities + - toolbox --- ## Watch the array status diff --git a/content/blog/commands/rrdtool.md b/content/blog/commands/rrdtool.md index 05cc0b1..bca039a 100644 --- a/content/blog/commands/rrdtool.md +++ b/content/blog/commands/rrdtool.md @@ -3,7 +3,7 @@ title: "rrdtool" date: 2018-09-25 description: How to graph manually with rrdtool tags: - - simple utilities + - toolbox --- ## Graph manually -- cgit v1.2.3