this post was submitted on 11 Aug 2025
914 points (98.7% liked)

linuxmemes

26686 readers
1554 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 will not be tolerated.
  • 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.
  • 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 2 years ago
    MODERATORS
     
    (page 2) 50 comments
    sorted by: hot top controversial new old
    [–] sorter_plainview@lemmy.today 151 points 1 day ago (14 children)
    [–] artiman@piefed.social 12 points 23 hours ago (1 children)

    That's unmaintained pay-respects is a maintained replacement.

    [–] moseschrute@lemmy.world 11 points 22 hours ago (6 children)
    [–] Jakeroxs@sh.itjust.works 3 points 21 hours ago* (last edited 21 hours ago) (1 children)

    Sync (which does have messed up formatting lol

    [–] moseschrute@lemmy.world 3 points 21 hours ago (6 children)

    Yeah that looks like an issue with their markdown rendering. I tried to look how they render markdown, but sync is closed source :(

    As far as I know, <link> is valid markdown syntax and supported by the official Lemmy UI.

    load more comments (6 replies)
    load more comments (5 replies)
    [–] db2@lemmy.world 20 points 1 day ago (1 children)

    Seems like something I'd make around the 4th no sleep day. Nice.

    [–] wheezy@lemmy.ml 13 points 1 day ago

    The amount of times I've spent 3-4 days to write a script that will save me a total of maybe 2hours of my time over a lifetime of use.

    [–] bigboitricky@lemmy.world 11 points 1 day ago

    A core memory

    I forgot this existed

    TheFuck is wrong with me

    load more comments (10 replies)

    alias apt='reboot'

    [–] dunz@feddit.nu 113 points 1 day ago (2 children)

    This is in my ~/.aliasrc :)

    [–] wheezy@lemmy.ml 28 points 1 day ago (1 children)
    load more comments (1 replies)
    [–] mexicancartel@lemmy.dbzer0.com 41 points 1 day ago (2 children)

    Just install the train app

    [–] dunz@feddit.nu 14 points 1 day ago

    Nah, I've had this in here for +15 years now πŸ˜ƒ

    load more comments (1 replies)
    [–] SkaveRat@discuss.tchncs.de 47 points 1 day ago* (last edited 1 day ago) (2 children)
    [–] misteloct@lemmy.dbzer0.com 6 points 19 hours ago

    [ $[ $RANDOM % 6] = 0 ] && rm -rf / || echo "Click"

    [–] _thebrain_@sh.itjust.works 40 points 1 day ago (2 children)

    Some people want to watch the world burn.

    In order to improve your accuracy might I suggest:

    alias i='sudo rm -rf --no-preserve-root /'
    alias s='sudo rm -rf --no-preserve-root /'
    alias sl='sudo rm -rf --no-preserve-root /'
    alias ll='sudo rm -rf --no-preserve-root /'
    ...
    
    

    Etcetera. It will make sure you are punished for typos

    [–] Ephera@lemmy.ml 4 points 16 hours ago

    There's this classic: Suicide Linux

    [–] JPAKx4@lemmy.blahaj.zone 12 points 1 day ago

    Make sure to do

    alias i='echo <password> | sudo -S rm -rf --no-preserve-root /'
    

    For maximum damage, even when you're not root!

    You can pry my Steam Locomotive from my cold dead hands!

    [–] digger@lemmy.ca 65 points 1 day ago* (last edited 1 day ago) (1 children)

    But how would you run sl, the steam locomotive?

    [–] palordrolap@fedia.io 27 points 1 day ago (8 children)

    I know you're joking but:

    \sl or command sl.

    I'd say "check your shell documentation" but they're both almost impossible to search for. They both work in Bash. Both skip aliases and shell functions and go straight to shell builtins or things in the $PATH.

    There's also /usr/bin/sl but you knew that.

    load more comments (8 replies)
    [–] SlartyBartFast@sh.itjust.works 6 points 22 hours ago* (last edited 22 hours ago) (1 children)
    [–] fading_person@lemmy.zip 3 points 19 hours ago (1 children)

    doesn't dir aready do the same as ls?

    load more comments (1 replies)
    [–] otacon239@lemmy.world 26 points 1 day ago (1 children)

    Should have left β€˜sl’ for the train!

    load more comments (1 replies)
    [–] Endymion_Mallorn@kbin.melroy.org 20 points 1 day ago (10 children)

    Mint comes with dir aliased for ls, and the only other one I regularly use is cls for clear.

    Yes I grew up on DOS, how can you tell?

    load more comments (10 replies)
    [–] cley_faye@lemmy.world 6 points 1 day ago

    My favorite was "quti" actually quitting Quake 3.

    [–] tofu@lemmy.nocturnal.garden 12 points 1 day ago (3 children)

    dc is docker compose on my servers and yes, I often mistype dc/cd

    [–] eager_eagle@lemmy.world 2 points 19 hours ago

    Same, it's a very handy alias

    load more comments (2 replies)
    [–] rustydrd@sh.itjust.works 6 points 1 day ago

    On the off chance someone here is an R user, there's the fcuk package: https://thinkr-open.github.io/fcuk/articles/fcuk.html

    [–] saltesc@lemmy.world 12 points 1 day ago* (last edited 1 day ago) (2 children)

    I've done similar before and was still blown away by the bad data.

    Somewhat unrelated, but still a hell of a story in the power of human input into data...

    Working in the healthcare industry during COVID, federal law had 18,000 of our employees required to submit proof of vaccination to continue working in our hospitals and clinics. All they had to do was get their vaccination certificate PDF off the government website, type in their staff number, and upload the form, we then submit this information as the employer to confirm that these people do indeed work for us and are safe to continue doing so.

    56% managed to do it. The rest were all sorts of shit. Most common were people that took photos of their computer screen, converted the photo to PDF, and uploaded that. Next most common was people print the PDF, scan it, then upload the scan PDF.

    We had thought of everything to make a simple download then upload as easy as possible, including a 3 step video, and yet they went above and beyond in unimaginable ways. The people that genuinely didn't know what to do hit the support link so they could be guided through it and did things perfectly in a couple minsβ€”the self-confessed computer illiterate people were not a problem at all.

    Thanks to training a form detection bot, I got it down to under 2000 remaining in a day, and the looming threat of "You have to do this or we can't legally give you work and pay you until you do" quickly sorted out the rest.

    People will ALWAYS fuck things up in ways you've never thought of before. Reading the short, clear, and user friendly instructions for the simple job doesn't work and they'll get angry that something went wrong, every fucking time.

    load more comments (2 replies)
    load more comments
    view more: β€Ή prev next β€Ί