commit 02950f010e162f062945e7e63b7a16e6b01b0475 parent e46e122716b4f602491dd12ee78741463ec7fe51 Author: breadcat <peter@minskio.co.uk> Date: Fri, 19 Jun 2020 14:14:21 +0100 Case sensitive page tags Diffstat:
41 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/content/posts/2019-new-years-resolutions.md b/content/posts/2019-new-years-resolutions.md @@ -1,7 +1,7 @@ --- title: "2019 New Year's Resolutions" date: 2019-01-07T09:19:00 -tags: ["health", "lifestyle", "lists"] +tags: ["Health", "Lifestyle", "Lists"] --- So long as I remember, I'll try to update this list at the end of the year, with what's been done and what hasn't. diff --git a/content/posts/2020-new-years-resolutions.md b/content/posts/2020-new-years-resolutions.md @@ -1,7 +1,7 @@ --- title: "2020 New Year's Resolutions" date: 2020-01-02T14:40:00 -tags: ["health", "lifestyle", "lists"] +tags: ["Health", "Lifestyle", "Lists"] --- Another year, another list. Here goes nothing. diff --git a/content/posts/archived-movies.md b/content/posts/archived-movies.md @@ -1,6 +1,6 @@ --- title: Archived Movies -tags: ["media", "archive"] +tags: ["Media", "Archive"] date: 2018-01-01T01:00:00 lastmod: 2020-06-14T02:24:00 --- diff --git a/content/posts/archived-television.md b/content/posts/archived-television.md @@ -1,6 +1,6 @@ --- title: Archived TV Shows -tags: ["media", "archive"] +tags: ["Media", "Archive"] date: 2018-01-01T01:00:00 lastmod: 2020-06-14T02:24:00 diff --git a/content/posts/archlinux-retroarch-guide.md b/content/posts/archlinux-retroarch-guide.md @@ -1,7 +1,7 @@ --- title: "ArchLinux Retroarch Guide" date: 2019-02-19T09:46:00 -tags: ["emulation", "games", "linux", "media", "snippets", "software"] +tags: ["Emulation", "Games", "Linux", "Media", "Snippets", "Software"] --- ### Installation diff --git a/content/posts/automating-paperwork-payslips.md b/content/posts/automating-paperwork-payslips.md @@ -1,7 +1,7 @@ --- title: "Automating Grabbing Payslips For Use With Paperless" date: 2019-02-04T11:47:00 -tags: ["formats", "guides", "linux", "servers", "software"] +tags: ["Formats", "Guides", "Linux", "Servers", "Software"] --- My workplace has recently started sending out Payslips as email attachments instead of the usual physical sheet which I'm a big fan of, [Paperless](https://github.com/the-paperless-project/paperless) is always on hand to sort and process any paperwork I have which keeps things organised and under control. diff --git a/content/posts/blotter-art-album-list.md b/content/posts/blotter-art-album-list.md @@ -1,7 +1,7 @@ --- title: "Blotter art album list" date: 2020-05-06T12:51:00 -tags: ["drugs", "lists", "media", "music", "snippets"] +tags: ["Drugs", "Lists", "Media", "Music", "Snippets"] --- Some time ago, I came across a piece of <a href="https://pub.minskio.co.uk/avatars/blotter-albums.jpg">LSD blotter art</a> containing some 49 classic psychedelic album covers. I recognised quite a few immediately, but a few stumped me and as a fan of the genres I had to don my deerstalker and have a go at hunting them down. I've had this list for quite a while, but thought it would be interesting to share. diff --git a/content/posts/borderlands-weapons.md b/content/posts/borderlands-weapons.md @@ -1,7 +1,7 @@ --- title: "Borderlands Weapon Parts Breakdown" date: 2018-10-01T11:22:00 -tags: ["games", "guides", "lists", "software"] +tags: ["Games", "Guides", "Lists", "Software"] --- Codes are intended for use with [WillowTree#](https://sourceforge.net/projects/willowtree/). Generally speaking, I tend to favour high accuracy and usability over pure damage output. diff --git a/content/posts/brief-archlinux-installation-guide.md b/content/posts/brief-archlinux-installation-guide.md @@ -1,7 +1,7 @@ --- title: "The briefest Arch Linux installation guide" date: 2019-10-15T14:33:00 -tags: ["guides", "linux", "snippets", "software"] +tags: ["Guides", "Linux", "Snippets", "Software"] --- Are you wanting an incredibly quick (to the point of being useless, or painfully truncated) guide for how to install Arch Linux on your computer? diff --git a/content/posts/compacting-vdi-image.md b/content/posts/compacting-vdi-image.md @@ -1,7 +1,7 @@ --- title: "Compacting a VirtualBox VDI Image" date: 2018-09-06T12:26:00 -tags: ["formats", "guides", "linux", "snippets", "software", "windows"] +tags: ["Formats", "Guides", "Linux", "Snippets", "Software", "Windows"] --- Firstly, you'll need to install `zerofree` on your Linux image, then mount the root partition as a read only volume. This can be done via: diff --git a/content/posts/compiling-bsd-tar-on-linux.md b/content/posts/compiling-bsd-tar-on-linux.md @@ -1,7 +1,7 @@ --- title: "Compiling BSD Tar on Linux" date: 2018-11-09T12:09:00 -tags: ["guides", "linux", "snippets", "software"] +tags: ["Guides", "Linux", "Snippets", "Software"] --- While researching Arch Linux ARM for the ODroid HTPC project, I came across an issue with unpacking the image. diff --git a/content/posts/compiling-snapraid.md b/content/posts/compiling-snapraid.md @@ -1,7 +1,7 @@ --- title: "Compiling SnapRAID on Debian" date: 2019-01-10T09:43:00 -tags: ["guides", "linux", "servers", "snippets", "software"] +tags: ["Guides", "Linux", "Servers", "Snippets", "Software"] --- Recently I discovered [SnapRAID](http://www.snapraid.it/) as a parity based backup tool and found it to be extremely flexible and powerful, and is currently the backup solution I'm using on my own home server. While not suited to every use case, my current setup (rarely changing, incremental additions) fills the whole perfectly. diff --git a/content/posts/concatenating-pdf-files.md b/content/posts/concatenating-pdf-files.md @@ -1,7 +1,7 @@ --- title: "Concatenating PDF files on Linux" date: 2018-11-26 13:29:00 -tags: ["snippets", "software", "formats", "linux"] +tags: ["Snippets", "Software", "Formats", "Linux"] --- A simple request, with an equally simple solution. Firstly I tried using my old favourite `pandoc` which will apparently only output PDF files, not input them. diff --git a/content/posts/concatenating-videos-on-windows.md b/content/posts/concatenating-videos-on-windows.md @@ -1,7 +1,7 @@ --- title: "Concatenating Videos on Windows with FFmpeg" date: 2019-05-09T09:21:00 -tags: ["formats", "guides", "media", "snippets", "software", "windows"] +tags: ["Formats", "Guides", "Media", "Snippets", "Software", "Windows"] --- I recently had a bit of a binge on the Japanese comedy show Gaki No Tsukai. This show is basically impossible to find officially so we're heading to streaming sites (as linked on their [subreddit](https://www.reddit.com/r/GakiNoTsukai/)) to get copies of the show. As these shows are usually multiple hours in length they're going to be split into multiple parts. diff --git a/content/posts/dumping-subtitles-using-ffmpeg.md b/content/posts/dumping-subtitles-using-ffmpeg.md @@ -1,7 +1,7 @@ --- title: "Dumping subtitles using FFmpeg" date: 2020-05-17T14:00:00 -tags: ["formats", "languages", "linux", "media", "snippets", "software"] +tags: ["Formats", "Languages", "Linux", "Media", "Snippets", "Software"] --- As part of my ongoing [language learning](/languages/) attempts, I tend to enable subtitles in the language I'm wanting to learn, and when I see a word I don't recognise in the context I do I'll make a note of it. diff --git a/content/posts/duolingo-streak-preservation.md b/content/posts/duolingo-streak-preservation.md @@ -2,7 +2,7 @@ title: "Duolingo Streak Preservation" date: 2019-01-16T09:51:00 lastmod: 2020-06-19T00:33 -tags: ["languages", "linux", "servers", "snippets", "software"] +tags: ["Languages", "Linux", "Servers", "Snippets", "Software"] --- I'm a great fan of Duolingo, and while I have a number of issues with it I still consider it a generally useful platform for scratching the itch of learning a language. diff --git a/content/posts/ecrm1000.tfm-latex-issues.md b/content/posts/ecrm1000.tfm-latex-issues.md @@ -1,7 +1,7 @@ --- title: "Pandoc TXT to PDF exporting ecrm1000.tfm issues" date: 2018-11-26T10:41:00 -tags: ["formats", "linux", "snippets", "software"] +tags: ["Formats", "Linux", "Snippets", "Software"] --- Recently I was experimenting with [paperless](https://github.com/danielquinn/paperless) and importing a number of files to see how the software handled things. Over the course of this experiment the only files that didn't seem to be accepted were plain txt files. diff --git a/content/posts/ffmpeg-pbx-conversions.md b/content/posts/ffmpeg-pbx-conversions.md @@ -1,7 +1,7 @@ --- title: "FFmpeg audio conversions for PBX" date: 2019-01-14T16:08:00 -tags: ["formats", "guides", "linux", "pbx", "snippets", "windows"] +tags: ["Formats", "Guides", "Linux", "PBX", "Snippets", "Windows"] --- Firstly, grab a copy of `ffmpeg` from the [official website](https://www.ffmpeg.org/download.html#build-windows) if you're running Windows, or your package manager if you're running Linux. diff --git a/content/posts/flashing-skulls-bios-thinkpad-x230t.md b/content/posts/flashing-skulls-bios-thinkpad-x230t.md @@ -1,7 +1,7 @@ --- title: "Flashing Skulls to a Thinkpad x230t" date: 2020-01-21T11:22:00 -tags: ["guides", "hardware", "linux", "software"] +tags: ["Guides", "Hardware", "Linux", "Software"] --- I've always been quite interested in the [Coreboot project](https://www.coreboot.org/), and my laptop of choice (the [Lenovo Thinkpad x230t](/hardware/)) semeed to *almost* be supported. When I learned about the [Skulls project](https://github.com/merge/skulls) it seemed like a perfect match. diff --git a/content/posts/formatting-dumped-subtitles.md b/content/posts/formatting-dumped-subtitles.md @@ -1,7 +1,7 @@ --- title: "Formatting dumped subtitles into a vocabulary list" date: 2020-05-28T16:52:00 -tags : [ "formats", "languages", "linux", "media", "snippets", "software", ] +tags : [ "Formats", "Languages", "Linux", "Media", "Snippets", "Software", ] --- As per my previous post, you should now have a single `srt` subtitle file, to convert this into a single word list that you can begin translating away at, you can run the below verbose script. diff --git a/content/posts/gpt-formatting-drives-under-linux.md b/content/posts/gpt-formatting-drives-under-linux.md @@ -1,7 +1,7 @@ --- title: "GPT formatting new drives under Linux" date: 2018-11-14T10:42:00 -tags: ["guides", "linux", "servers", "snippets"] +tags: ["Guides", "Linux", "Servers", "Snippets"] --- So, you've bought a shiny new hard drive and would like to format it and use it on your headless Linux server. diff --git a/content/posts/kodi-watched-list-export.md b/content/posts/kodi-watched-list-export.md @@ -1,7 +1,7 @@ --- title: "Exporting Kodi Watched Status to Markdown" date: 2019-01-31T10:25:00 -tags: [ "guides", "kodi", "linux", "media", "movies", "servers", "snippets", "software" ] +tags: [ "Guides", "Kodi", "Linux", "Media", "Movies", "Servers", "Snippets", "Software" ] --- As I've outlined in [this page](/archive/movies/) I'd prefer to save space on my server and delete movies once I've seen them but also keep a log so I don't need to remember everything. diff --git a/content/posts/libreelec-dowgrade-compatibility.md b/content/posts/libreelec-dowgrade-compatibility.md @@ -1,7 +1,7 @@ --- title: "Downgrading LibreElec, skipping compatibility checks" date: 2018-12-19T09:35:00 -tags: ["htpc", "kodi", "linux", "snippets", "software"] +tags: ["HTPC", "Kodi", "Linux", "Snippets", "Software"] --- I run Libreelec on my ODROID-C2 SBC as a HTPC. The combination work surprisingly well and I rarely have any issues. Perhaps stupidly however, I updated from the stable 8.2.5 to the latest beta build to try out the RetroPlayer functionality. Long story short, this didn't pan out so well and I ended up in *SAFE MODE* with not a whole lot working. diff --git a/content/posts/manually-fixing-malformed-aac-bitstreams.md b/content/posts/manually-fixing-malformed-aac-bitstreams.md @@ -1,7 +1,7 @@ --- title: "Manually fixing malformed AAC bitstreams" date: 2019-10-22T09:21:00 -tags: ["formats", "guides", "media", "snippets", "software", "windows"] +tags: ["Formats", "Guides", "Media", "Snippets", "Software", "Windows"] --- Recently while running `youtube-dl` on Windows, `ffmpeg` wasn't found in `%PATH%`, so it was unable to automatically fix the AAC bitstream. The file will play fine, but in the interest of completeness I still wanted this to be applied to my new files. diff --git a/content/posts/manually-formatting-mounting-and-using-hetzner-volumes.md b/content/posts/manually-formatting-mounting-and-using-hetzner-volumes.md @@ -1,7 +1,7 @@ --- title: "Manually formatting, mounting and using Hetzner volumes" date: 2019-07-04T15:40:00 -tags: ["formats", "linux", "servers", "snippets", "software"] +tags: ["Formats", "Linux", "Servers", "Snippets", "Software"] --- I've recently moved all my server infrastructure over to Hetzner, and to date everything's been going swimmingly. diff --git a/content/posts/notes-on-sorting-photos.md b/content/posts/notes-on-sorting-photos.md @@ -1,7 +1,7 @@ --- title: "Notes on Sorting Photos" date: 2019-12-23T11:50:00 -tags: ["android", "formats", "guides", "linux", "media", "minimalism", "snippets", "software"] +tags: ["Android", "Formats", "Guides", "Linux", "Media", "Minimalism", "Snippets", "Software"] --- My smart phone is an android device, it connects to my computer via MTP over USB and I store my photographs on cloud storage. Subsequently I want these pictures to be sorted, and I don't want any duplicates. diff --git a/content/posts/personal-vim-cheatsheet.md b/content/posts/personal-vim-cheatsheet.md @@ -1,7 +1,7 @@ --- title: "Personal VIM cheatsheet" date: 2020-06-14T12:58:00 -tags : [ "guides", "learning", "linux", "servers", "snippets", "software", ] +tags : [ "Guides", "Learning", "Linux", "Servers", "Snippets", "Software", ] --- When editing files on Linux, I've always used `nano`, it was always installed and `vi` just seemed incredibly awkward to use, with all the memes about never being able to exit, and weird things happening being right up my street. I'd tried `vimtutor` but was left in pretty much the same place as I started. diff --git a/content/posts/phone-link-speed-dials-to horizon-integrator.md b/content/posts/phone-link-speed-dials-to horizon-integrator.md @@ -1,7 +1,7 @@ --- title: "Migrating LG Phone-Link Contacts to Horizon Integrator" date: 2019-07-23T12:48:00 -tags: ["databases", "formats", "guides", "linux", "pbx", "servers", "windows", "work"] +tags: ["Databases", "Formats", "Guides", "Linux", "PBX", "Servers", "Windows", "Work"] --- If you've used LG's Phone-Link software for any reasonable period of time, you should have a large XML file in your `%appdata%\PHONE-LiNK` directory named `Recent.xml`. diff --git a/content/posts/ps1-iso-formats-conversion.md b/content/posts/ps1-iso-formats-conversion.md @@ -1,7 +1,7 @@ --- title: "Sony PS1 Image Conversion Guide" date: 2020-05-03T16:52:00 -tags: ["formats", "guides", "linux", "snippets", "software"] +tags: ["Formats", "Guides", "Linux", "Snippets", "Software"] --- diff --git a/content/posts/ps2-iso-compression-with-maxcso.md b/content/posts/ps2-iso-compression-with-maxcso.md @@ -1,7 +1,7 @@ --- title: "PS2 Image CSO Compression on Linux with MaxCSO" date: 2018-11-27T10:23:00 -tags: ["formats", "guides", "linux", "snippets", "software"] +tags: ["Formats", "Guides", "Linux", "Snippets", "Software"] --- CSO was originally only intended for smaller PS1/PSP disc images, so a different version can be compiled to support the larger DVD based images that PS2 games are usually distributed on. diff --git a/content/posts/removing-acms-drm-epub.md b/content/posts/removing-acms-drm-epub.md @@ -1,7 +1,7 @@ --- title: "Removing ACSM DRM from E-Books" date: 2018-11-24T10:22:00 -tags: ["books", "guides", "software", "windows"] +tags: ["Books", "Guides", "Software", "Windows"] --- Recently I found a rare-ish e-book available via the Internet Archive's [Open Library](https://openlibrary.org/) project, there was a waiting list and I wanted to read this on my Kindle without needlessly tying it up for other people wanting to read it. The combination of these two circumstances leads me to stripping the DRM from this file so I could work with it how I wanted. diff --git a/content/posts/resetting-passwords-chntpw.md b/content/posts/resetting-passwords-chntpw.md @@ -1,7 +1,7 @@ --- title: "Resetting Windows Passwords from Linux with chntpw" date: 2018-12-13T09:58:00 -tags: ["guides", "linux", "snippets", "software", "windows"] +tags: ["Guides", "Linux", "Snippets", "Software", "Windows"] --- I came across a strange issue recently, where I needed to reset a users password however the computer was unable to boot from USB so my usual [ntpasswd](https://pogostick.net/~pnh/ntpasswd/) option was out of the question. diff --git a/content/posts/samsung-officeserv-serial-upgrade.md b/content/posts/samsung-officeserv-serial-upgrade.md @@ -1,7 +1,7 @@ --- title: "Upgrading a Samsung OfficeServ PBX using the serial interface" date: 2019-08-27T13:55:00 -tags: ["guides", "hardware", "linux", "pbx", "projects", "software", "work"] +tags: ["Guides", "Hardware", "Linux", "PBX", "Projects", "Software", "Work"] --- # Requirements: diff --git a/content/posts/scraping-now-albums.md b/content/posts/scraping-now-albums.md @@ -1,7 +1,7 @@ --- title: "Scraping and Grabbing Now! albums" date: 2018-12-04T16:28:00 -tags: ["guides", "linux", "lists", "music", "servers", "snippets", "software"] +tags: ["Guides", "Linux", "Lists", "Music", "Servers", "Snippets", "Software"] --- Recently a collegue at work came to me to download them an album from online, unfortunately as it was a compilation album and the individual tracks had been released a million times already this wasn't to be released through the usual channels. diff --git a/content/posts/selfhosted-password-manager.md b/content/posts/selfhosted-password-manager.md @@ -1,7 +1,7 @@ --- title: "Selfhosted Password Manager" date: 2018-09-26T11:30:00 -tags: ["guides", "linux", "software"] +tags: ["Guides", "Linux", "Software"] --- Passwords in my experience are a fickle thing, on one hand you absolutely need long and complex passwords, different for every site you use, but remembering these unique and complex passwords is nigh impossible. diff --git a/content/posts/suitecrm-sql-csv-dump.md b/content/posts/suitecrm-sql-csv-dump.md @@ -1,7 +1,7 @@ --- title: "SuiteCRM SQL database dump to CSV files" date: 2019-01-17T10:18:00 -tags: ["formats", "guides", "linux", "servers", "snippets", "software"] +tags: ["Formats", "Guides", "Linux", "Servers", "Snippets", "Software", "Work"] --- Recently I needed to dump our workplaces existing CRM database to a format that was easy to work with, namely CSV instead of the more likely SQL format. diff --git a/content/posts/swap-file-linux.md b/content/posts/swap-file-linux.md @@ -1,7 +1,7 @@ --- title: "Creating a Swap File on Linux" date: 2019-06-10T10:03:00 -tags: ["formats", "guides", "linux", "servers", "snippets", "software"] +tags: ["Formats", "Guides", "Linux", "Servers", "Snippets", "Software"] --- I've recently moved from a server with more than enough RAM, to a lower spec (and significantly cheaper!) VPS that still does 99% of what I want it to. diff --git a/content/posts/unattended-installation-of-webp-codec.md b/content/posts/unattended-installation-of-webp-codec.md @@ -1,7 +1,7 @@ --- title: "Unattended installation of WebP codec" date: 2020-05-26T16:48:00 -tags: ["snippets", "software", "windows"] +tags: ["Snippets", "Software", "Windows"] --- I wrote this up many, many moons ago. I wanted a way to install Google's WebP codec on Windows in an unattended fashion to complement my [just-install](https://just-install.github.io/) script. diff --git a/content/posts/upgrading-ubiquiti-routers-over-ssh.md b/content/posts/upgrading-ubiquiti-routers-over-ssh.md @@ -1,7 +1,7 @@ --- title: "Upgrading Ubiquiti Routers Over SSH" date: 2019-03-27T14:55:00 -tags: ["guides", "hardware", "linux", "networks", "servers", "software"] +tags: ["Guides", "Hardware", "Linux", "Networks", "Servers", "Software"] --- In the past, I usually check for ubiquiti router firmware updates via [RSS feed](https://community.ubnt.com/ubnt/rss/board?board.id=Blog_EdgeMAX), and to apply them I open a reverse SSH tunnel to the web interface and upload the file over this tunnel. diff --git a/content/posts/windows-10-network-share-guest-access.md b/content/posts/windows-10-network-share-guest-access.md @@ -1,7 +1,7 @@ --- title: "Windows 10 Network Share Guest Access" date: 2019-02-15T11:47:00 -tags: ["servers", "snippets", "software", "windows"] +tags: ["Servers", "Snippets", "Software", "Windows"] --- I recently re-installed Windows 10, my edition of choice was the new 2019 edition of LTSC-N and as such I updated the [prep script](https://github.com/breadcat/win10-prep) I use to *provision* a new installation. diff --git a/content/posts/windows-diskpart-formatting.md b/content/posts/windows-diskpart-formatting.md @@ -1,7 +1,7 @@ --- title: "Windows Diskpart Formatting" date: 2018-11-13T15:02:00 -tags: ["guides", "snippets", "software", "windows"] +tags: ["Guides", "Snippets", "Software", "Windows"] --- If you've flashed any live-bootable Linux ISO files or similar to a USB drive you may notice that when trying to format again to the full size it seems capped to the original size of the ISO file.