916
YOLO (lemmy.nz)
submitted 4 days ago* (last edited 4 days ago) by inari@piefed.zip to c/linuxmemes@lemmy.world
top 50 comments
sorted by: hot top new old
[-] Sanctus@anarchist.nexus 171 points 4 days ago

Fuck it, we ball. 3 years no arch deaths. Windows is a fuck. 1,000,000 pacman warnings.

[-] MrKiosc@reddthat.com 78 points 4 days ago

I don't remove orphan packages, I don't setuo snapshots, I don't read arch news.

I sudo pacman -Syu. And if I can't boot I don't do it

[-] Secret_Music@piefed.blahaj.zone 18 points 4 days ago

It's been a while but for me personally, the number one thing that saves your ass in event of failure is installing both the up to date and the LTS kernel. If you fail to boot, it's gonna have something to do with a kernel update 90% of the time, in which case you just boot with the LTS kernel. Just about anything else can be fixed either while you're up and running, or with a live distro installed on a USB.

[-] scoobford@piefed.blahaj.zone 82 points 4 days ago

Hot take: I used arch for over a decade. It never broke unless I broke it.

By all means, back up your files but rolling release distros aren't made of arsenic, you'll be fine.

load more comments (5 replies)
[-] ianhclark510@lemmy.blahaj.zone 86 points 4 days ago

I’m here for a good time, not a long time

Also, my last Arch death was due to accidentally ovverwritimg the whole drive, so no amount of split partitions is going to save me

[-] owenfromcanada@lemmy.ca 82 points 4 days ago

They call it disk destroyer for a reason. You gotta alias that shit.

alias dd='echo Did you triple check which device you picked? Of course not, dipshit. Check again'

[-] SlurpingPus@lemmy.world 2 points 2 days ago

Did you triple check which device you picked?

I checked five times, actually. And then I check some more.

[-] tal@lemmy.today 18 points 4 days ago* (last edited 4 days ago)

They call it disk destroyer for a reason.

There's nothing specially destructive about dd. It's just a program that opens a file, and if you tell it to open a device file and it's got permission to write to it, it'll write to it.

You can just as easily overwrite a disk's contents with anything else that will open a file and write to it.

# cp /dev/urandom /dev/sda

will wipe your drive with random data in the same way that

# dd if=/dev/urandom of=/dev/sda

will.

[-] iocase@lemmy.zip 20 points 4 days ago* (last edited 4 days ago)

You're technically right, but the way most people use dd ensures its like handling a loaded gun. How often do you cp /dev/sdwhy?

load more comments (1 replies)
load more comments (6 replies)
load more comments (1 replies)
[-] rumba@lemmy.zip 56 points 4 days ago
[-] tatterdemalion@programming.dev 21 points 4 days ago

Why would you want your entire home folder in syncthing?

[-] tetris11@feddit.uk 45 points 4 days ago

I'm very attached to my ~/.cache !

load more comments (2 replies)
load more comments (4 replies)
[-] realitaetsverlust@piefed.zip 31 points 4 days ago

Where are those people whose arch installs break after every second update? I don't think I had a single problem with arch that I wasn't responsible for. Hell, I had more problems with mint on my girlfriends PC than the arch machines that I'm running.

load more comments (4 replies)
[-] giacomo@lemmy.dbzer0.com 60 points 4 days ago

i mean, all the important stuff is saved to OneDrive, right?

[-] wreckedcarzz@lemmy.world 70 points 4 days ago

Straight to jail.

[-] NiHaDuncan@lemmy.world 24 points 4 days ago

You missed the space between one and drive… and you accidentally capitalized a couple letters.

Don’t correct me on this one. Please.

load more comments (6 replies)
[-] tty5@lemmy.world 53 points 4 days ago

Pfft.. it's been fine for the last 10 years.

load more comments (3 replies)
[-] thevoidzero@lemmy.world 20 points 4 days ago

I live like this, it has been 10 years, no problem

[-] deadset@leminal.space 11 points 4 days ago

Same here, not sure what they on about.

load more comments (1 replies)
load more comments (1 replies)
[-] BlackLaZoR@lemmy.world 2 points 2 days ago

How do you mismanage your system so bad that you need these things?

[-] obsolete@lemmy.dbzer0.com 11 points 3 days ago

This is my setup that I have been using for years. I have never had a serious Linux update issue that could not be fixed.

load more comments (3 replies)
[-] lemonhead2@lemmy.world 23 points 4 days ago

there are two types of computer users

  1. those who make backup
  2. those who never had a hard disk crash
[-] Rekorse@sh.itjust.works 13 points 4 days ago
load more comments (4 replies)
load more comments (8 replies)
[-] inmate_p01135809@lemmy.world 37 points 4 days ago

I remember daily driving Gentoo unstable in the early 2000's on my rig in college. It was like trying to beat a Dark Souls boss every time I wanted to do an update.

load more comments (1 replies)
[-] Fizz 2 points 2 days ago

I'm convinced that majority of people using timeshift couldn't recover from their system failing to boot or a drive failure.

And if you could tell me how because I got no idea how to either.

[-] Emerald@lemmy.world 2 points 2 days ago

You can just boot a Linux Mint live session and restore from there.

[-] Aatube@lemmy.dbzer0.com 2 points 2 days ago

why mint in particular lol

[-] MintyFresh@lemmy.world 2 points 1 day ago

Caus mint is the superior distro. I use mint btw

[-] Emerald@lemmy.world 2 points 2 days ago

It has Timeshift preinstalled, because Timeshift is maintained by the Linux Mint team. You can use any live session and install Timeshift, though.

[-] provectus@lemmy.ml 9 points 3 days ago

Rule of thumb I adopted: If you never update arch, it will never break.

[-] Randelung@lemmy.world 26 points 4 days ago

Separate /home is such a scam. Never have I run out of home space, but boy is 27GB not enough for a root partition that runs any kind of service.

[-] EponymousBosh@feddit.online 1 points 2 days ago

I only do it on my ancient laptop because for some reason, it makes things a little faster. I don't know why.

[-] FlexibleToast@lemmy.world 16 points 4 days ago

Use a modern filesystem like btrfs or even lvm with thin provisioning to solve that problem. Separate partitions for ease of backup, but they all pull from the same pool of storage.

load more comments (8 replies)
[-] AnimalsDream@slrpnk.net 8 points 3 days ago

Non-issue. I just scatter fragments of my data across so many devices that some version of something is bound to be somewhere. ¯\_(ツ)_/¯

[-] Doomsider@lemmy.world 2 points 1 day ago

Ah yes, the shotgun approach to data integrity

[-] emmowo@lemmy.world 5 points 3 days ago

Even ext4 still has safety measures (BLOAT!11!!1) because of journaling.

This is why i compile my kernels on ext2 with without swap for maximum utilization /j

[-] Obnomus@lemmy.ml 5 points 3 days ago

How do you know about me.

[-] cryptix@discuss.tchncs.de 3 points 3 days ago

Arch noobs after destroying their system every month be like:

[-] anistorian@lemmy.world 3 points 3 days ago

Wait. Are you saying you can choose not to rawdog your os ?

[-] dadarobot@lemmy.ml 22 points 4 days ago

my manjaro has been running the same install for 6 years on ext4 no separate home partition...

what are yall doing to brick your machines?

load more comments (11 replies)
[-] dewritoninja@pawb.social 7 points 3 days ago

This is me with endeavourOS lmao. Anything important is on my mega/Codeberg. If it dies it dies

[-] turbowafflz@lemmy.world 7 points 3 days ago

if it breaks, just fix it

[-] Unglue1857@lemmy.world 8 points 3 days ago* (last edited 3 days ago)

Dotfiles in git my dude.

Edit: or even better chezmoi with dotfiles and ansible bootstrapping

[-] mazzilius_marsti@lemmy.world 10 points 4 days ago

to be honest that setup is faster to arch-chroot if things go wrong.

[-] Revenstale@lemmy.world 11 points 4 days ago

I always back up anything that I feel is actually important, do people actually rely on the stability of their OS?

Not that Arch has caused me any issues whatsoever so far, going on 2 years now while very much a Linux noob.

load more comments (1 replies)
[-] pewpew@feddit.it 11 points 4 days ago

I'm rawdogging my Debian Unstable install

[-] michaelmrose@lemmy.world 1 points 2 days ago

Mint users with no zfs, no per block checksumming, no syncoid, no ability to boot into prior version or revert right in the boot loader...

load more comments
view more: next ›
this post was submitted on 22 Aug 2026
916 points (97.8% liked)

linuxmemes

32597 readers
2012 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 3 years ago
    MODERATORS