I run kubuntu on a 2012 Intel i5 MBP and it runs like a champ. everything works perfectly, including mic, speakers, webcam... even minor details like the hardware buttons to turn brightness and volume up/down worked straight out of the box with no fuss.
DetachablePianist
qBitTorrent
8hz-wan-ip
I used to make clocks with the platters and give them to friends and family. Michael's used to sell inexpensive clock mechanisms that looked really cool against the platter background. I haven't seen them lately, but I'm sure someone sells them online.
I can't speak for your exact model, but I'm running kubuntu on my old 2012 MacBook Pro (with an upgraded SSD and maxed-out 16 GB RAM). My daily driver is a desktop, but I spend almost as much time on the laptop. It's a wonderful experience for my use case, and all the hardware is supported "out of the box".
Maybe try distro hopping a bit to see which experience is best for your usage. Have fun with it!
I'll look at that, thanks! I put Bliss on one and I'm not really happy with it yet. Just trying to type my wifi password had the UI wigging out on me, had to use a usb kb just to type the pass. I'll look into Ubuntu Unity tho, thanks!
That's a shame. I have a few promising leads to look into; I'll update this post with my findings and chosen winner once I pick one
Looks interesting, I'll check it out!
Yeah, I'll definitely burn a few ISOs to usb to live test. I'll be sure to update my post with the chosen winner once I pick one.
Great idea; thanks!
hmm, anything Google is usually not my first choice, but thanks for the suggestion! If I'm not happy with other options I might give chrome a shot anyway. Thanks!
I just finished building a cloud solution leveraging an AWS EFS (elastic file system), a secure ZeroTier mesh, and a simple EC2 instance (vm) running Samba (or just sshfs/scp/sftp if multi-user file locking isn't needed). EFS does have some pretty big limitations like the fact users can't be in more than 16 groups (because it behaves like an NFS mount), and it lacks xattr and ACL support. Still, if you can work around these shortcomings you can build a very secure, surprisingly speedy cloud filesystem. Largest expense is the EFS, but after 30 days infrequently accessed files automatically move to slower storage, which is way cheaper. ZeroTier is an important piece of the puzzle, making your security and encryption a breeze. This allows you to run SMB over the internet without actually exposing any services. Connections are only made through your ZT mesh, which is highly secure.