Jericho's blog
Deploying my blog with ansible ansible server_stuff 2023-10-08 01:36:31.49474814 +0000

I've recently been making an effort to migrate my server stack to use ansible to manage everything. So I wanted to see if I could compile and deploy my blog using just ansible. (spoiler: I can)

Scansnap S300, S1100, S1300, S1300i on Linux 2022-01-29 03:03:06 +0000

TLDR: run this script to get S300, S1100, S1300, or S1300i models working in Linux: script

ARCHIVE: Linux on a NuVision 8" Tablet TM800W610L 2021-11-01 16:55:16 +0000

This is an old blog post I wrote back in March 2018, but I thought it might be worth posting again.

Jumpdrive only p-boot image pinephone 2021-09-13 21:56:32 +0000 How to generate a custom p-boot image

TLDR: if you just want my image: here you go

Setting up a startpage server 2021-05-20 23:40:05 +0000 I'm going to show you how I setup my startpage

I made a pretty unusual setup for generating a start page. All you need is this python script, sites.yml, and index.css. By default it expects to write the data to /var/www/html/index.html with index.css at /var/www/html/index.css. I find this script makes it pretty easy for me to add new sites whenever I want. If you want to look at other examples of start pages feel free to look at r/startpages

Setting up nginx as a reverse-proxy for docker services 2020-06-27 13:11:00 +0000 I'm going to show you how to setup nginx to point to services in docker containers

Prerequisites

I'm going to assume that you have a few things already setup before starting.

  • A working server
  • Working nginx setup
  • A service already running in docker
Setting up a blog server 2020-06-25 20:25:48 +0000 I'm going to show you how I setup my blog

Getting started

Hello world meta 2020-06-25 10:34:01 +0000 Introductory post

Welcome to my blog. I will be posting about my various projects over time here. I have a variety of interests so expect to see anything from electrical design to code to server setup to whatever else I feel like posting.