aboutsummaryrefslogtreecommitdiff
path: root/content/blog/commands
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-12 18:12:41 +0100
committerJulien Dessaux2021-03-12 18:13:45 +0100
commited8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7 (patch)
treecd93f66cd66f8ca6efe91882d8a46ca6b09bdc72 /content/blog/commands
parentImproved home speech (diff)
downloadwww-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.gz
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.bz2
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.zip
Some more articles reformatting
Diffstat (limited to 'content/blog/commands')
-rw-r--r--content/blog/commands/busybox-web-server.md2
-rw-r--r--content/blog/commands/date.md2
-rw-r--r--content/blog/commands/dmidecode.md2
-rw-r--r--content/blog/commands/find-hardlinks.md4
-rw-r--r--content/blog/commands/find-inodes-used.md4
-rw-r--r--content/blog/commands/ipmi.md2
-rw-r--r--content/blog/commands/mdadm.md2
-rw-r--r--content/blog/commands/rrdtool.md2
8 files changed, 10 insertions, 10 deletions
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