I use Cryptomator so I don’t have to trust my cloud storage providers not to read my data
- 0 Posts
- 17 Comments
If you’re comfortable with scripting CLI tools then rclone seems to support icloud, you can use it to sync everything to a local directory which you can then backup however you like
smeg@feddit.ukto Linux@lemmy.ml•Recommend a simple, small cheap laptop < 15" I can chuck in my bag for use in coffee shops!English51·3 days agoYou can rip out ChromeOS and install Linux, good if you’ve already got an old EoL Chromebook but I’m not sure if it’s worth actually buying one for it
What did you do to get the nice terminal output with the colour display and fedora ASCII art? Just a copy+paste in bashrc?
That’s really useful, thanks
Ah OK, so what’s the difference between uBlue and the other fedora atomic distros? Just different people and a different arrangement of pre-installed stuff?
So from there I can see
- Aurora
- Bazzite
- Bluefin
- uCore
and then this link which has
- Silverblue
- Kinoite
- Sway Atomic
- Budgie Atomic
- Cosmic Atomic
Does that sound like all of them?
Is there a guide to all the different Universal Blue spins anywhere?
Yeah, they make some good points but it’s all a bit dramatic
smeg@feddit.ukto Linux@lemmy.ml•Simple Bash Script To Always Disable Laptop Internal Monitor When Using AR GlassesEnglish1·2 months agowhile true; do
isn’t exactly harder to read than
while true do
though, is it? And going back to my original point, I don’t like
while true
being on its own as to me it looks like it’s meant to be a separate statement rather than part of thedo/done
block.
smeg@feddit.ukto Linux@lemmy.ml•Simple Bash Script To Always Disable Laptop Internal Monitor When Using AR GlassesEnglish1·2 months agoSo you’d rather it all be on one line? I’d only do that if it’s a very simple command, otherwise you’re just making the code harder to read.
smeg@feddit.ukto Linux@lemmy.ml•Is it possible to manage Apple devices on Linux?English4·2 months agoSimplest solution might just be to dual-boot Windows if you can’t get a VM working
smeg@feddit.ukto Linux@lemmy.ml•Simple Bash Script To Always Disable Laptop Internal Monitor When Using AR GlassesEnglish31·2 months agoI’d write
while true; do X done
for the same reason I’d write
if [ something ]; then X fi
or in another language
if (something) { X }
Because it’s all part of the same statement and having a single line with just
do
or{
seems silly and implies (to me) that the lines aren’t related.
smeg@feddit.ukto Linux@lemmy.ml•Tor and Tails Merge to Fight Global Surveillance and CensorshipEnglish1·10 months agoThe point of making of open to everyone was so they’d have other traffic to hide their own secret communications amongst, right?
What do they say if you don’t have a smartphone?