Asciidoc-pdf Theming

Here are more resources I’ve found, but haven’t sat down yet to put together. https://docs.asciidoctor.org/pdf-converter/latest/theme/apply-theme/ https://jekyll-one-org.github.io/pages/public/skeleton/documentation/200_themes/ https://github.com/asciidoctor/asciidoctor-pdf/tree/main/data/themes https://jekyll.one/pages/public/manuals/components/j1/plugins/asciidoctor/ (not really about theming, but looks interesting)

Asciidoc-pdf Theming

I love the cleanness of the default asciidoc html rendering and do not love the default pdf rendering.I expected that they would be exactly the same.For some reason they are not. Strangely there is very little I could find in the realm of a library of different asciidoc-pdf themes to choose from. Google turned up […]

Live Raspberry Pi SD Card Backup

I was looking for a way to backup the SD card of my running Raspberry Pi without having to shut it down to make a copy of it. I found some surprisingly great options. So far I have had good luck with PiShrink-to-Crontab. I tested it out by creating an image and then writing it […]

Converting asciidoc to LibreOffice Writer

The best way I found was to convert asciidoc to Docbook and then convert to odt. Surprisingly (considering all that it can do!) Pandoc cannot take asciidoc as an input. $ asciidoctor -b docbook my.adoc$ pandoc –from docbook –to odt –output my.odt my.xml I’m not totally satisfied with how it turned out. I had to […]

Setting Up Remote TimeMachine Backups

After listening to this fantastic podcast episode on Mac Power Users about data backups I learned one thing I’d never known before–that you can do TimeMachine backups to other Mac’s on your local network. This simple guide has the steps. I’ve had fuzzy plans for a while to create a TimeMachine backup server using my […]

Install & Configure Samba on Raspberry Pi

These are the steps I went through to set up a Samba share on my Raspberry Pi. I wanted it to have a central place I could store and retrieve large files between computers on my home network. The Raspberry Pi comes with limited read/writeable storage and needs external storage for unless you are running […]

Tech Waste–The Problem with Society

This is a guest post from Ethan Poelstra. Tech waste (also known as E-waste) is the world’s fastest growing trash source. Though it currently accounts for only 2% of all trash in landfills, it accounts for over 70% of all toxic waste. Lots of technology that is thrown away each year could easily be used […]

Finding the Largest Installed Ubuntu Packages

I’ve been playing around with light-weight Ubuntu distros to run on the old laptops we have for the community Minecraft night I support. Looking for as little overhead as possible and removing all the stuff we don’t need. It’s kind of a convoluted process on Ubuntu/Debian compared to Red Hat/Fedora. https://askubuntu.com/questions/406155/how-can-i-get-a-list-of-the-biggest-packages-currently-installed-in-order https://unix.stackexchange.com/questions/588370/get-how-much-space-is-used-by-some-packages https://coderwall.com/p/cwfvpq/list-installed-packages-by-size How to […]

Getting Started with Librivox

These are the steps I went through to create an account and submit a demo recording to Librivox so that I can be a recorded contributor. At first all the different links and places are overwhelming so I wanted to create a clean and simple list of steps to make it easier for people. These […]