Sponsorised links
This year
PhotoRec - CGSecurity
PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (thus, its 'Photo Recovery' name) from digital camera memory. PhotoRec ignores the filesystem and goes after the underlying data, so it will still work even if your media's filesystem has been severely damaged or re-formatted
Database versus files for Images at Spindrop
Dave gives his feedback on a long-debated developement topic : storing files in database or on the filesystem.
"I had been serving images via the database. Immediately when I switched to the filesystem I saw a huge benefit. Not just a drop in database connections, but overall “zippiness” in the site.
We’ll see how well this performs in the real world, but I am quite sure that I learned my lesson."
All this makes sense : files are not data, they are just files. A filesystem is designed for hosting files. A database is designed for hosting data. Don't mess things.
Sponsorised links
2008
inotify - Wikipedia, the free encyclopedia
neat extension to the typical filesystem interface.
Clean, efficient, ... all we like ^_^
ELASTRA - The Infinite Database
ELASTRA is the world's first infinitely scalable solution for running standard relational databases in an on-demand computing cloud. ELASTRA's exclusive, high-performance S3DFS storage technologies enable a standard RDBMS to be deployed on Amazon's Elasti
2007
sshfs - Documentation Ubuntu Francophone
SshFS sert à monter sur son système de fichier, un autre système de fichier distant, à travers une connexion ssh, le tout avec des droits utilisateur.
