Bazaar is a simple decentralized revision control system. Decentralized revision control systems give users the ability to branch remote repositories to a local context. Users can commit to local branches without requiring special permission from the branches that they branched from.
Blosxom (pronounced "Blossom") is a lightweight yet feature-packed Weblog application designed from the ground up with simplicity, usability, and interoperability in mind. Fundamental is its reliance upon the file system, folders, and files as its content database. Users can create, edit, rename, and delete entries on the command-line, via FTP, WebDAV, or anything else they might use to manipulate their files.
Keyring for PalmOS lets you securely store secret keys and confidential information on a PalmOS handheld computer. This information might include computer account passwords, credit card numbers, GnuPG or PGP passphrases, SKey one-time-pads, or phone banking keywords. Records are encrypted using the well-trusted DES3 algorithm on a master password. When you need to set a password, Keyring can generate a random password of specified length, optionally including letters, numbers, or symbols.
rproxy is an extension to HTTP which allows transferring of differences between a web server and client, using an algorithm similar to rsync's. This works particularly well for dynamically-generated sites, where the pages are often similar but not the same on each visit. Transferring just the difference reduces network traffic and therefore loading time.
rsync is a replacement for rcp (and scp) that has many more features. It uses the "rsync algorithm" which provides a very fast method for remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.
Re: Makefile oversights > The Makefile doesn't support 'make > uninstall' or 'make install-strip' I think uninstall is better handled through package manageme...
and he's going to fix this by... Starting yet another distribution (http://www.galuna.ro/products/desktop.html)! Not contributing a Romanian translation for Fedora or Debian or anything, but ...
thanks Nice summary.
Re: why not... > Why not follow IBM's lead with AIX? All > calls made to lseek() are automatically > 64bit at the kernel level. No > recompilation necessary. > jason ...
Re: force to do remotely > Maybe an external "knowledge-base", as > file(1) has magic(5), would be the best > solution. If it turned out that there was sufficient inte...