21
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Aug 2025
21 points (100.0% liked)
Linux Questions
2485 readers
54 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 2 years ago
MODERATORS
I really like this, replace compile with whatever command you desire I guess.
This is a terrible solution. You will stress your IO for no reason.
On the upside, you do not need to install the
inotifywait
package.md5sum
already installed on my system hahaIf you are a big fan of wasting disk performance, CPU cycles, and ultimately power.
It isn't a terrible solution if you are checking infrequently just as ever 30 minutes.
why is that a plus
I do not need to install anything/can work on bare install without internet connection?
ah, fair.
You should be able to tie into the kernel with some C programming if you want to go extra small.