Tags overhaul to improve search results, and some light rewording or reformating

This commit is contained in:
Julien Dessaux 2021-09-13 00:48:07 +02:00
parent 78d7544339
commit 2376690795
56 changed files with 116 additions and 19 deletions

View file

@ -4,6 +4,7 @@ date: 2021-08-04
description: How to discard ssd partitions, and not just mounted devices
tags:
- linux
- toolbox
---
## Introduction

View file

@ -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
---

View file

@ -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

View file

@ -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
---

View file

@ -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

View file

@ -3,6 +3,7 @@ title: "i3dropdown"
date: 2020-01-23
description: How to use i3dropdown to pump up your graphical environment
tags:
- linux
- toolbox
---

View file

@ -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

View file

@ -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
---

View file

@ -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
---

View file

@ -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

View file

@ -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
---

View file

@ -3,6 +3,7 @@ title: "Seti@Home"
date: 2018-03-05
description: Getting back into Seti@Home 15 years later
tags:
- linux
- toolbox
---

View file

@ -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
---