linux

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

abominable_panda, in Help with external 4TB drive

Commenting because id also like to know.

In my case I resorted to using another enclosure/ adapter

i_am_hiding,

The only enclosure I have that works out of the box is one of those “SATA to USB adaptors” rather than a bona fide “3.5 inch drive enclosure”. It’s not ideal for long-term use.

I wonder if there’s a place to find out if any given make/model of enclosure will report the sector size as 512 bytes. Then, presumably, one could purchase an enclosure off that list and be confident the disk will be readable.

abominable_panda,

I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together

fl42v, in Make any Distro Immutable

To get a truly immutable experience install use squashfs instead :D

actual_patience,

Could you pass me a link to an example setup?

fl42v,

It’s a joke; squashfs is read-only :D Stuff’s used on routers and similar stuff

KrapKake, (edited ) in Help with external 4TB drive

Did you try simply mounting /dev/sdc1 without the extra arguments? You also need to make a mount folder in /mnt, so

sudo mkdir /mnt/mydrive

Then

sudo mount /dev/sdc1 /mnt/mydrive

i_am_hiding,

Yes, the last code block in my OP shows the result of attempting to mount /dev/sdc1 normally: mount: /mnt: special device /dev/sdc1 does not exist.

Though I do not believe it is required as I can mount other drives to /mnt just fine, I have attempted to make /met/tmp and mount there to no avail.

jlow, in This week in KDE: everything everywhere all at once edition

Oh, showing the equation is very nice. I’m not sure why I stopped using it, no copy-pasting or something?

herrcaptain,

I literally just stopped using it yesterday but can’t remember why. I also think it had something to do with not being able to copy/paste. I know I also didn’t love that it doesn’t seem to have a memory function, though nor does the app I replaced it with.

somegeek, in Flathub Grows Past One Million Active Users

Why does it only have git sign in? What If I don’t want to use those shitty git services?

OsrsNeedsF2P,

You mean GitHub signin?

Because Flathub operates on GitHub. If you hate it that much, you could use a different Flatpak distributor (I heard Fedora has its own?)

GravitySpoiled, in Switched from Ubuntu to Debian yesterday

Thx for the post. Nice reading your experience.

Fluffychat flathub flathub.org/apps/im.fluffychat.Fluffychat

haui_lemmy,

Thanks. I failed to mention that I found fluffychat from flathub shortly after through their website. :) but thanks for mentioning it.

MangoKangaroo, in Breaking Windows to let the penguin in...

Welcome to the party! Never let anyone get you down for using a “beginner” distro; it’s perfectly valid to want a system that just works. :)

johannes,

I know plenty of Linux professionals who are no beginners, but still prefer mint :)

MangoKangaroo,

Shoot, I’d probably be one of them if not for my need to have Wayland and slightly newer libraries for my A770.

elucubra,

I installed my first distro, slackware, from diskettes in the 90s, so Im not exactly a newbie. I now use Mint ( just works but you can get under the hood fine), with both a dual boot windows and a VM for when I don’t want to reboot, since I use a few programs that are windows only. The setup works fine for me. That said I’m playing with NixOS. Definitely not for the masses, but awesome.

Ephera,

Well, it’s not like more advanced distros are built to not work. Rather, they work better for different focus points.
So, I would encourage people, especially those with a techy background, to take a look around eventually, but yeah, your conclusion to that journey may as well be that Mint was nice, actually.

MangoKangaroo,

Well, “just works” in the Todd Howard interpretation. ;)

agr8lemon,

Thanks! It’s great to read in there that even some of the seasoned Linux folks use Mint!

haui_lemmy,

I use linux for a couple years as a server and for 6-9 months as a daily. Am also a sysadmin.

Mint works great but is very simple. Ubuntu works good as well but the proprietary snap store is shit imo Switched to debian & kde yesterday and am already fully set up. Not without any hickups but a great experience so far. Maybe try a second hard drive to switch out and install debian if you’re feeling like it. Its pretty cool.

sxan, in Does Nix's break from FHS cause problems?
@sxan@midwest.social avatar

Gobolinux enters the room.

Gobo’s been around and doing its alternative thing, successfully, for 20 years, so no. It’s not a problem.

mvirts,

Oh I remember trying this, I should give it another go!

sxan,
@sxan@midwest.social avatar

Eh. I didn’t personally find that the upheaval added much, and it interfered with my muscle memory working with FHS systems… which are everything else. It didn’t add, like, BeOS-levels of drastic benefit in exchange for being so divergent. And it obviously never caught on anywhere else.

Just my experience.

ProgrammingSocks, in AMD Publishes XDNA Linux Driver: Support For Ryzen AI On Linux

A+ timing, I’m upgrading from a 1050ti to a 7800XT in a couple weeks! I don’t care too much for “ai” stuff in general but hey, an extra thing to fuck around with for no extra cost is fun.

kuberoot,

I’m a bit confused, the information isn’t very clear, but I think this might not apply to typical consumer hardware, but rather specialized CPUs and GPUs?

possiblylinux127, in Flathub Grows Past One Million Active Users

I like how know one wants snap but everyone chose flatpak.

I like flatpaks

sleepyTonia,
@sleepyTonia@programming.dev avatar

Now I’m just hoping AppImage will follow in Snap’s footsteps.

WeLoveCastingSpellz,

appimage aren’t bad

fine_sandy_bottom,

WDYM? I thought canonical was kinda standing their ground with snaps.

aniki, (edited ) in Flathub Grows Past One Million Active Users

By choice or by force? I’ll take flatpaks over Appimages and literally rocks over snaps, but what is this metric actually saying?

joojmachine,

It is saying that more than one million people are actively using Flathub. What do you mean by force?

aniki,

Well if there’s an application that the developer only releases a flatpak for, do I have a choice in being one of those million if there’s no easy way to compile it myself? What if I’m a newbie linuxer and cannot get all the dev tools installed?

joojmachine,

There are no cases of this that I know of. There are some developers that don’t encourage repackaging their apps, though.

yukijoou,

what’s your point? if flatpak makes it easier for developers to package their software and easier for users to install it, there’s nothing wrong with it being famous

Chewy7324, (edited )

What do you currently do if a developer doesn’t package their software for other distros? Maybe they only provide an AUR package or a .deb, so someone else has to package it.

With flatpak the only difference is that a distro independent package exists, that anyone can install. It being possible to do cross-distro apps with a single package doesn’t make it any harder for distros to also package it.

aniki,

I’m not arguing against flatpaks I’m just calling the number suspect to meaningless as a metric.

Chewy7324,

Thanks, I think I understand now what you mean. I still disagree on the notion that people are forced to use flatpak and that the number is meaningless because of that. People choose to use flatpak because it solves their problem.

I’d say it’s similar to many people who use Ubuntu because of its big user base and software support. It’s still an achievement to be recognized.

Anyway, I do agree that the number itself isn’t really relevant. I’m pretty tired and maybe I’m a bit pedantic, so good night (or have a nice day, depending on your timezone).

survivalmachine,

do I have a choice in being one of those million if there’s no easy way to compile it myself?

You always have a choice. Just yesterday, I had an app’s documentation say “install brew so you can download our application and themes”. I noped right out of there and found a different application altogether.

pastermil,

I don’t think there’s any business entity artificially forcing the users to use it (like Firefox on Ubuntu 😉) if that’s you’re asking.

Otherwise, the only case where the user is “forced” to use flatpak would be when the software they’re looking for is not available under their distro’s repo, which happens a lot especially in point release distros.

mvirts, (edited ) in What are some must have Linux compatible VSTs?

Surge XT, it’s LV2 but still awesome

Also I’m a zynaddsubfx / yoshimi die hard. Not for everyone but it can do almost everything if you can live with 8bit automation parameters

SolarPunker,

SurgeXT supports VST; LV2 is actually unsupported for recent releases: surge-synthesizer.github.io/changelog/

Ephera,

Uhoh, I’m using the LV2. Do you guys really run the VST through WINE? I was glad, I didn’t have to look into that…

mvirts,

You can run vsts natively on Linux these days… Not that I actually do 😹but surge may make me give it a shot, I didn’t know LV2 is unsupported

Ephera,

Ah, I didn’t know more modern versions of the VST standard specified a Linux interface. I thought, they were still just basically EXEs with some metadata attached.

SolarPunker,

VST is native and actually better for the CPU in the SurgeXT case. I also use it in LV2, and now I’ve all my projects that needs a conversion from that, maybe I could compile the 1.2 version from source; I don’t know but it’s annoying ¢_¢

sorrowl,

There’s also a CLAP version available, if you use a daw that supports CLAP (like REAPER (which you should totally use btw (it’s like the emacs of daws if emacs actually ran faster than everything else)))

SnotFlickerman, in [Solved] Had a power outage while updating my fedora system, and now dnf has file conflicts. Is it recoverable?
@SnotFlickerman@lemmy.blahaj.zone avatar

This is honestly why anyone and everyone should invest in at least a small UPS that can keep your PC powered for at least five minutes so in this kind of scenario you can cancel the update, shut down safely, and resume when the power is back.

iopq,

Or use a system that has rollbacks so you can use the last known good configuration

russjr08,

Btrfs snapshots + Timeshift that is configured to run pre-update is great for this, though I cannot remember if Fedora’s layout is compatible with Timeshift’s expected configuration.

OP, If you really want to go 100% with this, something like NixOS (which is definitely an extreme investment) or an Atomic distro like Fedora Silverblue works very well for this.

Lichtblitz, (edited )

As you mentioned, with Fedora the best alternatives are immutable spins. Updating means downloading a new base image, applying overlays and additional installations to it and on the next reboot you start from that image. You can configure it to keep as many previous versions as you need and boot into those directly on startup. Since you never change your current image once it’s built, you can’t break a known good system. You can only ever break your next version and in that case, just boot the previous.

I’ve created an Ansible playbook that configures a vanilla Kinoite the way I want it. No need to back up the system if I can recreate it with less than a megabyte of text files. Secrets are in my password vault, personal files are in my personal cloud and get synced to and from the laptop continuously. I would never go back to backing up system files as opposed to recreating it with a playbook. That seems so wasteful in hindsight.

utopiah, in When do I actually need a firewall?

When you expose ports to the Internet. It’s honestly interesting to setup a Web server with the default page on it and see how quickly you get hits on it. You don’t need to register a DNS or be part of an index anywhere. If you open a port (and your router does forward it) then you WILL get scanned for vulnerabilities. It’s like going naked in the forest, you sure can do that but clothes help, even if it’s “just” again ivy or random critters. Now obviously the LONGER you run naked or leave a computer exposed, the most likely you are to get a bad bug.

Feathercrown,

Can confirm. As an example, I’m developing a game server that runs a raw socket connection over the Telnet port. Within 10 minutes of opening the port, I reliably get requests trying to use Telnet to enable command mode or login as admin. People are constantly scanning.

mvirts,

Ya. And sometimes hosting companies run active scans on customer machines. I get a crazy number of login attempts over ssh. I ❤️ fail2ban

atzanteol, in Any C# devs want to share their setup?

Been a long while since I’ve done any C#, but for other languages (Java, Python, Kotlin) I’ve very much enjoyed the JetBrains IDEs. They have a dedicated C# one as well, though I’ve not used it.

stereopixels,

JetBrains Rider: I use it, and I love it; I used it during my day job on Windows until they got restrictive on only using company-authorised software (😭), but I still use it on Linux and macOS for any C# work I do outside my day job. All the benefits of their Visual Studio add-in, Resharper, are built-in to Rider.

Skyhighatrist,

All the benefits of their Visual Studio add-in, Resharper, are built-in to Rider.

And it’s faster because they don’t have to work within the restrictions place on VS plugins.

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