utilities

All posts tagged utilities

Software > mount > FTP >

(on Wikipedia)
https://sourceforge.net/projects/lufs/ [ 1 ] was http://lufs.sourceforge.net:80/lufs/fs.html

A hybrid userspace filesystem framework supporting many “exotic” filesystems (localfs, sshfs, ftpfs, gnutellafs, locasefs, gvfs, cardfs, cefs, etc. ).

Seems unreliable to me.

  • Can mount FTP
  • Allows Gnutella Peer-to-peer mounting to perform searches and use search results as files.
  • Abandoned

    • As of August 2008-08-26, last updated 2003-10-30.
    • Try CurlFtpFS

Continue Reading

This is only an idea, and is not real.

spiralofhope logo 768x768-white-background

Software >

If it existed, Phpss would be a simple website synchronization tool.

If it existed, it would be designed to be deployed on the source machine and will replicate files and a database to a remote target machine by FTP.

This is one of my random ideas. Feel free to implement it!

  • PHP Site Sync, pronnounced “peeps”.



Continue Reading

(on Wikipedia)
Software >

A file can be “summarized” into a short string. That string can be compared with the file again to determine if it’s the same file. This is often used when downloading a file to check it after the fact. This sort of thing is built into compression software, but using md5sum is way faster/easier because it doesn’t need to put the file in a container and uncompress it to use it.

There are various other programs which do similar things, like sha256sum. These all come with almost all Linux distributions.

Continue Reading