aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/miscellaneous')
-rw-r--r--content/blog/miscellaneous/blkdiscard.md1
-rw-r--r--content/blog/miscellaneous/debug-disk-usage-postgresql.md4
-rw-r--r--content/blog/miscellaneous/etc-update-alpine.md3
-rw-r--r--content/blog/miscellaneous/fstab.md1
-rw-r--r--content/blog/miscellaneous/golang-netapp-api.md2
-rw-r--r--content/blog/miscellaneous/i3dropdown.md1
-rw-r--r--content/blog/miscellaneous/link-deleted-inode.md3
-rw-r--r--content/blog/miscellaneous/postgresql-read-only.md4
-rw-r--r--content/blog/miscellaneous/postgresql-reassign.md4
-rw-r--r--content/blog/miscellaneous/private-shared-mounts.md2
-rw-r--r--content/blog/miscellaneous/screen-cannot-open-terminal.md1
-rw-r--r--content/blog/miscellaneous/seti-at-home.md1
-rw-r--r--content/blog/miscellaneous/sqlite-pretty-print.md4
13 files changed, 20 insertions, 11 deletions
diff --git a/content/blog/miscellaneous/blkdiscard.md b/content/blog/miscellaneous/blkdiscard.md
index 2ea1cd5..bf35cec 100644
--- a/content/blog/miscellaneous/blkdiscard.md
+++ b/content/blog/miscellaneous/blkdiscard.md
@@ -4,6 +4,7 @@ date: 2021-08-04
description: How to discard ssd partitions, and not just mounted devices
tags:
- linux
+ - toolbox
---
## Introduction
diff --git a/content/blog/miscellaneous/debug-disk-usage-postgresql.md b/content/blog/miscellaneous/debug-disk-usage-postgresql.md
index 1826c60..6442dc3 100644
--- a/content/blog/miscellaneous/debug-disk-usage-postgresql.md
+++ b/content/blog/miscellaneous/debug-disk-usage-postgresql.md
@@ -1,7 +1,7 @@
---
-title: "Investigate postgresql disk usage"
+title: "Investigate PostgreSQL disk usage"
date: 2015-11-24
-description: How to investigate postgresql disk usage
+description: A simple how to
tags:
- PostgreSQL
---
diff --git a/content/blog/miscellaneous/etc-update-alpine.md b/content/blog/miscellaneous/etc-update-alpine.md
index 95a5522..20461d9 100644
--- a/content/blog/miscellaneous/etc-update-alpine.md
+++ b/content/blog/miscellaneous/etc-update-alpine.md
@@ -3,7 +3,8 @@ title: "etc-update script for alpine linux"
date: 2019-04-02
description: etc-update script for alpine linux
tags:
- - Alpine Linux
+- Alpine
+- linux
---
## The script
diff --git a/content/blog/miscellaneous/fstab.md b/content/blog/miscellaneous/fstab.md
index bc7331e..0720be1 100644
--- a/content/blog/miscellaneous/fstab.md
+++ b/content/blog/miscellaneous/fstab.md
@@ -3,6 +3,7 @@ title: "Use spaces in fstab"
date: 2011-09-29
description: How to use spaces in a folder name in fstab
tags:
+ - linux
- unix
---
diff --git a/content/blog/miscellaneous/golang-netapp-api.md b/content/blog/miscellaneous/golang-netapp-api.md
index 11d771a..0d0d27d 100644
--- a/content/blog/miscellaneous/golang-netapp-api.md
+++ b/content/blog/miscellaneous/golang-netapp-api.md
@@ -2,6 +2,8 @@
title: Writing golang REST client to query netapp API
description: I needed a tool to migrate all network interfaces quickly
date: 2021-06-23
+tags:
+- golang
---
## Introduction
diff --git a/content/blog/miscellaneous/i3dropdown.md b/content/blog/miscellaneous/i3dropdown.md
index 0ffbe35..fa10db4 100644
--- a/content/blog/miscellaneous/i3dropdown.md
+++ b/content/blog/miscellaneous/i3dropdown.md
@@ -3,6 +3,7 @@ title: "i3dropdown"
date: 2020-01-23
description: How to use i3dropdown to pump up your graphical environment
tags:
+ - linux
- toolbox
---
diff --git a/content/blog/miscellaneous/link-deleted-inode.md b/content/blog/miscellaneous/link-deleted-inode.md
index 1cba1af..c16ea78 100644
--- a/content/blog/miscellaneous/link-deleted-inode.md
+++ b/content/blog/miscellaneous/link-deleted-inode.md
@@ -3,7 +3,8 @@ title: "Link to a deleted inode"
date: 2018-03-05
description: How to restore a hardlink to a deleted inode
tags:
- - unix
+- linux
+- unix
---
## The problem
diff --git a/content/blog/miscellaneous/postgresql-read-only.md b/content/blog/miscellaneous/postgresql-read-only.md
index 0b88d90..48ef392 100644
--- a/content/blog/miscellaneous/postgresql-read-only.md
+++ b/content/blog/miscellaneous/postgresql-read-only.md
@@ -1,7 +1,7 @@
---
-title: "Grant postgresql read only access"
+title: "Grant PostgreSQL read only access"
date: 2015-11-24
-description: How to grant read only access to a postgresql user
+description: How to grant read only access to a PostgreSQL user
tags:
- PostgreSQL
---
diff --git a/content/blog/miscellaneous/postgresql-reassign.md b/content/blog/miscellaneous/postgresql-reassign.md
index d7d28d9..75644aa 100644
--- a/content/blog/miscellaneous/postgresql-reassign.md
+++ b/content/blog/miscellaneous/postgresql-reassign.md
@@ -1,7 +1,7 @@
---
-title: "Change owner on a postgresql database and all tables"
+title: "Change owner on a PostgreSQL database and all tables"
date: 2012-04-20
-description: How to change owner on a postgresql database and all tables
+description: How to change owner on a PostgreSQL database and all tables
tags:
- PostgreSQL
---
diff --git a/content/blog/miscellaneous/private-shared-mounts.md b/content/blog/miscellaneous/private-shared-mounts.md
index 5783966..6af81d1 100644
--- a/content/blog/miscellaneous/private-shared-mounts.md
+++ b/content/blog/miscellaneous/private-shared-mounts.md
@@ -3,7 +3,7 @@ title: Private and shared mounts
date: 2021-07-30
description: Shared mount subtrees in Linux are a thing and I did not know it
tags:
- - Alpine Linux
+ - Alpine
- kubernetes
- linux
- toolbox
diff --git a/content/blog/miscellaneous/screen-cannot-open-terminal.md b/content/blog/miscellaneous/screen-cannot-open-terminal.md
index 5584538..0e2de99 100644
--- a/content/blog/miscellaneous/screen-cannot-open-terminal.md
+++ b/content/blog/miscellaneous/screen-cannot-open-terminal.md
@@ -3,6 +3,7 @@ title: "Screen cannot open terminal error"
date: 2018-07-03
description: How to fix a "Screen cannot open terminal" error
tags:
+ - linux
- toolbox
- unix
---
diff --git a/content/blog/miscellaneous/seti-at-home.md b/content/blog/miscellaneous/seti-at-home.md
index c94b804..681b2c8 100644
--- a/content/blog/miscellaneous/seti-at-home.md
+++ b/content/blog/miscellaneous/seti-at-home.md
@@ -3,6 +3,7 @@ title: "Seti@Home"
date: 2018-03-05
description: Getting back into Seti@Home 15 years later
tags:
+ - linux
- toolbox
---
diff --git a/content/blog/miscellaneous/sqlite-pretty-print.md b/content/blog/miscellaneous/sqlite-pretty-print.md
index bc7ea02..4a4112e 100644
--- a/content/blog/miscellaneous/sqlite-pretty-print.md
+++ b/content/blog/miscellaneous/sqlite-pretty-print.md
@@ -1,7 +1,7 @@
---
-title: "Sqlite pretty print"
+title: "SQLite pretty print"
date: 2019-06-19
-description: How to pretty print your Sqlite output
+description: How to pretty print your SQLite output
tags:
- SQLite
---