knowledgegainedandshared.com
Open in
urlscan Pro
192.0.78.25
Public Scan
Submitted URL: http://knowledgegainedandshared.com/
Effective URL: https://knowledgegainedandshared.com/
Submission: On April 06 via api from GB — Scanned from GB
Effective URL: https://knowledgegainedandshared.com/
Submission: On April 06 via api from GB — Scanned from GB
Form analysis
4 forms found in the DOMGET https://knowledgegainedandshared.com/
<form role="search" method="get" class="search-form" action="https://knowledgegainedandshared.com/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search …" value="" name="s">
</label>
<input type="submit" class="search-submit" value="Search">
</form>
POST https://subscribe.wordpress.com
<form action="https://subscribe.wordpress.com" method="post" accept-charset="utf-8" id="subscribe-blog">
<p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p>
<div class="jetpack-subscribe-count">
<p> Join 29 other followers </p>
</div>
<p id="subscribe-email">
<label id="subscribe-field-label" for="subscribe-field" class="screen-reader-text"> Email Address: </label>
<input type="email" name="email" style="width: 95%; padding: 1px 10px" placeholder="Enter your email address" value="" id="subscribe-field">
</p>
<p id="subscribe-submit">
<input type="hidden" name="action" value="subscribe">
<input type="hidden" name="blog_id" value="113546098">
<input type="hidden" name="source" value="https://knowledgegainedandshared.com/">
<input type="hidden" name="sub-type" value="widget">
<input type="hidden" name="redirect_fragment" value="subscribe-blog">
<input type="hidden" id="_wpnonce" name="_wpnonce" value="492ab9b408"> <button type="submit" class="wp-block-button__link"> Subscribe </button>
</p>
</form>
POST https://subscribe.wordpress.com
<form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;">
<div class="actnbr-follow-count">Join 29 other followers</div>
<div>
<input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address">
</div>
<input type="hidden" name="action" value="subscribe">
<input type="hidden" name="blog_id" value="113546098">
<input type="hidden" name="source" value="https://knowledgegainedandshared.com/">
<input type="hidden" name="sub-type" value="actionbar-follow">
<input type="hidden" id="_wpnonce" name="_wpnonce" value="492ab9b408">
<div class="actnbr-button-wrap">
<button type="submit" value="Sign me up"> Sign me up </button>
</div>
</form>
POST /
<form action="/" method="post">
<label for="target_email">Send to Email Address</label>
<input type="email" name="target_email" id="target_email" value="">
<label for="source_name">Your Name</label>
<input type="text" name="source_name" id="source_name" value="">
<label for="source_email">Your Email Address</label>
<input type="email" name="source_email" id="source_email" value="">
<input type="text" id="jetpack-source_f_name" name="source_f_name" class="input" value="" size="25" autocomplete="off" title="This field is for validation and should not be changed">
<div class="g-recaptcha" data-sitekey="6LcmyE0UAAAAALID28yVNg7pFCodGaArJzHitez_" data-theme="light" data-type="image" data-tabindex="0" data-lazy="true" data-url="https://www.google.com/recaptcha/api.js?hl=en"></div>
<img style="float: right; display: none" class="loading" src="https://s0.wp.com/wp-content/mu-plugins/post-flair/sharing/images/loading.gif" alt="loading" width="16" height="16">
<input type="submit" value="Send Email" class="sharing_send">
<a rel="nofollow" href="#cancel" class="sharing_cancel" role="button">Cancel</a>
<div class="errors errors-1" style="display: none;"> Post was not sent - check your email addresses! </div>
<div class="errors errors-2" style="display: none;"> Email check failed, please try again </div>
<div class="errors errors-3" style="display: none;"> Sorry, your blog cannot share posts by email. </div>
</form>
Text Content
Skip to content NERD BLOGGING – TECH BLOGGING Repository of Knowledge Gained and Shared * Home * About * About * Contact * Contact * Home * * Back * LinkedIn * Twitter * Patreon HOW TO INSTALL AND UPTIME-KUMA NODE After seeing Uptime Kuma show up in my Youtube feed, I decided to give it a shot. The Github directions aren't exactly completely correct. Here is what I need to do in order to run it on a CentOS 8 Node dnf module enable nodejs:12Worker_threads module requires the NodeJS 12 version. The software will not … Continue reading "How to install and Uptime-Kuma Node" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112October 7, 2021October 26, 2021Posted inHome Lab, Monitoring2 Comments on How to install and Uptime-Kuma Node HOW TO CREATE A FOREMAN NODE WITH ANSIBLE TOWER Was working on a quick project, and hit a series of issues. The result of it is a Ansible playbook that will spin up a Foreman Node with Ansible on Centos8 Stream, with the correct firewalld ports enabled. In theory this should work on any dnf/yum package managed node. The playbook is available at my … Continue reading "How to Create a Foreman Node with Ansible Tower" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112August 13, 2021Posted inUncategorizedTags: AnsibleLeave a comment on How to Create a Foreman Node with Ansible Tower HOW TO INSTALL PYWINRM ON A CENTOS STREAM MACHINE I was working on a quick task in Tower (AWX) and was receiving a connection error to an AD joined host. It dawned on me that I had yet to install the required python module pywinrm. It used to be easy on RHEL8 and CentOS 8 before stream. Now it seems that the RUST language … Continue reading "How to install pywinrm on a Centos Stream Machine" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112August 11, 2021August 11, 2021Posted inUncategorizedLeave a comment on How to install pywinrm on a Centos Stream Machine HOW TO INSTALL A FREE VERSION OF ANSIBLE TOWER (ANSIBLE AWX) WITH A PLAYBOOK Update 12/17/2021 - AWX has changed a bit on the install and the old playbook has been updated. Please see notes at the end for white screen issue. Having worked a fair amount in my day job with Ansible and Ansible Tower, I was delighted to find out that there was a free version of … Continue reading "How to Install a Free Version of Ansible Tower (Ansible AWX) with a Playbook" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112July 14, 2021December 17, 2021Posted inAnsible, Automation, AWX, DevopsLeave a comment on How to Install a Free Version of Ansible Tower (Ansible AWX) with a Playbook HOW TO CONFIGURE A GPU FOR PASSTHRU AND VCENTER 7 Install the required graphics card(s) into your server, and power on the ESXi host. Go to VCenter and find the ESXi host the card was installed in. Click on Configure -> PCI Devices and Configure Passthrough Select the GPUs and Audio Controller. The Audio Controller is not necessary, but I tend to use it anyway. … Continue reading "How to Configure a GPU for passthru and VCenter 7" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112March 12, 2021March 7, 2021Posted inESXi7, Home Lab, VCenter, VMware, vSphereLeave a comment on How to Configure a GPU for passthru and VCenter 7 HOW TO RUN WINDOWS UPDATES WITH ANSIBLE Since Ansible only runs on Linux Machines, you'll need to have access to a Linux Machine or the ability to build one. I have spun up a Photon OS 3.0 VM, so this instructions will be tailored to that. First install ansible tdnf install ansible Next Install Pip tdnf install python3-pip Then install pywinrm so … Continue reading "How to run Windows Updates with Ansible" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112March 8, 2021March 5, 2021Posted inAnsible, Automation, DevopsLeave a comment on How to run Windows Updates with Ansible HOW TO UPDATE A F@H CLIENT ON PHOTON OS OR SIMILAR INSTALLATION Verify your OS Distribution with below or similar. cat /etc/lsb-release For me running Photon OS, I see the below output. DISTRIB_ID="VMware Photon OS" DISTRIB_RELEASE="4.0" DISTRIB_CODENAME=Photon DISTRIB_DESCRIPTION="VMware Photon OS 4.0" Run tdnf update Query for the F@H Binaries we have installed rpm -qa | grep fah We see we have the following installed First backup your … Continue reading "How to update a F@H Client on Photon OS or similar installation" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112March 3, 2021February 28, 2021Posted inF@HLeave a comment on How to update a F@H Client on Photon OS or similar installation MEMORY EXHAUSTION ERRORS IN VGHETTO F@H APPLIANCE Noticed an oddity in the F@H Appliance that William Lam aka vGhetto of VMware fame. After deploying a couple of his appliances without issue on vCenter 7, I started noticing behavior where the appliance would happily fold, and then crash and restart. Even after reinstalling the appliance I encountered the same behavoir. I logged into … Continue reading "Memory Exhaustion Errors in vGhetto F@H Appliance" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112February 26, 2021Posted inESXi7, F@H, VMware, vSphereLeave a comment on Memory Exhaustion Errors in vGhetto F@H Appliance SPEEDTEST DRIVEN GRAFANA INSTALL ON A RASPBERRY PI Recently been diving into Grafana and InfluxDB at work and playing around a bit at home. Started looking into doing a Speed Test Page in order to see how my Network Speeds are during the day. Stumbled upon a tutorial here. I tried it on a Raspberry Pi 3B, but due to its limited Network … Continue reading "Speedtest Driven Grafana Install on a Raspberry Pi" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112February 22, 2021Posted inGrafana, InfluxDB, MonitoringLeave a comment on Speedtest Driven Grafana Install on a Raspberry Pi HOW TO INSTALL FOLDING AT HOME ON A RASPBERRY PI 4 Install Raspberry OS on the device. I've chosen to use the Raspberry Pi Imager and install Raspberry PI OS 64bit, as the 64bit variant is required for the FAH installer. Be sure to enable headless SSH from this link. I've chosen to power my PIs with POE using a POE Hat like this. It's simply … Continue reading "How to Install Folding at Home on a Raspberry Pi 4" SHARE THIS: * * * Email * Print * Share * LIKE THIS: Like Loading... Posted bymdicecca112February 7, 2021Posted inF@H1 Comment on How to Install Folding at Home on a Raspberry Pi 4 POSTS NAVIGATION 1 2 3 … 8 Older posts Older posts SEARCH Search for: ARCHIVES * October 2021 (1) * August 2021 (2) * July 2021 (1) * March 2021 (3) * February 2021 (4) * January 2021 (1) * August 2020 (2) * January 2019 (1) * April 2018 (1) * February 2018 (1) * October 2017 (1) * September 2017 (3) * August 2017 (2) * July 2017 (3) * June 2017 (3) * May 2017 (8) * April 2017 (4) * March 2017 (7) * February 2017 (3) * January 2017 (2) * December 2016 (1) * November 2016 (3) * October 2016 (12) * September 2016 (5) Ansible Automation AWX Devops ESXi6 ESXi7 F@H Fun Gaming Grafana Home Lab InfluxDB Linux Monitoring NAS Pine64 Powershell Puppet Security SSDs Storage Uncategorized VCenter VMware vSphere XenServer SUBSCRIBE TO BLOG VIA EMAIL Enter your email address to subscribe to this blog and receive notifications of new posts by email. Join 29 other followers Email Address: Subscribe RECENT POSTS * How to install and Uptime-Kuma Node * How to Create a Foreman Node with Ansible Tower * How to install pywinrm on a Centos Stream Machine * How to Install a Free Version of Ansible Tower (Ansible AWX) with a Playbook * How to Configure a GPU for passthru and VCenter 7 FOLLOW ME ON TWITTER My Tweets Nerd Blogging – Tech Blogging, A WordPress.com Website. * Follow Following * Nerd Blogging - Tech Blogging Join 29 other followers Sign me up * Already have a WordPress.com account? Log in now. * * Nerd Blogging - Tech Blogging * Customize * Follow Following * Sign up * Log in * Report this content * View site in Reader * Manage subscriptions * Collapse this bar Loading Comments... You must be logged in to post a comment. %d bloggers like this: Send to Email Address Your Name Your Email Address Cancel Post was not sent - check your email addresses! Email check failed, please try again Sorry, your blog cannot share posts by email.