Note: none of this actually works – just notes for now. source: https://linuxconfig.org/how-to-install-docker-in-rhel-8 source : https://www.techrepublic.com/article/how-to-install-docker-ce-on-centos-8/ Enable on proxmox : on host node
Author Archives: Jack
Re-enable Firefox TLS 1.3 warnings
Firefox now refuses to load sites offering less than TLS 1.3 – at times you may need to allow this for a particular site to load/testing/etc. However how do you re-enable for the warnings? Type : into the address bar and then search for “TLS” You’ll find this entry : Change it from true to …
Localized Nihilism
Do your personal sufferings have meaning? I think yes – but that meaning is likely unknowable in the short term. Perhaps a type of micro-nihilism is appropriate. Give time and thought to to understanding the world at large – God, emotion, meaning. Your own problems? Mark them as meaningless. Self pity (both deserved and contrived) …
Rsync with Hetzner storage boxes
In all examples, replace u2xxxxx-sub5 and u2xxxxx.your-storagebox.de with the names of your user and storage box. First, make sure “external reachability” and “ssh” are enabled. You can make the base directory easily by ftp’ing in first and creating the directory. Next, open the web interface and set the base directory for the sub-account to the …
How not to be taken advantage of
The more you give of yourself, the more possibility there is of an uncaring person taking advantage of you. When you befriend the down trodden and desperate, your chances increase even more. What do I mean by “taken advantage of”? In this case I mean things serious enough to get you into trouble while trying …
Faderfox SC4 Tutorial and Notes
Overview The highest level division in the SC4 is a setup. A setup can be either a midi controller setup or sequencer setup. The SC4 can store 30 setups. Midi controller setups contain 8 groups which each contain 8 knobs and pushbuttons (built into the knobs). By selecting different groups with the green buttons at …
Using sox to split audio file (create sample set)
Notes on programming the Bitstream 3x Midi Controller
First some terminology: a “group” is the 3x’s name for a what would usually be called a preset – a definition of what all the controls should transmit. For most uses one would have a group for each device one wants to control. To select a group, press the “group” button on the bottom row …
Continue reading “Notes on programming the Bitstream 3x Midi Controller”
Moving vpopmail directories
For years I have somehow thought moving vpopmail domains between vpopmail installs was hard (ie. from one server to another). I even went so far as to custom build vadddomain binaries which forced creation to a particular directory (ie: /home/vpopmail/domains/0/, /home/vpopmail/domains/1/). If you are not familiar with the “problem” it is that in larger installs …
Basic git usage
Assuming you have already cloned a repository, the best place to start is with: This will show the current state of the files including the branch you are on and any untracked changes. If you’ve come back to a project after a few days off, this will remind you where you are (which branch) and …