Skip Navigation
Basically the extent of my IPv6 knowledge
  • personally, i'd have pretty big benefits for my homelab if i could use my own ipv6 range for everything. having only a singe public IP is just very limiting.

    sadly, my ISP does give out ipv6 for home networks, but i cannot connect to any of them from my mobile phone with the same carrier. so that's fun. they talked about rolling out ipv6 on mobile networks years ago, but i guess it'll take a few more....

  • What would you consider your threat model?
  • i'm thinking long term - sure, right now google knowing everything about me isn't dangerous. but if a massive political slide to the right happens in countries that host services, suddenly all the saved data from many years ago can be used against me. and don't fall for the "end to end encrypted" bullshit either - all these services can flip a switch and have your encryption keys instantly. (or, if its an open source app that ACTUALLY keeps keys on the device only, which is extremely rare, it's one update away from happening, and you better read the whole diff every update and compile the app yourself.)

    that's why i choose to self host everything. yes there's a risk of being hacked, or installing something malicious because i don't read every diff on every update. but i feel more confortable with it being my own responsibility, and my services are also all on seperate virtual machines to hopefully isolate any breaches.

  • OneNote alternative to make a knowledge base
  • I'm using Trilium notes. it's simple enough and does what i need. Used to use Obsidian but wanted something open source, and with Trilium you can self-host the sync server for free (even comes with a handy web-ui).

    Note that it is much simpler than obsidian, but for me it's plenty. It was easy to import my obsidian vault into it, and it allows exporting as .md files which work fine back in obsidian too.

    Recently the dev said he's putting it into maintenance mode, so no new features will come to Trilium. There's a community around Trilium Next that wants to keep expanding it, but personally i hope Trilium stays as it is and is maintained for a long time.

  • Which are your preferred laptops?
  • i bought the tuxedo nano (a mini pc but decently powerful), and its not 100% linux compatible. i imagine its better if you install their own distro (maybe) but running arch linux with the standard kernel on it, i've had issues with HPET/TSC (some cpu timekeeping stuff, ruined performance when it happened), the wifi card it came with is known to have issues and i've had plenty (usable, but super slow bandwidth depending on what AP i connect to, and no its not the AP all other devices work fine on it), and some lockups when my usb microphone is connected (sometimes it only crashed the usb hub which i could reset).

    NONE of these issues are present running arch linux on my old desktop and 2 work laptops. Support wasnt helpful either.

    However, its still my main device, i just had to work around these issues.

    edit oh, and the fan is not controllable from linux at all, i've spent hours trying to find a way. i do not know if it's controllable from windows either, maybe it's just the mainboard that doesn't allow fan control at all outside of the UEFI settings.

  • Bootloader equivalent to Rufus
  • using dd for that is outdated info that everyone keeps blindly parroting with zero understanding why. cat is simpler and works fine.

    note: both cat and dd only work for this when the image is made in a compatible way, my linux isos always work fine but a windows iso didnt and needs a more specific tool.

  • As a capable but lazy user, how much would switching to Arch frustrate me?
  • The updating issue is something i have to deal with too, its just that the good mirrors constantly change. there's several tools to automatically update pacman's mirrorlist, but for some reason i don't really like any of them ( reflector, rankmirrors/ratemirrors idk, others....)

    but with an updated mirrorlist and a pacman config that allows like 5+ parallel downloads (dont ask me why thats not the default, or at least wasnt when i installed) updating is decently fast. until you start using certain packages from the AUR.

  • Which Android mobile phone brand brings less pre-loaded 3rd-party apps?
  • i loved mine but 2 years from launch they stopped all updates. can't recommend asus at all just for that reason. i havent tried custom roms because a couple years ago when i tried they all had weird issues

  • NetworkManager makes me want to pull my hair out
  • use arch btw ;)

    mostly kidding, but shit like this is exactly why i love arch so much. set up the entire system from ground up - no bullshit on it, and you know how (almost) every part works and what it does.

  • Proton Pass open source password manager is now available on F-Droid
  • i use Termux and just scp/rsync my stuff around.

    ideallyi'd use Unison sync inside termux, but it hasnt been packaged and i dont know the first thing about ocaml, so it'd be hard for me to make the needed adjustments to package it.

  • Arch Linux for gaming?
  • it definitely taught me about how linux works, at least the parts that are relevant for most users. starting from a clean install without any kind of gui (or common networking tools) really made me understand all the building blocks modern desktop linux uses. sure, installing a full blown desktop environment skips most things, but going with just a window manager and adding required features package by package really does help with understanding, and if a problem does pop up later you'll know exactly where to look, instead of having to search super generic terms.

  • Removed
    JUST TODAY I was going to buy WinRar. I've used the software forever, for free, and I just thought... I appreciate this, they've never given me grief, and I'm going to pay them.
  • I've downloaded the occasional weird archive that refused to unpack with 7z, but worked just fine with winrar. Very rare cases though, but that's why i kept it installed about 2 years ago. since switching to linux i haven't encountered a file like that, so i haven't needed it since then.

  • How are nvidia gpus with wayland nowadays? I read a while ago it was terrible, has it improved?
  • most games have never had flicker issues for me on arch/sway with a rtx2070. Steam itself used to be unusable and last i checked was still a bit glitchy, Discord also sucked, but the games always worked fine.

    apart from some issues with recognizing the mouse cursor in a few games.

  • I'm mildly proud of how I categorise my games on Steam and interested to see others' methods
  • same happened to me, super annoying.

    there's third party tools that seem to be able to back up your categories and restore them, so for anyone who's put an effort into the categories and doesn't want it to disappear, look into it. personally i didn't trust these third party tools enough, so now i only have automated categories, and favorites for the stuff i care about right now.

  • I need a distro that can work right out the box without too much hassle to configure it, which one would you recommend?
  • agreed with debian, it's by far the most stable and no bullshit system i've ever used. however, BIG condition: do NOT install .deb files manually. that's an extremely easy way to break your system. use what's in the repos, and if it's not in the repos, use something like flatpak (not sure how well it works for debian since i haven't used it).

    in general though, if you want a stable linux system, just don't try to install stuff that isn't packaged in official repos.

  • Is it possible to create an OS that simply automatically runs .exe files through WINE/Proton/Bottles?
  • honestly, wine has seemed unreasonably complex to me in the past and i haven't tried since. but Bottles offers a nice easy to use GUI, i do recommend giving it a shot. at least on arch linux it's super easy to install via the AUR.

    the only issue is some apps need additional dependencies which can take some searching to figure out what exactly is needed. the arch wiki lists a bunch of them though, and often the error messages bottles shows will point you the right way.

    i've gotten almost every .exe to work with it, most immediately, some after a short bit of tinkering.

  • looking for advice for USB DAC

    Hi linuxhardware gang

    i've been having some issue on my headphone jack, and the sound quality has never been great. this is on a small mini pc running arch linux.

    So what i'm looking for is a device i can plug into my usb (preferably usb-C) and Linux will use it to play audio. i plan to plug that device into my amp, which i can use headphone jack or those white and red plugs for.

    I hope USB DAC is the proper term, i'm kind of struggling to find products that do this.

    anyway, does anyone have experience with products like this on linux? i don't want to have to hack together the software side. even just a brand recommendation will help.

    0
    NVIDIA Linux Driver Adds Wayland Bug Fixes and Improvements
  • since we're sharing anecdotes... i have a desktop pc with an rtx2070 and ALL my issues are due to the gpu.

    recently installed wlroots-nvidia from the AUR and it fixed the worst of it for now, but still getting glitches. i don't recommend Sway when you're on nvidia.

  • Is there a arch linux installation guide that teaches all aspects of the system during the guided installation?
  • So, a lot of people have already mentioned that the arch wiki contains great info. What's missing, IMO is this: Installing Arch as described on https://wiki.archlinux.org/title/Installation_guide will leave you with an EXTREMELY basic system - you just have a bare command line, with none of the tools you'd use daily for actually using your pc.

    This is where the learning comes in - choosing the software you need on your system, and learning how it all interacts with each other. IMO, you can be an experienced sysadmin, and never really have to deal with the details of what's going on during installation - it's the applications on top that actually do the work, and that you need to configure and run. Sure, you'll need to learn systemd and other components, but that all comes with use of the software you need, not necessarily the base system.

    This is also why I strongly recommend having a second, working machine with a browser while installing Arch for the first time. A plain arch install does not come with the tools you're used to to connect to wifi, or even wired networks. and without a working browser, it can be hard to figure out how to connect to the internet. First things i had to do when setting it up were searching for the proper network tools and then choosing between desktop environments and window managers. For learning I recommend a WM, as a full blown desktop environment like Gnome comes with a whole host of tools already, but with a WM you need to set things up yourself so you learn more. (I went with Sway, but if you have an nvidia GPU i cannot recommend it - it works but with many little issues.)

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)QP
    qpsLCV5 @lemmy.ml
    Posts 1
    Comments 20