Categories
How-To Software

Install a CA certificate on Red Hat Enterprise Linux

Install/update the latest ca-certificates package.# yum install ca-certificates Enable the dynamic CA configuration feature by running:# update-ca-trust enable Copy the RapidSSL Intermediate CA certificate to the directory /etc/pki/ca-trust/source/anchors/:# cp rapidSSL-ca.crt /etc/pki/ca-trust/source/anchors/ Extract and add the Intermediate CA certificate to the list of trusted CA’s:# update-ca-trust extract Verify the SSL certificate signed by RapidSSL:# openssl verify server.crt server.crt : […]

Categories
How-To

You are not allowed to use Docker. You must be in the “docker-users” group

You may notice an error when attempting to use docker on a windows computer that reads: “You are not allowed to use Docker. You must be in the “docker-users” group error.” To resolve this: Add your user to docker-users named group created under Computer Management/user and groups/groups. Click on docker-users and add your username to […]

Categories
Uncategorized

Windows 10 Activation

So you got a newly imaged PC and know it came with windows but you do not have a Windows 10 / 11 activation key. Well, you have come to the right place, my friend. The first step is to ensure that the computer was installed with the correct Windows version that the hardware was […]

Categories
News

2017 Hyundai Sonata Sport – Oil Consumption, Misfires Tapping, and Rattling

Year: 2017Make: HyundaiModel: Sonata SportDealership: Lester Glenn Hyundai: Hyundai Dealer | Toms River NJ Symptoms Began: About 78,000 milesI started noticing misfires and a rapid tapping/rattling sound while driving at lower speeds 20-40MPH or dropping down to higher speeds to 40 and attempting to accelerate. Later noticed that my oil light was flicking on and […]

Categories
News

Quick Jenkins Docker Standup

Hi, it’s me again, and today I decided to deploy Jenkins, but this time I wanted to run it under Docker. As you know Docker enables developers to easily pack, ship, and run any application as a lightweight, portable, self-sufficient container, which can run virtually anywhere Let’s jump into it shall we. Deployed my ubuntu […]

Categories
Personal

My Moderna COVID-19 Vaccination Experience

On February 25, 2021, 6:50 PM EST, I was administered the first of two vaccination doses of the Moderna Vaccine. I admittedly was initially hesitant at the thought of getting the vaccine. After doing my own research, listening to the guidance of experts, in addition to personal friends receiving the vaccination I felt confident that […]