the fuck is a chegg?
traches
Your best option by far is to overwrite windows completely. For most software development Linux is way better anyway.
I haven’t done this recently enough to guide you on the details, but step zero is to decide whether you are certain you want to dual boot or not. It adds a lot of complexity and brittleness that is best avoided if at all possible.
- Try to find Linux compatible replacements for the software you need.
- if that doesn’t exist, see if you can run it on Linux with wine.
- If that isn’t possible, consider running windows inside a virtual machine on Linux.
- If you do want honest, bare-metal windows then using two different physical drives will be easier and more reliable. Ideally your laptop has room for two drives, otherwise you can dangle a USB SSD (not a flash drive). Windows won’t install to a USB drive but Linux doesn’t care.
Yeah, I tried it but that experience isn’t as good as a native app. No swipe gestures, and an extremely basic UI
Miniflux has served me very well for years, combined with a few different apps. Reeder on iOS, I can’t remember what I used on android but there were plenty of options
Software & Services:
- Restic client
- Restic REST server
- https://github.com/rbuchberger/res-man + systemd timers or cron to configure & run restic nightly
- healthchecks.io for monitoring
- ntfy.sh for notifications
Destinations:
- Local raspberry pi with external hdd, running restic REST server
- RAID 1 NAS at parents' house, connected via tailscale, also running restic REST
I've been meaning to set up a drive rotation for the local backup so I always have one offline in case of ransomware, but I haven't gotten to it.
Edit: For the backup set I back up pretty much everything. I'm not paying per gig, though.
Im so excited to finally get icc color calibration
So there’s a storage protocol called “S3” (I wanna say it stands for simple scalable storage?), first created by Amazon for AWS. Many types of software, including backup programs, have been designed to use it as a storage backend. There are now many S3 compatible providers, last I looked the best value was backblaze B2.
You need a backup program with end-to-end encryption, S3 compatibility, and whatever other features you like. I use restic but it’s CLI only, there’s also borg backup and many others.
If you encrypt locally with a good key, you don’t have to trust the remote storage provider. They just see a bunch of meaningless noise. Just don’t lose the key or your backup is useless.
I fuuuhuhuhucking hate this condescending, pestering dark pattern that apparently every single designer on the planet is required to use
Started learning web development.
Totally fair, I agree it is definitely not a good first distro. I think everyone should follow the manual setup process the first time and not use archinstall, because it’s the tutorial which teaches you what’s on your system and how it works.
Seems fine, but you’re sorta hitting two fields at once. Application development (coding) is a different skill set from devops/deployment (docker). I’d stay pretty surface level on docker and the CLI for now and focus on building your app. You’ll know when you need to go off and learn those things.