Advanced Search
Search Results
8 total results found
Arch Linux VM Setup
Base VM Needs Select guest OS type: Linux and Linux 4.x from the Vsphere dropdowns. Make sure the install ISO is mounted, and boot the VM. Once the live terminal is up, determine if the guest VM is efi or not: ls /sys/firmware/efi/efivars If it’s an EFI p...
Jenkins Notes and Links
Here are links to Jenkins references. Jenkins User Manual: Jenkins User Handbook Dealing with the Jenkins System Account: Jenkins: Home Profile
Supermicro Fan Problems
If you are running Noctua cooling fans in your PC and the PC is cycling fans up and down, then it’s probably because the motherboard thinks a fan has failed and is ramping them all up to compensate. This is happening because Noctua fans run a lower RPM than o...
Supermicro Fan Scripting
Some references: https://www.truenas.com/community/threads/script-hybrid-cpu-hd-fan-zone-controller.46159/ https://www.truenas.com/community/threads/script-to-control-fan-speed-in-response-to-hard-drive-temperatures.41294/ https://forums.servethehome.com/in...
Linux Disk Usage
Linux has a few means to analyze a disk for space usage. One way, is a package called, ncdu. It can be downloaded with: sudo apt install ncdu You execute it, like this: sudo ncdu -x / NOTE: -x forces it to stay within the same filesystem, and not travers...
Long Numbered List Randomly Changes
Documentation Open the Network VLANs listing, and add a new entry for the VLAN. Main Switch Config The main switch will need to be updated, so VMs in the new VLAN can reach the router. Log into the main switch at: 192.168.1.20. From the ma...
NET Core Test API
We have a standing REST API with various endpoints for simulating different method types, return errors, and such. It’s Swagger page is, here: http://192.168.1.201:4250/swagger/index.html
OpnSense Notes
Here’s a collection of notes and details for the house router setup. Build Software: OpnSense 24.7.4_1 Hardware: Gigabyte H97N-Wifi motherboard Processor: Intel i5-4460 Setup Base setup was done following this article: https://homenetworkguy.com/how-to/s...