Steve Castano

12 Followers
24 Following
99 Posts
Yeah, it's been a while... but along with posting more, I'm fixing up and building out some home clusters.... I finally have enough docker hosts running that it's time to switch to kubernetes! First up... attempt #k3s on #debian running under #proxmox
Happy Saturday! Hahahaha
Steve Castano (@[email protected])

Yeah… I’m awake THIS early. Headed to #NYC for the #AWS Summit!

Pixelfed
Yeah… I’m awake THIS early. Headed to #NYC for the #AWS Summit!
So many updates to do after some of this #ssh #vulnerability mess! Just updated all my public facing servers including #Mastodon! Running your own #fediverse servers is surely a bit of work... but totally worth it! #opensource #selfhost #privacyfirst
Nothing says "happy end of the day" like having to reboot your #HomeAssistant instance because it cut itself off from SSH!

Howdy fellow social media nerds... if you've been wondering why I do for a living during the day, I just wrote my first blog post for my company... if you get a chance, check it out and let me know what you think! #GeekOut #CloudComputing #CloudStorage #StorageSolutions #AWS #S3 #AmazonS3 #backuprevolution #Backups #BURA #BCP #COOP #TechJourney #BetterThanServices #nerdlife #amazonwebservices

https://betterthanservices.com/blog/how-to-properly-leverage-amazon-s3-for-your-cloud-backups-part-1

How to Properly Leverage Amazon S3 for Your Cloud Backups - Part 1

Learn how to optimize your backups with Amazon S3. Discover key steps for secure storage, encryption, lifecycle management, and understanding storage tiers.

oooof.... learning the difference between #taskset and #cpulimit to prevent system overheating has been a painful one! Needless to say, #taskset will lock a process to certain CPU cores, but not limit it's max usage. You can STILL overheat pretty badly! Learned THAT the hard way. #cpulimit on the other-hand, will limit the total CPU power by pausing the process periodically when it goes too high... thus keeping temps down exactly like I needed! #themoreyouknow #linux #cli #bashscripting
Hey #fediverse... somewhat mediocre #python guy here, NOT a #dev... but some experience with #flask. I'm looking to build a simple backup client with a web interface to monitor some of my backup jobs... any good tips on an easy way to be a decent modern looking #UI on a Flask app pretty quickly without muchdev experience??
Using #ChatGPT to help me quickly write linux commands and bash scripts is by far one of the best time savings I found! #winning