linuxmemes

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

MonkderZweite, (edited ) in Repurposing your laptop trans rights style 😎🏳️‍⚧️

Btw, what is it always with the stickers?

SendMePhotos,

What is always with the thigh highs?

uis,
@uis@lemmy.world avatar

Programming socks?

balancedchaos,

This guy programs.

rockhandle,
@rockhandle@lemm.ee avatar

When youre using your laptop on the go, it has to be communicated without words that you use arch btw

andrew,
@andrew@lemmy.stuart.fun avatar

Why use lot words when logo do trick?

DriftinGrifter,

Y 1+ when 1

surewhynotlem,

You’re in a meeting with 16 people with identical corporate laptops. Easy way to see whose is whose if they’re not open.

Godnroc,

Pfft, that’s what the asset tags are for. Clearly my laptop is the one with the number 2760754 on a… sticker… son of a bitch!

rwhitisissle,

I’ve never been in a corporate environment where stickers on laptops that weren’t branded for the company itself was considered acceptable or professional.

acockworkorange,

I have. It’s not all what it’s cracked up to be.

SuddenlyBlowGreen,

Did you work with engineers?

rwhitisissle,

Extensively. Nobody has stickers on their laptops. Maybe that’s some “fresh out of college” shit.

SuddenlyBlowGreen, (edited )

Maybe. Maybe it’s a “We can’t afford to alienate expensive engineers over stickers” thing, or a “We care more about the quality of work than sticks on laptops” thing.

Must be a fun place you work at. Do you wear a suit to work and work in cubicles?

rwhitisissle,

I don’t talk about the specific details of my employment on the internet with strangers. Especially with those who are fishing for a fight in which I have little interest.

SuddenlyBlowGreen,

Okay, have fun a work tomorrow! Or don’t, as that seems to be your preference. :-)

rwhitisissle, (edited )

“You must hate your job because you think putting stickers on laptops is tacky!”

Touch grass.

SuddenlyBlowGreen,

Whoa, that’s not very professional or acceptable :-)

oatscoop,

I sticker my laptops.

I view it as theft deterrent. It stands out so it’s easier to see in someone’s hands, and makes an expensive laptop looks kind of shitty.

sigmaklimgrindset,

Yeah, god forbid anyone have a little fun in a corporate environment. Gotta stay in uniform.

I put a rainbow peel off sticker next to my camera just so I had something nice to look at during the endless Zoom meetings. No one but I could see it. Still got a bollocksing because some boomer passed too close behind my work station once in four years.

Kiwi_Girl,
@Kiwi_Girl@lemmy.blahaj.zone avatar

I guess it’s feelings of ownership/pride/community.

TimeSquirrel, (edited )
@TimeSquirrel@kbin.social avatar

I have to get up early in the morning and go to a job and pay rent and bills now and it sucks...just let me keep the stickers please.

knightly,
@knightly@pawb.social avatar

Quick and easy personalization of an otherwise generic product.

furycd001, in Accurate?
@furycd001@lemmy.ml avatar

You can still run Arch & have a life. Arch actually just works if you use it correctly…

hemko,
worldsayshi,

I mean the projector set up is probably using some ungodly proprietary wireless Protocol that only works on Windows 10.

hemko, (edited )

Isn’t it just a display you attach via VGA/HDMI/whatever?

Last projector I used had scart/rca lol

furycd001,
@furycd001@lemmy.ml avatar

Never had this problem, but I can see why someone probably could…

CCF_100,

tfw nvidia

DriftinGrifter, (edited )

|>be me, 4 chinner

|>can’t use Linux but wanna Seem cool

|>make fake and gay shit post about driver not |Working to justify using Windows

|>jerking it in the The shower while crying l8ter that day day

|>KEK lul

|>normies Suck don’t they?

hemko,

Someone’s salty their PC doesn’t run Windows 11

DriftinGrifter,

average Windows 11 user|>be me, have no friends Boot up my terrible Windows 11 (KEK lul) |>decide to join federated social media instead oft 4chan because 4chan keeps calling me a snowflake |>See Chad with too many bitches and great takes |>jealous.jpg |>idea.exe |>decide to insult him in hopes of getting topped and bullied because im into it |>Chad Sees through me and still obliges |>orgasm and thank Chad mentally

hemko,

You’ve been training this skill of writing greentexts, it’s very impressive.

Disclaimer: this is not a compliment

DriftinGrifter, (edited )

just you|>be me (KEK lol),Engage with what is clearly a chad troll to geht my rocks of |>get trolled because im absolutely incomparably unintelligent (kekek Windows 11) |>get mad for getting called out (even though it actually turns me in because im a masochist) |>take bait(lads and gentlewomen we got em kekekekekek) |>mfw |>take the copium anon the Internet isn’t for smegma simp normies like you

Just looked at your comment history and its just sad =(

hemko,

Just looked at your comment history and its just sad =(

Wish I could say the same, but it was completely unreadable with all the spelling mistakes =(

DriftinGrifter,

Beta grammar republican christonationalist:

“Weh i can’t read words weh don’t Bully me ill cum :3”

Vs. Chad different Langusten auto correct user:

“They are real words you know not everyone uses burger units and Cafés about Sperling <(^^,)>”

balancedchaos,

I run Debian on my work laptops, and Arch on my gaming rig. They are absolutely equal in terms of time sink, and it’s not that bad at all.

furycd001,
@furycd001@lemmy.ml avatar

Can totally agree. Debian & Arch are totally equal in terms of stability. Any Linux os can be unstable, it really all depends on how the user uses it…

aberrate_junior_beatnik,

Yeah, if it’s unstable, they’re probably holding it wrong

jcs,
@jcs@lemmy.world avatar

By Arch, do you use SteamOS on your gaming rig? And if not, what would be the determining factor?

balancedchaos,

I’ll give SteamOS a shot when I get my Steamdeck. Until then, it’s just vanilla Arch on my main machine until I’ve seen what it’s like.

impolitecarry, in usb formatting

When you hit enter on the DD command, and your main storage light suddenly starts flashing.

Andrew15_5, (edited )
@Andrew15_5@mander.xyz avatar

So? I’m just creating an 8 GiB swap file.

Redjard,
@Redjard@lemmy.dbzer0.com avatar

Try btrfs, where with only 5 hours of research you can create a swap file without writing the entire file.
Also there is no other option, the 5h are non-optional.

After doing that twice, In my / now lives

/swapfile-howto``# this is btrfs not a normal file system. # We have to create and allocate the file in a btrfs friendly way, # and tell btrfs to not move or segment it. touch /swapfile999 chmod 600 /swapfile999 truncate -s 0 /swapfile999 chattr +C /swapfile999 fallocate -l 999G /swapfile999 mkswap /swapfile999 swapon /swapfile999 -p 200

FooBarrington,

When you hit enter on the DD command, and your eyes suddenly start flashing.

WhiskyTangoFoxtrot,
FooBarrington,

That was great :D though I’m afraid that this is kind of me, considering I have a file server on my vacuum robot

567PrimeMover, (edited )
@567PrimeMover@kbin.social avatar

Little Jimmy wanted to try Fedora, But little Jimmy is no more. For what he thought was his external drive, was actually his cerebral core

rattking, in usb formatting
@rattking@lemmy.ml avatar

Yo dawg, we heard you like to install Linux so we installed the Linux installer over your Linux install so you can I don’t even know anymore

AccountMaker,

I actually did this once. My USB was on /dev/sda instead of sdb and I didn’t bother to check. It took me like 2 days to fix it because you can’t just delete partitions and start over normally, it changes some flags on your drive that you need to manually reset for them to be usable again. Fun times.

psion1369,

I once mistyped and didn’t realize until it was done that I wrote a Fedora ISO to the home partition. I didn’t even realize what I did until everything was done and wiped out.

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

Funny that my brand new laptop just arrived today and its own wifi card wasn’t recognized in Windows, so I had to use my phone via usb-tethering. It’s a Lenovo Yoga Slim 7 (14APU8) by the way, Ryzen 7th gen, full AMD, OLED etc. It came without any OS (no way I’m paying for Windows lol) and my first Win11 experience on this laptop was “please choose a network to continue” and no networks were displayed at all, because wifi card had no drivers (Realtek btw). Windows setup wouldn’t let me continue without a network, but there was no way to have a network. Funny Win11 moment right there. After some hours configuring everything I then installed my usual dual-boot Fedora and everything worked even in the live-usb. This meme is not valid for Linux anymore. Windows however, now thats a meme.

0x4E4F,

Trust me, it is. There is some obscure hardware out there. Plus, a lot of us still use hardware that was late XP time released and ndiswrapper was still around. So, for some of these cards, there is still no drivers for Linux (or buggy/unstable ones).

azenyr,

I understand, but seeing this post right after my experience today was the biggest coincidence ever and kinda funny that it worked right away in Linux while in Windows I had to manually go get the drivers for it. Linux used to be bad, but it evolved A LOT in terms of drivers support while windows just kinda stayed the same. I remember facing the same problem of booting a new Windows install and having the wifi option completely gone (no drivers) in Windows 8… many years ago. Windows 11 and the experience is still the same. And it’s a modern Realtek card, not even close to being obscure. This post + this experience today was just a nice internet moment

0x4E4F,

Linux used to be bad, but it evolved A LOT in terms of drivers support while windows just kinda stayed the same.

Agree on that part. It has gotten a lot better.

Still, I was hoping that they’ll eventually solve some of the problems with the WiFi hardware back in the ndiswrapper days. As it turns out, it’s 50/50. Some of it has drivers, some don’t. Sure I could go hunting for untested unreliable alpha stage drivers and compile them myself, but I was kinda hoping that we would be passed that on over 95, 96% of the hardware there is out there.

azenyr,

Well I myself have no patience at all to compile stuff myself, I can say I am half casual half linux nerd. I’m in the middle. Compiling stuff is too much, especially drivers and low level stuff like that. At that point I will just give up on the hardware or the OS/distro. That’s mainly why I still dual boot. I have a SIM Racing setup and even with drivers that exist already and many awesome community made GUI tools (like Overdrive GUI) that get updated almost daily (which is impressive), it still is very hit or miss and most of the times it is either not detected at all or just half working. Even after using linux myself since the Ubuntu 7 and Gnome 2 days, I still dual boot Windows because well… sometimes life is just more peaceful when you can just reboot your pc and have funcional hardware again. I work under linux and play under windows. That’s peace for me. Except nowadays I am staring to play non-Sim Racing stuff on linux too because Proton is amazing. But it still requires a lot of manual labor to make it work. And when I teach linux to other people I always teach the dual boot way and how they can easily jump back to what they are used to. In your case… I think I would just get a different wifi card if possible. If its an embedded one, well… maybe I would just get a new motherboard/device anyway, or just use another OS and call it a day. Sometimes it’s the better way. In your case probably the amount of people that need drivers for hardware like yours is diminishing day by day, so the probability of it ever getting fixed also diminishes. I found out that in the Linux world it’s always better to stay with mainstream hardware as much as possible.

0x4E4F,

Nah, I don’t currently have any problems with my hardware. I just happen to have acces to a lot of old hardware (at work) and play with that when I have some free time.

Of course, I also (still) dual boot. Mostly because of software that just doesn’t run in Wine… and for work. But other than that, I’m mostly on Linux.

Im_old, in Just a PSA

Ok ok, I know it’s a meme, but gentle reminder that :x is :w and :q combined (save and exit). I got taught that in high school (it was a dec unix with real vt120 terminals) and luckily for me I remembered that even if I didn’t touch vi for a few years afterwards.

Dasnap,
@Dasnap@lemmy.world avatar

Funnily enough, I knew of :x before :w.

SigHunter, (edited ) in Just a PSA
@SigHunter@feddit.de avatar

until the moment you realize that somehow you are not on your native keyboard layout and where the hell is : and ! in this weird language??!

lseif, (edited )

ESC Z Z

JetpackJackson,

I have done this too many times now lol, you’d think I would have learned

Turious, in Just a PSA

But I don’t want to stop.

possiblylinux127,

Oh no…

captain_aggravated, in There's still room for improvement, but Linux gaming has come a long way in a short time.
@captain_aggravated@sh.itjust.works avatar

In the time I have been a Linux gamer, it has gone from “here is a list of games that work in Linux” to “here is a list of games that do not work in Linux.” Which some dictionaries define as “progress.”

cloudy1999,

In 2003, it was my dream to play FF7 in Linux. In 2019, my dream came true. Thanks Proton, Codeweavers, Wine, Valve, et al for helping me finally put down Sephiroth right.

Synnr,

That’s crazy! When I was last trying to run Linux full time in ~2014, you had WINE and then a commercial version of WINE (not by the WINE devs, but because WINE is licensed the way it is and is open source…) that would run a few more things, but I don’t remember what it was called.

So glad to hear it’s progressing this quickly and far.

milicent_bystandr, in Using Fedora Atomic is like...

“Eight Megabytes And Constantly Swapping”

possiblylinux127,

*Terabytes

Gentoo1337, in which ones do you think I missed?
@Gentoo1337@sh.itjust.works avatar

Rest in peace Bram Moolenaar

Gentoo1337, in When you build from source 🥲
@Gentoo1337@sh.itjust.works avatar

sudo emerge -av firefox

pewgar_seemsimandroid, in Accurate?

where mint

Flax_vert,

Green ubuntu

pewgar_seemsimandroid,

what’s Ubuntu?

Flax_vert,

Orange mint

pewgar_seemsimandroid,

im fine with that

hperrin, in the main differences!!

GUIs are for the weak. Monitors are for the weak. My PC is connected to a keyboard and a printer. Hackerman

malockin,
@malockin@lemmy.world avatar

You use a keyboard and a peinter? weak! I throw magnets over the memory chips and use a multi-meter. /l334

HauntedCupcake,

Ughhh! Filthy casuals like you using the screen on a multimeter! I bet you don’t even staple the electrodes to your nipples! Probably use clamps instead 🙄

WhiskyTangoFoxtrot,

I just do the calculations in my head.

Pantherina,

I eat nuts and sleep in a cave

ikidd,
@ikidd@lemmy.world avatar

I flick toggle switches and read the buffer LEDs.

Murdoc,
HiddenLayer5,
@HiddenLayer5@lemmy.ml avatar

Enjoy your bloat, I directly put my finger on the CPU pins to feel the electrical signals.

rottingleaf, in Accurate?

I don’t see Gentoo, Slackware and Void there. Also Arch is an irrelevant distribution among us folks without life. It should be on the left, maybe after the “are you trying to look like a hackerman” question.

platypus_plumba, (edited )

“Is compiling packages for days your favorite activity?” -> Gentoo

“Do you believe an OS can turn you into a hacker?” -> Kali

rottingleaf,

Yes, if not that, I’d probably use it. Everything is very nice except for that need to plan for installing software.

Kali - well, I’ve actually met one such person and he later stopped being stupid and got into something hardware-related. I’ve been a person believing that Gentoo or Slackware can turn one into a good sysadmin for a few years.

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

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18878464 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 171

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10502144 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 36