Christmas LED Ping Pong Wall

Last Christmas in lockdown in 2020 I build a LED Ping Pong wall. Thought it was worth sharing here too. You can find the source code and build instructions over on my GitHub Page Overview I love Christmas lights and Christmas decorations, I have been wanting to do an Programmable LED Project for a long time so this year I created an LED Wall. Its mostly my own design with some inspiration from youtube videos e.
Read more →

Satellite 6.9 to 6.10 Space Requirement’s

With the release of Satellite 6.10 there are some considerations for space for the migration. This is due to the removal of Mongo DB with the data being migrated into the postgres database and the migration of the pulp system from Pulp 2 to Pulp 3. If you are currently running Satellite 6.9 and wish to check the space requirements they are: Ensure you have double the currently used space in /var/lib/pulp/published/ available Ensure you have free space in /var/lib/pulp/media equivalent to the currently used space in /var/lib/pulp/content Ensure the mount for postgresql12 has the free space available equivalent to the currently used space in /var/lib/mongodb/ To help you check and understand these requirments I have created a simple bash script to check these requirements.
Read more →