@dcc@annihilation.social @nishi@hkgk.nishi.boats
It's clunky as hell, use something sane like zsh.
Notices by Dushman (dushman@den.raccoon.quest), page 26
-
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 19:33:35 JST Dushman -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 19:28:59 JST Dushman @nishi@hkgk.nishi.boats
Why did they single out bash in this lmao? Should've just been shell. -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 19:28:58 JST Dushman @nishi@hkgk.nishi.boats
Also bash is trash :lain_smug4: -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 07:10:37 JST Dushman @dcc@annihilation.social @adiz@soc0.outrnat.nl @emma@niscii.xyz @jeff@misinformation.wikileaks2.org @efertone@slippy.xyz
You can run VACUUM ANALYZE while the db is online -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 07:10:36 JST Dushman @dcc@annihilation.social @adiz@soc0.outrnat.nl @emma@niscii.xyz @jeff@misinformation.wikileaks2.org @efertone@slippy.xyz
It doesn't disrupt anything -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 07:08:47 JST Dushman @adiz@soc0.outrnat.nl
There is no cronjob specific log by default -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 07:08:43 JST Dushman @adiz@soc0.outrnat.nl @efertone@slippy.xyz @emma@niscii.xyz @jeff@misinformation.wikileaks2.org #!/bin/sh pg_dump -F c --username dbuser dbname > /path/to/backupdir/whatever-bak`date +%Y-%m-%d`.pgdumpThere, make it run as the postgres user.
-
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 07:08:42 JST Dushman @adiz@soc0.outrnat.nl @efertone@slippy.xyz @emma@niscii.xyz @jeff@misinformation.wikileaks2.org
Simplest way to do it if you aren't working with a huge database which you won't be on a small instance -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 07:08:40 JST Dushman @adiz@soc0.outrnat.nl @efertone@slippy.xyz @emma@niscii.xyz @jeff@misinformation.wikileaks2.org
Just maintain it and you'll be fine -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 07:08:38 JST Dushman @adiz@soc0.outrnat.nl @efertone@slippy.xyz @emma@niscii.xyz @jeff@misinformation.wikileaks2.org
Only run full vacuums once in a while when you wanna reclaim disk space -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 05:54:53 JST Dushman @adiz@soc0.outrnat.nl
Have it log to a file. Very simple to implement. -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 05:54:52 JST Dushman @adiz@soc0.outrnat.nl
Cronjob execution will be logged either way though in the syslog or messages files depending on the system -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 05:54:49 JST Dushman @adiz@soc0.outrnat.nl
Also debian's default cron implementation is crusty as hell so install something like cronie -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 05:54:48 JST Dushman @adiz@soc0.outrnat.nl
And I do mean crusty. Hasn't been touched since 1999. -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 05:54:46 JST Dushman @adiz@soc0.outrnat.nl
But yeah this is a certified Debian moment -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 05:54:44 JST Dushman @jeff@misinformation.wikileaks2.org @adiz@soc0.outrnat.nl
Oh I have replaced the cron daemon on Debian plenty of times because the default (vixie) fucking sucks lol. You just have to make some adjustments and it'll work perfectly fine. -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 05:54:42 JST Dushman @adiz@soc0.outrnat.nl @jeff@misinformation.wikileaks2.org
Ubuntu also uses vixie by default cuz it's a Debian deriv -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 05:54:40 JST Dushman @jeff@misinformation.wikileaks2.org @adiz@soc0.outrnat.nl
I use Alpine on this server :lain_smug3: -
Dushman (dushman@den.raccoon.quest)'s status on Monday, 18-Sep-2023 04:10:50 JST Dushman @raccoon @dcc@annihilation.social
Yeah wine on BSDs is very janky -
Dushman (dushman@den.raccoon.quest)'s status on Saturday, 16-Sep-2023 15:22:07 JST Dushman @Suiseiseki@freesoftwareextremist.com
I compile my own kernel with the zen sources on my desktop :smug: