• 1 Post
  • 51 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2022

help-circle
  • To make life easier for yourself, I’d highly recommend running Linux on a separate drive. The Linux distribution installers I’ve used will install the bootloader on whatever drive you choose to install on, but the windows installer will use the storage controller’s port ordering to choose which drive to install on.

    Your best bet is to simply disconnect the Windows drive when installing Linux and to disconnect the Linux drive when installing Windows, then just use the BIOS boot selection screen to choose which OS to boot into.

    You can add your Windows drive to Grub and you might be able to add your Linux distro to your Windows bootloader, but keeping them entirely separate is probably best.



  • I just switched from Nobara to NixOS on my gaming PC. I’ve had NixOS on my laptop for almost a year and decided I’m comfortable enough with it to use it full time, and it works great for gaming.

    Before NixOS, I was a die-hard Arch user. The only reasons it would break were because I was trying a bunch of stuff from AUR to play around with Wayland + Nvidia when that was brand new, or when I would forget to update for a while.

    It breaking was primarily due to me tinkering around and not fully undoing those changes. Now I can do that with no fear on NixOS, and it’s fabulous.



  • my current usage:

    on my desktop:

    • RX 7900 XTX
    • Wifi 6 adapter
    • 10Gbit SFP+ NIC

    on my proxmox server:

    • RTX 3080 (passed through to Debian VM)
    • 16 drive HBA (passed through to TrueNAS VM)
    • GT 730
    • 10Gbit SFP+ NIC

    I’ve also used USB PCIe cards to get more USB controllers for picky USB devices like USB capture cards and audio interfaces.


  • I still find windows and tabs to be a useful way to have a nested organizational structure for web browsing. To solve the visual issue, I permanently hide the tab bar, and I use tree-style tabs with css to auto-hide the tab panel unless my cursor is all the way on the left side of the window. I also have the toolbar autohide unless my cursor is at the top of the window.