You may want to have a dead man’s switch so that the server shuts down without your intervention, or there’s the possibility that a forensic team could retrieve the encryption key in RAM through some physical attacks.
m-p{3}
- 1 Post
- 62 Comments
I host a couple of encrypted snapshots in the cloud (stuff that I can’t afford to lose), but it’s still vastly cheaper to host a massive amount of data locally.
The stuff I have locally is mostly stuff I can recover elsewhere (yarr), so redundancy without backup is good enough cost-wise.
m-p{3}@lemmy.cato Games@lemmy.world•Xbox consoles are getting a price increase. Again.English10·27 days agoGood thing the fediverse is decentralized :)
Up yours, fascists!
m-p{3}@lemmy.cato Games@lemmy.world•Xbox consoles are getting a price increase. Again.English32·27 days agoLook at me owning an Xbox even less.
m-p{3}@lemmy.caMto Canada@lemmy.ca•Hey, brotherly ally. We're going to sabotage your economy and threaten to annex you for no actual reason...but don't you dare think of backing out from buying our ultra expensive weapons27·1 month agoPlease use the original title when submitting a news article as per this community rule, and add your commentary in the body post.
m-p{3}@lemmy.caMto Canada@lemmy.ca•Poilievre says Carney's moving in the 'wrong direction,' pledges to 'legalize' pipelines14·1 month agoPlease keep the original title when posting an article. You can put your commentary on the post’s body.
m-p{3}@lemmy.cato Asklemmy@lemmy.ml•What should we call "proof of age" or "age verification"?6·2 months agoAge-gate
And for Linux handhelds there’s PortMaster to easily use some of them on the go.
m-p{3}@lemmy.cato Games@lemmy.world•Steam can't escape the fallout from its censorship controversyEnglish391·2 months agoHandling payments like this puts the responsibility of dealing with fraud at Valve’s level and significantly increase their workload, instead of being the payment processor’s responsibility.
I don’t blame Valve not wanting to deal with this.
m-p{3}@lemmy.cato Asklemmy@lemmy.ml•What common thing should not only be banned, but criminalized with mandatory minimum sentences?19·2 months agoLeaving a shopping cart in a parking space instead of bringing it back to the cart shelter.
m-p{3}@lemmy.caMto Canada@lemmy.ca•Canada should follow U.K.'s initiative to lower voting age to 16, says senator1·3 months agoIMO it should be tied to the age you’re allowed to enroll in the army. If you’re old enough to fight, you’re old enough to have your say in politics.
If 16 is too young, then raise the age to join the army to 18.
m-p{3}@lemmy.caMto Canada@lemmy.ca•MAGA american musician takes stage east of Ottawa after National Capital Commission pulls permit6·3 months ago“If I had shown up with purple hair and a dress, claiming to be a woman, the government wouldn’t have said a word.”
Maaaaybe it’s just me, but I believe the issue here is not about the messenger and how they dress or which gender they relate to. It’s more about the content of the message.
It’s the same guys behind PrimeCables and I never had any issues with them, so I’d trust it by proxy.
m-p{3}@lemmy.caMto Canada@lemmy.ca•Opinion: Let’s free ourselves of the U.S. and forge closer ties with China6·3 months agoNo thank you.
m-p{3}@lemmy.caMto Canada@lemmy.ca•Trump threatens 35% tariffs on Canada starting Aug. 18·3 months agoMore forest fire smoke down south then.
m-p{3}@lemmy.cato Asklemmy@lemmy.ml•Do you use Javascript bookmarklets? Which ones do you find useful? And are there similar things that would be useful to know of?161·3 months agoI have the following, which I didn’t make myself
DontF-withPaste
javascript:forceBrowserDefault=(e=>{e.stopImmediatePropagation();return true;});['copy','cut','paste'].forEach(e=>document.addEventListener(e,forceBrowserDefault,true));
Purpose: Restore the ability to paste stuff anywhere, some websites will do this in their password field
kill-sticky
(avascript:(function(){document.querySelectorAll("body *").forEach(function(node){if(["fixed","sticky"].includes(getComputedStyle(node).position)){node.parentNode.removeChild(node)}});document.querySelectorAll("html *").forEach(function(node){var s=getComputedStyle(node);if("hidden"===s["overflow"]){node.style["overflow"]="visible"}if("hidden"===s["overflow-x"]){node.style["overflow-x"]="visible"}if("hidden"===s["overflow-y"]){node.style["overflow-y"]="visible"}});var htmlNode=document.querySelector("html");htmlNode.style["overflow"]="visible";htmlNode.style["overflow-x"]="visible";htmlNode.style["overflow-y"]="visible"})();
Purpose: Un-stick anything that remain static when you scroll, ex: website header
m-p{3}@lemmy.cato Asklemmy@lemmy.ml•What about the Big Beautiful Bill makes Republicans smile10·3 months agoThey believe that by attacking perceived woes (immigration, social safety nets, women’s rights, and the education system) that all will magivally become better for the average citizen.
They’re addicted to the fallacy of the American Dream™ to the point that they don’t see the larger picture, and again the oligarchy strengten its grip on a divided population, consequences be damned.
m-p{3}@lemmy.cato Buy Canadian@lemmy.ca•U.S. wine exports to Canada have fallen off a cliff34·4 months agoKeeping that elbow up with the fantastic Canadian wines and beers we have.
You either have
or
I decided I wanted something long-term, and bought a NAS appliance I can boot my own OS onto it, so I went with the Ugreen DXP2800.
I’m running Ubuntu LTS, with Cockpit as the webUI to manage parts of it, and my web services are all running through podman containers (aka quadlets).
There’s a bit of a learning curve, which is the price I was willing to accept.