FOG - A Free Cloning Solution: Version 0.25 Released!


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News FOG - A Free Cloning Solution: Version 0.25 Released!
# 1  
Old 01-13-2009
FOG - A Free Cloning Solution: Version 0.25 Released!

FOG is a free open-source cloning/imaging solution/rescue suite. A alt. solution used to image Windows XP, Vista PCs using PXE, PartImage, and a Web Gui to tie it together. Includes featues like memory and disk test, disk wipe and av scan

ImageImage

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

OpenSource / Free backup and restore solution for Solaris 10

Is there any free /opensource backup&restore solution available for solaris10 i want to backup Solaris10 machine with oracle 9 version. (0 Replies)
Discussion started by: kashif_islam
0 Replies

2. Red Hat

Free Cluster Solution for RHEL5

Can some one tell me free cluster solution avaialable for RHEL5 we just want to test the clustering on RHEL. (6 Replies)
Discussion started by: fugitive
6 Replies

3. AIX

AIX(VIO/LPAR) with Free NAS ISCSI solution

Hi, I was looking on Google for AIX-VIO/LPAR with ISCSI solution and found following really nice tutorial about how to setup ISCSI with free NAS. 1) Build Your Own Open Source NAS Device Using FreeNAS | Train Signal Training - Free Computer Training Videos 2) Build Your Own Open Source... (4 Replies)
Discussion started by: kabir
4 Replies

4. UNIX for Dummies Questions & Answers

Free UNIX version

Hi, I want to learn UNIX at home. Are there any free version of UNIX to download on the internet and install on my PC??? (20 Replies)
Discussion started by: 012633023
20 Replies
Login or Register to Ask a Question
vcatbands(1Vi)															    vcatbands(1Vi)

NAME
vcatbands - concatenate image bands into a single image SYNOPSIS
vcatbands [-option ...] [infile ...] [> outfile] DESCRIPTION
vcatbands concatenates one or more images to produce a single, multi-band image. All images read from all input files are combined to pro- duce a single image, which is written to the output file. The input images must all have the same number of rows, number of columns, and pixel representation. COMMAND LINE OPTIONS
vcatbands accepts the following options: -help Print a message describing options. -in infile ... Specifies one or more Vista data files containing images. -out outfile Specifies where to write the output as a Vista data file. -name name Specifies the name to be given the created image. Default: ``image''. -frame_interp none -viewpoint_interp none | stereo_pair -color_interp none | rgb -component_interp none | complex | gradient | intensity | orientation Specify values for band interpretation attributes given to the new image. All default to none. -nframes nframes -nviewpoints nviewpoints -ncolors ncolors -ncomponents ncomponents Specify the number of frames, viewpoints, colors, and components represented by bands of the new image. If not specified nframes is deduced from the number of bands in the image; the others have defaults based on what the various -..._interp options have specified. Input files can be specified on the command line or allowed to default to the standard input stream. The output file can be specified by the -out option or allowed to default to the standard output stream. SEE ALSO
vcat(1Vi), VImage(3Vi), Vista(7Vi) NOTES
All input files are read before the output file is opened and written. AUTHOR
Art Pope <pope@cs.ubc.ca> Vista Version 1.12 3 June 1994 vcatbands(1Vi)