linuxmemes

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

Halvdan, in Firefox crash log

Definitely cat SW.

vankappa, in You should

don’t do this it INSTALLS MUSTARD GAS !

auf, (edited )

cd ./mustard-gas ; make && make install

TheWoozy,
pewgar_seemsimandroid,

appimage?

ultra,

nix run nixpkgs#mustard-gas

konalt,
@konalt@lemmy.world avatar

sudo apt-get install mustard-gas

magic_lobster_party,

It’s found at sudo snap install mustard-gas nowadays

TheGreenGolem,

NO

onlinepersona, in Repurposing your laptop trans rights style 😎🏳️‍⚧️

What’s up with these trans-memes surrounding linux? Are they just a loud minority?

fosforus,

Isn’t it obvious? Linux turns people trans.

ininewcrow,
@ininewcrow@lemmy.ca avatar

Or is it trans people turn their systems to Linux?

Is it the chicken or the egg?

jack, (edited )

Open-minded people can get into linux. You also have to be open-minded to consider being trans. My take is that linux and being trans are not directly influencing each other, but both increase your open-mindedness separately which in turn drives you towards more open topics generally

hikikoma,

People that enjoy customizing their body happen to enjoy customizing their OS too.

uis,
@uis@lemmy.world avatar

That would be medics and genetical engieneers

menemen,
@menemen@lemmy.world avatar

Isn’t that only for Arch?

Eheran,

Trans etc. are always a minority, obviously. They would not have to fight for their rights otherwise.

No idea why they are so highly visible here. Probably highly concentrated in Lemmy.

14th_cylon,

Trans etc. are always a minority, obviously. They would not have to fight for their rights otherwise.

no one should have to fight for their right, but that doesn’t change the fact that non-trans people enjoy customizing their os as well. so answer to the original question is yes, it is a loud minority.

andrew_bidlaw, (edited )
@andrew_bidlaw@sh.itjust.works avatar

It’s IT wages and being able to take a break and think about oneself. When Twitter was called Twitter and I’ve been there, the core population of trans, lgbt+, kink, furry, whatever communities were those who could afford a brief moment to think about themselves, these later magnfied other folks who aren’t as well-off. Being gay or trans is natural as our science says, but understanding you are gay or trans means you have enough time, resources, safety to even discover you are one, not to say about presenting as one in public. Tech persons have a natural advantage here over a doordash delivery guy, but as they show it’s possible, many poorer persons show up too. And it’s not a coincidence Lemmy is popular in these communities, as it’s not only a tech-gated space, it’s also a promising safe space where they can be whoever they want without social pressure.

ed: if not for us being that fucked by capitalism, the distribution would be more even

BaardFigur,

deleted_by_moderator

  • Loading...
  • StoneGender,

    Sad stupid fucker

    Honytawk,

    A lot of gender-floaty people work in IT, because they feel at home with the other socially-inept people like me.

    And a lot of people who work in IT use Linux.

    So there is a ton of overlap.

    Holzkohlen,

    And the rest are furries or both.

    Dashi,

    While funny to meme about not really true. IT is made up of all sorts of people. Furries, trans, lgtbq+, tired oarny old men and everything in-between.

    dan,
    @dan@upvote.au avatar

    There is a disproportionately large number of furries working as network admins though. Whenever you use the internet, there’s a good chance that your data is transiting via a network administered by furries.

    artic,

    Am transbian furry can confirm meow meow

    PotatoesFall,

    it’s just a meme. although there is perhaps a higher percentage of trans people using linux, perhaps due to the correlation with autism or because they’re attracted to less opressive alternative safe spaces in general

    randomivysaur, in the main differences!!

    Emacs user:

    phorq, (edited ) in You should

    touch cat
    echo Oreo > cat
    cat cat

    Edit: for some reason mine’s saying Hydrox… results may vary.

    Discover5164, in Every god damn time!

    you can create them afterwards and move the stuff into the subvol. do it from a live usb and don’t forget to update fstab. be sure to use rsync with the flag to keep permissions etc

    0x4E4F,

    Yeah, that should work, thanks 👍.

    cashews_best_nut,

    You’re welcome

    AffineConnection, (edited )

    That’s simple, but it’s a completely unnecessary waste of I/O. You could create a writable snapshot of the btrfs root as a subvolume, edit the fstab and any other relevant files within that new subvolume, reconfigure the bootloader to specify that subvolume as the root filesystem (as a Linux kernel command line argument) instead of the btrfs root, and then reboot. After rebooting, the original btrfs root can be mounted, and everything unwanted from the original root (other than the new subvolume and its ancestor directories, obviously) can be deleted. Do not delete anything that you didn’t want to lose the changes to on the original root subvolume that you did after creating the snapshot, as the snapshot only remembers what you did before, as well as the changes made specific only to it (like the fstab).

    If one wanted to create multiple subvolumes for different purposes, the above procedure can be modified. For instance, if one wanted a separate subvolume mounted at / vs /home, then one can create two writable snapshots, empty out the contents of home in new subvolume 1 (but not the /home directory itself because you want the directory to exist for something to mount onto it), empty out everything outside of home within new subvolume 2, move the contents of home therein up one directory and remove the /home directory itself. Now, one can edit the fstab in new subvolume 1 as appropriate (not forgetting to have new subvolume 2 mount at /home), edit any other relevant files, reconfigure the bootloader to tell the Linux to use new subvolume 1 as the root subvolume, then reboot. Finally, one can remove the unnecessary files from the original root.


    Edit:

    It is arguably better to manually specify the new root when booting in the Linux kernel command line, and not reconfigure the bootloader until you successfully boot. After success, (if the following is relevant to your system) use update-grub, and it should look at fstab to automatically reconfigure the bootloader accordingly to use the appropriate new subvolume as specified at fstab.

    This is what I did years ago to one of my own systems, although I don’t know anything about Timeshift and how it requires things to be set up (I have my own backup scripts that are run by cron). I could have just snapshotted the btrfs root directly for snapshots, but I wanted the snapshots to be cleanly separated from the subvolume used as the Linux VFS root (except when I explicitly mount them).

    Discover5164,

    you’re right, this is a solution efficiently using the btrfs features. thank you

    AMDIsOurLord, in It's OK if you cry

    I have a few wifi adapters from china who only work properly under Linux lmfao

    Did Microsoft actually infiltrate Lemmy or something? I’m hearing of issues about Linux that haven’t existed since the very first days of desktop Linux

    Two2Tango,

    The wifi chipset on my new MSI mobo isn’t supported on current LTS version of Mint - I had to install a more recent kernel, so there are still issues with newer hardware

    0x4E4F,

    Yeah, the Chinese stuff seems to work better under Linux… for some reason 😂. I one based on a Realtek chip (I think 🤔) and I couldn’t get passed a few hundred KB in Windows. Linux fried that baby, it did 1.5MB 😂.

    Nath,
    @Nath@aussie.zone avatar

    I still have wifi woes on my old tablet. Works fine for a few minutes, then dies. Works fine in Windows. I’m about to reinstall on it. Maybe the next distro I try will work?

    AMDIsOurLord,

    This is probably some sort of firmware power management bug that the windows driver is working around. Try and see if you can find any documentation on it

    ShunkW, in You should

    I ty…

    kSPvhmTOlwvMd7Y7E, in Repurposing your laptop trans rights style 😎🏳️‍⚧️

    Congrats on exorcising that proprietary bitch out of the laptop’s body!

    Manifish_Destiny, in You should

    en.m.wikipedia.org/wiki/Fork_bomb

    For those who are curious but not dumb.

    Whenever I get a free engraving on something, I send this in.

    eating3645,

    What for those of us who are dumb but not curious?

    Pyroglyph,
    @Pyroglyph@lemmy.world avatar

    In that case…

    Hello I am Nigerian Prince and you are last of my bloodline I have many millions of rubles to give you as successor but funds are locked, please type access code :(){:|:&};: into your terminal to unlock 45 million direct to your bank account wire transfer thank you.

    MrShankles,

    Does the added “amp” do anything more in the function? I’m the curious, not (entirely) dumb type

    itslilith, (edited )
    @itslilith@lemmy.blahaj.zone avatar

    It’s a failed html escape sequence for &

    some lemmy instances were having trouble with that for a while now. html used ampersand to encode special characters, and a regular ampersand gets encoded as &

    Somehow, the decoding sometimes breaks, and we get to see it the way it is here

    eating3645,

    😂

    WeLoveCastingSpellz,

    What if I am dumb but not greedy?

    caseyweederman,

    Good old Bobby Droptables

    LetterboxPancake,

    I like your style. How often have you been cursed at?

    Flax_vert,

    Does this damage the computer? Or can it be fixed with a restart

    hglman,

    You just have to restart somehow.

    acockworkorange,

    Invoke Palpatine to restart somehow.

    WhiskyTangoFoxtrot,

    Execute order shutdown -r now?

    MacNCheezus,
    @MacNCheezus@lemmy.today avatar

    No, it’ll just lock it up but shouldn’t cause any damage or data loss unless you have unsaved work open. A restart should fix it.

    ABeeinSpace,

    No. The effects of a fork bomb are temporary and are fixed with a restart

    Cyv_,
    @Cyv_@kbin.social avatar

    Oh, this is like when I was in high school and made batch files that open themselves infinitely and named them "not a virus" on the desktop, only to enjoy other students immediately running them.

    HeyThisIsntTheYMCA,
    @HeyThisIsntTheYMCA@lemmy.world avatar

    Mine had the text “you are won solitaire” on them

    neutron, in the main differences!!

    What about XFCE users?

    01adrianrdgz,
    @01adrianrdgz@lemmy.world avatar

    https://lemmy.world/pictrs/image/96b2f821-430c-4a16-b7ab-8c2beff80093.pngthey most likely own a room full of servers and everything is customized!

    savvywolf, in You should
    @savvywolf@pawb.social avatar

    If you’re cold, they’re cold.

    Run this command to warm up your computery friends.

    noxy, in Yeah, very sorry that this app is Windows only, would love to switch to Mac
    @noxy@yiffit.net avatar

    Gotta scrub off the .DS_Store

    MonkderZweite, (edited ) in It's OK if you cry

    Scanner drivers are worse.

    But are you perhaps referencing to the situation with Broadcom just incrementing their chips and drivers for years, flooding the market with cheap but quirky chips? Do they still do that?

    0x4E4F, (edited )

    Have no idea to be honest, I stole the meme 😂. But yes, I have had problems with wifi drivers on Linux. Not a lot, but still.

    And yes, I’m still trying to get an old Microtek scanner to work in Linux 😔.

    MonkderZweite, (edited )

    Mine just stopped working with brscan5 driver. It was a fast and quiet mobile scanner with high quality output. The new one is bigger, slower and louder and runs 90% of time in some photo mode. 🙁

    edit: clarified

    0x4E4F,

    Have no idea what that is to be honest 😂.

    Pantherina, in It's OK if you cry

    The state of coreboot on modern hardware

    The security problems of Linux over Android

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #