Daily rsync to a local nas and weekly backups to offsite with pika-backup.
Daily rsync to a local nas and weekly backups to offsite with pika-backup.
Wikpedia puts it nicely:
"The concept of concurrent computing is frequently confused with the related but distinct concept of parallel computing,[3][4] although both can be described as “multiple processes executing during the same period of time”. In parallel computing, execution occurs at the same physical instant: for example, on separate processors of a multi-processor machine, with the goal of speeding up computations—parallel computing is impossible on a (one-core) single processor, as only one computation can occur at any instant (during any single clock cycle).[a] By contrast, concurrent computing consists of process lifetimes overlapping, but execution does not happen at the same instant. "
A cpu (core) can only do one thing at a time. When you have multiple cores you can do multiple things at the same time. Multitasking in programming sense is a bad term, it’s a term more for the masses.
Bit simplified:
Edit: It’s much more complex subject then I’ve presented here.
Second this. Tumbleweed is a great distro. Nearly everything you’ll need can be found in default repos. Then there are several endorsed (semi) official add-on repos, and if that fails there’s always OBS (opi is your friend for searching those).