changeset 13:2307e281b4b7

tagify all the things
author Samuel Hodgkins <samuel.hodgkins@sky.com>
date Fri, 01 Sep 2017 03:45:26 +0100
parents a1002d3b5a6d
children c16ab0d010b6
files posts/Bedrock_Linux.md posts/How_I_almost_sucessfully_installed_Gentoo_Linux.md posts/Managing_dotfiles_with_vcsh_and_mr.md posts/Moving_a_Raspberry_Pi_3_from_Berryboot_to_just_plain_Raspbian.md posts/Propellor_and_Pi.md
diffstat 5 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/posts/Bedrock_Linux.md	Fri Sep 01 03:39:35 2017 +0100
+++ b/posts/Bedrock_Linux.md	Fri Sep 01 03:45:26 2017 +0100
@@ -1,3 +1,4 @@
+[[!tag tech linux bedrock old]]
 I am very much a fan of Linux, using it as my primary OS on my computer. Obviously, I have used multiple distributions of it.
 Each distribution has it's own independent software library that is integrated with the package manager and the system as a whole.
 (Note: I am very much aware that Linux From Scratch and similar exists. I'm talking about the general case where *some* form of package manager/management exists. )
--- a/posts/How_I_almost_sucessfully_installed_Gentoo_Linux.md	Fri Sep 01 03:39:35 2017 +0100
+++ b/posts/How_I_almost_sucessfully_installed_Gentoo_Linux.md	Fri Sep 01 03:45:26 2017 +0100
@@ -1,3 +1,4 @@
+[[!tag tech linux gentoo old]]
 I'm not a distro-hopper by any means, but even so I have tested/tasted a number of Linux distributions. 
 Primarily, these have been in the Debian family: X/K/Ubuntu, Debian itself, Raspbian and likely more that I'm forgetting.
 I was recommended and used very happily for a good while Arch Linux (experiments with GNU Guix on it notwithstanding), until my hard drive began dying one day.
--- a/posts/Managing_dotfiles_with_vcsh_and_mr.md	Fri Sep 01 03:39:35 2017 +0100
+++ b/posts/Managing_dotfiles_with_vcsh_and_mr.md	Fri Sep 01 03:45:26 2017 +0100
@@ -1,3 +1,4 @@
+[[!tag tech linux dotfiles myrepos vcsh old]]
 Over time, a Linux user may customize and configure his environment rather substantially.
 These modifications are stored in a collection of configuration files / data known as 'dotfiles' (because the first letter of many of them is '.').
 For multiple reasons, it is very beneificial if you track, control and synchronise all of your personal dotfiles, a few example reasons include:
--- a/posts/Moving_a_Raspberry_Pi_3_from_Berryboot_to_just_plain_Raspbian.md	Fri Sep 01 03:39:35 2017 +0100
+++ b/posts/Moving_a_Raspberry_Pi_3_from_Berryboot_to_just_plain_Raspbian.md	Fri Sep 01 03:45:26 2017 +0100
@@ -1,3 +1,4 @@
+[[!tag tech linux pi old]]
 For a while now, I've had a Raspberry Pi 3, replacing my original Pi. The Pi, inside of my chosen case looks something like the below image
 
 <img src="https://cdn.shopify.com/s/files/1/0174/1800/products/Rainbow_1_of_3_47e94e82-ba3a-4804-a280-3140109cd304_1024x1024.jpg?v=1456669057" alt="Raspberry PI 3 with Pibow case" width="200" height="200"/>
--- a/posts/Propellor_and_Pi.md	Fri Sep 01 03:39:35 2017 +0100
+++ b/posts/Propellor_and_Pi.md	Fri Sep 01 03:45:26 2017 +0100
@@ -1,5 +1,5 @@
 [[!meta title="Propellor and a Raspberry Pi 3" author="samis"]]
-[[!tag tech linux]]
+[[!tag tech linux servers propellor archlinuxarm]]
 I've given a number of configuration management tools a whirl - Puppet, Chef, Salt, Ansible.
 Chef and Puppet started nice, but seemed complex to use given my small needs.
 Salt and Ansible had potential and features unique to either, but I've never liked using YAML syntax, and this showed.