linux

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

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 I made it to Linux! What is your must-have FOSS or Free Software for linux?

Komikku is my go to manga reading app and I honestly can’t use anything else now.

CsXGF8uzUAOh6fqV, in Metal music with Linux?
@CsXGF8uzUAOh6fqV@lemmy.world avatar

There are some DAWs like Ardour and LMMS for linux. The bigger issue is plugins. They are mostly NOT for Linux. There are some but the selection is not big. You can use a VST-bridge like Carla. It worked for me, I could use proprietary windows based VSTs in LMMS on Linux. However, I wanted to go fully FOSS. This is rather difficult. You make it sound like there are a bunch of open source plugins. This was not my experience. Especially not if you are looking for more specific things. If it is like that, shit has changed radically for the best the last two years. I had some coding projects related to music production so I would just try to build whatever I needed. But I dropped these projects unfortunately.

JoMiran,
@JoMiran@lemmy.ml avatar

I am very pleasantly surprised so far, but that’s because my expectations were so low that I was shocked that ANY plugins even exist. With the way prices are going when it comes to music software, I expect to start seeing rapid progression in the music FOSS space.

joojmachine, in Metal music with Linux?

It seems like a lot of the folk here could be pretty interested in the revival of the Fedora Audio Creation Special Interest Group, as it could become a real powerhouse when it comes to getting more people involved into music creation with Linux.

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

What a share.

Thankksssss you very much Its saved for the comments too

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.

bitwolf, in Linux 6.7 Features Include Bcachefs, Stable Meteor Lake Graphics, NVIDIA GSP & More Next-Gen Hardware - Phoronix

Nice to see Nvidia getting caught up finally. I switched but I have friends I have told to wait on Linux bc they use Nvidia

adam_b,

It’s also nice they still support older cards like 1000 series, don’t know how well these work on Wayland ?

bitwolf, in gamescope through the heroic launcher is WAY better than steam

Playing through games opens great on my desktop but I lose the steam overlay so I just use Wayland proper.

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.

Gallardo994, in Firefox Is Going To Try And Ship With Wayland Enabled By Default

The fuck is this title lol

Holzkohlen, in A response to the "Boycott Wayland" article

I now have perfect wayland setup with a Nvidia GPU. I just use my AMD Apu as main gpu and the nvidia one as secondary GPU. The DE runs on Amd and games run on Nvidia. Thanks for nothing Nvidia, making me work around your bs.

michaelmrose,

Doesn’t that drastically limit your monitor support like to ONE?

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.

mosthated, in How to keep all email locally in a useful format that can be searched across devices?
@mosthated@feddit.nl avatar

Look into isync / mbsync in combination with maildir utils (mu/mu4e) or notmuch.

crank,
@crank@beehaw.org avatar

Thanks I am looking at these. Do you think maildir format is the best to try to work with? When I was researching I find there are other formats such as mbox, or more program-specific formats. I was not having an easy time discerning which is the most portable, robust format.

mosthated,
@mosthated@feddit.nl avatar

I havent looked into these other formats because maildir works for me. I can saxe local backups, remoxe mail from the serveg, and even put it back later. All plain text.

notsofunnycomment,
@notsofunnycomment@mander.xyz avatar

If you put your maildir on a (disk attached to a) raspberry pi, install mutt, and make that pi accessible by ssh you always have access to your mail.

zzzzzz,

Does mutt have search capabilities? Is it optimized such that it would be effective with large mailboxes? Thanks!

marty_relaxes,

Mutt (and neomutt) has very nice search capabilities, supporting regex search within specific mailboxes. However, it is a relatively slow search - unbearably slow for full text search in large mailboxes.

Here, notmuch is usually used to complement mutt. It’s a very fast (full-text) mail indexer, which can be directly integrated in mutt and allows much faster searching (among other things such as advanced mail tagging, virtual mailboxes and more).

It is generally a royal pain to set up with so many moving parts but once you do it is a very fast, comfortable mail environment if you’re comfy with the terminal.

zzzzzz,

Thanks for this! I’m going to try to get this set up. It sounds perfect.

s38b35M5, in Linux Audio Nerds, Take Notice — The Fedora Audio Creation SIG is being revived
@s38b35M5@lemmy.world avatar

It was definitely easier to create music with my current tools when I used Windows and Cubase! I left Windows behind for good and haven’t been able to scratch that itch.

Would love to be able to get back to low-latency and tools I understand. I haven’t been breaking my back trying, but I spent a few days with different DAWs and not really getting anywhere close. If it became easier, I’d get my MIDI kit back out and my USB audio interface and mics and start creating music again. I’m no Dev, but a creative lacking the tools for expression.

Good to hear that something like this is possibly getting moving.

azertyfun, in Linux Audio Nerds, Take Notice — The Fedora Audio Creation SIG is being revived

Personal anecdote: I connected my guitar to my shitty sound card a few weeks ago, ran guitarix (because real DAWs are overwhelmingly complicated and I just want an amp, a compressor, and some reverb), and thanks to PipeWire and pipewire-jack everything ran perfectly. Low latency, no crackling, no messing with jackd or ALSA, no restarting audio daemons, I could simultaneously play audio through Firefox and hear my guitar. I dare say that that part of the audio stack is now a solved problem.

I’m not a musician though so I can’t comment on hardware support for exotic sound/midi cards or the maturity of FOSS DAWs.

kelvie,

You didn’t have to tweak PIPEWIRE_LATENCY or adjust the latency in guitarix? In my setup the latency isn’t great out of the box.

azertyfun,

Right, I did do that. Even without it the latency is noticeable but not catastrophic IMO.

pH3ra,
@pH3ra@lemmy.ml avatar

I didn’t know about the existence of guitarix, thanks

princessnorah,
@princessnorah@lemmy.blahaj.zone avatar

As far as exotic stuff goes, I only buy stuff that’s class-compliant so I don’t have to worry about the manufacturer sunsetting support in the future. Supporting those sorts of devices should be a priority over anything with weird proprietary issues (fuck you IK Multimedia!).

PlexSheep, (edited )

Personally, I use Bitwig studio. It’s. It not Foss, but it’s well build, not as expensive as others, and it fulfils the “no Tux no Bux” requirement.

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