linux

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

phanto, in Copy Paste in QEMU

I know this isn’t a real answer, but it’s what I use as a stop gap measure… I basically have a text file called buffer, and ssh into the VM on a terminal on my host, and paste into the buffer file.

I know it’s lame, but for simple text and stuff, it works. For things like files and pics, I use a shared drive.

If someone has a better answer… Please let me know!

Kusimulkku,

That’s such an incredibly janky solution holy shit lol

SPICE is the answer

phanto,

The spice must flow…

I see that spice is a grayed-out option in Proxmox, is it relatively easy to get it going?

fluke,
@fluke@snake.substantialplumbing.repair avatar

Grug brained solution. It no fancy but work. Grug happy. Now have time to relax.

darkfiremp3, in 30 Linux System Monitoring Tools Every SysAdmin Should Know

When debugging systems, I really like “w” it gives you a ton real quick

andruid, in Systemd Working On "Storage Target Mode" Feature - Inspired By Apple macOS

So this is a service aimed at exposing disks as nvme-tcp boot targets on boot of the system? I mean I love it, I wonder if this could be used to help with a chicken and egg problem I’ve had with building clustered systems easier. So far I either need a running service to host a network file system (like NFS or CEPH), or I need local disks that bootstrap the clustered storage environment.

db2, in 30 Linux System Monitoring Tools Every SysAdmin Should Know

nice

I mean that both as a general appreciation of the post and as another tool suggestion.

Also they really ought to update those nearly 15 year old screenshots.

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.

cygnus, in Introducing Mozilla’s Firefox Nightly .deb Package for Debian-based Linux Distributions
@cygnus@lemmy.ca avatar

My god, the day has actually come, finally.

penquin, in What's the difference between package manager and why are there so many?

Imagine having only one option, and that option is dnf. I’m out. I don’t want Linux anymore.

GnomeComedy,

Ok I’ll bite. What’s so bad about dnf? I would take it anyday over apt.

penquin,

Not much really. It is great, but slow as shit and makes me want to toss my computer across the room. I just want to install one tiny 5 kb package, I don’t want you to take 10 minutes checking all the RPM fusions repos and go to the moon and back then install my package. No, just install the damn thing. I’ll ask you when I need you to check that long list of repos. 😂

andruid,

Dnf-5 was/is supposed to be a big speed improvement, no?

penquin,

Not sure. I have fedora 38 in a VM and it’s still very slow.

andruid,

Not targeted to be default until Fedora 41. So if you wanted to try it out you would have to install it your self.

penquin,

Ok then, I’ll search it up and install it.

andruid,

Sweet I hope it really is better for you then!

penquin,

I actually did install it. I hate to judge it in a virtual machine, but I’ve noticed a small difference. It’s still slow, but not as slow as the other one. Fun fact, the only reason why I don’t use fedora is that I hate their installer. I have 3 drives on my PC, and I’m so scared that I’d mess things up and lose my photos/videos/games etc 😂 The installer is so confusing. I remember figuring it out once then just forgot it again.

andruid,

I custom install every time, partially to preserve my user data partition, partially because I don’t like the defaults (I like mirroring my disks and leaving space to grow into later if I want)

penquin,

Same here, that’s why I have 3 different drives in my PC, 512GB nvme ssd for root, 1TB SATA SSD for home, and 2 TB SATA SSD just for games/emulation and steam

0x4E4F, in How can I make a smart TV streaming device (Chromecast, Kodi, etc) use speakers connected to my Linux computer?

Do you have a second aux on that audio setup? That would be the easiest way IMO.

Joseph_Boom, in Yet Another Distro Recommend request

Arch btw: it is much stable that many Linux users think, there are a ton of guide to do/repair things thanks to Arch Wiki, and, last but not least, it has the AUR repository in which you can find basically all software you will ever need; the only malus the AUR repository has is that you have to compile every software you install with it (even if sometimes they are precompiled).

P.S. if you want a “ready-to-go” arch distro, install EndevourOs and set the btrfs file system with timeshift. Here’s a guide.

cyclohexane, in What's the difference between package manager and why are there so many?

Some package managers do have differences that justify a separate project (nix, gentoo’s portage, etc).

For others, sometimes package managers are very similar feature-wise. But some developers would rather remake the thing because they would understand their code a lot better than someone else’s. Or because it would be far easier for them to customize rather than extend another project.

Imo it is developer laziness. Being able to use other people’s work is a valuable skill. But then again, this is open source, and people are free to develop the software they want the way they want.

kittenzrulz123, in Systemd Working On "Storage Target Mode" Feature - Inspired By Apple macOS

This seems like a win for almost all distros

cupcakezealot, in Mozilla Finally Launches An APT Repository For Easy Firefox Nightly Updating
@cupcakezealot@lemmy.blahaj.zone avatar

kinda wish they would put nightly on fdroid too instead of just google play or through the website

lolcatnip, in What's the difference between package manager and why are there so many?

I think a lot of what drives the creation of redundant open source tools is that the urge to address a matter of personal taste meets the urge to start a new project, so people create new things that are different in key ways from older ones, but not necessarily better, and not necessarily even different enough to justify the amount of work that goes into them.

In some ways it feels a lot easier to start a new project then to build off an existing one:

  • You don’t have to familiarize yourself with the old code, which may be in a language you don’t know or don’t like
  • You don’t have to deal with the existing maintainers, who may or may not be supportive of the changes you want to make
  • You don’t have to support use cases that don’t matter to you personally
drwho, in XBPS has spoiled me - advice needed.

apk isn’t any more or less than using dpkg by itself, or opkg. As for what I use, I use Arch at home and Ubuntu on my virtual machines (because they’re officially supported by my hosting provider). They work for me. I like them.

ramble81, in Systemd Working On "Storage Target Mode" Feature - Inspired By Apple macOS

Yay, yet another storage protocol over the network.

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