BlogHide Resteemsmattboston (25)in busy • 6 years agoAnsible vs Puppet vs Chef (and SaltStack)I'm redoing my home config management setup to control my home network, currently I'm using Puppet. Came across this discussion: Ansible vs Puppet vs Chef (and SaltStack). I've used Salt and Ansible…mattboston (25)in linux • 6 years agoUsing nmap to Find Computers on Your NetworkSometimes you need to be able to find all computers on your local network. If you haven nmap installed on your computer, run the following command. Substitute the 192.168.1.0/24 for your local…mattboston (25)in linux • 6 years agoScanning Local Network for Open SSH (or other) PortsIf you need to find any open SSH ports on your network, use the following command. Make sure you substitute 10.0.0.0/24 with whatever your home network is. nmap -p 22 --open -sV 10.0.0.0/24 You…mattboston (25)in linux • 6 years agoList all versions of a package in YUM repositoryIn Linux if you use the yum update manager, and you need to see all available versions of a package. Use the following command: yum list available {package-name} --showduplicatesmattboston (25)in welcome • 7 years agoMy first postJust checking out the site. Seeing if this is where I want to land.