linux

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

beta_tester, in Fedora 39 Released with GNOME 45, Linux 6.5 + More

Everything in that article is GNOME related. Nothing is fedora 39 or linux 6.5 related

woelkchen,
@woelkchen@lemmy.world avatar

omgubuntu is blog spam anyways.

backhdlp, in I made it to Linux! What is your must-have FOSS or Free Software for linux?
@backhdlp@lemmy.blahaj.zone avatar

ProtonUp-Qt is an easy way to install and manage different Proton versions for gaming.

keepcarrot, in The ASUS Eee PC and the netbook revolution (including Linux)

I miss mine. Good battery life. Big hard disk. Chugged a bit on google docs with large documents. Hot processor. Liero

NanoooK, in Rename Files and Directories in Linux Command Line

Nice website, examples with screenshots.

alt, in Distro Picking

I did debian with cinnamon and ran into some issues

This might be important; perhaps consider telling us about the issues you ran into.

I am an absolute beginner to linux

Honestly, you should be fine regardless. But it’s undeniable that -due to Linux Mint’s popularity amongst new users- you’ll likely have an easier time finding solutions to problems you might encounter.

and i’m a g*mer (laugh it up)

Once again, either one of these should be able to suit your needs. You might have to relearn how you access your games, but that’s true regardless of whichever distro you end up choosing.

blakeus12,
@blakeus12@hexbear.net avatar

one of the main reasons i use my computer is to call my friends, as we live pretty far apart now. we use discord, whose voice feature was almost entirely broken for some reason, and i couldn’t convince them to switch to matrix.

alt,

we use discord

Fortunately, Discord has (very recently) started to officially support Linux as a flatpak.

blakeus12,
@blakeus12@hexbear.net avatar

awesome, i hope it works on my second try

vhalragnarok,

Try WebCord. Either it’s in your Repos or grab the Flatpak for it. WebCord for me has been nothing short of reliable.

Hexagon, in Filesystem mirroring: best backup tool?

I use syncthing to mirror to a raspberry pi NAS. Set it and forget it

Pantherina,

I actually didnt say local. Use syncthing already, its just great. Two phones and two laptops, no problems really.

But this is for local backups

rotopenguin, in Why I dislike snaps
@rotopenguin@infosec.pub avatar

On the plus side, snaps also crap your system log full of petty little AppArmor events. And when snap gets its permissions wrong, you can easily fix it with SnapSeal.

(If Flatpak would just fucking stop rewriting every file path as /var/run/1000/blah, it would be the unquestionably superior package tech)

SirNuke,
@SirNuke@kbin.social avatar

Friction between Snap and AppArmor is to be expected. The corporate sponsor of Snap, Canonical, is well known for their icy relationship with the corporate sponsor of AppArmor, Canonical.

perishthethought, in Linux Distribution Timeline

When I was first hearing about linux, it was via Knoppix. Seems like a past life now, so long ago.

cerement,
@cerement@slrpnk.net avatar

Knoppix saved so many Windows systems …

danielquinn, in Linux Distribution Timeline
@danielquinn@lemmy.ca avatar

I use this chart when teaching Linux. I think it does a great job of showing Linux’s “bazaar” vs. Windows’ “cathedral”.

perishthethought, (edited )

I think you misspelled biza… oh, you meant that word. Ok.

:)

cerement,
@cerement@slrpnk.net avatar

as well as making a famous reference

davefischer, in Connection to external drives sometimes breaks on reboot
@davefischer@beehaw.org avatar

Are the usb disk device names changing?

Aarkon,
@Aarkon@feddit.de avatar

Not that I know of, but I can’t recall exactly anymore how I set up ZFS a year an a half back. I’ll investigate!

zwerdlds, in Linux Distribution Timeline

If you enjoyed that you should check out www.levenez.com/unix/

davefischer,
@davefischer@beehaw.org avatar

Whoa, BSD predates V7? I had no idea.

I’ve been meaning to set up an 11 running 2BSD…

perishthethought,

I did enjoy that, but look what you’ve done to my productivity.

qwesx, in Connection to external drives sometimes breaks on reboot
@qwesx@kbin.social avatar

Do you mount the drives using their /dev/sdX entries or via UUID? Because it sounds like you're using /dev/sdX entries (which you really shouldn't, because their names can randomly change, by design). Use /dev/disk/by-id/... directly for mounting or, alternatively, fill /etc/zfs/vdev_id.conf (see example below) and define the pool using their aliases.

alias Bay1 /dev/disk/by-id/ata-XXXXXXXXXXX1-YYYYY1_ZZZZZZZ4
alias Bay2 /dev/disk/by-id/ata-XXXXXXXXXXX2-YYYYY2_ZZZZZZZ4
alias Bay3 /dev/disk/by-id/ata-XXXXXXXXXXX3-YYYYY3_ZZZZZZZ4
alias Bay4 /dev/disk/by-id/ata-XXXXXXXXXXX4-YYYYY3_ZZZZZZZ4

Aarkon,
@Aarkon@feddit.de avatar

I use the ZFS mechanism exclusively today, so I’ll have a look at the vdev_id.conf file as soon as I find the time, thank you!

Also, sorry for not responding earlier, I’ve had some busy days.

backhdlp, (edited ) in Your chosen desktop Linux defaults?
@backhdlp@lemmy.blahaj.zone avatar
  • btrfs unless I know I’m not gonna use it that much (might check out bcachefs soon)
  • Kitty as the terminal, life is better without fancy multiplexers
  • Firefox
  • fastfetch > neofetch
  • zsh without oh-my-zsh
  • https://aur.archlinux.org/packages/tbsm as DM (if available)
  • Hyprland as the WM
  • Plasma if I have to use a DE
  • Swapfile instead of partition so I don’t risk losing my data if I don’t have enough memory (haven’t checked out ZRAM yet) Welp that changed quickly, ZRAM looks insane
  • GRUB as bootloader, also a separate install for every distro, kinda just out of fear that I’ll break it somehow
offspec,

I tried to use kitty but I have to ssh in to remote machines often for work, usually one of a few hundred edge devices, and I can’t configure them all to work properly with it. Is solid ssh support just not a deal breaker for others?

backhdlp,
@backhdlp@lemmy.blahaj.zone avatar

I never had a reason to use SSH after I switched to Kitty.

TheGrandNagus, (edited ) in New Plasma 6 Default Icon Theme Looks

Respectfully, I love how powerful KDE is but my god they can’t make things visually consistent to save their lives!

From inconsistent icons, to different KDE apps using wildly different design languages, to padding being inconsistent all throughout the DE and their apps, to fonts and their sizes kinda being all over the place

But at least a custom theme is trivial to install and solves most of it

kurcatovium,

Interesting. Even though I definitely have some mild form of OCD, I do not have single issue with Breeze defaults look.

Lamb,

Deepin icons (and cursor) are the best. :D

Atemu, (edited ) in Filesystem mirroring: best backup tool?
@Atemu@lemmy.ml avatar

I dont want weird archives or anything, just to copy my filesystem to another drive.

For proper backups, you do want “weird archives” with integrity checks, versioning, deduplication and compression. Regular files cannot offer that (at least not efficiently so).

Pantherina,

Ok thanks. Fedora already uses BTRFS, would that work?

Atemu,
@Atemu@lemmy.ml avatar

Even with btrfs “weird archives” such as Borg’s or restic’s are preferred for backups.

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