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)

  • ThunderLegend@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 hours ago

    I used the aircrack-ng tools to capture wep packets and decrypt my neighbors WiFi because I was broke and needed internet to study back in college…I was a total noob (still am) and when I saw the password in the terminal I felt like I was a total hackerman. It was great!

  • ximtor@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    2 hours ago

    Not quite as impressive, but I somehow fucked up something with my bootloader lately and couldn’t boot anymore into my main drive. Loaded up a live usb stick and made a new ESP partition, arch-chroot and grub-install/grub-makecfg and it worked again.

    Yes, I just followed a guide, but I am still fascinated this just worked on the first try.

  • blackstampede@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    4 hours ago

    Once upon a time I was installing Linux on a tiny little laptop, whose brand name I’ve forgotten. It was probably a Lenovo. Anyway, it was extremely difficult to install anything on it, and they went to great lengths to make sure no one would be able to install Linux on it. I spent an entire day messing around with the grub terminal, and began to suspect that it had a built-in cut off for the USB port during boot. I think I saw some log output to that effect, but I couldn’t find any way to disable it. After some thought, I got back in grub, unplugged the USB stick that I was installing Linux from, and plugged it back in. The laptop detected and mounted the external drive and I tried to install again.

    Worked perfectly.

  • Samueru_sama@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 hours 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.

  • borokov@lemmy.world
    link
    fedilink
    arrow-up
    23
    ·
    1 day ago

    In the early 2ks, computer were ugly grey box with noisy fan and a hard drive that gave the impression a cockroach colony were trying to escape your case. I wanted to build a silent computer to watch Divx movies from my bed, but as a broke teen, I just had access to disposed hardwares I could find there and there.

    I dismantled a power supply, stuck mosfets to big mother fucking dissipator, and I had a silent power supply. I put another huge industrial dissipator on CPU (think it was an AMD k6 500Mhz) and had fanless cooling. Remained the hard drive.

    Live CD/USB weren’t common at that time. I’ve discovered a live CD distrib (I think it was Knoppix) that could run entirely from RAM.

    I removed hard drive, boot on live distrib, then replace CD by my Divx and voila.

    Having a fanless-harddriveless computer was pure science fiction for me and my friends at that time.

  • Avid Amoeba@lemmy.ca
    link
    fedilink
    arrow-up
    21
    ·
    1 day ago

    That this worked when I did it in 2006:

    wine ~/.wine/drive_c/Program\ Files/Warcraft\ III/Frozen\ Throne.exe -opengl
    
  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    18
    ·
    1 day ago

    Moving from old to new Laptop by piping /dev/sda3’s content through netcat and into /dev/nvme0n1p3

    • ch8zer@lemmy.ca
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      How did you do it? Did you run a live distro on the new laptop to receive and overwrite the SSD ?

      • Lucy :3@feddit.org
        link
        fedilink
        arrow-up
        5
        ·
        1 day ago

        Livebooted (Arch) on both, I think you can even remove the install media after it copied itself to RAM, though I’m not sure (especially with Ventoy in between).

  • Olap@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    1 day 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
      3
      ·
      edit-2
      4 hours 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

      • Olap@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 hour ago

        Most devices will give you the latest frame on a read essentially. VLC accepts a tcp:// address and interpreted it correctly somehow. The raw bandwidth on the potato 320x240 or whatever was peanuts, but even if you didn’t get all the frames per second the device will discard old frames and you got the latest frame anyway. So pretty cool indeed. Doesn’t really multicast though. For that I suppose you could netcat to local multicast address and then connected to that same address, but I’ve never tried it. VLC may not receive the headers that a read may open with would be my suspicion

  • otacon239@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    1 day ago

    The first time I learned about PDFGrep, I was able to track down a purchase order that would have taken hours otherwise.

  • mumblerfish@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    24 hours ago

    I tripped over a cord once and broke the screen on my laptop. I salvaged the disk for another purpuse. But I got some prime hardware here, it’s got video output, it’s got ram, and a cpu! I used it for my lectures; liveusb with some persistent storage on, put my slides on there and fire it up. Did not have to unplug the normal laptop from my office. Nothing magic really, but some students were puzzled.

  • ch00f@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    Migrated a server to a new drive by copying all the files with rsync and chrooting into it. Nothing too impressive from a linux standpoint, but I had no idea that was possible until I tried it.

    • some_guy@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      23 hours ago

      I used to do this to migrate user profiles on Macs at my previous employer. I’d ssh in and copy everything across the network and then have the user log in on the other computer like magic. Network copy is a beautiful thing.

  • nebulaone@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 day ago

    Probably installing a different kernel and adding it to systemd boot manually a while back.

    Oh and the very first was most likely installing Arch manually.