We have ps(1) at home.
ps at home: grep . /proc/*/cmdline
Conversation
Notices
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 08-May-2024 20:36:49 JST Haelwenn /элвэн/ :triskell: -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 08-May-2024 21:47:20 JST Haelwenn /элвэн/ :triskell: Heck of a stub mount:
#define _GNU_SOURCE #include <sys/mount.h> int main() { return mount("/dev/sda", "/oasis", "ext4", 0, 0); }(Wrote it with ed(1), even if I likely could get vis at this point)
-
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Tuesday, 14-May-2024 04:58:13 JST Haelwenn /элвэн/ :triskell: Turns out mount --rbind can be simple.
screen.png -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Tuesday, 14-May-2024 05:04:31 JST Haelwenn /элвэн/ :triskell: Sadly still can't chroot because I haven't got musl in oasis yet, needs tcc patches.
And somehow so far I've been building oasis with dynamic executables, lol, how did I even do that accidentally. -
Embed this notice
Jason Bowen (jbowen@mast.hpc.social)'s status on Tuesday, 14-May-2024 05:05:31 JST Jason Bowen @lanodan Keeping the ed(1) skills up is always good :)
Haelwenn /элвэн/ :triskell: likes this. -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Tuesday, 14-May-2024 05:07:28 JST Haelwenn /элвэн/ :triskell: @jbowen Yeah, I use ed(1) regularly enough ^^ (mostly as a quick line-based config editor though) -
Embed this notice
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Tuesday, 14-May-2024 06:08:53 JST Haelwenn /элвэн/ :triskell: Kind of hate the VGA console (small and no copying) compared to a serial terminal so instead using the --pty option of foot to nicely get multiple serial ports.
And I love it!
-
Embed this notice