Sponsored Content
Full Discussion: Choosing a version
Top Forums UNIX for Dummies Questions & Answers Choosing a version Post 81326 by KoKo on Thursday 18th of August 2005 10:27:47 AM
Old 08-18-2005
Choosing a version

I know that the rules say no school questions but I am in advanced topics and am going to go to college for programming and I want to find a easy first OS to start me out, please help, thanks
 

10 More Discussions You Might Find Interesting

1. Programming

Choosing Java or C++

Listen, if you know a bit of programming in C and need to program unix-type operating systems the next transitive stage is for sure C++. However, have in mind that Java is like learning C but 99% object-oriented(o.o.) and with no pointers or memory-management tricks. It would be good for you to see... (5 Replies)
Discussion started by: SolidSnake
5 Replies

2. Linux

Choosing Linux Kernel

Hi All I recently upgraded my Mandrake 9.1 box to Mandrake 10.0 and the 2.6 kernel. However when I execute uname -a I still get a 2.4 kernel: Linux hostname 2.4.21-0.13mdk #1 Fri Mar 14 15:08:06 EST 2003 i686 unknown unknown GNU/Linux I assume this means I am still booting into a 2.4 kernel?... (1 Reply)
Discussion started by: saabir
1 Replies

3. UNIX for Dummies Questions & Answers

Need help in choosing Unix Platform.

I'm a completely noob to Unix. I have previously managed quite well Windows OS's but never Unix. -My question is quite simple: I've been investigating what's the easiest and most complex Unix OS. However, it seems there are quite a couple of OS's from which to choose, like: -Darwin ... (3 Replies)
Discussion started by: justanoob
3 Replies

4. UNIX for Dummies Questions & Answers

I need help choosing a linux.

There are soo many flavors of linux and i just cant choose/find the right linux for me... I am hopeing for a linux that is a Workhorse Can fit of a seires (or 1) disk(s) Lots of features (admin/mod features) A learning mode or a detailed tutorial Can work side by side with windows... (12 Replies)
Discussion started by: lithuaniaakid
12 Replies

5. Linux

Choosing the best distro.

Hi all Help me find the best distro for the following configurations: Intel pentium IV 1.6 Ghz 128 MB RAM :( 40 GB Hardisk with one very big partition more than 35 gb n another 2 gb partition. windows xp is already installed but has enough free space (26gb). Which linux will be... (0 Replies)
Discussion started by: bbala
0 Replies

6. Slackware

Help for choosing Slackware

Dear Friends, If I use Slackware for learning whether it will make any confusion in administering/using Redhat and SuSE since I have checked slackware is more like BSD. Thank you. (4 Replies)
Discussion started by: Tlogine
4 Replies

7. Cybersecurity

Choosing the right distro, Locked down from within.

I'm looking to put a box at a client site which will be connected to the client's home router for internet. That box will have remote access software on it and will have untrustworthy contractors logging in and using the browser. So, I'm looking for a distro that would be LOCKED DOWN to the max... (1 Reply)
Discussion started by: artranc3
1 Replies

8. Red Hat

Choosing best location for authorized_keys!

Hello Friends, I am trying to troubleshoot one scenario for the customer. In their server configuration, each vhost has it's own user. The option is to shell access chrooted. The question is where would be the best place to store the authorized_keys file so that we can ssh in from the... (0 Replies)
Discussion started by: user3528
0 Replies

9. Linux

Choosing a UNIX

i have a project in numerical calculus in c language what unix i get better for this? (7 Replies)
Discussion started by: gitac
7 Replies

10. Linux

Help choosing distro

Hi, I just ordered an Skylake NUC and will run Linux on it. My distro of choice has been Ubuntu but I am fed up with the release cycle and would like more of a rolling release. I would say I am an intermediate level Linux user. It's going to be a HTPC, I want to have the latest kernels... (0 Replies)
Discussion started by: rthorntn
0 Replies
funtools(7)                                                     SAORD Documentation                                                    funtools(7)

NAME
Funtools - FITS Users Need Tools SYNOPSIS
This document is the Table of Contents for Funtools. DESCRIPTION
Funtools, is a "minimal buy-in" FITS library and utility package developed at the the High Energy Astrophysics Division of SAO. The Fun- tools library provides simplified access to a wide array of file types: standard astronomical FITS images and binary tables, raw arrays and binary event lists, and even tables of ASCII column data. A sophisticated region filtering library (compatible with ds9) filters images and tables using boolean operations between geometric shapes, support world coordinates, etc. Funtools also supports advanced capabilities such as optimized data searching using index files. The main goal of the Funtools project has been to develop a minimal buy-in FITS library for researchers who are occasional (but serious) coders. In this case, "minimal buy-in" means "easy to learn, easy to use, and easy to re-learn next month". We have tried to achieve this goal by emphasizing two essential capabilities. The first is the ability to develop FITS programs without knowing much about FITS, i.e., without having to deal with the arcane rules for generating a properly formatted FITS file. The second is to support the use of already- familiar C/Unix facilities, especially C structs and Unix stdio. Taken together, these two capabilities should allow researchers to lever- age their existing programming expertise while minimizing the need to learn new and complex coding rules. Choose from the following topics: o Funtools User Programs o funcalc: Funtools calculator (for binary tables) [funcalc(1)] o funcen: find centroid (for binary tables) [funcen(1)] o funcnts: count photons in specified regions [funcnts(1)] o funcone: cone search on RA, Dec columns [funcone(1)] o fundisp: display data in a Funtools data file [fundisp(1)] o funhead: display a header in a Funtools file [funhead(1)] o funhist: create a 1D histogram of a column [funhist(1)] o funimage: create a FITS image from a Funtools data file [funimage(1)] o funindex: create an index on a column in a binary table [funindex(1)] o funjoin: join two or more FITS binary tables on specified columns [funjoin(1)] o funmerge: merge one or more Funtools table files [funmerge(1)] o funsky: convert between image and sky coordinates, using WCS info from a FITS header [funsky(1)] o funtable: copy selected rows from a Funtools file to a FITS binary table [funtable(1)] o funtbl: extract a table from Funtools ASCII output [funtbl(1)] o funtools and ds9 image display [funds9(7)] o Funtools Programming o Funtools Programming Summary [funlib(3)] o Funtools Programming Tutorial [funlib(3)] o A Short Digression on Subroutine Order [funlib(3)] o Compiling and Linking [funlib(3)] o The Funtools Reference Handle [funlib(3)] o The Funtools Programming Reference Manual o FunOpen: open a Funtools file [funopen(3)] o FunImageGet: retrieve image data [funimageget(3)] o FunImagePut: output image data [funimageput(3)] o FunImageRowGet: retrieve image data by row [funimagerowget(3)] o FunImageRowPut: output image data by row [funimagerowput(3)] o FunTableRowGet: retrieve rows from a table [funtablerowget(3)] o FunTableRowPut: output rows to a table [funtablerowput(3)] o FunColumnSelect: select columns in a table for access [funcolumnselect(3)] o FunColumnActivate: activate columns in a table for read/write [funcolumnactivate(3)] o FunColumnLookup: lookup info about the columns in a table [funcolumnlookup(3)] o FunInfoGet: get info about an image or table [funinfoget(3)] o FunInfoPut: put info about an image or table [funinfoput(3)] o FunParamGet: get header param [funparamget(3)] o FunParamPut: put header param [funparamput(3)] o FunFlush: flush I/O in a Funtools file [funflush(3)] o FunClose: close a Funtools file [funclose(3)] o Funtools Programming Examples [funlib(3)] o evmerge: merge new columns with existing columns o evcols: add column and rows to binary tables o imblank: blank out image values below a threshold o Funtools Data Files [funfiles(7)] o Supported Data Formats o FITS File and Extensions o Non-FITS Raw Event Files o Non-FITS Array Files o Column-based Text (ASCII) Files o Database Views of Tables o Image Sections and Blocking o Binning FITS Binary Tables and Non-FITS Event Files o Disk Files and Other Supported File Types o Funtools Data Filtering o Table Filtering [funfilters(7)] o Fast Table Filtering using Indexes [funidx(7)] o Spatial Region Filtering [funregions(7)] o Region Geometry [reggeometry(7)] o Region Algebra [regalgebra(7)] o Region Coordinates [regcoords(7)] o Region Boundaries [regbounds(7)] o Differences Between Funtools and IRAF Regions [regdiff(7)] o Combining Table and Region Filters [funcombine(7)] o Miscellaneous o Funtools Environment Variables [funenv(7)] o Funtools ChangeLog version 1.4.2 January 2, 2008 funtools(7)
All times are GMT -4. The time now is 05:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy