feddit.de

tdawg, to memes in Thanks, Windows, I didn’t want my computer to turn off, anyway

My favorite is when I shut it down and then it reboots into Ubuntu bc that’s my default in grub

AVincentInSpace,

me who uses rEFInd which remembers the last OS chosen and defaults to that: I don’t have such weaknesses

ruckblack,

Grub also has this feature lmao

Vilian,

lmao true

RickyRigatoni,
@RickyRigatoni@lemmy.ml avatar

so true bestie

SeducingCamel,

Lmao this just happened to me last night

Duamerthrax,

Oh god, I run hackintosh and had a problem for months that Win10n wouldn’t update correctly. Had to pull every drive but Win10 before it would update correctly, then properly corrupted itself and I had to do a fresh install anyway. POS OS.

Qvest, to memes in Thanks, Windows, I didn’t want my computer to turn off, anyway

One thing I give Linux credit for is how it handles updates. Like, yeah, Linux doesn’t force updates, that we all know, but I like how at least in the GNOME desktop, there is no “Update and action” button, there is only the shutdown and restart buttons, where if I am to press either, the system will ask me if I want to install updates or not with a nice box to tick the option. Nowhere near as cluttered as it is in the picture.

DoucheBagMcSwag,

I’ve been looking at mint but I’ve been using windows all my life. I’m worried about the steep learning curve and terminal “language”

Would a noob like me survive on linux for gaming?

18107,

The learning curve is not as bad as it used to be. Almost everything can be done through the GUI, many tutorials exist, and steam will run almost any game without tinkering with it. ProtonDB is your friend.

DoucheBagMcSwag,

Tell me about it… As a stem deck user, I’d fuck proton If could

moody,

Yes. Most things can be done without the terminal, and when it’s required, 99% of the time you’ll easily find a guide with instructions you can just copy/paste.

I wouldn’t recommend it for my 78 year old mother who needs me to add her email account to her tablet, but anyone remotely computer-savvy can handle the transition.

The Linux community is generally very helpful and welcoming. If ever you can’t figure something out, someone somewhere will probably be willing to help.

ShadowCatEXE,
@ShadowCatEXE@lemmy.world avatar

Just be careful when copy/pasting commands. Especially when updating/removing packages.

I’ve shot myself in the foot a number of times where I’ve nuked my desktop environment from existence because deleting a package also deleted the entire environment. Definitely on me though, I didn’t read properly. So just keep an eye on what you’re doing, read what it’s updating and removing and the majority of the time you’ll be fine.

hinterlufer,

Mint with Cinnamon is very Windows like from the UI. You probably won’t need to touch the terminal for running steam games - there’s a GUI for pretty much anything a normal user would need.

captain_aggravated,
@captain_aggravated@sh.itjust.works avatar

These days the learning curve for Linux isn’t all that steep; I’ve tricked people into thinking my Linux Mint machine was running “Windows 9.” What you should expect are culture shocks. We’re going to call things different names, some things are done differently. Where Windows has “shortcuts” Linux has “Links” (to files) and “Launchers” (to run programs). Same functionality, two concepts instead of one. We actually use our app store, but since everything in there is free we don’t call it a “store,” we call it a “package manager.”

As for the ‘terminal “language”,’ let’s demystify this a bit. Yes, the Command Line Interface does consist of a more or less complete programming language with loops and conditionals and such, but all that isn’t really necessary to use it as a basic user interface. It’s actually pretty simple.

You type the name of a program, hit enter, and it runs that program.

Like if I want to open VLC from the terminal, I can just type vlc and hit enter.

There are some nuances to it but that’s generally it.

For example, let’s say I want to listen to the very hottest new track by my favorite band in VLC, and for some reason I want to use the terminal instead of clicking the mouse a bunch of times. I can type vlc /Music/don’t_you_want_me_baby.mp3 into the terminal and VLC will open and immediately begin playing that track. But what if just one run of the song isn’t enough? What if I want to hear the groundbreaking sound of The Human League over and over? I can add –repeat to the command as an option, and it will repeat the track endlessly. Options will either be one dash and one letter, or two dashes and a word. -R is the same as --repeat in this case. If you want to know what the options are for a given program, you can type [program name] --help. I used vlc --help to find out about the --repeat option.

That’s mostly how you’re going to use the terminal at first, by typing the name of the program you want to run, and maybe some options or arguments (–repeat is an option, the name of the file is an argument).

You can, of course, open up the file explorer to your Music folder and double click the file you want to hear, or launch VLC from the app menu and drag and drop the file, or click Open and deal with the dialog, the GUI exists for a reason. Where you’re probably going to encounter the terminal early on in your Linux journey is when you’re having some problems, and you ask for help on a forum or Lemmy community or something. The experienced Linux users who offer to help will ask you to run a terminal command and copy-paste its output. Because it’s fast and easy for you to copy-paste the command I want you to run, and the text it spits out as output. Compared to “Right click on the task bar and click Properties, then go to Devices and click Driver Manager…”

As for whether a noob like you will survive on Linux for gaming: At this point it still depends on your taste in games, because especially competitive multiplayer shooters often exclude Linux on purpose because “something something anticheat.” I play a lot of indie and small studio games, single player or cooperative multiplayer, stuff like Stardew Valley, Factorio, Subnautica, Unrailed. These work great, and to get up and running I have to do less on Linux than on Windows.

My recommendation: Download VirtualBox, download Linux Mint Cinnamon Edition, and run Linux in a virtual machine. Give it a try. You might like it.

ourob,

There will be things to learn and unlearn, but modern Linux distros are fairly smooth sailing for basic tasks if your hardware supports Linux well. Laptop support is a little more spotty, where there may be issues with suspend, or the Wi-Fi needing 3rd party drivers, but desktops will probably work without much fuss (and there are plenty of laptops with no issues).

Gaming has been made much easier thanks to wine and proton, particularly valve’s contributions. For steam games, many of them will just work out of the box or after ticking a checkbox. ProtonDB is invaluable for quickly seeing how well a game will run on Linux.

But as you’ll see as you read some of the reports on ProtonDB, there will likely be a more troubleshooting than you’re used to on windows. As long as you know how to Google the name of your distro + the problem you’re seeing, you’ll usually find a solution.

You don’t need to be a terminal master to use Linux nowadays. But most things are easier to explain with terminal commands than with step by step gui instructions, so many guides online will have you use the terminal to some degree.

Honestly, the best advice I can give is just try it. If you have a spare drive (internal or usb), just go ahead and install Linux to it. If you want to be extra sure you won’t do anything to your existing windows install, remove the windows drive first (or disable it in bios). Then play around with things and see how it feels.

Sprite,
@Sprite@lemmy.ml avatar

Look into pop OS and Garuda. Those are two gamer designated distros so all should be enabled by default and just work. Garuda is arch based and arch is super easy to use terminal wise. Feel free to poke me whenever you need help and I’ll be happy to help, but you probably won’t need any help. :)

DoucheBagMcSwag, (edited )

I’m hearing two opposites sides of arch. Some say that Arch is not as stable and only for experienced users who already know linux…while you’re telling me it’s so stable I won’t need any help. What? 😖

I’m running Linux mint on a spare SSD and steam games won’t even launch for me right now (yes I enabled proton) Someone told me here Mint is the most “windows” like and best distro for new users…I’m conflicted on if I should try arch

I’ve also heard of Nobara that’s gamer focused but I’m worried that it’s a custom build, support won’t be widely available as more mainstream distros should I need help

Sprite,
@Sprite@lemmy.ml avatar

I’ve never used Mint and I don’t get the hype. I didn’t have to modify anything on endeavourOS for stuff to run. All I do on endeavourOS is yay to get updates and install via yay -S [pkgname].

On endeavourOS I run Steam via flatpak since it uses 32bit libraries, so I personally prefer it separate, but I used to have it non-flatpak and it worked normally.

www.ecosia.org/search?q=linux mint steam games wo…

There’s a lot of results for Steam games not launching on Mint with hopefully something which may solve your issue. Sorry to be of no help. :(

DoucheBagMcSwag,

No you’ve definitely been a great help…in convincing me to give arch a try

julianh,

On most distros you don’t need to restart to update. Mint will just put an icon on the taskbar when updates are ready, and you can even tell it to just do it in the background. No restarts or shutdown warnings.

zeroblood,

Don’t kernel updates need a restart?

julianh,

Yeah but no work has to be done during the restart, it’s just booting into the new kernel.

moody,

Usually yes, but you’ll never be forced or even nagged to restart. You could keep your computer going for months on the same kernel until you decide that it’s time to reboot, at which point your computer will boot with the new kernel.

Qvest,

Yeah. GNOME does this probably because it’s safer and ensures that the packages are downloaded in full before applying updates in an environment that is less likely for something to go wrong (Although I particularly don’t know how true this is)

AVincentInSpace,

Firefox will occasionally act up if it’s updated in the background while it’s running. It detects this pretty quickly though and prompts you tobrestart thr browser when you open a new tab. That’s just about the only app I’ve had issues with though.

erev,
@erev@lemmy.world avatar

I’m guessing it’s moreso that Gnome likes to make changes that can break things like extensions, and they probably don’t hot swap shell components. The biggest reason you need to restart after Linux updates is that certain things are only loaded during the boot process (i.e. the kernel, initramfs, some boot or filesystem options) and can’t easily be reloaded while the system is running. But you update something like dnsmasq, you probably just need to restart the service. At worst you need to reload the systemd daemon for config changes to take. And if you’re just updating binaries, unless it’s something like PAM that can also be not fun to restart and is constantly running, you probably don’t need to do very much.

scrubbles, to memes in Thanks, Windows, I didn’t want my computer to turn off, anyway
@scrubbles@poptalk.scrubbles.tech avatar

I can’t stand how windows updates are so intrusive. Sometimes I’ll leave my computer on running a task overnight and Windows will just say “Oh fuck you, I restarted halfway through the night, and then your computer sat idle for 3 hours”. And, btw, I have updates “suspended”

I’m like everyone else here, I run Linux for most of my stuff, but Windows is on one last box, and it’s just so aggravating now

boredtortoise, (edited )

My experience is Windows starting updates during the night, getting stuck on bitlocker, so fans are yelling at 100 until I can login

onion,

Set fan speed in bios

boredtortoise,

I had fans at the most silent setting in bios but it’s not a good fallback for those times when speedfan fails. It’s a tough compromise

Appoxo,
@Appoxo@lemmy.dbzer0.com avatar

What are you all doing with your installs.
Literally never happened to me. Not in 1809, 1903, 1909, 20H1, 20H2, 21H1 ever.
It surely did some stuff believing it was idling while I was just surfing on my phone but it never restarted from itself. And I manage a good amount of PCs (Win 10/11 Pro) to say this is not a thing. At least not in Germany.

erev,
@erev@lemmy.world avatar

At a certain point, Windows decides that you’re going to update whether you like it or not. It’s one of the main reasons I stopped using it. And the updates honestly suck so hard. Such a shitty upgate process.

hinterlufer,

I’ve had it happen three times in the last ~1 year each time killing some running process that I kept my pc on for. IIRC it were robocopy backups twice and once during deep sky photography.

I get why they force updates, but resarting is a bit too much for me. Although I understand why they do it, there’s so many people just never shutting their systems down and Windows apparently just needs to reboot a lot for updates.

If you haven’t noticed it on your machines, it probably is because you keep them updated and restart them regularly (or disabled the “feature” somewhere).

asexualchangeling,

(or disabled the “feature” somewhere).

Nah, windows tends to ignore any setting telling it not to automatically update, at least it did 2 years ago, otherwise I’d still be using it

Cold_Brew_Enema,

How do you know if someone uses Linux?

Don’t worry, they’ll tell you

Empricorn,

I mean, they’re complaining about something in Windows. So without the disclaimer they’re guaranteed 20 comments saying to just use Linux.

Etienne_Dahu,

Hi, I’m a vegan Linux user, do know want to know why you’re wrong about everything?

UnRelatedBurner,

I’m having a hard time reading this comment thru the “activate Windows” text. I gtg work starts soon, I’ll react when I get home, I work as a butcher btw.

/j

ReakDuck,

I am so satisfied with my Windows Amliorated version because it will never have Microsoft updates ever again, only through playbooks. Every bad thing is removed. I just love it and ots the first time I actually feel comfortable and not betrayed. I feel like the OS is mine and not an entity with its own desire and magic.

But of course I use Arch linux btw. Only using Windows for VR gaming

cows_are_underrated,

But of course I use Arch linux btw. Only using Windows for VR gaming

Was about to write a windows rant comment for you, but this saved you. I too use Arch btw.

ReakDuck,

But now I am curious what the rant would be about.

ColonelSanders,

“I’m like everyone else here, I run Linux…”

Erm, did you just assume my OS?

Cloodge, to memes in home is where you know how to adjust the shower....

And when you get it right, it oscillates between nice and somewhat cold :(.

sparklefall, to memes in it's a trap!

like the question…. “do I look fat in this ?”

EherVielleicht,

Me: Does this tie make me look bald?
Her: You are bald.
Me: Exactly!

Frozengyro,

Not in that

RudeOnTuesdays, to memes in it's a trap!

This scenario usually works out for me. Turns out my wife’s friends’ significant others make me look great!

EherVielleicht,

Even on Tuesday?

MissJinx,
@MissJinx@lemmy.world avatar

because ppl that think like this are not in good relationships. Every person/relationship has it’s quirks but if you this talking about your relationship is a trap just leave, one of you is the problem.

tdawg, to memes in it's a trap!

People really do this?

MindSkipperBro12,

I wouldn’t know, never had a girlfriend.

lightnsfw,

Yeah, your GF is probably telling her friends all kinds of embarrassing shit about you.

tdawg,

Sure whatever people talk. But doing it in front of your so is just kinda rude

lightnsfw,

It’s a way of passive aggressively calling you out for shit and yea it’s rude as hell. I’d argue airing out dirty laundry to their friends at all is pretty rude regardless of if you’re present or not. I know I’ve had shit I’d rather people not know get out because of GFs gossiping with each other.

tdawg,

Sounds like some college bs tbh

lightnsfw,

It’s not. I was at a barbeque last weekend and all the wives were going off. If anything it’s worse in the 40+ crowd.

NielsBohron,
@NielsBohron@lemmy.world avatar

It can be a passive-aggressive way to call you out, but not necessarily. If you and your SO have a healthy relationship, discussing problems in front of others shouldn’t necessarily be seen as an attack. In my experience, if a situation like this comes up, it’s usually either:

  1. A way to help a friend who that might not realize they’re in a toxic/abusive relationship. For example, “Sometimes, Niels is really impatient with me being late, but he doesn’t demean me or put me down” can be a way of inviting me to provide some context or show that I’m not perfect but also that there are hard lines that shouldn’t be crossed
  2. A way to empathize with a friend that is coming to grips with the fact that no relationship is perfect. It might not be a conscious invitation to participate, but it does potentially allow you to provide another way of thinking about the issue. For example, “Tell me about it; I’m always picking up after this guy” is not mean-spirited or passive aggressive, IMHO. If it seemed like they actually wanted me to participate rather than just have a way to vent, then depending on the friend I might jump in with “oh man, my ADHD has been really bad since the new project started at work! I’ve been a mess and it’s been really awesome that you’ve been able to help me out”

It’s still not an excuse for an SO oversharing something that you told them in confidence, and it’s not an excuse for turning an ongoing point of contention into a full-fledged argument in front of others, but it’s not necessarily cause for concern. If you’re a very private person, and you ask an SO to not discuss certain things with others, that’s a little different. But on the other hand, they do need to be able to discuss concerns with others to some extent, so maybe differentiating between “good friends are OK, but not that friend” would be helpful.

RIP_Cheems, to memes in I am above average!
@RIP_Cheems@lemmy.world avatar

Sorry, 17?

nyoooom, to memes in like any other celebrity

Carpenters were pretty rich back then

UserNotFound, to memes in anyone?
@UserNotFound@lemmy.world avatar

Threads is still banned in EU, right? Not that I’m interested in it.

son_named_bort, to memes in anyone?

No I did not, Mark.

Aggravationstation, to memes in anyone?

Don’t forget kids, every time a Lemmy instance federates with Threads it makes Mr Zuckerburg cum.

gravitas_deficiency, to memes in Why is Hummus attacking Israel? Is he stupid?

I thought I was on NCD for a second

Wage_slave, to memes in anyone?
@Wage_slave@lemmy.ml avatar

So far it I’ve been digging it. There’s a pretty steady pilgrimage from X to threads. Loads of people try to keep it from turning into “X” and that always shows up in the feed. So it is pretty reassuring like that. And reminders to start blocking or muting people now to keep a positive vibe going and your own sanity. It’s been kinda nice like that.

And I’ve only managed to piss off one person and that was by total mistake. We cool now.

SnowdenHeroOfOurTime,

It’s owned by Facebook

Wage_slave,
@Wage_slave@lemmy.ml avatar

Edit: that was a shitty response i left. Long day and I shouldn’t be on the internet.

But none the less, who fucking knew.

SnowdenHeroOfOurTime, (edited )

yeah it was shitty. But shitty and right or justified are different than “super shitty and also very very in the wrong and objectively on the wrong side of history”

Also you’re a fucking coward for deleting what you wrote

Edit: to the assholes who downvoted me without caring what the other person wrote, please delete all your Lemmy accounts and go back to reddit where pieces of shit are expected

Wage_slave,
@Wage_slave@lemmy.ml avatar

If you think that’s the worst of the world, your safe plastic bubble will be rocked by the real world outside.

Beyond the complexities of social media conspiring and yelling at imaginary walls .

sounddrill,

🤡on🤡violence

SnowdenHeroOfOurTime,

coward

SnowdenHeroOfOurTime,

You’re out of touch with the big picture but that makes me a completely idiotic out of touch moron barely capable of holding a crayon. Reddit really misses you. You’re the most redditty person I’ve had the displeasure of conversing with on lemmy.

SnowdenHeroOfOurTime,

Enjoy supporting those who have no moral qualms with facilitating genocide. Because after all, you’re super smart and therefore it goes without saying that you absolutely require something like Twitter in your life.

Wage_slave,
@Wage_slave@lemmy.ml avatar

“I’m lovin’ it.”

Trarmp,

I still hope for federation of Threads. I just wanna be on my own non-Facebook server, but be able to communicate with that domain. Like with email.

vox,
@vox@sopuli.xyz avatar

host your own instance

SaltyIceteaMaker, to memes in don't know, don't care

Im neither a Christian nor a bible expert but i thought satan was just one of 7 deadly sins and not the punisher of bad people? Wasn’t there an entity called “the devil” that is referred to as satan and/or lucifer but is basically an entire different entity to lucifer and satan? Also isn’t hell a general place of suffering/redemption and the deadly sins are just luring people there?

That’s how i understood it. Didn’t read the bilbe tho, only got this from references and random fun “facts” over the years so it could be completely wrong

  • All
  • Subscribed
  • Moderated
  • Favorites
  • 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 38