SNMP on Win10

I run an instance of Ubiquiti’s UISP (formerly UNMS) and it seems to collect information about discovered devices via SNMP. So, logically I want my Win10 workstations to provide some basic details to have the cool Professional Infrastructure look that one expects from one’s home network. Quick googling tells me this should be simple: https://theitbros.com/snmp-service-on-windows-10/I fire up the admin powershell console and execute Add-WindowsCapability -Online -Name "SNMP.Client~~~~0.0.1.0" About configuration, I found this page: https://docs.
Read full post gblog_arrow_right

macOS Big Sur Setup

Big Sur gave me the chance to clean up my MacBook and start from scratch again. Here are my notes to get going again… software dotfiles git clone git@github.com:jlinnosa/dotfiles.git ~/.dotfiles ~/.dotfiles/install.sh homebrew https://brew.sh tmux brew install tmux alpine brew install alpine nerd fonts brew tap homebrew/cask-fonts brew cask install font-hack-nerd-font openjdk brew install openjdk@8 brew install openjdk@11 brew install openjdk sudo ln -sfn /usr/local/opt/openjdk@8/libexec/openjdk.
Read full post gblog_arrow_right