lemmyvore

@lemmyvore@feddit.nl

This profile is from a federated server and may be incomplete. Browse more on the original instance.

lemmyvore, (edited )

As opposed to an email address that can be traced back to you?

And who and why are we talking about anyway? Who’s tracking you if you have a domain?

lemmyvore,

If you’re giving those companies personal info (name, phone, address, CC) they can track you regardless of what emails you use with each of them.

And if you’re not giving them personal info I don’t see how that works. Yeah so I register on both random site A and random site B with aliases @tfyuhegddssgvd.com, so what? How are they going to find out about each other? What will they tell each other even if they did? And why risk a GDPR violation for such silly reasons?

lemmyvore,

Proton is in the process of removing their PC bridge in favor of a custom app. After they’re done you won’t be able to migrate your email away from their service anymore.

Which is ironic, when people are trying to flee from Google. Out of the fire and into the frying pan…

lemmyvore,

They’re not going to be absolved of copying code verbatim without following its license.

lemmyvore, (edited )

Tasker? I feel like it comes pretty close to what you describe.

lemmyvore,

I was thinking about getting a new phone and then I just picked up another 10 III. It’s honestly just everything I need.

lemmyvore,

Yeah I expect acting as SSD bays could become popular in the future if SSD prices drop low enough. Although they might be M.2 bays by then.

I have a bunch of old 60 GB 2.5" SSDs around but they’re so small it’s not worth bothering to set up an array of them. Plus they’re more useful individually for stuff like upgrading an old laptop, portable USB storage or installing Windows the one time in three years I need it.

In the meantime I’ve liberated the 2x HDD cage from a Define C Mini’s shroud and mounted it on the floor in a fan slot.

lemmyvore,

I put commands in a bash script, with a parameter for each one, and it lists them all if I don’t give a parameter. So for example it goes “arch upgrade” instead of having to remember “pacman -Syuu”.

lemmyvore,

Suit yourself. I’m telling you that you’re sleeping on one of the most user-friendly, up to date, gaming-ready, stable and generally hassle free distros out there, and it’s coming from someone who actually tried all the popular ones.

In exchange you just have to stick to a LTS kernel and not replace critical system components from AUR. Which I think you’ll agree are reasonable conditions for all Arch distros, heck, all distros.

Try it, don’t try it, up to you.

Just moved to Linux: a follow up

I recently made a post discussing my move to Linux on Fedora, and it’s been going great. But today I think I have now become truly part of this community. I ran a command that borked my bootloader and had to do a fresh install. Learned my lesson with modifying the bootloader without first doing thorough investigation lol....

lemmyvore,

If you keep around a bootable rescue stick like System Rescue it has a boot menu entry that will boot the Linux installed on your machine. Once you do that you can run a command or two to reinstall the bootloader. You can search the net or whatever at leisure since it will work fully.

Alternatively, if your system Linux is borked harder, you can boot the rescue Linux and use more advanced methods, depending on what’s wrong. The rescue Linux also has a graphical environment with browser if you need it.

At the very least sometimes you can figure out what went wrong. It may not be much comfort if you lost your system but at least you learn what not to do in the future. Too many people just say “oh, it just broke” and leave it at that.

lemmyvore,

Windows hasn’t but the command prompt they put on the ISO could still be DOS. It’s perfect for this use case, it’s single process and lightweight.

lemmyvore,

You can also run many distros “live” from the install media without installing anything, to get a feel for them and to check that mosts things work (network, sound, movies etc.) You can make a bootable stick and choose the live option when it boots.

lemmyvore,

Like I said, the system will be almost completely unresponsive due to disk access being several orders of magnitude lower than RAM and allocation thrashing… you won’t be able to do much, the mouse, keyboard and display will react extremely slowly. There may be situations where you’d prefer this to an OOM kill, for example if you’re running a test or experiment where you’d rather have it finish even if it takes a very long time rather than lose the data. But if you’re a regular desktop user or server admin you’ll probably just reboot.

lemmyvore,

May I point out that all a RAID1 does is sync the blocks between two drives. It won’t protect against writing something dumb that would mess up the filesystem, it will just dutifully sync it.

You should be able to back up ext data from a filesystem on a RAID array, unless I’m confused about what e2image actually does. Are you trying to use it on the underlying drive devices by any chance? You have to point it at the RAID device on top of them, something like /dev/md1 rather than /dev/sda1.

This sounds like a good extra backup to have but don’t let it lull you into a false sense of security. It may help recover from a very specific kind of mistake but the recovery may be very specific as well. It’s not file backup.

New to Linux, have a few questions

I currently use Windows 10 and I’d like to try out Linux. My plan is to set up a dual boot with OpenSUSE tumbleweed and KDE Plasma. I’ve read so many different opinions about choosing a distro, compatibility with gaming and Nvidia drivers, and personal issues with the ethos of different companies like Canonical. I value...

lemmyvore,

Timeshift was designed for system snapshots not home files. You can force it to cover home but it’s better to use BackInTime which was designed specifically for home snapshots.

lemmyvore,

Windows likes to pretend it’s the only OS in the world so it can overwrite the bootloader and you lose access to the Linux install.

But if you use separate disks for each there’s a simple solution if your BIOS has a quick boot selection: install each bootloader on its respective disk and use the BIOS selector at boot.

Alternatively, install the Linux bootloader on the Linux disk; it will autodetect Windows and offer it as a boot option, but Windows won’t be aware of Linux. In BIOS you set Linux as permanent boot disk in this case.

lemmyvore,

You can indeed always install another distro. You can also run many distros in “live cd” mode, just boot from the install media and choose the live option without installing. It’s actually a great way to see if a distro will play nice with your hardware and LAN and peripherals out of the box.

lemmyvore,

I do sample them every few years out of curiosity. They mostly contain very old software and game kits from the late 90s and early 2000s so the data is only interesting for historical reasons. I also check them visually for disc rot but so far there hasn’t been any. Which makes sense because they’re not scratched, and they’re stored inside CD wallets put inside boxes put inside a dry cupboard at room temperature so environmental contamination is not likely.

lemmyvore,

Get Blu Ray discs from a reputable brand (Verbatim, Sony). They were designed to be a lot more resilient than DVDs. Nothing wrong with DVDs either btw, if the smaller size doesn’t bother you, just make sure they’re stored properly either way.

lemmyvore, (edited )

Always use ZFS if you want to use software RAID arrays. And never rely on RAID alone, also use some form of offline backup alongside them, and ideally you should also keep a spare ready to be used automatically in case of failure.

Which is why RAID doesn’t really make sense for small number of disks, only starts working out around 6-8 disks and up. If you only have 2-5 disks you’re much better off setting them up as backup rather than RAID, and only make small arrays if you absolutely must.

Some examples:

  • You have 2 disks: use 1 live + 1 backup.
  • 3 disks: 1 live + 1 backup + 1 another backup, or 2 in ZFS mirror + 1 backup.
  • 4 disks: 2 mirrored + 1 backup + 1 another backup, or 2 mirrored + 1 standby spare + 1 backup. Do not do RAID with 3 or 4 disks without a standby spare, it makes no sense, and even if you do RAID5 + 1 spare or RAID10 you don’t have backups, the RAID won’t protect against accidental deletions.
  • 5 disks: this is where you can do 3 in parity RAID + 1 spare + 1 backup, or triple RAID1 + 2 backups for ultra safety, or RAID6 without spare + 1 backup (provided you buy another disk as soon as one fails in the RAID6).
lemmyvore,

Well let’s look at some actually verifiable data. I have optical discs of all generations (CD-R, DVD-R, BD-R) going back 20+ years that are still fine. They don’t spontaneously decompose or anything. As long as they’re properly stored I see no reason for them to stop working for another 20 years.

lemmyvore, (edited )

You have to wait for the semi-regular “stable update” post, check the major issues and act accordingly.

You don’t have to wait for them, you can update without it. The vast majority of issues in those posts are caused by the upstream packages not by Manjaro. If you use one of those packages and if an update brings a problem and if you’re affected by it you can read the latest post to see if there’s a readily available solution that someone in the Manjaro community has already found. It’s a community service not a mandatory read.

This shouldn’t happen in a “beginner friendly” distro.

You have to keep in mind it’s still an Arch derivative. I said the most beginner-friendly among Arch distros, not the most beginner-friendly in the world. Arch is a bleeding-edge rolling-release distro. When you keep constantly updating tens of thousands of packages to their latest versions some of them will occasionally have bugs. It’s the price you pay for staying on the bleeding edge.

all other majors distros update without intervention.

Please. If only that were true.

lemmyvore,

I don’t know what to tell you. I’ve never had to do any “maintenance” on Manjaro.

Also whenever I run into someone saying they had lots of issues on Manjaro they can never remember what they were.

lemmyvore, (edited )

Can you draw a hand?

lemmyvore,

but why should AMD, Intel and NVIDIA care about Linux desktop

They care because it’s free testing for their more lucrative Linux-based products. We’re their lab rats.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #