What is this even for? This is a follow up to my How to get started with reticulum on an Ubuntu machine article, after getting everything going and chatting with myself and my guinea pig mom in my own home network… it was time to see if I could do the same through the world webs… but it was harder…
Author: justadminnit
HOW TO GET STARTED WITH RETICULUM ON UBUNTU MACHINE
What is this all about? I discovered Reticulum and wanted to simply quickly test it with two laptops (to start) to get a quick feel. I decided I would also use the Sideband app as the GUI interface for it because it works on Android and I assumed that would be my second test. I based this tutorial on the…
SETTING UP OLLAMA ON AN UBUNTU MACHINE
This tutorial is an ubuntu (vanilla) version of this excellent ollama blog. Following this blog wasn’t so easy for me because it assumed a bunch of dependencies that I didn’t have on my ubuntu machine. The blog doesn’t really say clearly that you need pip and venv installed on the local machine in order to make this blog work smoothly.…
How to insert and center an image in a markdown doc using Pandoc
This is another one of those posts that I wrote for only one purpose: Making something a little easier on someone else who may have to do the same thing. First, I will credit my ultimate source. Thanks Daniel for your post. I was able to read it and find the piece I needed in the middle. Here is the…
How to Search if a BC Company Legally Exists, is Active, and more
Probably my title will be longer than the body this time. I used search engines, and AI bots to try to find the answer to this and eventually found it on my own! Disappointing but real… If you want to quickly search to see the following about a company, then this is the post for you: If I a company…
Getting a Fresh Start by Backing up, Re-installing, Then Restoring What you Need on Ubuntu
It was hard to make a good title with proper English on this one because I wasn’t sure how to exactly describe what I’m doing here. Hopefully you located this blog ok and are trying to do the same thing I am. The Goal of This Exercise Every computer needs a new operating system ‘refresh’ at some point because of…
How to Fix PDF Engine Error Problem in Pandoc in Ubuntu
Intro All I wanted to do was to convert a markdown (.md) file to pdf for crying out loud. I heard it was possible and good to use pandoc. For years I ran the command I was supposed to. Looks like this: pandoc input.md -o output.pdf But all I got was this: pdflatex not found. Please select a different –pdf-engine…
SETTING UP STALWART WITH PODMAN AND QUADLET
SECTION 1 – BACKGROUND This document comes from my many attempts to make this work with podman-compose setup. I got it working and hope to document those details at a later date. I had to give up on that because when I exited the ssh session it would kill the server. I found this reddit post which made me conclude…
HOW TO CLEAR MAUTIC CACHE IN PODMAN
I had a challenge with my mautic landing pages when I did a fresh install using Podman. Part of the process that I thought was both useful and educational and worth leaving as a permanent post was how to clear the Mautic cache, especially using podman This mautic documentation page indicated that it may be required to a) clear the…
HOW TO GET MAUTIC LANDING PAGE BUILDER WORKING
THE BACKGROUND AND PROBLEM After much face-palming I finally got the html builders working on a fresh install of Mautic. Before that, when I went under “Components” and “Landing Pages”, and when I tried to open the builder function after selecting a template, all I got was a white screen with the tools on the right pane. When I clicked…