Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Distributed Internet Archiving Program 0.1.2 (Default branch) Post 302256101 by Linux Bot on Friday 7th of November 2008 10:30:12 PM
Old 11-07-2008
Distributed Internet Archiving Program 0.1.2 (Default branch)

ImageDIAP is an advanced backup volume management system. A quick and low-cost way to make anenvironment more robust by backing up data inmultiple places. A Perl installer creates thesystem with minimal effort. The applicationprovides a decentralized, self-contained, andmanaged storage utility. The emergence of a DVTL(Distributed Virtual Tape Library) is the endresult. Nodes can be dedicated to storage or usedfor existing services over unused bandwidth. DIAPworks in user space over SSH. License: GNU General Public License v3Changes:
This release adds more feature functionprototypes, a new diagrammaticoverview, and minor corrections.Image

Image

More...
 

2 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

Dapper Distributed Dataflow Engine 0.91 (Default branch)

Dapper, or "Distributed and Parallel Program Execution Runtime", is a tool for taming the complexities of developing for large-scale cloud and grid computing, enabling the user to create distributed computations from the essentials: the code that will execute, along with a dataflow graph... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. Filesystems, Disks and Memory

distributed filesystem over internet/VPN

On this forum was already posted similar question, but it was 4 years ago and didn't give me answers. I have two groups of engineers that works in far locations connected via VPN. Physically, the connection is a DSL. Currently we have a linux server in one location that provide files over... (4 Replies)
Discussion started by: Domino
4 Replies
IMGSIZE(1)						User Contributed Perl Documentation						IMGSIZE(1)

NAME
imgsize - read the dimensions of an image in several popular formats SYNOPSIS
imgsize [ -r | -a | -f fmt ] file DESCRIPTION
No-brainer to size an image supplied on the command-line. All the real work is done in Image::Size OPTIONS
By default, the width and height are returned as attributes for an IMG tag in HTML, essentially ""WIDTH=40 HEIGHT=30"". The following options may be used to return alternate formats (all report width first, then height): "-r" Return "raw" format data. Just the numbers separated by a single space. "-a" Return a Perl-style list of attributes suitable for passing to the "img()" method of the CGI module (see CGI). "-f" fmt Pass the string specified in fmt to "sprintf" and thus use it to format the results to your taste. "sprintf" will be passed two numbers, so any other formatting directives will be lost. The numbers are passed as width first, then height. SEE ALSO
Image::Size AUTHOR
Randy J. Ray <rjray@blackperl.com>. Copyright (c) 2000. Distributable under the Artistic License as packaged with Perl version 5.005 and later. LICENSE
Copying and distribution are permitted under the terms of the Artistic License 2.0 (http://www.opensource.org/licenses/artistic-license-2.0.php <http://www.opensource.org/licenses/artistic-license-2.0.php>) or the GNU LGPL 2.1 (http://www.opensource.org/licenses/lgpl-2.1.php <http://www.opensource.org/licenses/lgpl-2.1.php>). perl v5.12.1 2009-11-09 IMGSIZE(1)
All times are GMT -4. The time now is 10:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy