Sponsored Content
Full Discussion: Unix books from O'Relly
Top Forums UNIX for Dummies Questions & Answers Unix books from O'Relly Post 302128456 by vino on Wednesday 25th of July 2007 03:08:29 AM
Old 07-25-2007
xramm,

Those e-books are copyrighted materials. Neo will not allow info on materials of such kind to be posted in these forums.

I will have to remove the link.

Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Books for Unix Scripting

Hi, I'm in a second year unix course at school, and we are really starting to get into the scripting aspect of it. I already own the "Unix in a Nutshell - O'Reilly", and the "Unix - Peachpit Press" books but these book really don't go into too much detail about scripting. So I was wondering if... (3 Replies)
Discussion started by: Astudent
3 Replies

2. New to Unix. Which books should I read?

Unix Books

I'm just looking for really good unix book on programming in all shells, and system adminstrator books, and well as just all around really good books on unix. I know the "Unix Shell Programming" book that Neo recommends I recently purchased that it is very good. But when I heard that Neo has... (13 Replies)
Discussion started by: Astudent
13 Replies

3. UNIX for Dummies Questions & Answers

Unix Books

I'm just looking for really good unix book on programming in all shells, and system adminstrator books, and well as just all around really good books on unix. I know the "Unix Shell Programming" book that Neo recommends I recently purchased that it is very good. But when I heard that Neo has... (13 Replies)
Discussion started by: Astudent
13 Replies

4. Shell Programming and Scripting

Books on Unix

Hai All Iam looking for books in unix on shell scripting which has more stuff on how to run Oracle procedures or functions and the best methods to follow passing unix variables as parameters to Oracle. Thanks in advance Krishna (2 Replies)
Discussion started by: krishnasai
2 Replies

5. UNIX for Dummies Questions & Answers

unix/linux books

hey, i am a pretty good linux/unix user but i would like to discover the full capabilities of linux/unix. i have "unix unleashed , by sams" any other books/websites reccomendations. thanks (2 Replies)
Discussion started by: hamza11050
2 Replies

6. UNIX for Advanced & Expert Users

Good books for UNIX

Hello, I have just started working on UNIX and from the role i am playing, i am getting the hint that i will have to go to the extreme level. Can anybody suggest me some good UNIX books which start from the basics and goes to the top level including architecture and all. (3 Replies)
Discussion started by: vibhor_agarwali
3 Replies

7. UNIX for Dummies Questions & Answers

Books on Unix

hi forum, i would like to learn Unix by myself and want to have some good knowlege ..is that possible ?which book can i follow?can anyone send me some book links ... Thanks in advance. (2 Replies)
Discussion started by: Vyra
2 Replies

8. UNIX for Dummies Questions & Answers

Unix Books

Am new to this unix concept..i want to learn unix ..could anyone give link or free e-book to study and understand Unix fundamentals.. (6 Replies)
Discussion started by: Vyra
6 Replies

9. UNIX for Dummies Questions & Answers

Unix Books for Beginner

Hi, I am a beginner and I want to learn Unix, so I want to buy a good unix books. Here's a few books that I think can be useful, but I nned you suggestion and comments. 1. Beginning UNIX by Wrox 2. Mastering Unix by Katherine Wrightson, Joseph Merlino, .. 3. Unix in a Nutshell, Fourth... (1 Reply)
Discussion started by: wizzkid
1 Replies

10. UNIX Desktop Questions & Answers

UNIX reference books

Hi , Can any one send me the best unix book to start. Actually i know the very basic but i need to learn in depth. Please send me the pdf or link.It would be very helpful if you send ASAP (2 Replies)
Discussion started by: kkalyan
2 Replies
MGF2RAD(1)						      General Commands Manual							MGF2RAD(1)

NAME
mgf2rad - convert Materials and Geometry Format file to RADIANCE description SYNOPSIS
mgf2rad [ -m matfile ][ -e mult ][ -g dist ] [ input .. ] DESCRIPTION
Mgf2rad converts one or more Materials and Geometry Format (MGF) files to a RADIANCE scene description. By definition, all output dimen- sions are in meters. The material names and properties for the surfaces will be those assigned in MGF. Any materials not defined in MGF will result in an error during translation. Light sources are described inline as IES luminaire files, and mgf2rad calls the program ies2rad(1) to translate these files. If an IES file in turn contains an MGF description of the local fixture geometry, this may result in a recursive call to mgf2rad, which is normal and should be transparent. The only side-effect of this additional translation is the appear- ance of other RADIANCE scene and data files produced automatically by ies2rad. The -m option may be used to put all the translated materials into a separate RADIANCE file. This is not always advisable, as any given material name may be reused at different points in the MGF description, and writing them to a separate file loses the contextual associa- tion between materials and surfaces. As long as unique material names are used throughout the MGF description and material properties are not redefined, there will be no problem. Note that this is the only way to get all the translated materials into a single file, since no output is produced for unreferenced materials; i.e. translating just the MGF materials does not work. The -e option may be used to multiply all the emission values by the given mult factor. The -g option may be used to establish a glow dis- tance (in meters) for all emitting surfaces. These two options are employed principally by ies2rad, and are not generally useful to most users. EXAMPLE
To translate two MGF files into one RADIANCE materials file and one geometry file: mgf2rad -m materials.rad building1.mgf building2.mgf > building1+2.rad To create an octree directly from two MGF files and one RADIANCE file: oconv '!mgf2rad materials.mgf scene.mgf' source.rad > scene.oct FILES
tmesh.cal Used to smooth polygonal geometry *.rad RADIANCE source descriptions created by ies2rad *.dat RADIANCE source data created by ies2rad source.cal Used for IES source coordinates AUTHOR
Greg Ward SEE ALSO
ies2rad(1), mgf2meta(1), obj2rad(1), oconv(1), rad2mgf(1), xform(1) MGF web site "http://radsite.lbl.gov/mgf/HOME.html" RADIANCE
4/12/95 MGF2RAD(1)
All times are GMT -4. The time now is 08:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy