this post was submitted on 26 Jun 2025
95 points (96.1% liked)

Linux

8120 readers
551 users here now

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

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu 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
[โ€“] TauZero@mander.xyz 2 points 9 hours ago (1 children)

Using dd to move-resize a partition by writing down the cylinder numbers and moving it piece by piece like some Tower of Hanoi. Wanted to add more space to my root after deleting the Windows partition, which happened to be first. There is apparently no built-in command to do that.

Booted up fingers crossed and everything worked.

[โ€“] 30p87@feddit.org 2 points 9 hours ago

I always liveboot debian and just use Gparted, faster than figuring out the commands manually, and much less risky