Sponsored Content
Full Discussion: AIX admin jobs
Operating Systems AIX AIX admin jobs Post 302441557 by Vit0_Corleone on Sunday 1st of August 2010 03:24:57 AM
Old 08-01-2010
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 what to doSmilieSmilieSmilie
 

9 More Discussions You Might Find Interesting

1. AIX

cron jobs in aix

please can u tell me how to use the crontab commad in aix plz give some exemple it will be better if u give me the option of cron in aix (1 Reply)
Discussion started by: alokjyotibal
1 Replies

2. 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

3. Advertise with Us

Where are the UNIX Admin Jobs?

Greetings.... I have asked this question before, and gotten the "go to school response" and the "help desk job" response, the problem is, these positions require experience, and I have not found a company willing to hire me. I have complete a Unix Fundamentals course, and I plan to continue my... (24 Replies)
Discussion started by: chlordane
24 Replies

4. 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

5. What is on Your Mind?

AIX Admin Salary

I am interested how much is average AIX Admin Salary.. in the USA or in the EUROPE.. or somewhere else... ;) (6 Replies)
Discussion started by: wwwzviadi
6 Replies

6. 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

7. 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

8. What is on Your Mind?

Suggestions for AIX Jobs in India

currently am seeking job in aix field.. just finished my aix course... can anybody knows a job in aix (anywhere in india)...plz plz let me...... am helpless.... i apologize if this content is irrelevant to this forum... (0 Replies)
Discussion started by: udtyuvaraj
0 Replies

9. 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
Base32(3pm)						User Contributed Perl Documentation					       Base32(3pm)

NAME
MIME::Base32 - Base32 encoder / decoder SYNOPSIS
# RFC forces the [A-Z2-7] RFC-3548 compliant encoding # default encoding [0-9A-V] is for backward compatibility with pre v1.0 use MIME::Base32 qw( RFC ); $encoded = MIME::Base32::encode($text_or_binary_data); $decoded = MIME::Base32::decode($encoded); DESCRIPTION
Encode data similar way like MIME::Base64 does. Main purpose is to create encrypted text used as id or key entry typed-or-submitted by user. It is upper/lowercase safe (not sensitive). EXPORT
ALLWAYS NOTHING AUTHOR
Daniel Peder, sponsored by Infoset s.r.o., Czech Republic <Daniel.Peder@InfoSet.COM> http://www.infoset.com COPYRIGHT
Copyright (c) 2003-2010 Daniel Peder. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. NOTE
Version 1.02 provides minor changes only: - added COPYRIGHT according to FEDORA & DEBIAN community requests - test.pl - extended test string (just for sure ;) SEE ALSO
perl(1), MIME::Base64(3pm). perl v5.10.1 2010-08-25 Base32(3pm)
All times are GMT -4. The time now is 10:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy