HTH0010: I Need More Wipes
Boot-Up (Intro…random topics) 00:16
• Bye Bye Bill: https://news.microsoft.com/2020/03/13/microsoft-announces-change-to-its-board-of-directors/• Hue Make Me Wanna SHOUT (End of Life!)…. https://www.techhive.com/article/3531510/first-gen-philips-hue-bridges-will-lose-support-next-month.html#tk.rss_all
• Fold at home for Covid research: https://www.gamesradar.com/nvidias-calling-on-gaming-pc-owners-to-put-their-systems-to-work-fighting-covid-19/ and https://foldingathome.org/start-folding/
In this case don't move forward 15:49
• Great ways to protect tenant• https://techcommunity.microsoft.com/t5/exchange-team-blog/the-many-ways-to-block-automatic-email-forwarding-in-exchange/ba-p/607579
Dancing a Samba 19:50
• SMBv3 security patch for certain Server OSes: https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/ADV200005 1903 and 1909WFH WTF 24:38
• Working from home is not a bad thing• Work from Car
• Ways to WFH like a champ
Power Autohate 37:54
• What was wrong with PowerShell?Let's get NASty / Happy Pi Day 43:30
• Steve bakes a Raspberry Pi NAS or two• Items to purchase:
- Raspberry Pi 4b
- Raspberry Pi fanless case
- 2x WD RED NAS SSDs
- 2x Powered SATA-USB adapter cables
- 12w USB wall charger
- USB-C cables
- Use SD Card Formatter to format the SD card
- Use h2testw to test the SD card to ensure it is entirely writeable
- Format SD card again
- Download Raspbian Buster Lite
- Use Balena Etcher to burn the 2020-02-13-raspbian-buster-lite.img (or .zip?) onto the SD card
- Unplug SD card, plug SD card back into PC
- Find "boot" partition and add a new file just called "ssh"
- Put SD card into Pi and boot it, find it on the network and PuTTY into it
- Log in with username of pi and password of raspberry
- Run
passwd
and change the pi password sudo adduser pi ssh
sudo apt-get update; sudo apt-get install samba -y
sudo apt-get update; sudo apt-get upgrade -y
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
sudo reboot
- Ensure OMV is installed and you can log into the web interface (Admin / openmediavault)
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | sudo bash