Sponsored Content
Full Discussion: AIX Admin Salary
The Lounge What is on Your Mind? AIX Admin Salary Post 302373712 by Scott on Saturday 21st of November 2009 01:26:34 PM
Old 11-21-2009
That's a bit like asking how long a piece of string is!

Different companies will pay differently to other companies. How much you get paid depends more on who you work for than what you know.

It also depends on where you live. I'm pretty sure an AIX admin doesn't earn as much in Thailand as in Switzerland, but then in Switzerland you can't take a bus across town for 12 baht!

Last edited by Scott; 11-21-2009 at 02:36 PM..
 

9 More Discussions You Might Find Interesting

1. AIX

New to AIX System Admin

Hi everyone, im new to AIX, where can I find some free beginner AIX System admin guide which is similar to AIX Basic Operations V5 http://www-03.ibm.com/certify/tests/obj190.shtml (9 Replies)
Discussion started by: ibmer414
9 Replies

2. Advertise with Us

FITS - looking for AIX Admin in Vienna, VA (USA)

FITS is a computer consulting company based in Maryland. We are currently in need for two Sr. AIX Administrators. Must be a US citizen. Please send resume to mmalik@FitsInc.Net or contact 301-667-0991. Pay is excellent. Note: Ad approved until November 14, 2009 (0 Replies)
Discussion started by: mam0142
0 Replies

3. AIX

Planning to prepare for AIX P5 system admin test 223

Hi - one of my frined suggested me to complete the certification for AIX test 223. However, i am not aware of Unix OS and neither has experience of sys admin. I would like to know whether i would be able to prepare for AIX certification and also is it a must to have unix/Sun knowledge to prepare... (2 Replies)
Discussion started by: kbalakrishna200
2 Replies

4. AIX

AIX admin - lpar question

Hi Guru, my question is that can I create LPAR in AIX 5.3, 6.0, 6.1 by using smit lpar, rather than using HMC or AIX Commands? Thank you very much. Mir Alihttp://xwww.unix.com/images/icons/icon5.gif (3 Replies)
Discussion started by: Tahniet
3 Replies

5. AIX

AIX admin jobs

My salary is 800$ per month and I have invited in Czech Republic as an AIX administrator giving me 1000 euro... if I go to Czech republic I will have additional problems such as flat for living and transport.. so would you recommend me to go there dear friends? :-) I am hesitating and don't know... (3 Replies)
Discussion started by: Vit0_Corleone
3 Replies

6. What is on Your Mind?

Monthly Salary in India for Web Programmer?

Anyone know the normal and average monthly salary (and hourly wage for part time) for a solid Web Development in India? Basic requirements. LAMP (Linux, Apache, MySQL, PHP), HTML, CSS, Javascript. vBulletin a plus, but not necessary. Anyone have any idea? (5 Replies)
Discussion started by: Neo
5 Replies

7. AIX

L2 and L3 AIX System Admin Tasks

Hello Everyone...I am new to this forum and before asking i already see links for books and videos...I would like to know the tasks for L2 and L3 AIX System Admin. edit by bakunin: You shouldn't hijack others threads for your own questions. If you have a genuine question to ask you're entitled... (3 Replies)
Discussion started by: Allhappies
3 Replies

8. AIX

AIX 101 : Sys Admin Pocket Survival Guide

HOW-TO AIX Admin 101 Sys Admin Pocket Survival Guide - AIX Worth checking it out and printing it. (1 Reply)
Discussion started by: filosophizer
1 Replies

9. Linux

Linux admin salary in the USA

Hello guys, First I apologize for asking non technical question but I am goging to move to the USA and I have 8 year experience as a senior linux admin, I am administering storage subsystems as well. Can you please tell me how much is an average salary for Linux admins? Thanks in advance. (4 Replies)
Discussion started by: Vit0_Corleone
4 Replies
GLUGETSTRING(3G)														  GLUGETSTRING(3G)

NAME
gluGetString - return a string describing the GLU version or GLU extensions C SPECIFICATION
const GLubyte * gluGetString( GLenum name ) PARAMETERS
name Specifies a symbolic constant, one of GLU_VERSION, or GLU_EXTENSIONS. DESCRIPTION
gluGetString returns a pointer to a static string describing the GLU version or the GLU extensions that are supported. The version number is one of the following forms: major_number.minor_number major_number.minor_number.release_number. The version string is of the following form: version number<space>vendor-specific information Vendor-specific information is optional. Its format and contents depend on the implementation. The standard GLU contains a basic set of features and capabilities. If a company or group of companies wish to support other features, these may be included as extensions to the GLU. If name is GLU_EXTENSIONS, then gluGetString returns a space-separated list of names of supported GLU extensions. (Extension names never contain spaces.) All strings are null-terminated. NOTES
gluGetString only returns information about GLU extensions. Call glGetString to get a list of GL extensions. gluGetString is an initialization routine. Calling it after a glNewList results in undefined behavior. ERRORS
NULL is returned if name is not GLU_VERSION or GLU_EXTENSIONS. SEE ALSO
glGetString GLUGETSTRING(3G)
All times are GMT -4. The time now is 06:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy