The search engine for … Iot, Buildings, Security, etc
Check out https://www.shodan.io/
Check out https://www.shodan.io/
Here are a couple of user docker powershell utility scripts ConvertFrom-Docker.psm1 - this will take the output from something like docker ps and convert it to something like this docker…
Here is a quick script for setting up a new computer using Chocolatey @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" cinst -y 7zip cinst…
Some thoughts on what could be done with blockchain Supply Chain/Inventory Validation Blockchain opens up the possibility of building a “trusted supply chain” that is not just dependent on partners…
Here is a quick set of shell commands to reset and enable AD on Freenas 9.x service ix-kerberos stop service ix-nsswitch stop service ix-kinit stop service ix-activedirectory stop service ix-pam…
This is copied from this Stack Overflow Post I would like to run a bunch of async tasks, with a limit on how many tasks may be pending completion at…
Absolutely fantastic post on controllers for home storage systems can be found here I need a lot of reliable and cheap storage space (media collection, backups). Hardware RAID tends to…
If you are looking for a script to help register your linux box with a windows DNS sever than you have come to the right place. Note: For this to…
This was originally taken from here with some modifications by me Automating backups with tar It is always interesting to automate the tasks of a backup. Automation offers enormous opportunities…
By Stephen Cleary | March 2013 (repost from here) These days there’s a wealth of information about the new async and await support in the Microsoft .NET Framework 4.5. This…