Raspberry Pi Kubernetes installation with Cilum CNI Network Plugin.
Postmodern ChatGPT about yum vs apt linux package managers
Views: 3574Introduction to the Dicussion about apt and yum I had the following chat after spending time getting a Rocky Linux to act as a Bind DNS Slave to a ubuntu 18 master. I did not discuss the hienous use of Master and Slave, instead I concentrated only on the differences between apt and yum …
Continue reading “Postmodern ChatGPT about yum vs apt linux package managers”
How to direct download ubuntu 20.04 via curl, also Alpine
Views: 7231Here is the secret method to simply Download Ubuntu 20.04 Server Very often you want to download a new os to install VMs on a server or the like. Usually they just give a link on their website to download the file, which you then need to upload to your server. So here is …
Continue reading “How to direct download ubuntu 20.04 via curl, also Alpine”
Turn Monolith server of LAMP stack using php-fpm that also uses MEAN stack into microservices
Views: 3163 The project is to make microservices in place of a monolithic nodejs application stack. Apache Web Server, php-fpm, nodejs application server with mongodb, mysql backend. This got divided into 2 seperate projects, of LAMP and MEAN stack. It can be tweaked to have the php-fpm LAMP read/Write from the MongoDB Database and to have …
vTiger 7 Webforms broken – fields, form, 500 error in – Here’s the fix for CRM
Views: 4988Vtiger WebForms don’t work, so here is a quick and needed fix. Vtiger version 5, 6 and 7 have issue creating webforms to capture leads from their website. They have added the ability to have the form work with other modules than just leads, but it still didn’t work. Install OpenSource Charming CRM. Everything …
Continue reading “vTiger 7 Webforms broken – fields, form, 500 error in – Here’s the fix for CRM”
Bootstrapping a Docker Swarm Mode Cluster – Semaphore
Views: 2485 Adding Cluster Nodes At this point, we have a cluster with a single manager node – a cluster, albeit meagre in substance. Before we augment the cluster with additional nodes, we need to attend to an AWS configuration detail. Docker Machine will have created an AWS security group (in the absence of our specifying the …
Continue reading “Bootstrapping a Docker Swarm Mode Cluster – Semaphore”