tag: Ubuntu 22.04
docker for development and build of 11ty project
Feb 4, 2025
This post contains my notes on using docker for development and building of 11ty (eleventy) projects, like this site. A primaray motivation is the use of node from docker to avoid installation and maintainance of node on my local machine.
Install docker engine on Pop!_OS 22.04
Jan 28, 2025
This post contains my notes on installing docker engine on Pop!_OS 22.04, following the guidance for Ubuntu at the docker docs site. This will install the current, stable version.
Install OBS Studio on Pop!_OS 22.04
May 30, 2024
This post describes installing OBS Studio on Pop!_OS 22.04, equivalent to installing on Ubuntu 22.04.
Opencv-python script with argparse
May 2, 2024
This post covers adding comand line arguments to an opencv-python script using argparse. This continues the series of post on opencv-python in Pop!_OS/Ubuntu 22.04.
Save video capture using opencv-python on Pop!_OS 22.04
Apr 25, 2024
This is a short post describing how to save captured video to mp4 format using opencv-python on Pop!_OS 22.04 (this should work on all/most Ubuntu 22.04-related operating systems as well!
Video capture using opencv-python on Pop!_OS 22.04
Apr 23, 2024
This is a short post to document a script that captures video and converts to grayscale using opencv-python on Pop!_OS 22.04 (this should work on all/most Ubuntu 22.04-related operating systems as well!
Install OpenCV-python using pip
Apr 19, 2024
This is a very short post to document how I installed opencv-python on Pop!_OS 22.04 using pip and virtualenvwrapper. This should work for Ubuntu 22.04 as well.
Install Inkscape using PPA on Pop!_OS 22.04
Nov 3, 2022
This is a very short post to document how I installed Inkscape on Pop!_OS 22.04 using their PPA. Of course, this would work for Ubuntu 22.04 as well.
VPS setup on digitalocean
Nov 2, 2022
In this post I will document my setup of an Ubuntu 22.04 VPS at Digital Ocean. I will provide links to resources at digitalocean that guided the choices I made. Of course, this is just one way to do it so read mutiple resources if you are trying this yourself.