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/)SH
Posts
13
Comments
58
Joined
2 yr. ago

  • so it seems that without any config, the traffic passes from wlan1 to wlan0's network flawlessly; but traffic from wlan0 network stops at the Android device, even with iptables -P FORWARD ACCEPT, so I'm clueless on what to do next

  • ip r

     
        
    default via 192.168.15.1 dev enp3s0 proto dhcp src 192.168.15.32 metric 100
    192.168.15.0/24 dev enp3s0 proto kernel scope link src 192.168.15.32 metric 100
    192.168.38.0/24 via 192.168.15.21 dev enp3s0    
       
      
  • Linux @lemmy.ml

    Using RDP from Linux to Windows via Android and VPN

  • tyvm

    seems to be working, even with some 404s returned

    /var/lib/pacman/sync/multilib.db.part 100%[===================================================================================================================>] 137.53K --.-KB/s in 0.007s

    2024-08-14 11:06:10 (19.4 MB/s) - ‘/var/lib/pacman/sync/multilib.db.part’ saved [140827/140827]

    --2024-08-14 11:06:10-- https://mirror.osbeck.com/archlinux/multilib/os/x86_64/multilib.db.sig Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving mirror.osbeck.com (mirror.osbeck.com)... 2606:4700:20::6819:5e05, 2606:4700:20::ac43:6136, 2606:4700:20::6819:5f05 Connecting to mirror.osbeck.com (mirror.osbeck.com)|2606:4700:20::6819:5e05|:443... connected. HTTP request sent, awaiting response... 404 not found 2024-08-14 11:06:10 ERROR 404: not found.

  • Arch Linux @lemmy.ml

    Any way to force pacman to prefer IPV6?

  • Sure, someone helped me setting up a script to share the wl socket between namespaces so I can run GUI programs in isolated namespaces, and if you look at this post you can check the namespaced-openvpn; also check vole's answer if you want to run GUI programs

  • Thank you for summarizing it up

    I've been using network namespaces in Linux where each one also use a different user; this way you can have multiple profiles of apps separated not only by permissions but also by the VPN connection that is the only route out

    So you can have a connection that will supply your favorite iso sharer, a VPN connection to work, all unaware of each ot

    I still haven't figured how to make GUI media applications work on them though

  • Linux @lemmy.ml

    Alsa multimedia inside namespace

  • you install program A, it needs and installs libpotato then later you install program B that depends on libfries, and libfries depends on libpotato, however since you already have libpotato installed, only program B and libfries are installed The intelligence behind this is called a package manager

    In windows when you install something, it usually installs itself as a standalone thing and complains/reaks when dependencies are not met - e.g having to install Visual C++ 2005-202x for games, JRE for java programs etc

    instead of making you install everything that you need to run something complex, the package manager does this for you and keep tracks of where files are

    and each package manager/distribution has an idea of where some files be stored

  • You can freely manipulate NTFS in Linux. Just make sure your distribution has, after kernel >=5.15, enabled it, otherwise you may need to install the ntfs-eg driver. Other than that, Ach Wiki has info that may help you on any distro:

    https://wiki.archlinux.org/title/NTFS

    I have done something similar to what you want to do, just needed the ntfs-3g driver installed and "Disks" (gnome disks) application would mount/read/write the disks as usual

  • You can configure this behavior for CLI, and by proxy could run GUI programs that require elevation through the CLI:

    https://wiki.archlinux.org/title/Sudo#Using_visudo

    Defaults passwd_timeout=0(avoids long running process/updates to timeout waiting for sudo password)

    Defaults timestamp_type=global (This makes password typing and it's expiry valid for ALL terminals, so you don't need to type sudo's password for everything you open after)

    Defaults timestamp_timeout=10(change to any amount of minutes you wish)

    The last one may be the difference between having to type the password every 5 minutes versus 1-2 times a day. Make sure you take security implications into account.

  • Timeshift, make sure to "include hidden files" to recover any configuration for desktop environments

    After a few mess ups, you may find yourself not needing to backup everything, only the file(s) that messed up, and that's still a good thing to have Timeshift for

  • IP is like an address to a big skyscraper where a company operates. You are the delivery man and must go to 201.154.76.19 and deliver something. When you get at the reception, you tell them you have a package to deliver to Mrs HTTPS, at room (port) 443. Since Mrs HTTPS is well known and has cleared your entry before, you're allowed to enter this room and only this room.

    If you were to get at the same address and try to access other rooms you would either get refused because they are closed, or if open, someone would specifically need to be in the room so you can deliver something

    Malicious actors that wanted access to the building could try to disguise their deliveries and enter the building, that's why the default policy of most firewalls is "reject" and you specifically need to open a port and have a program listening to it if you want incoming connections.

  • Used to be messing with kernel arguments and installing/tweaking boot parameters. That was until Grub broke, I learned systemd-boot and chrooting into the system via live USB

    Now if I break anything it's just a matter of "sigh, let me get the USB and type a few commands"

  • After the initial learning curve when starting in Linux to solving advanced problemas that may or may not occur (will depend on Nvidia/exotic hardware/DE updates), you find it's easier to solve these because there are questions and answers in the internet, than finding another way to remove Edge, Cortana and restore the look and feel of windows 7 after every major update in windows

  • These updates land on testing quickly, however due to the several packages updated at once, they all need to be tested by volunteers, and only when all of them are signed it's pushed out of testing

  • Linux @lemmy.ml

    What PCI cards do you use ?

    Linux @lemmy.ml

    SVP + MPV + Wayland

    Linux @lemmy.ml

    Display refresh rate reverts back to 144hz after turning off the display

    linuxmemes @lemmy.world

    Your .dots have arrived

    Arch Linux @lemmy.ml

    Pacman force ipv6?

    Linux @lemmy.ml

    Wayland running GUI program as another user

    Linux @lemmy.ml

    Is it possible to change mouse to left/right handed mode via CLI on wayland?

    Linux @lemmy.ml

    Is it possible to isolate which GUI programs are seem by a screensharing program in xorg or wayland ?

    Selfhosted @lemmy.world

    Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?

    Open Source @lemmy.ml

    Open Source Data Recovery for Android?