This is a quick note to a recent confusion I had setting up a route in my Angular application. I had the following link in my HTML template The IDE was not posing any issues and my imports for the Component were as follows However, when I went to use ng serve to build and
I spent several hours on learning how to setup the Bitnami/openldap docker image to work for my needs. I am not well versed in LDAP, nor am I proficient in SSL. What follows is hopefully a recount of my issue and then how I solved the problem Setting up a Docker Compose file was fairly
Working with Tomcat, I have on occasion ran across a strange issue where the Tomcat service would stop as soon as I started the service. I found two options to review to see if solves my issue. If these two options do not work for me, I will have to return to researching on the
I have used Google’s free email service for many years. Most of the time I have setup my desktop email program to connect to my GMail via IMAP settings. I would have to setup these programs over the years as I got new computers or when I switch to a different email application. Truthfully, having
I peruse Youtube often, as well as other websites. Here are some great resources for tips and lessons on riding. MCrider is a Texas riding instructor Ride Like A Pro – Jerry “The Motorman” Palladino is a Motorcycle Officer Instructor
Today’s quick python script is all about finding what are the top repeated words within a webpage. The idea for this came to me when I was thinking about processing sites I found on a Google Search and possibly generating a database of common words for each site to help me find useful documents related
It is October 2021 and I am testing the WordPress full site editing capabilities with Gutenberg. As of this writing, this is only available via the Gutenberg plugin until WordPress 5.9 is released in a few months. I had cloned the Theme Experiments repo directly in my test site’s theme folder. The cool thing is
I continually search for methods to finding the row a user selects in a KivyMD MDDataTable. There are not as many useful results in my Google searches to assist in finding a solution. Most of the results only show printing the incoming variable objects in the call back function. The on_press action for the table
Have you ever wanted to test out Jupyter Lab Notebooks in a multi-user environment, but didn’t want to setup a full server stack just to see if this is the right tool for your Lab? Thanks to sandboxed virtual containers like Docker, this can be an easy setup for an internal deployment. However, it is
I had an issue with one of my Tomcat servers unable to stay running. The logs were saying that port 8005 was already bound to another service. Tomcat uses this port number as a default to listen for Shutdown requests. The service that was using the port was a system process, and seeing that it