this post was submitted on 08 Dec 2023
404 points (92.6% liked)

linuxmemes

22156 readers
934 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 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.
  • Β 

    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
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] dipshit@lemmy.world 97 points 1 year ago (2 children)

    is this what it means to β€œown the libs”?

    [–] GBU_28@lemm.ee 21 points 1 year ago (2 children)
    [–] 0x0@lemmy.dbzer0.com 16 points 1 year ago

    sudo chown -R $USER:$USER /usr/lib

    [–] dipshit@lemmy.world 7 points 1 year ago (3 children)

    with great power comes great responsibility!

    [–] GBU_28@lemm.ee 8 points 1 year ago (1 children)
    [–] dipshit@lemmy.world 8 points 1 year ago (3 children)

    This incident will be reported.

    load more comments (3 replies)
    load more comments (2 replies)
    [–] winterayars@sh.itjust.works 9 points 1 year ago (1 children)

    I was gonna come in here and say "Joe Biden" but i couldn't figure out how to turn it into a reference to the government spying on people.

    [–] dipshit@lemmy.world 4 points 1 year ago

    Someone needs to watch some Snowden.

    [–] 0x4E4F@infosec.pub 69 points 1 year ago (1 children)

    lib*

    There ma, I did it ☺️.

    [–] possiblylinux127@lemmy.zip 23 points 1 year ago (1 children)
    [–] remotelove@lemmy.ca 20 points 1 year ago* (last edited 1 year ago) (2 children)
    [–] pomodoro_longbreak@sh.itjust.works 7 points 1 year ago* (last edited 1 year ago) (2 children)

    I don't know when I'll next get the opportunity to ask this, so

    How do people pronounce this: "gee lib cee" or "glib cee"?

    I have the same question about clang

    [–] callyral@pawb.social 3 points 1 year ago
    1. glib cee

    2. clang as if a metal pipe fell on the floor and made a loud noise: "CLANG"

    load more comments (1 replies)
    [–] possiblylinux127@lemmy.zip 4 points 1 year ago

    And liboutofhere

    [–] BarbecueCowboy@kbin.social 41 points 1 year ago (2 children)

    Having maintained Linux systems for over a decade, I instantly distrust anyone who claims they understand Linux regardless of what they say next.

    [–] jodanlime@midwest.social 20 points 1 year ago

    I have 20 years of Linux experience. I tell people 'I know a few things.'

    Would never say I know everything or understand everything though.

    Just like an xkcd comic I expect to see someone reply that has 30 years experience or something.

    [–] Johanno@feddit.de 3 points 1 year ago

    I recently tried to compile an Raspberry pi image. I have no idea what to do when an error occurs. And I am a software developer who should at least have an idea. However goggle helps

    [–] dirtydan@iusearchlinux.fyi 33 points 1 year ago* (last edited 1 year ago) (1 children)

    Name em?

    find / -type f -perm -a=x -exec ldd {} 2>/dev/null \;

    [–] BeigeAgenda@lemmy.ca 12 points 1 year ago

    It solves the problem but you get several megabytes of output, better pipe that into a file and do some filtering and finish with sort -u

    [–] jet@hackertalks.com 27 points 1 year ago (8 children)

    https://github.com/oasislinux/oasis

    Why would you want dynamic linking? Afraid you will change your mind?

    [–] woelkchen@lemmy.world 7 points 1 year ago

    Why would you want dynamic linking?

    Because static linking everything sucks.

    [–] callyral@pawb.social 3 points 1 year ago

    isn't that just flatpak with extra steps

    Neat, I wish some of these projects weren't so apt to prime themselves for corporate takeover and instead stuck more with copy left.

    Though I think I prefer the guix set up of keeping a unique package based on checksum and linking those out as required.

    load more comments (5 replies)
    [–] kSPvhmTOlwvMd7Y7E@lemmy.world 24 points 1 year ago (2 children)

    pkg-config --list-all

    The bar is too low

    [–] QuazarOmega@lemy.lol 4 points 1 year ago

    Praise be pkg-config

    [–] lolcatnip@reddthat.com 22 points 1 year ago

    Why is Lib capitalized when Linux is case sensitive and Lib files aren't a thing?

    Ha jokes on you! I just accidently deleted my bootloader!

    [–] RTRedreovic@feddit.ch 15 points 1 year ago (2 children)

    xbps-query -l | grep -i 'lib'

    [–] 0x4E4F@infosec.pub 5 points 1 year ago

    Hello fellow Void user ☺️.

    load more comments (1 replies)

    Pfff easy lib@, lib32@, lib64@, libx32@

    [–] avidamoeba@lemmy.ca 11 points 1 year ago (3 children)
    load more comments (3 replies)
    [–] riodoro1@lemmy.world 10 points 1 year ago

    That would be just me.

    [–] saltesc@lemmy.world 9 points 1 year ago
    [–] threegnomes@lemmy.blahaj.zone 8 points 1 year ago (1 children)
    load more comments (1 replies)
    [–] erzatz_cadillac@lemmy.world 8 points 1 year ago* (last edited 1 year ago)
    [–] azerial@lemmy.dbzer0.com 7 points 1 year ago (1 children)

    Reminds me of an interview i was in. I was like, this isn't even in my job description... 7 interviews later. Come to find out, they were HAND DEPLOYING Linux servers to try to scale for double of their user base. I feel like I dodged a bullet.

    [–] fruitycoder@sh.itjust.works 3 points 1 year ago (1 children)

    Wait you mean there's better ways to scale than deploying a whole new hardware and click ops your way through installs? /s

    [–] azerial@lemmy.dbzer0.com 3 points 1 year ago* (last edited 1 year ago)

    So when I was in the interview, you know, typically you answer questions, right? I mean there's some back and forth, but typically you're on the end of the stick.

    It was Zello. They wanted someone to continue manual deployment. Are you fucking kidding me? Read the reviews. They are all consistent with a good product and an outdated infrastructure team.

    Best of luck.

    edit: grammar

    [–] AceSLS@ani.social 5 points 1 year ago

    ls -R /usr/lib/

    Easy

    [–] A_Porcupine@lemmy.world 5 points 1 year ago

    We clearly need a "Periodic Table Song", but for libs. πŸ˜…

    [–] bhamlin@lemmy.world 4 points 1 year ago (1 children)

    None. I use Gentoo and everything is compiled statically.

    load more comments (1 replies)
    [–] MajorHavoc@lemmy.world 4 points 1 year ago

    I named most of them Marlin Jr, and Coral Jr, but I guess we can name one of them Nemo.

    [–] palordrolap@kbin.social 4 points 1 year ago* (last edited 1 year ago)
    $ locate -r '\.so$' | wc -l
    4468
    $ locate -r '/lib[^/]*\.so$' | wc -l
    2488
    
    

    We're going to be here a while.

    Lib one, lib two, lib three

    load more comments
    view more: next β€Ί