SLO Bytes Bulletin Board

General Category => General Discussion => Topic started by: Alan J. Raul on May 28, 2025, 09:41:52 PM

Title: Alan Raul - June 1, 2025 Meeting Notes
Post by: Alan J. Raul on May 28, 2025, 09:41:52 PM
PatchMyPC - Easily Install and Update Apps on Your Home PC
https://patchmypc.com/product/home-updater (https://patchmypc.com/product/home-updater)
https://www.majorgeeks.com/files/details/patch_my_pc.html (https://www.majorgeeks.com/files/details/patch_my_pc.html)

12 Windows Services That Are Safe to Disable
https://youtu.be/Lh-55I9ecSQ (https://youtu.be/Lh-55I9ecSQ)
 
Change These Browser Security Settings NOW
https://youtu.be/9nl6hO0ECgM (https://youtu.be/9nl6hO0ECgM)
 
Ninite - Install and Update All Your Programs at Once
https://ninite.com/ (https://ninite.com/)
 
Rhinokey Smartcard - The world's thinnest trackable card. Designed in the Netherlands, compatible with Apple's Find My, and wirelessly rechargeable.
https://rhinokey.co/products/rhinokey-smartcard (https://rhinokey.co/products/rhinokey-smartcard)

Smartcard by Rhinokey - Wallet Tracker Card Rechargeable 1.8mm Thin Apple Find My (iOS Only) Airtag IP68 Waterproof Item Finder with Key Chain Hole for Luggage, Tags, Passport
https://www.amazon.com/dp/B0DPXMHCK6 (https://www.amazon.com/dp/B0DPXMHCK6)

Sipeed NanoKVM IP-KVM Mini Remote Control Operations Maintenance Server
https://www.amazon.com/NanoKVM-IP-KVM-Remote-Maintenance-Server/dp/B0DWMHTB8D/  (https://www.amazon.com/NanoKVM-IP-KVM-Remote-Maintenance-Server/dp/B0DWMHTB8D/)
https://wiki.sipeed.com/hardware/en/kvm/NanoKVM/user_guide.html (https://wiki.sipeed.com/hardware/en/kvm/NanoKVM/user_guide.html)
https://wiki.sipeed.com/hardware/en/kvm/NanoKVM/introduction.html (https://wiki.sipeed.com/hardware/en/kvm/NanoKVM/introduction.html)
https://wiki.sipeed.com/hardware/en/kvm/NanoKVM/faq.html (https://wiki.sipeed.com/hardware/en/kvm/NanoKVM/faq.html)
https://youtu.be/fekHp7WkOZ8 (https://youtu.be/fekHp7WkOZ8)
 
NanoKVM PRO Available for Pre-Order NOW!
https://www.youtube.com/live/_6sywtGp8bA (https://www.youtube.com/live/_6sywtGp8bA)
https://sipeed.com/nanokvm/pro (https://sipeed.com/nanokvm/pro)
 
How to Format a Corrupted Pen Drive Using CMD (Complete Guide)
https://youtu.be/AgVbkCTUt28 (https://youtu.be/AgVbkCTUt28)
diskpart
list disk
select disk ?
attributes disk clear readonly [Remove Write Protection (If Applicable)]
clean
create partition primary
select partition 1
active
format fs=ntfs quick label=? ? ?
format fs=fat32 quick label=? ? ?
format fs=exfat quick label=? ? ?
assign ?
exit