Huh, and i just installed it on my secondary computer (laptop). Maybe i should setup a dual boot on my main one soon and disable network communications in the windows partition, and then migrate ny files slowly until i can confidently get rid of that partition.
linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- 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, and wants to interject for a moment. You can stop now.
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 fork-bomb your computer.
Linux Mint is easy af, that or Ubuntu
Potato potato
Ahh I do love that classic Harley sound..
The Steam Deck and it's desktop mode is why I decided to try jumping head first into a single boot of Bazzite on my main computer, it's basically like using a Steam deck, just across four monitors, a year in and I haven't looked back.
I have literally talked to one person at work, that he might want to try out Linux Mint in VM. Dude have never used Linux, but seems to be skilled enough to install it on his own.
I started on mint a couple months ago and so far I've tried as many distros as I could find. I liked manjaro but then found out about their controversies so I'm currently on endeavour os. Half of the fun for me has been experimenting with different desktops and whatnot, which has gotten me back into computer stuff.
I'm experimenting with Pop!_OS on my aging laptop running it on a USB drive. Was happy to see it supports 2-in-1 functionality.
Oh is this an excuse to hop on the Mint praise train? Don’t mind if I do!
For me it was smoother than windows to install, it runs much better moment to moment (it’s like the people that made it were worried about making nice software rather than the business goals being pushed by their managers), and most importantly the fact that it is the “beginner” distro doesn’t compromise its capabilities. I am in the terminal all day every day and I use the machine to work on software for embedded Linux systems.
Mint was so easy to install. I'm pretty new to Linux. Not afraid of having to do things in the terminal, but I don't really know many commands yet. So, I appreciate the graphical managers for updates and drivers. You can definitely tell they really worked to make a polished OS. And I really like Cinnamon. It's a very clean looking DE that has been super easy to transition to from Windows.
Unlike Kubuntu, I didn't have to do any tricks or install anything from github to get stuff from my Steam library to work, everything just worked. And Kubuntu (or perhaps just Wayland) would crash upon waking my PC from sleep and wouldn't recover.
Jut put my Mother on mint. Her windows 10 pc is reaching EOS, and I finally convinced her that having to buy a new computer every several years is unacceptable.
I've installed mint on my laptop, I like it so far. Everything was super easy to get set up, even the graphics drivers
Using roblox to talk about linux
It once played perfectly fine under WINE, then Roblox explicitly blocked it for no good reason.
sober.vinegarhq.org
I tried mint for a little bit but ended up using Kubuntu.
Weird to use a game that decided to drop its official Linux support for this meme
Reminder for Windows 10 users who can't upgrade to Windows 11
/s/can't/won't
¿Por Qué No Los Dos?
This is the first time I've seen a Roblox meme template 💀💀
The future is now old man!
I'm in my early 20s 💀
I’ve been learning Linux (Ubuntu) with an old Laptop a friend was going to throw away.
I like it, but I’m not ready to switch. My biggest complaint… why the hell is it so hard to access an external drive??
I eventually got it, but now I can’t for the life of me remember the command line I used to set access for the first one to set up another one.
You can just use a graphical file manager in Linux like you might have been used to in Windows. When I open mine I see my windows partition and my USB drive listed on the left side.
I know Mint has one that I use all the time, but I’m not familiar with what’s in Ubuntu out of the box.
Nothing as far as I know. What’s the one for Mint called?
There may be an easier way to access the external drive, It depends on what you are bar is for difficult. Are we talking about a NAS or an external USB drive?
What's your current method for connecting to it?
External drive connected by USB, formatted to FAT32.
Shows up readable, but not writable as default.
It's not supposed to be read only every time, The nasty command you enter is likely fixing a symptom.
A lot of times if you're swapping back and forth between windows and Linux the drive will be perceived as dirty. An fsck might be enough to make it stop misbehaving.
After you plug it in if you run sudo dmesg, It might give you some insight as to why it's being mounted read only, If you fix the underlying cause you won't have to remember the command anymore