diff --git a/_posts/2018-08-12-lossless-screen-recording.md b/_posts/2018-08-12-lossless-screen-recording.md index fbb430a..b54bca2 100644 --- a/_posts/2018-08-12-lossless-screen-recording.md +++ b/_posts/2018-08-12-lossless-screen-recording.md @@ -1,6 +1,7 @@ --- layout: post title: Lossless screen recording +description: Recording your screen (or second, third, etc.) with ffmpeg for a high-quality lossless video that uses very little system resources categories: minimalism cover: /assets/ffmpeg-lossless.png date: 2018-08-12 17:15:20 diff --git a/_posts/2018-08-15-arch-spin-pt-1.md b/_posts/2018-08-15-arch-spin-pt-1.md index a090845..1e5a83c 100644 --- a/_posts/2018-08-15-arch-spin-pt-1.md +++ b/_posts/2018-08-15-arch-spin-pt-1.md @@ -2,13 +2,14 @@ layout: post title: Arch spin pt. 1 - The perfect bootable subtitle: "There's no such thing . . . yet" +description: I started trying to think of a distro that fit all my daily needs that I could take on a flash drive with me wherever I went and . . . I couldn't. categories: arch-spin date: 2018-8-15 10:38 --- # Thus begins the journey Today I had an orthodontist appointment and a voice lesson. The appointment was at 15:00 and the voice lesson at 16:00. I got to the orthodontist's office 10 minutes early, was told to right to the back (like always), I sat down in the seat, and the orthodontist came over after a few minutes with another patient. He looked at my teeth, had me put my retainers in, checked how they fit, then said I don't ever need to come back (unless I do need to). That all took about 7 or 8 minutes. My voice lesson was ~5 minutes away so I had an hour to kill. I drove to the college (where the lesson was), went into the computer lab, and booted my [multibootable](http://multibootusb.org/) bootable. -I went through the distros I had and chose the [i3 spin of Manjaro](https://manjaro.org/category/community-editions/i3/), forgetting that it hadn't written correctly and was corrupt. I went through a couple of other distros that were as well and settled on [Parrot Home](https://www.parrotsec.org/download-home.php). While I love Parrot Home for security reasons, it wasn't what I was looking for. I started trying to think of a distro that fit all my daily needs that I could take on a flash drive with me wherever I went and . . . I couldn't. +I went through the distros I had and chose the [i3 spin of Manjaro](https://manjaro.org/category/community-editions/i3/), forgetting that it hadn't written correctly and was corrupt. I went through a couple of other distros that were as well and settled on [Parrot Home](https://www.parrotsec.org/download-home.php). While I love Parrot Home for security reasons, it wasn't what I was looking for. I started trying to think of a distro that fit all my daily needs that I could take on a flash drive with me wherever I went and . . . I couldn't. 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. diff --git a/_posts/2018-08-17-arch-spin-pt-2.md b/_posts/2018-08-17-arch-spin-pt-2.md index e4a449a..94dc6f6 100644 --- a/_posts/2018-08-17-arch-spin-pt-2.md +++ b/_posts/2018-08-17-arch-spin-pt-2.md @@ -1,11 +1,12 @@ --- layout: post title: Arch spin pt. 2 - Initial setup +subtitle: First steps to rolling your own spin +description: Setting up the basics for build your own Arch-based spin with archiso, the official development tool categories: arch-spin date: 2018-08-17 14:11:07 --- -# First steps to rolling your own spin -#### I *think* I'm going to call it a spin . . . + *I **think** I'm going to call it a spin . . .* 1. Install the package `archiso` from the official repos or `archiso-git` from the AUR 2. `$ mkdir ~/` * Replace `` with wherever you want the iso build to be stored. This is where we'll be spending all of our time configuring. Mine is at `~/liveiso/` and that's the path I'll be using in this and future posts diff --git a/_posts/2018-08-18-arch-spin-pt-3.md b/_posts/2018-08-18-arch-spin-pt-3.md index 4988758..55a44c9 100644 --- a/_posts/2018-08-18-arch-spin-pt-3.md +++ b/_posts/2018-08-18-arch-spin-pt-3.md @@ -1,6 +1,7 @@ --- layout: post title: Arch spin pt. 3 - packages.x86_64 +description: Getting all the packages you currently have installed from the Arch repos installed to your Arch ISO categories: arch-spin date: 2018-08-18 16:52:42 ---