this post was submitted on 26 Jun 2025
84 points (95.7% liked)

Linux

8120 readers
662 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

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)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 1 day ago (1 children)

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.

[โ€“] [email protected] 3 points 1 day 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.