Main Page
From BononWiki
BononWiki
The pages you'll find here are about the software developed by Stef Bon.
Software:
a. mount.md5key
A construction to provide effective and userfriendly access to all kinds of resources.
b. NotifysupportFuse
Attempts to investigate the possibilty to add notify support/integration in fs's like FUSE, cifs and NFS.
c. BasefsAFuseFSforDecoding
A lowlevel FUSE fs which I've written to test various decoders.
d. At extension scripts
A script to add more functionality to launching scripts via at.
e. Run_scripts_when_session_starts/ends
A script to run scripts when a session starts or ends using different methods.
f. Pam_modules.
Various pam scripts like pam_script and the use of pam_chroot.
pam_script.so is able to run scripts when a session starts or ends.
g. mysqlfs low level FUSE fs
Use a MySQL as backend.
There is already a highlevel version, I want to create a low level version. Possibly add version control.
h. fuse-cdfs
There have been previous FUSE filesystems to read a cdrom, but this one has a better performance. Several properties:
- one special thread to serialize the access to the cdrom
- extensive caching
- when clients are reading, they are actually reading direct from the cache in stead of from the cd
- whenever data is not present in the cache, a command to read it is send to the cdromread thread, using a queue.