unwillingsomnambulist

joined 1 year ago
[–] [email protected] 9 points 10 months ago (3 children)

Pi-Hole’s great. Got my primary instance on a Pi 4 and three secondaries (one per vlan) on LXCs. Works so well it feels weird seeing ads when I’m not at home, I’m actually considering using Tailscale to route all my queries through my home connection.

[–] [email protected] 11 points 10 months ago

I'll second the Pop!_OS recommendation that others have been posting. Don't get me wrong, Linux Mint is great, though I personally prefer Linux Mint Debian Edition over the Ubuntu-based one, but I think Pop!_OS is just as easy to use while presenting a different look & feel. Pop tends to support newer hardware as well: despite being stuck on an Ubuntu 22.04 LTS base until Cosmic is finished, System76 releases new kernels to support the hardware they sell. They're currently running kernel version 6.6.6, as opposed to Ubuntu's 6.2.0 (I think -- that's what server's on, at least).

I gave my wife, who "hates computers," a laptop running Pop!_OS when her Windows 10 one failed and, apart from the standard new PC complaints, I haven't heard anything Linux-specific. She runs two businesses on the thing; the only changes I made to the standard Pop!_OS software were to replace LibreOffice with OnlyOffice, and to replace Geary with Thunderbird.

[–] [email protected] 4 points 10 months ago

If I’m not mistaken, the Alaska Airlines accident aircraft completed 99 flights, as it went into service only a couple months ago.

Not an expert myself but I binge air crash investigation shows like nobody’s business, and this seems to speak to QC and maintenance workload/culture issues.

[–] [email protected] 1 points 10 months ago

It may very well be, especially if the basket your eggs are in is full of holes. I always figure, as long as it isn’t a pad of paper on a desk, or a company that regularly makes headlines due to security breaches, I should be okay.

[–] [email protected] 10 points 10 months ago (4 children)

Need to pay for a subscription for TOTP. It’s like $10/year for the personal plan.

[–] [email protected] 9 points 10 months ago

The one black PSU fan is throwing off the vibe. I can’t stop looking at it.

[–] [email protected] 7 points 11 months ago (1 children)

Not entirely sure why this reply is being panned (was at -6 when I first saw it).

OP is in the process of upgrading their PC to a Ryzen 9. If we make the assumption that this Ryzen 9 is on the AM5 platform, the CPU comes equipped with an IGPU, meaning the RTX 3060s are no longer needed by the bare metal. So, installing a stable, minimal point release OS as a base would minimize resource utilization on the hardware side. This could be something like Debian Bookworm or Proxmox VE with the no-subscription repo enabled. There's no need for the NVIDIA GPUs to be supported by the bare metal OS.

Once the base OS is installed, the VMs can be created, and the GPUs and peripherals can be passed through. This step effectively removes the devices from the host OS -- they don't show up in lsusb or lspci anymore -- and "gives" them to the VMs when they start. You get pretty close to native performance with setups of this nature, to the point that users have set up Windows 10/11 VMs in this way to play Cyberpunk 2077 on RTX 4090s with all the eye candy, including ray reconstruction.

Downsides:

  • Three operating systems to maintain: bare metal, yours, and your partner's.
  • Two sets of applications/games to maintain: yours and your partner's.
  • May need to edit VM configs somewhat regularly to stay ahead of anti-cheat measures targeted at users of VMs.
  • Performance is not identical to bare metal, but is pretty close.
  • VM storage is isolated, so file sharing requires additional setup.

Upsides:

  • If you don't know a lot about Linux, you'll know a bunch more when you're done with this.
  • Once you get the setup ironed out, it won't need to change much going forward.
  • Each VM's memory space is isolated, so applications won't "step on each other" -- that is, you can both run the same application or game simultaneously.
  • Each user can run their own distro, or even their own OS if they wish. You can run Fedora and your partner can run Mint, or even Windows if they really, really want to. This includes Windows 11 as you can pass an emulated TPM through to meet the hardware requirements.
  • Host OS can be managed via web interface (cockpit + cockpit-machines) or GUI application (virt-manager).

It's not exactly what OP is looking for, but it's definitely a valid approach to solving the problem.

[–] [email protected] 3 points 11 months ago

I’ve been waiting for a beta of the Debian-based version. The Ubuntu-based version seemed to run reasonably well on my old Thinkpad T460, but I didn’t try too much serious stuff on it that I don’t already do on regular Debian with Distrobox.

[–] [email protected] 89 points 1 year ago (5 children)

I currently pay $45/mo for 75/20 DSL over 1960s copper. 3 streets over, they’re paying $45/mo for 300/300 fiber from the same ISP. You tellin’ me the FCC can punish them for that?

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago)

Debian’s great for this.

I’m also running NextCloud (the official AIO Docker image) on Debian. Great for that too.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Depends on what level of responsiveness you need from the support team. I run it in my home lab and haven’t needed to raise any tickets as all the info I need to solve problems is readily available on their forums or in assorted blog posts. A company relying on it for their critical infrastructure would probably be best-served with Standard (4-hr response within a business day) or Premium (2-hr response within a business day).

If those still aren’t quick enough it may be worth looking into a partner of theirs, or into another commercial option altogether. I’ve interacted with the Red Hat support team on some high-severity issues and they are top-tier; that was unrelated to virtualization, though, and they tend to push the Red Hat Enterprise Virtualization solution quite hard. I’m talking a response time of minutes.

If I’m using kvm on any standalone (non-clustered) hosts on the data center it’s typically on Ubuntu LTS, knowing that the company I work for has a Canonical support agreement in their back pocket, but we haven’t needed it.

[–] [email protected] 2 points 1 year ago (2 children)

That’s good as well, of course. I use QEMU with virt-manager and cockpit on my office workstation running EndeavourOS and it’s glorious. Keeps Windows from ever being installed on the bare metal.

From a usability perspective, though, I think Proxmox lowers the barrier to entry, as the web UI feels considerably more powerful out of the box than cockpit. An interesting bonus is that you can add it to an existing Debian install, including one with a DE, though it’s not something one would want to do in production.

view more: ‹ prev next ›