Conversation
Notices
-
Quad (quad@akko.quad.moe)'s status on Thursday, 24-Aug-2023 20:05:03 JST Quad >write backup script
>script takes backup
>deletes files older than 2 weeks
>script deletes itself after 2 weeks- Machismo repeated this.
-
Quad (quad@akko.quad.moe)'s status on Thursday, 24-Aug-2023 20:05:00 JST Quad you guys have no idea how confusing this one was to troubleshoot Disinformation Purveyor :verified_think: likes this. -
Disinformation Purveyor :verified_think: (thatguyoverthere@shitposter.club)'s status on Thursday, 24-Aug-2023 20:05:42 JST Disinformation Purveyor :verified_think: @quad `chattr +i` :chad: -
m0xEE (m0xee@social.librem.one)'s status on Saturday, 26-Aug-2023 22:22:56 JST m0xEE @quad
Restore it from backup 🤣 -
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 26-Aug-2023 22:23:05 JST Haelwenn /элвэн/ :triskell: @quad
Reminds me of what I once did:
> write program to remove binaries
> launch it before writing the detection part as test
> successfully deletes the source code I wroteMachismo repeated this. -
JAJAX (jajax@clubcyberia.co)'s status on Saturday, 26-Aug-2023 22:23:09 JST JAJAX @lanodan @quad I would never give a program the ability to modify the file system outside of a designated area that ABSOLUTELY doesn't include its own source code. Machismo repeated this. -
Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Saturday, 26-Aug-2023 22:23:14 JST Haelwenn /элвэн/ :triskell: @JAJAX @quad And how do you plan to do this during development?
There's version control if I need to check if source code is left unmodified (sadly .git also was removed in my case, it was in it's working directory after all).