Intel NUC NUC5CPYH Disassembly (for fan, battery, etc…)

Intel NUC (NUC5CPYH) (Amazon Affiliate)
US: https://amzn.to/2j5Ze3b

Kingston 8GB RAM (Amazon Affiliate)
US: https://amzn.to/2iWuoN8

Samsung EVO SATA III SSD (Amazon Affiliate)
US: https://amzn.to/2T0sSKX
UK: https://amzn.to/2Z0GGJb
CA: https://amzn.to/2Ax2J01
ES: https://amzn.to/3626RAt
FR: https://amzn.to/2WW79Vt
IT: https://amzn.to/3bEdUAV
DE: https://amzn.to/2WAPST7
IN: https://amzn.to/3gxLlsp
AU: https://amzn.to/2D3Lnc9

BAAA0508R5H Fan (Amazon Affiliate)
US: https://amzn.to/2MFGZVL

Intel NUC CMOS Battery
US: https://amzn.to/2MJmLKQ

Mac Mini M1 Thoughts and Issues after One Month

New Apple Mac Mini with Apple M1 Chip (8GB RAM, 512GB SSD Storage) (Amazon Affiliate)
US: https://amzn.to/3oQQnDu
UK: https://amzn.to/3cujOIz
ES: https://amzn.to/2MIzfC6
FR: https://amzn.to/3czo6yJ
IT: https://amzn.to/3aibyZO
IN: https://amzn.to/3cpkvDf

Mac Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPxkWT9rjYcF–ZSivANTkb

Synology Drive fix: https://community.synology.com/enu/forum/1/post/138476

Mac Terminal: open Command

View open Man(ual Page)
man open
Create a Blank File
touch file.txt
Open File in TextEdit
open -e file.txt
Open a Photo in Default Viewer
open photo.jpg
Open a Photo in a Specific Application
open -a /Applications/Affinity\ Photo.app photo.jpg
Open a URL
open "https://www.rickmakes.com"
Open a Google Search
open "https://www.google.com/search?q=rickmakes"
Read from Standard Input to Default Text Editor
ls | open -f
Open the Current Directory
open ./
Open a Specific Directory
open /Library/