# HG changeset patch # User Samuel Hodgkins # Date 1504233926 -3600 # Node ID 2307e281b4b7fe4342fd8b27120aa0b0a83a4930 # Parent a1002d3b5a6d0e7d5f1d6fe2c368d69034e36bd0 tagify all the things diff -r a1002d3b5a6d -r 2307e281b4b7 posts/Bedrock_Linux.md --- 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. ) diff -r a1002d3b5a6d -r 2307e281b4b7 posts/How_I_almost_sucessfully_installed_Gentoo_Linux.md --- 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. diff -r a1002d3b5a6d -r 2307e281b4b7 posts/Managing_dotfiles_with_vcsh_and_mr.md --- 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: diff -r a1002d3b5a6d -r 2307e281b4b7 posts/Moving_a_Raspberry_Pi_3_from_Berryboot_to_just_plain_Raspbian.md --- 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 Raspberry PI 3 with Pibow case diff -r a1002d3b5a6d -r 2307e281b4b7 posts/Propellor_and_Pi.md --- 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.