For me, my high bar that I have yet to beat, was the time I pivoted the running OS (ubuntu) into RAM over SSH so I could unmount and image the boot drive without rebooting and loading a live USB (Which would have required a ticket with my provider to enable IPMI)

  • Samueru_sama@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    If you have binary that is hardcoded to look for some files/libs in a certain path, you can overwrite that path with sed directly lol. You just need to make sure to keep the string length the same.

    sed -i s|/usr|././|g will change /usr for the current working dir for example.

  • Olap@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    Piped the ps2 usb camera /dev/video0 to nc. Reverse port fwd’d to my router 200 miles away, and got vlc 200 miles to connect to that port and it worked. No rtsp or server required

    • onlinepersona@programming.dev
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      edit-2
      3 months ago

      And now we have a new streaming service 🤔 Really nice.

      I was thinking that by now, we should have enough bandwidth to stream webcams straight to each other without HLS or WebRTP or whatever. Just make the device available over a port or, as you did, cat it to another PC and voilà. Actually, why don’t we stream raw camera feeds?

      Anti Commercial-AI license