It’s in the code tab: https://fossil-scm.org/home/dir?ci=trunk
raoul
- 0 Posts
- 8 Comments
Joined 2 years ago
Cake day: July 11th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
raoul@lemmy.sdf.orgto
Linux@lemmy.ml•What's (are) the funniest/stupidest way(s) you've broken your linux setup?
10·2 years agoI didn’t know that, good to know.
They could have send a SIGTERM by default instead of a SIGKILL. I would not have corrupt everything 😅
raoul@lemmy.sdf.orgto
Linux@lemmy.ml•What's (are) the funniest/stupidest way(s) you've broken your linux setup?
10·2 years agoYes: same command name, two different semantics:
Cross-Unix scripting is fun ☺️
raoul@lemmy.sdf.orgto
Linux@lemmy.ml•What's (are) the funniest/stupidest way(s) you've broken your linux setup?
34·2 years agoFirst, the classical typo in a bash script:
set FOLDER=/some/folder
rm -rf ${FODLER}/
which is why I like to add a set -u at the begining of a script.
The second one is not with a Linux box but a mainframe running AIX:
If on Linux killall java kills all java processes, on AIX it just ignore the arguments and kill all processes that the user can kill. Adios the CICS region 😬 (on the test env. thankfully)
raoul@lemmy.sdf.orgto
Programmer Humor@lemmy.ml•"The kickflip was implied, so I didnt think it was worth mentioning"
29·2 years agoNah, it’s more:
QA: Can it be used as a catapult?
Happy birthday Debian🥳


Interesting choice of words.