Hi guy

  • 1 Post
  • 48 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • Can you post ip r output.

    Is your android being used as the modem/tether for device A? (If so adding route 192.168.38.0/24 via _gateway and _gateway dev x0 proto static scope link should allow it to reach C)

    If using network manager just use the GUI to add the one line in routes. 192.168.38.0 24 yourgateway - it will do the metric on its own.

    What are the gateway addresses?

    You’d need to add a route from c to a as well, I believe, but I haven’t used windows in forever.

    (The above is what I’ve had to do to get a machine behind an android to ping my other devices.)









  • No problem.

    The only reason i know this is because systemd throws degraded warnings because fwupd keeps failing. On several machines. (Because DNS, proxies, VPN, etc.)

    In xfce there’s a panel tool called genmon I use.

    I have 2 specifically for monitoring systemd status

    First is just the status

    systemctl is-system-running

    The other lists the failed units using a script

    #!/bin/sh
    failedd (){ systemctl --failed | grep -o -E "●.{0,35}\<failed" 2>/dev/null }
    echo $(failedd)

    Mint cinnamon has a similar “spice” (panel plugin) that I also use.




  • On my living room setup hooked up to a projector:

    mint xfce
    sff tower
    dual core
    only 3GB ddr2. (One slot fried) 1080p via display port to HDMI 1tb HDD Use 2 VPN. An sshd server Myriad physical issues. Old as fuck BIOS.

    (Was released in 2009 or 2011?)

    Memory is a bit of a pain sometimes. Mostly Firefox needs to be closed and reopened after system sleep.

    I can watch 4 football games in HD with no real issue.

    It is tweaked to high heaven in kernal and configs.

    As long as it can work I will make it work.