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
pnmtov(1Vi)															       pnmtov(1Vi)

NAME
pnmtov - convert portable anymap (PNM) image to Vista data file SYNOPSIS
pnmtov [-option ...] [infile] [outfile] DESCRIPTION
pnmtov converts an image from a portable anymap (PNM) file to a Vista data file. The following types of portable anymap may be converted: o Portable bitmap (PBM) and its ``rawbits'' variant. A PBM image is converted to a single-band Vista image with bit pixels. Pixel values 0 and 1 are swapped since, for PBM images, 0 denotes white and 1 denotes black. o Portable graymap (PGM) and its ``rawbits'' variant. A PGM image is converted to a single-band Vista image with ubyte pixels. The full range of PGM pixel values is mapped to [0,255] in the returned image. o Portable pixmap (PPM) and its ``rawbits'' variant. A PPM image is converted to an RGB color image (nbands: 3, ncolors: 3, color_interp: rgb) with ubyte pixels. The full range of PPM pixel values is mapped to [0,255] in the returned image. A wide range of filters are available for converting other image formats to PNM. COMMAND LINE OPTIONS
pnmtov accepts the following options: -help Prints a message describing options. -in infile Specifies the input file, which is a PBM, PGM, or PPM file. -out outfile Specifies the output file, which will be a Vista data file. -name name Specifies the name to be given the converted image. Default: ``image''. Input and output files can be specified on the command line or allowed to default to the standard input and output streams. SEE ALSO
VImage(3Vi), Vfile(5Vi), Vista(7Vi), pnm(5), pbm(5), pgm(5), ppm(5) AUTHOR
Daniel Ko <ko@cs.ubc.ca> Vista Version 1.12 3 March 1994 pnmtov(1Vi)