Tags overhaul to improve search results, and some light rewording or reformating
This commit is contained in:
parent
78d7544339
commit
2376690795
56 changed files with 116 additions and 19 deletions
|
@ -4,6 +4,7 @@ date: 2021-08-04
|
|||
description: How to discard ssd partitions, and not just mounted devices
|
||||
tags:
|
||||
- linux
|
||||
- toolbox
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,6 +3,7 @@ title: "i3dropdown"
|
|||
date: 2020-01-23
|
||||
description: How to use i3dropdown to pump up your graphical environment
|
||||
tags:
|
||||
- linux
|
||||
- toolbox
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -3,6 +3,7 @@ title: "Seti@Home"
|
|||
date: 2018-03-05
|
||||
description: Getting back into Seti@Home 15 years later
|
||||
tags:
|
||||
- linux
|
||||
- toolbox
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue