

Agreed, have used both android and iOS over the years and both OSes has their pros and cons. Currently staying with iPhone because nothing beats their face ID in my opinion.
Agreed, have used both android and iOS over the years and both OSes has their pros and cons. Currently staying with iPhone because nothing beats their face ID in my opinion.
I am currently looking into borg because it can take incremental backups. I just need figure out how I should handle a running system, if I need to turn of all my docker images or if there is some kind of snapshot function I can use.
From what I read on their FAQ, Borg cannot verify the integrity so I would need to turn everything off during the backup process. A filesystem like ZFS could have solved that problem (cannot find the link, something about shadow copy I think?) but since I don’t have a backup yet nor physical access, I need to work with what I have.
I think I will set it to take a backup every night.
EDIT: Maybe it can verify integrity? Still trying to find information on my use case. https://borgbackup.readthedocs.io/en/stable/usage/check.html
I believe @[email protected] is reading separate as in when a married couple decide to not live together while still being married.
Which one did you buy?
Oh, okey. Yeah, I can live without that too.
Sadly it’s got achievements now
What did I miss? Does Linux has achievements now??
Agreeded. I remember a lot of posts being “Girls, what do you like with boys” and then the next post would be “Boys, what do you like with girls”. Rinse and repeat in some other flavour with more or less sex.
You see the same with people who use fillers or get tattoos. They start small, only one tattoo or a minor increase in lip size. Then they get another and another tattoo, or get bigger and bigger lips. My hypothesis is that they get used to the new appearance or becomes desensitized to it.
one-liner posts
I feel like Ask Reddit is at fault for that one. They changed their rules to have the entire question fit in the title. Before that, you were allowed to have the question expanded upon in the post.
THANKS! I will try to do this this weekend (kids and all, might not have the time. :-) )
Haha! Could be it. 😂
It is still probably one of the better ways to manage your passwords short of using a password manager. I don’t know any hackas but it feels like a lot of effort, finding patterns in a list of passwords. When you have found a pattern, you must also figure out what the pattern is.
On the other hand, it could be a viable way given that there are some huge leaks with a lot of data. Perhaps someone is selling datasets of hacked patterns, it could be another way to find someones paypal password.
The OS crasching before Firefox seems weird. The OS should kill the offending process to free up memory for its own use. I wonder what went wrong.
This link has more information that looks relevant: https://askubuntu.com/questions/89219/is-there-a-difference-between-swap-and-cache-memory
Disk Cache memory: This are chunks of the physical memory, the RAM, used to store files. That way when a program needs to read the file, it’s fetched from memory instead of the hard disk. This is done because memory is way faster. Swap: This is a place on the hard disk (usually a dedicated partition) that is used to store programs or data that can’t fit in memory, like when a program grows more than the available memory. SWAP is way slower than RAM, so when you hit swap the computer gets slower, but at least the program can work. In linux swap is also used to hibernate, or to move low used program out of memory to allow more space to the disk cache.
https://man7.org/linux/man-pages/man5/proc_meminfo.5.html
Cached %lu
In-memory cache for files read from the disk (the page cache). Doesn’t include SwapCached.
Cached should be memory stored on HDD and not RAM.
That sounds like a memory leak.
I’ve read people’s stories before were their number got listed somewhere and people just never stops calling even though it is the wrong number. It has never happened to me but it really sounds terrible. Sound of an block any unknown caller seems like the only option (but not so great if you are applaying for a job).
Accidental reply
Love docker. Updating has never been easier.