Categories
Software Technical

Moving from Bitbucket to GitHub for your CICD

I am sharing only because I am thinking about this, documenting, and trying to under what an organization might consider when planning a move from Bitbucket to GitHub. From a Jenkins automation point of view. Here are some key aspects to be aware of. API Differences: Workflow Differences: Additional Considerations: Resources to help you: Remember, […]

Categories
How-To Software Technical

Large Language Models (LLM) Running @ Home

Running large language models (LLMs) on home hardware can be a challenging task due to the significant computational resources required by these models. However, with the right setup and configuration, it is possible to train and run LLMs on your personal computer or laptop. The first step in running an LLM on your home hardware […]

Categories
How-To Software Technical

Ways to run ollama as a service

There are several ways you can run Ollama as a service, but one of the most popular options is using Google Cloud Run. This platform allows you to deploy and run containerized applications on-demand without managing infrastructure. You can use Docker containers to package and deploy your Ollama model, and then use Cloud Run to […]

Categories
How-To Software Technical

Docker | OpenWebRX

This image is built from the latest released .deb packages and should be identical to a standard OpenWebRX+ installation on Debian. All receivers and demodulators available in this image. Install Blacklisting device drivers on host You should disable the kernel drivers for RTL, SDRPlay and HackRF devices on the host linux (where docker runs) before […]

Categories
How-To Software Technical

Changing a Provisioned Machine’s Owner in vRA

This is a first, but we recently needed to change the owner of a group of deployments in vRA Version: 7.6.0. Some things you need to know – You must be a Business Group Manager (BGM) with reconfigured privileges or Admin to make the change. Steps: Done. Now, I am looking for a way to […]

Categories
How-To Personal Software Technical

ChatGPT plugin for VS.Code

So I asked ChatGPT for advice and here is how it responded to my question. There are a few ChatGPT plugins available for Visual Studio Code. One of the most popular ones is the ChatGPT Extension for VSCode1. This extension allows you to use the unofficial ChatGPT API to generate natural language responses from OpenAI’s ChatGPT to […]