From eb3db6d5c356e0851deefaadde4144d883d508fb Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 17 Dec 2018 15:15:03 -0500 Subject: [PATCH] revise footer and arch spin pt 1 --- _includes/post/about.html | 2 +- _posts/2018-08-15-arch-spin-pt-1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/post/about.html b/_includes/post/about.html index c38e2bc..1c49753 100644 --- a/_includes/post/about.html +++ b/_includes/post/about.html @@ -4,6 +4,6 @@ Written by the pseudonymous {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %} on {{ page.date | date: "%d %B %Y" }} -
All content contained in this website is licensed under the CC-BY 4.0 license.
+
All content on this website is licensed under the CC-BY 4.0 license.
diff --git a/_posts/2018-08-15-arch-spin-pt-1.md b/_posts/2018-08-15-arch-spin-pt-1.md index 370d842..979f356 100644 --- a/_posts/2018-08-15-arch-spin-pt-1.md +++ b/_posts/2018-08-15-arch-spin-pt-1.md @@ -14,7 +14,7 @@ I went through the distros I had and chose the [i3 spin of Manjaro](https://manj I would boot it, try to install some app I'm missing (Telegram, for instance), find that I need to first update everything then upgrade some packages then have no space left to install Telegram. There isn't one distro I can think of that I wouldn't have to do that with. So I thought I'd try my hand at installing Arch on a flash drive. -As I was reading, I decided I would rather make a *live* system. This way, I can log into whatever I need to and there would be no record of it so I'm safer. I asked around in the Arch [Telegram channel](https://t.me/archlinuxgroup) and was given a few pages to read up on the wiki as well as a youtube video. First is [building the arch iso](https://wiki.archlinux.org/index.php/archiso), [making a custom repo](https://wiki.archlinux.org/index.php/Pacman/Tips_and_tricks#Custom_local_repository) for installing AUR packages, building them in a [chroot](https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot) so you don't mess with your current setup, and the [YouTube videos](https://www.youtube.com/watch?v=DqV1BJtJXEA) that help tie it all together: +As I was reading, I decided I would rather make a *live* system. This way, I can log into whatever I need to and, as soon as I turn it off, whatever I did disappears. I asked around in the Arch [Telegram channel](https://t.me/archlinuxgroup) and was given a few pages to read up on the wiki as well as a youtube video. First is [building the arch iso](https://wiki.archlinux.org/index.php/archiso), [making a custom repo](https://wiki.archlinux.org/index.php/Pacman/Tips_and_tricks#Custom_local_repository) for installing AUR packages, building them in a [chroot](https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot) so you don't mess with your current setup, and the [YouTube videos](https://www.youtube.com/watch?v=DqV1BJtJXEA) that help tie it all together: # Summary That'll be it for this post. It was originally a lot longer but I think I want to keep them to a quick read so it's easier to pick up where you left off. I'm not sure what the next post will contain but I am sure that it talks about setting up your dev environment 😉