Note: Starting October 12 2023, Microsoft GitHub is forcing me to use 2FA to access to my repositories. Microsoft wants me to use my Cell Phone or some proprietary application for 2FA, email is not allowed. So updates to this project will no longer occur on GitHub. Updates and full Source can be downloaded from my Gemini Capsule:
- gemini://gem.sdf.org/jmccue/computer/repository.gmi
- gemini://sdf.org/jmccue/computer/repository.gmi (mirror)
See gemini wikipedia for clients.
This is a little utility created a while ago for systems without dd. All it does is overwrite an existing file with a character of your choice (or random data).
This should not be used on Solid-state drives or similar drives. If used, I doubt it will really clear the empty space.
Not sure if this will overwrite data on some Modern File Systems.
j_lib2 is an optional dependency.
GNU automake only confuses me, but this seems to be good enough for me.
To compile:
- If "DESTDIR" is not set, will install under /usr/local
- Execute ./build.sh to create a Makefile
- Works on Linux, BSD and AIX
To uninstall, execute "make uninstall" from the source directory