linux

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

authed, in Overheating laptop, should I try a lighweight distro - which one?

The fan in my Toshiba laptop once died… Make sure that isn’t your problem and replace it if it is

omnissiah, in Basic fonts
@omnissiah@iusearchlinux.fyi avatar

Beware font fingerprinting

Lettuceeatlettuce, in How do y'all deal with programs not supported on Linux?
@Lettuceeatlettuce@lemmy.ml avatar

I personally only use Linux now for all my computers. I follow a philosophy for any software solutiom I need that goes like this:

  1. Use a FOSS solution or,
  2. Use a proprietary solution that has a native Linux build/browser version or,
  3. Use a cracked/pirated version in Wine/Windows VM.

Personally, I am absolutely committed to no more Windows for my personal computing, I have been for years. That means that if I cannot do one of those three options in that order, I don’t use that software/solution.

Unless you are doing a lot of specialized software work, those three options should have you covered. I’m curious what software you use that doesn’t work with any of those 3 categories.

Advanced CAD/CAM stuff there isn’t much in FOSS. Same with specialized Audio production work and advanced photo-manipulation. Specialized device support can be spotty too, but that varies wildly. Those are the only software categories off the top of my head that I know don’t really have good FOSS solutions.

Presi300, in How do y'all deal with programs not supported on Linux?
@Presi300@lemmy.world avatar

All the programs I use just run on linux, no really. VSCode runs on linux, I’ve used libre office for longer than I’ve used Linux (and it obviously runs on linux), all my faves run on linux through steam or lutris.

However, if there is a windows only program you wanna run on linux, you have a few options.

I’d just cross running it though wine out, it’s really annoying to setup and my original success rate with it had been… Not great.

If your program isn’t terribly graphically demanding, you might be able to run it via a windows virtual machine. It’s not perfect but for lighter programs or visual studio, it works.

If your program is graphically demanding (e.g. Adobe suite, CorelDraw, Autocad, etc…) you’re kinda out of luck and will have to dual boot… (Or loose your sanity trying to get them working through wine)

warmaster, in GIMP 2.10.36 Released

While not the same, Krita, Inkscape and Kdenlive are so far ahead in terms of UX/UI that at this point I won’t ever see a redesign of GIMP.

It’s a shame since it is really powerful, but the UX/UI is holding it back so much.

warmaster, in What is the best distro for gaming?

If you care about VRR or HDR, you need a distro with KDE Plasma and use a Wayland session. Plus, you’ll need the latest drivers, so… a rolling release.

Arch based like Manjaro, or OpenSUSE.

If you don’t like that, or you have an NVIDIA GPU then I suggest you try Nobara, made by Glorious Eggroll, big contributor to Proton (Valve’s fork of Wine, what makes Windows games run on Linux).

gkpy, (edited ) in Basic fonts

I always use https://luciole-vision.com/luciole-en.html to typeset documents like letters and such. I find it pleasant looking and it is supposedly easy to read for people with dyslexia.

warmaster, (edited ) in Sell Me on Linux

Get Office 365 subscriptions to use MS Office via web browser.

End of story regarding office apps.

Regarding the rest of the OS, get Ventoy and load it with a bunch of distros and test drive them to see which one you like the most.

Some suggestions to start with:

  • Fedora
  • Ubuntu
  • OpenSUSE

All these have their enterprise variants which could come in handy in the event you need official support when your company takes off.

I personally use Arch on my desktop PCs, but if I couldn’t… I would use Fedora or a Fedora based distro.

I use Fedora Server on my homelab.

I chose these because I want the latest drivers for my GPUs, gaming peripherals, and display related improvements (Wayland, Mesa, etc.).

0xC4aE1e5, in Searching for espeak alternatives

If you don’t care about your text going to evil Google, try gtts-cli.

phoenixz, (edited ) in Sell Me on Linux

Linux is vastly superior. I’ve been on Linux desktop for over 20 years now, I’ll never go back.

As a typical example: this weekend I install Linux (with download and making iso) takes 20 minutes, I install windows (first time in decades, something for my son), took fucking 6 hours, 14 attempts, loads of problem searching on internet.

Having said that, there are some things to keep in mind. Linux mostly (to users) is slightly different on a few details, and because of Microsoft, there are some things to keep in mind.

You’re a lawyer, so you might have to deal with Microsoft documents. Those you can process with LibreOffice (I don’t like it very much, like Microsoft office), google drive (works very nice, but is still closed source, google) or your own hosted linux server with nextcloud and only office (a bit harder to setup but then it’s all yours and under your control)

Look into any closed source windows applications that are required. Most windows programs run also under Linux (wine, proton, and these days various other solutions up to a virtual machine with windows for those few exceptions that won’t work on Linux for some reason)

Video formats are non-issue, Linux eats everything and mostly out of the box.

Then, Linux has distributions. See it as different car brands. They’re all cars, based on the same tech, just different brand names that do details slightly different. You gotta choose a distro (distribution). I HIGHLY recommend either fedora or (my person Lal preference) a Ubuntu variant. I personally have been using kubuntu for over a decade now. The graphical user interface works mostly like windows (just better) and most programs have Ubuntu ready Linux versions available, making installing them super easy. Install VirtualBox (free, as usual) to run windows in a virtual machine if needed, and setup multiple desktops so that you can easily switch to a windows desktop when needed (hopefully, and likely, never)

If you need help let me know

utopiah, in Sell Me on Linux

In 1 word : freedom.

Lemmchen, (edited ) in SBC's with better mainline Linux support than Raspberry Pi?

Maybe check out the SystemReady™ stuff from ARM: www.arm.com/…/systemready-certification-program

1henno1, (edited ) in I'm trying to run VirtualBox in Linux Mint but I keep getting an error message about Kernel drivers.

I had the same problem (running Fedora 38), and this post really helped me - it goes through the whole MOK generation/enrollment and then provides a script to automatically sign the modules. I had to make a couple of adjustments to make it work on my system and to automatically load the modules with modprobe , but now I just run /sbin/vboxconfig; /root/bin/sign-vbox-modules each time my kernel gets updated and can use VBox fine again.

1henno1, (edited )

(Here‘s my adjusted version too in case that helps :)

Illecors, in One single partition for Linux versus using a partition table?

It’s not wrong, as such, but simply not right. Since you’re using btrfs, having a separate partition for home makes little sense. I, personally, also prefer using a swapfile to a swap partition, but that’s potato/potato.

mambabasa,
@mambabasa@slrpnk.net avatar

Alright, but actually I don’t think I’m maximizing my use of btrfs. I only use btrfs because of its compatibility with Linux Mint’s Timeshift tool. Would you be implying if I used btrfs for the whole partition, I can reinstall / without overwriting /home?

Illecors,

BTRFS has a concept called a subvolume. You are allowed to mount it just like any other device. This is an example /etc/fstab I’ve copied from somewhere some time ago.


<span style="color:#323232;">UUID=49DD-6B6F                                  /efi            vfat    defaults        0 2
</span><span style="color:#323232;">UUID=701c73d7-58b5-4f90-b205-0bb56a8f1d96       /               btrfs   subvol=@root    0 0
</span><span style="color:#323232;">UUID=701c73d7-58b5-4f90-b205-0bb56a8f1d96       /home           btrfs   subvol=@home    0 0
</span><span style="color:#323232;">UUID=701c73d7-58b5-4f90-b205-0bb56a8f1d96       /opt            btrfs   subvol=@opt     0 0
</span><span style="color:#323232;">UUID=701c73d7-58b5-4f90-b205-0bb56a8f1d96       /srv            btrfs   subvol=@srv     0 0
</span><span style="color:#323232;">UUID=701c73d7-58b5-4f90-b205-0bb56a8f1d96       /var            btrfs   subvol=@var     0 0
</span>

/efi (or /boot, or /boot/efi, whatever floats your boat) still has to be a separate vfat partition, but all the other mounts are, technically speaking, the same partition mounted many times with a different subvolume set as the target.

Obviously, you don’t need to have all of them separated like this, but it allows you to fine tune the parts of system that do get snapshot.

mambabasa,
@mambabasa@slrpnk.net avatar

How about when I need to reinstall the OS? Will overwriting / not touch /home like with my current set up?

mambabasa,
@mambabasa@slrpnk.net avatar

Also, if I don’t indicate a swap partition during install, would the OS use swap files automatically?

Illecors,

I don’t know, haven’t used Mint in a decade. It’s not difficult to set it up, though.

kalkulat,
@kalkulat@lemmy.world avatar

I think the last time I installed Mint it DID create a swapfile. Don’t use it, so commented that out in FSTAB.

jollyrogue,

I haven’t seen this behavior. As far as I know, the system will run without swap until a swap partition or swap file is created and activated.

just_another_person, in After upgrade to Fedora 39 Silverblue, Docker and VM-Manager have stopped working

Purge all, reinstall, turn on debug logging.

sv1sjp,
@sv1sjp@lemmy.world avatar

Already done, still not working :(

Edit: Fedora got an upgrade today and vm-manager works again without any issue. Docker remains broken, maybe its matter of time. Thank you for your response!!!

just_another_person,

Try setting up docker as rootless. Might be your issue.

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