Nvidia Jetson Part Numbers

Nvidia Jetson Developer Kits EOL devices not included (Jetson AGX Xavier Developer Kit, Jetson Xavier NX Developer Kit, Jetson Nano Developer Kit and Jetson Nano 2GB Developer Kit) PRODUCT SKUREGIONJetson AGX Orin 64GB Developer Kit945-13730-0050-000§US, CA, CN, TW, JP945-13730-0055-000§UK, EU*, RS, UA, IL, MY, VN, SG, HK, KR945-13730-0057-000§IN, AU, PH, NZJetson Orin Nano Super Developer … Continue reading Nvidia Jetson Part Numbers

Nmcli: Working with Linux Bridges on RHEL8/CentOS8

For better or worse, mmcli is pretty much the default mechanism for configuring networking on RHEL8/CentOS8. I cannot as of yet, say I am a fan. However, I have been working with ifconfig files for years and held on to that method of networking configuration until they were dragged from my cold and bloated hands. … Continue reading Nmcli: Working with Linux Bridges on RHEL8/CentOS8

OpenStack Nova – Overview of Host Aggregates and Availability Zones

Introduction This document is one that I have created by using multiple sources as reference. Availability Zones Typically used for separating failure domains Availability Zones are the end-user visible logical abstraction for partitioning a cloud without knowing the physical infrastructure. An availability zone is a way in which the user can specify a particular “location” … Continue reading OpenStack Nova – Overview of Host Aggregates and Availability Zones

MegaCLI Force Firmware Flash

The step below will update your adapter's firmware. [simterm]# MegaCli -adpfwflash -F mr2108fw.rom -aAll [/simterm] The step below will FORCE update your adapter's firmware. Useful if you need to roll-back to an older firmware. [simterm]# MegaCli -adpfwflash -F mr2108fw.rom -NoVerChk -aAll [/simterm]  

Linux: How to start a Minecraft server at boot via Systemd

I am not into Minecraft, but my kids are. I decided to local host a small Minecraft server on a RHEL 7 vm.  There are tons of guides on how to install Minecraft on Linux, but I did not find much of anything that details how to get the software to start at boot-time via … Continue reading Linux: How to start a Minecraft server at boot via Systemd