linux

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

Eufalconimorph, in Use cases over 'distro' discussions

People use computers to accplish tasks. That requires running software on an OS, but nobody runs software or an OS just to sit & watch it exist. They run it to accomplish tasks.

Different distros mostly vary in how easy it is to accomplish various tasks. No one distro is the easiest for everything, so people make different choices depending on their needs.

snowsuit2654, in Metal music with Linux?
@snowsuit2654@lemmy.blahaj.zone avatar

Part of the problem extended beyond software. Back when I got into recording, FireWire was necessary for the data bandwidth and it was standard on Macs. I had to install a card to work with my recording interface on Windows.

On a side note, been using Reaper for years and it has been great as a hobbyist option. I understand why any professional would use something like ProTools instead, though.

wurzelwerk, in Metal music with Linux?
@wurzelwerk@kbin.social avatar

I personally like the fact that u-he, acmt and audio damage provide their plugins on linux. I know, not FOSS, but game changing when it comes to switching music production over to linux. Vital is also available on linux, as is bitwig as host.

Suoko, in This week in KDE: Panel Intellihide and Wayland Presentation Time
@Suoko@feddit.it avatar

What about systemd-genie? No distro includes it by default

OsrsNeedsF2P,

What does that have to do with KDE? It seems to be for WSL which can’t run DEs

lemmyvore, in How to keep all email locally in a useful format that can be searched across devices?

What I do is use Claws Mail with POP3, it has an option that allows a message to only be deleted from the server after a configurable period of time. So if you set it for 10 days for example the message will exist both locally on your PC and on the server for 10 days, after which it will only exist on the PC.

It works pretty well in general. The only account giving me some trouble is Yahoo, which I suspect has some quirks, which occasionally cause the messages to be downloaded again and duplicated. Thankfully it’s easily fixed because Claws also has a feature to delete duplicates.

This approach is different from IMAP, which would maintain a local offline cache of the live inbox, but you wouldn’t be able to only keep local messages — any change in one side would be reflected in both.

However, Claws allows you to do both. You can have both a POP3 and an IMAP account connected to the same live box use the POP3 for offline archival, and the IMAP for when you want to put something back on the server, or if you need to look at other folders on the server besides inbox (POP3 cab only see the inbox, not trash, sent etc.)

Normally I only do folders locally on the PC, on the mailbox connected with POP3, so none of the organization is reflected on the live mailbox, which is inbox only. Every once in a while I connect via IMAP to recover emails from the sent folder, which I’ve sent with webmail or from mobile (using IMAP on mobile too).

If this doesn’t fit your workflow turn there are lots of IMAP syncing tools like you’ve noticed. IMAPsync is pretty good.

The last step for my workflow would be to self host an IMAP server that will index the POP3 mailbox, and expose it read-only (without SMTP) through a webmail app, for archival and search only. I may have to look at Piler. The quirk here is that the Claws mailbox format is slightly different from IMAP, it’s very similar to mbox but not identical, will have to see if any IMAP server will accept it.

Thunderbird is no go unfortunately, its main box format is to keep all messages on one big file instead of individual files, which complicates things a lot.

Frederic, in find, grep, sed, and awk

Using un*x since the 90s, this is all I know. I like awk but it can go fucking complicated, I once maintain a 5000 lines script that was parsing csv to generate JavaScript…

JoeKlemmer,

Someone used the wrong tool for the job. If an awk script gets more than a few dozen lines, it’s time to use another language/tool to process that data.

palordrolap,

At that point I'd be looking for languages that have libraries that do what I need. Both Python and Perl have online repositories full of pre-written things. Some that can read CSV and others that can spit out JSON. It's then a matter of bolting things together, which, hopefully, is a few lines of code rather than 5000.

There are even awk repositories, but I'm not sure there's a central, official one like PyPI or CPAN.

bitwolf, (edited ) in Do I actually need to do anything to go from GeForce to Radeon?

Just uninstall all the Nvidia stuff and reboot. It’s been great for me so far.

Linux will auto detect the hardware and load the proper modules at boot. I believe initrd does this.

This worked great for Intel -> AMD CPU also. I just removed the Intel microcode packages after I rebooted to save the disk space.

it_a_me, in find, grep, sed, and awk

I’ve gotten tired of weird regex stuff in awk, sed, and grep, so I’ve moved to perl -E for all but the most basic of things.

bizdelnick,

In most cases extended POSIX regexes are enough and looks the same as perl regexes.

I also used perl until I needed to write highly portable scripts that can be run on systems without perl interpreter (e.g. some minimal linux containers). Simple things are also simple to do with grep/sed/awk, more complex things can be done with awk but require a longer code in comparison with perl.

SpaceNoodle,

I’ve dealt with systems that lack sed and awk. Bash builtins and other standard tools like cut and tr take care of … well, everything.

bizdelnick, (edited )

Systems with bash but without standard POSIX utils? I know some without bash (freebsd by default, busybox based distros etc.) and with grep, sed and awk, but not vice versa.

Eikichi, in Metal music with Linux?
@Eikichi@lemmy.ml avatar

What a share.

Thankksssss you very much Its saved for the comments too

Secret300, in Who uses pure GNOME (no extensions)

I use dash to dock but I keep it hidden and make it the same size. It’s just nice to be able to go down to click open apps sometimes. I still rarely use it but it’s nice to have

Secret300, in Sell Me on Linux

For me I just don’t like relying on some company. So if you don’t like getting fucking in the ass by tech giants use Linux

MigratingtoLemmy, in How to fix?

Hey OP, any reason you’re not using Pipewire?

yournamehere,

only saving time…which it didnt in the end…so, yeah…could have tried that.

Kidplayer_666, in Need some help with a Kali linux

Probably means the repos apt is checking doesn’t have that tool, not sure thi

Cysioland, in Do I actually need to do anything to go from GeForce to Radeon?
@Cysioland@lemmygrad.ml avatar

Just install mesa and you should be good to go. Did a similar on Arch (GTX 960 to RX 7900 XT) and it picked up nicely, no adjustments were needed.

TCB13, in wayland is biased towards gnome
@TCB13@lemmy.world avatar

Wayland xdg-shell Protocol is tailored only for GNOME needs.

What why is this a problem at all? For what’s worth GNOME is the only actually half designed and half usable thing out there. Yes they could add desktop icons and drop the “go into activities after boot” bullshit but how well, they’ve 1M€ in funding to reinvent the DE in all the unnecessary ways possible.

(And this comment is how you offend both the GNOME fans and haters at the same time. Probably also anyone else who cares about having alternatives.)

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