There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

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

Euphoma , in I want ease of use, polish, and the i3 workflow. Should I use fedora or nix os?

You can install NixOS’s package manager (called nix) to other linux distros and even MacOS, so you can kind of bring any nix skills to other os’s.

fugepe , in What developments in the Linux world are you looking forward to the most?

IIRC the next few Wayland updates this year will solve and improve a lot of problems.

LiamMayfair ,

Like what? Have you got any examples?

moobythegoldensock , in Can you please ELI5 tmux?

You’ve gotten a lot of good replies, so I’ll give you an example:

My wife and I set up a Minecraft server on an old work computer of hers. We would SSH in, start the server, and play. However, if the host lost the SSH session, the entire server would crash because the session would close.

With tmux, we could attach, start the server, and unattach. I could start the server and later my wife could attach to close it. I could SSH on my phone via iSH, attach, start the server, unattach, and close the app. We could troubleshoot mods together, since we could both see everything that happened in the session on our screens.

It offered a level of flexibility a traditional SSH session doesn’t give.

twitterfluechtling ,
@twitterfluechtling@lemmy.pathoris.de avatar

Sounds like “screen”? (I never heard about tmux until today, I work a lot with Linux on a daily base, maintaining servers etc. I use screen a lot.)

understandable ,

Tmux is screen in more powerful. Zellij is another great terminal multiplexer. Worth giving all of them a whirl.

iusearchbtw ,
@iusearchbtw@lemmy.sdf.org avatar

Hadn’t heard about Zellij before now, it looks really cool!

faktor50 ,

Am I right when I assume that “minecraft server” is a program - not a machine?

moobythegoldensock ,

Minecraft is a procedurally generated open world video game.

For multiplayer, the computer hosting the game has to be able to load the portion of the world for each player. Having a dedicated computer hosting the server allows for much smoother gameplay experience then trying to have a single PC both run the server and client.

The machine we used for the server was literally one of my wife’s old work PCs and we just use it to host these types of games. We previously ran an ARC: Survival Evolved server on it.

guacho , in What Are Your Favorite SBCs (Single Board Computers), Why, and How Did You Get Into Them?

I had a sheevaplug or something like that (I can’t remember the exact name, but it was around 2010). That thing was hot and it actually stopped too much times. Then the raspberry pi 1 (the original). Too slow. I’ve upgraded to a Raspberry Pi 3, that I used a couple of times as a desktop when my laptop broke. That wasn’t fun, it was slow too. During COVID I sold that and bought a Pi 4 from an authorized seller, so it was the official price. I bought an SSD and an Argon One case. The fan broke after a few month of usage, so I sold the whole thing. Finally I went to eBay and bought a Dell Optiplex Micro. That thing is the best. Used as a desktop, also as a server. It’s fast, smallish (not that small as a RPi, but it’s close. It can go to a backpack), and upgradable. It can have two monitors, two ram sticks, an SSD Nvme and also an SSD SATA. It’s a little beast.

TheImpressiveX , in What is you backup tool of choice?
@TheImpressiveX@lemmy.ml avatar

GNOME Disk Utility for backing up the whole hard drive. Otherwise, I use BackInTime.

monobot , in What is the most opinionated linux distro?

Linux Mint

paradox2011 ,

I second LinuxMint. When I first got in to linux I was (shamefully 😅) looking for something that was as close as possible to Windows and a turn key experience with both installation and app compatibility. Linux mint was what I settled on personally.

Trent ,

Thirded. I send everyone that asks over to Mint until they want to try something different.

aleph ,
@aleph@lemm.ee avatar

Doesn’t the Mint software center prompt for an admin authentication if you install a .deb package?

If so, an immutable OS like Silverblue would be technically more simple, seeing as flatpak installation doesn’t require sudo.

monobot ,

Doesn’t the Mint software center prompt for an admin authentication if you install a .deb package

It does, but I wasn’t even thinking of it.

Mint has flatpak integrated in it’s software management tool, so that might be enough.

Fedora maybe, I usually hear powere users using it, but for Mint I know that my parents and girlfriend don’t have any issues.

aleph ,
@aleph@lemm.ee avatar

Fedora is a bit more complicated to install and configure, but once that’s done it’s not a difficult distro to use. And Silverblue makes it even easier to maintain than Mint as it’s immutable.

Tippon , in Why did no one mention this to me?

I spent an hour last night adding new distros to my Ventoy drive. It’s so much easier than anything else I’ve tried :)

bizdelnick ,

Any chances you will use them?

Tippon ,

They’re for me to test. I’ve got an SSD in a USB3.2 enclosure, so the live ISOs run fast enough that there’s no noticeable difference to an installation on my main PC.

I’ve been using Xubuntu on my server for years, and Mint on my laptop for the last few years, and have been trying to switch to Mint on my PC, so I thought it’s about time to try some other distros before I fully commit.

I’ve got all the main distros, so will be distro hopping for a while to see how I get on, and if any of them jump out at me. I’ve always used Debian based distros, so I can see me sticking with one, but I’ve added the others to see if they’ve changed much in the last 20 years, and if I like the way they do things :)

burdickjp , in I want ease of use, polish, and the i3 workflow. Should I use fedora or nix os?

Are you familiar with Fedora Silverblue or Universal Blue? It’s, in some ways, a halfway point between nix and Fedora. Another way to put it is that it builds on existing paradigms to create a declarative system based on Fedora.

garam , in I want ease of use, polish, and the i3 workflow. Should I use fedora or nix os?
@garam@lemmy.my.id avatar

I would choose Fedora + ansible for this. NixOS have configuration ansible-like that can be transfered and reproducable to every installation, but Ansible can’t replace it, and for me it matters because I love ansible so much…

Veraticus , in I want ease of use, polish, and the i3 workflow. Should I use fedora or nix os?
@Veraticus@lib.lgbt avatar

You’ve basically identified the advantages and disadvantages of Nix properly.

When you learn Nix and how it works, it is incredibly powerful. Being able to version your entire OS with one configuration is incredible. Old software that messes things up just doesn’t exist. It’s easy to explore new software, configurations, and upgrades and roll back to your old state seamlessly. No more “well I deleted an environment variable and now my performance is 50% worse and I don’t even remember what that environment variable was named or where it should live.” With Nix, you can switch from i3 to Hyprland, try it out for a day, and then switch back to your old configuration seamlessly and easily.

The disadvantages are that you need to know Nix (the programming language and configuration file syntax) to do it, and they are complicated. Worth it in my opinion but it’s not easy.

Every other distro is basically different from Nix because of this, as you will be configuring them manually to a greater or lesser extent. I find that manual configuration to be annoying and I always had to create tools to help version my configs properly before Nix. But it is certainly easier to do since you just have to understand the software you’re installing and how to configure it. In Nix, you have to understand both that, and Nix.

I think it’s totally worth it. But only you can make that call for you.

Jekk72 OP , in wayland was a mistake

-29 downvotes

Lunch time at red hat?

Engywuck ,

Just disable score in your profile settings, man. That’s what I did. Score has no point, really. If someone disagrees with you, they can either ignore you or expose their reasoning. Votes are useless.

r00ty Admin ,
r00ty avatar

Or just post from kbin. I only get the upvotes. I'm shielded from all the negativity.

No, Ernest don't fix that it's fine!

pseudo , in Which M.2 SSD for Linux?
@pseudo@lemmy.world avatar

Have a ready Qemu image of a Windows install. Have a live distro that has (or can install to RAM) Qemu. Boot Windows using Qemu in the live environment, and VFIO-passthrough your NVME as a PCI device. Install and run the official Windows-based update tool, which now has raw access to the SSD.

At least that’s what I’m doing for my WD.

M_Reimer OP ,

Thanks. Nice to know. So I’ll not get a WD, then.

BaroqueInMind ,
@BaroqueInMind@kbin.social avatar

I'll never buy Western Digital. I've given them too many chances and owned many over the last 20 years and they consistently fail. Even the more expensive ones I've owned had something stop working in them.

corsicanguppy ,

I’m aware I’m jinxing myself when I suggest that I’ve had very different experience. We’re mostly WDReds though.

pseudo ,
@pseudo@lemmy.world avatar

To each their own.

I thought that the trick with exposing the raw hardware to a VM was the coolest thing ever, since it negates this entire “do their special tools support Linux” issue. And you do it once every 6 months, maybe 4 times in total, until releases taper off.

M_Reimer OP ,

But I don’t want to deal with Windows at all. Something like this may be acceptable for existing “pre Linux” hardware to have a solution after migration.

But I need new hardware in an environment where no Windows is left.

backhdlp , in wayland was a mistake
@backhdlp@lemmy.blahaj.zone avatar

According to wiki.archlinux.org/title/security#Use_Wayland

6.5 Use Wayland

Prefer using Wayland over Xorg. Xorg’s design predates modern security practices and is considered insecure by many. For example, Xorg applications may record keystrokes while inactive.

If you must run Xorg, it is recommended to avoid running it as root. Within Wayland, the Xwayland compatibility layer will automatically use rootless Xorg.

X is less secure.

Jekk72 OP ,

Security is a meme used to make you use proprietary or inferior software. Congrats on falling for yet another psyop.

LinusWorks4Mo ,
@LinusWorks4Mo@kbin.social avatar

great argument based on facts

grumpyrico , in What is your go-to Linux distro and why?

mint for my laptop running awesomewm and lightened it up a bit - To have a no-thrills always works never complaints machine.

fedora server edition plus awesomewm for my desktop

Remmy , in wayland was a mistake
@Remmy@kbin.social avatar

Seriously. Once Gnome Night Light works right in it, I'll switch. Until then, I'm in X at night. Redshift is not a suitable replacement.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines