Skip Navigation
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/)UN
Posts
16
Comments
95
Joined
9 mo. ago
  • Try Pixel Tablet based on Pixel 7 chipset. All pixel device have easily unlockable bootloader with ability to use AVB on custom ROMs and 7 years of support. You can install GrapheneOS on it which is the best ROM in terms of security & privacy and have all features that LineageOS has (+ sandboxed Google Play). It also support USI 2.0 styluses.

  • Linux @lemmy.ml
    user_naa @lemmy.world

    AMD vs Nvidia

    I am going to buy a new graphics card and can't choose between Nvidia and AMD. I know that Nvidia has bad reputation in Linux community but how really it works? And I heard recently their drivers got better. What can you recommend?

    P. S. I don't want any proprietary drivers (so I am talking about Nouveau or any other FOSS Nvidia driver if it exists)

    Privacy @lemmy.ml
    user_naa @lemmy.world

    How website detects DNS resolver?

    Hello! I recently tried NextDNS and noticed that is detects my current DNS resolved on the go. I just opened its website and it immediately showed my current resolver:

    When I tried changing private DNS to Cloudflatein settings it instantly showed my new resolver. But how exactly it works? Does the browser send used DNS server to website? Or it is done somehow via JavaScript? And also: So every website can know what I am using now? Can it be used for fingerprinting?

    Android @lemmy.world
    user_naa @lemmy.world

    Can't upload big file to Android Device

    Hello! I recently faced an issue trying to upload big file to Android tablet. It doesn't detect with MTP so I tried to push it via ADB. But I get this error:

     undefined
        
    $ adb push myfile /sdcard
    adb: error: 65544-byte write failed: Success
    
    
      

    How can I fix it? Why is this happening? Storage space is enough:

    EDIT: I want to use it for app devlopment, so I need ADB or quick MTP for app installing.

  • I used OnlyOffice via native .deb package. And yes it broke my apt every time and on every update. I managed by manually editing install scripts to make it work. I never used docker before but want give it a try (maybe podman instead). You can also write your problem and questions to [email protected] community, maybe they can help you

  • Linux @lemmy.ml
    user_naa @lemmy.world

    Which graphical system utlities you miss on Linux?

    Hello everyone! I know that Linux GUI advanced in last few years but we still lack some good system configuration tools for advanced users or sysadmins. What utilities you miss on Linux? And is there any normal third party alternatives?

    cats @lemmy.world
    user_naa @lemmy.world

    Silent killer

    cats @lemmy.world
    user_naa @lemmy.world

    Packaging for a cat

    Linux @lemmy.ml
    user_naa @lemmy.world

    Set custom refresh rate

    Hello! I am on Fedora 40 KDE Edition (Wayland). I have monitor with two supported refresh rates (60, 50 Hz). How can I set custom refresh rate? I know, on Windows you can use CRU.

    Linux @lemmy.ml
    user_naa @lemmy.world

    Desiable shutdown for users

    Hello! Halt on Linux is disabled for average user by default. It will try to request sudo/root password and if fails returns:

     undefined
        
    sasha@fedora:~$ systemctl halt
    Call to Halt failed: Access denied
    
    
      

    How can I make same behavior for poweroff action? I know it is possible somehow via PolicyKit rulle

    Linux @lemmy.ml
    user_naa @lemmy.world

    How to switch Xorg to llvmpipe

    Hello! I have a very old PC with intel i915 graphics, which doesn't correctly display KDE and shows a lot of bugs. I know it is possible to switch to software acceleration in X server. On NVdia I can pass nouveau.noaccel=1 to kernel. So how can I disable hardware acceleration here? Maybe this is possible via Xorg config?

    Linux @lemmy.ml
    user_naa @lemmy.world

    Libvirt USB passthrought via port

    Hello! I need to create a VM and passthrought some host USB port to it. Sadly libvirt doesn't support QEMU built-in feature to use -hostport argument (which was added 10 years ago...). I tried to add custom arguments to domain (qemu:commandline) but this didn't work. When I just run qemu-system-x86_64 -device host-usb,hostbus=X,hostport=Y -usb everything works well. It seems like libvirt restricts some QEMU actions. How can I fix this? OS: Debian 12

    Linux @lemmy.ml
    user_naa @lemmy.world

    Can't connect to host after enabling WireGuard tunnel

    I installed WireGuard on my host and set this configuration /etc/wireguard/wg0.conf:

     undefined
        
    [Interface]
    Address = 10.0.0.1/24
    ListenPort = 51820
    PrivateKey = [REDACTED]
    PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE
    
    
    [Peer]
    PublicKey = [REDACTED]
    PresharedKey = [REDACTED]
    AllowedIPs = 10.0.0.2/32
    
    [Peer]
    PublicKey = [REDACTED]
    PresharedKey = [REDACTED]
    AllowedIPs = 10.0.0.3/32
    
    [Peer]
    PublicKey = [REDACTED]
    PresharedKey = [REDACTED]
    AllowedIPs = 10.0.0.4/32
    
    [Peer]
    PublicKey = [REDACTED]
    PresharedKey = [REDACTED]
    AllowedIPs = 10.0.0.5/32
    
    [Peer]
    PublicKey = [REDACTED]
    PresharedKey = [REDACTED]
    AllowedIPs = 10.0.0.6/32
    
    [Peer]
    PublicKey = [REDACTED]
    PresharedKey = [REDACTED]
    AllowedIPs = 10.0.0.7/32
    
    [Peer]
    PublicKey = [REDACTED]
    PresharedKey = [REDACTED]
    AllowedIPs = 10.0.0.8/32
    
    [Peer]
    PublicKey = [REDACTED]
    PresharedKey = [REDACTE
      
    Android @lemmy.world
    user_naa @lemmy.world

    Good FLOSS casual games

    Hello! Share good casual libre android games if you know any

    Privacy @lemmy.ml
    user_naa @lemmy.world

    Death of Piped?

    Last two weeks every time I use Piped I am getting error "Sign in to confirm you are not a bot". It happens on every instance and videos work very rarely. It seems like Google enforces you to log in if you try watch lot of videos from one IP. I hope this will not be end of Piped and there will be solution for this problem.

    Upd. I got similar problem on Invidious recently

    Linux @lemmy.ml
    user_naa @lemmy.world

    Disk utility to use in scripts

    Is there any good alternative to parted, that I can use in scripts? Parted main problem is that it requires user confirmation one each action.

    Fediverse @lemmy.world
    user_naa @lemmy.world

    Telegram channels alternative

    Hello! What is the best alternative to Telegram channels in Fediverse? I need platform where I can post messages in different topics and users can subscribe to them.

    Bitwarden - The unofficial Bitwarden community @lemmy.ml
    user_naa @lemmy.world

    Material You Android app

    Hello! Is there any good FOSS Bitwarden Android app with Material You design? The official one is very ugly and laggy.

    Upd: In latest updates native Bitwarden Android app is pretty good.