RSS 86 projects tagged "Mirroring"

No download Website Updated 17 Apr 2011 flac-utils

Screenshot
Pop 47.37
Vit 1.43

Flac-utils is a toolkit for managing FLAC files. Its primary usage is syncing metadata between sets of FLAC files. Flac-utils also provides a Python module called flac_compare that can be used separately. The utilitiy consist of three tools: flac-sync, which syncs a file tree of FLAC comments for files with the same audio-part; flac-diff, which compares two FLAC files' metadata information and shows the differences; and flac-add-picture, which adds album cover art to the files using Amazon.

Download Website Updated 05 Sep 2010 mod_asn

Screenshot
Pop 46.48
Vit 2.36

mod_asn is an Apache module that uses BGP routing data to look up the autonomous system (AS) and the network prefix (subnet) which contains a given (client's) IP address. mod_asn is highly scalable. To do lookups in high-speed, it uses the PostgreSQL ip4r datatype, which is indexable with a Patricia Trie algorithm to store network prefixes. This is the most suitable algorithm, being able to search through around 250,000 existing prefixes quickly. mod_asn is usable as a standalone module, and the lookup result can be used by scripts or other Apache modules. For instance, a download redirector could base its decisions on the lookup result provided by mod_asn.

Download Website Updated 22 Feb 2012 MirrorBrain

Screenshot
Pop 124.78
Vit 8.01

MirrorBrain is a framework to run a content delivery network using mirror servers. It solves a challenge that many popular open source projects face: a flood of download requests, often magnitudes more than a single site could practically handle. A central (and probably the most obvious) part is a "download redirector" that automatically redirects requests from Web browsers or download programs to a mirror server near them. Choosing a suitable mirror for a user's request is the key, and MirrorBrain uses geolocation and global routing data to make a sensible choice and achieve load-balancing for the mirrors at the same time. The algorithm is both sophisticated and easy to control and tune. In addition, MirrorBrain monitors mirrors, scans them for files, generates mirror lists, and more.

Download Website Updated 17 Dec 2008 apub

Screenshot
Pop 16.49
Vit 40.55

apub is a tool to simplify uploading documents of a site to remote servers. Simply create an XML configuration file containing one or more site definitions, with the local and remote document root. After that, you can upload any file in any of your document roots with one simple command.

Download Website Updated 07 Nov 2008 fsmm

Screenshot
Pop 31.94
Vit 1.00

FSMM stands for "File System Monitor and Mirror". It watches for certain events on your filesystem (or on a portion of it), and calls a mirror engine that will replicate this file as soon as possible to some other place. FTP and FTPS mirror engines are currently implemented.

Download Website Updated 24 Jan 2010 TRIXER

Screenshot
Pop 40.82
Vit 1.77

TRIXER creates catalogs of transparent file indexes. A transparent file index is an exact mirror of a directory, except that each of its file is void, thus "taking no space", while apparently having the same size of its indexed counterpart so as to describe it fully. This is accomplished by combining sparse files support with fusecompress on-the-fly compression technology. This is useful for many purposes, e.g. creating a catalog of your CD/DVD-ROM library to browse its contents without having to physically access it. The advantage of this software is that a TRIXER catalog is a plain mountable ext2 filesystem, allowing enhanced interoperability with the huge lot of available software to handle the catalog in a number of ways.

Download Website Updated 01 Sep 2010 KDE Partition Manager

Screenshot
Pop 90.33
Vit 4.12

KDE Partition Manager allows you to manage your disks, partitions, and file systems. It can create, resize, delete, copy, backup, and restore partitions with a large number of supported file systems (ext2/3/4, Reiserfs, NTFS, FAT32, and more).

Download Website Updated 10 Sep 2008 Mango

Screenshot
Pop 20.54
Vit 41.74

Mac OS X contains the utility Migration Assistant, which can transfer users, application settings, and various files from an old Macintosh to a new one. Mango tries to bring similar functionality to Linux, but with wider OS and application support.

Download Website Updated 18 Feb 2008 vm-image-manage

Screenshot
Pop 18.73
Vit 1.00

vm-image-manage is a simple script for managing a small cluster of Xen virtual machines on a single host with one command. It's optimized for repeatedly restarting a virtual machine slot with an image. It features templates for Xen configuration files. It speeds the import and export of Xen images to tgz archives. It speeds frequent redeployment with rsync. It manages mounting domains when the VM is down and un-mounting when the domain is launched.

No download Website Updated 13 Dec 2007 web-archive-creator

Screenshot
Pop 15.49
Vit 1.00

wget can be used to download a Web site, with all pages referenced by the originating one, but it saves all pages in a directory tree (or single directory). The intention of web-archive-creator is to join the power of wget and the usability of the .war format, which Konqueror is able to browse. The Web ARrchive format is simply a tarred and gzipped file containing the Web files. The web-archive-creator script performs the download with wget and writes an index.html linking to the starting pages/URLs wget fetched.

Screenshot

Project Spotlight

jobdealer

Tools to manage tasks on a remote server from a single point.

Screenshot

Project Spotlight

PCRE

A library that implements Perl 5-style regular expressions.