Sponsored Content
The Lounge What is on Your Mind? I Am Calling All Unix Experts Young Mind In Need Post 102450 by amro1 on Friday 17th of March 2006 10:18:53 PM
Old 03-17-2006
It is kind of very nice escape

See, these are the certificates of completion but they DO WORK as you try get a job. The DVD itself is VERY GOOD! Nothing is perfect under Moon Smilie but it is really great course! It saves great deal on money, it is not a substitution for a system administrator course but it covers pretty much everything that one has to know before system administrator course. Then, the certification by unixacademy.com is very well working. Read the texts over there. They do not have timed exam, you get 80 questions by mail (not by email) and you have one month to work it out. Then you send it back and they'll call you to discuss the questions. Well read it there... If you ask me, it is the best option I ever heard. I didn't take the Admin test there, yet, but I'm still on this DVD and I have learned A LOT. I actually got it from CustomFLix store directly. They do not publish it but if you buy from CustomFlix they send back also couple of pins "TechnoProfessor certified". Friend of mine who got it from Amazon didn't receive the pins. I think it is better to go trough this one for some $100 and then if needed take the really advanced one.
 

6 More Discussions You Might Find Interesting

1. AIX

Calling All Aix Experts

I am new to the world of AIX. I want to get certified in AIX and learn it but fast. with in 3 months Could you give me some advise of a good site that with teach you or a bootcamp that is reasonable. I am really in need I am in atlanta (0 Replies)
Discussion started by: Courtney3216
0 Replies

2. UNIX for Dummies Questions & Answers

Unix command in mind map

I found this link that might be useful for a newbie to remember unix commands. It use mind map technique and summarize everything within one page. http://mind-map-you.blogspot.com/2006/12/unix-command-in-mind-map.html (0 Replies)
Discussion started by: bani100
0 Replies

3. Shell Programming and Scripting

forums to hire unix experts

Please recommend forums where I could look for unix expert candidates. (3 Replies)
Discussion started by: itmgr
3 Replies

4. UNIX for Dummies Questions & Answers

Unix Experts Answer this INterview Questions please

1, why Boot server should be in a network in jumpstart? 2, what is the different between patch and package? 3, how to list the avilable NIC in solaris9? 4, User complaing system is slow (solaris) what are the steps to check? 5, what is hardware error and software error and Transport Error? in... (5 Replies)
Discussion started by: suresh_krish
5 Replies

5. UNIX for Dummies Questions & Answers

Unix Shell Scripting( Calling from Unix to PLSQL)

Hello Experts, I have the following questions to be discussed here at this esteemed discussion forum. I have two Excel sheets which contain Unix Commands llike creating directory the structure/ftp/Copy/Zip etc to basically create an environment. I need help in understanding some of... (1 Reply)
Discussion started by: faizsaadq
1 Replies

6. Cybersecurity

UNIX files timestamping - Need experts opinion as testimonial

Hi I am requesting your help to obtain opinions and testimonials in order to be be able to make my own opinion since I am definetly not a unix expert. Say we have a UNIX server. On this server there is a specific directory let us call it "DIR" A security incident have been reported... (10 Replies)
Discussion started by: docflied
10 Replies
xpacode(7)							SAORD Documentation							xpacode(7)

NAME
XPACode - Where to Find Example/Test Code SYNOPSIS
The XPA source code directory contains two test programs, stest.c, and ctest.c that can serve as examples for writing XPA servers and clients, respectively. They also can be used to test various features of XPA. DESCRIPTION
To build the XPA test programs, execute: make All in the XPA source directory to generate the stest and ctest programs. (NB: this should work on all platforms, although we have had prob- lems with unresolved externals on one Sun/Solaris machine, for reasons still unknown.) The stest program can be executed with no arguments to start an XPA server that contains the access points: xpa, xpa1, c_xpa (containing sub-commands cmd1 and cmd2), and i_xpa. You then can use xpaset and xpaget to interact with these access points: cat xpa.c | xpaset xpa # send to xpa cat xpa.c | xpaset "xpa*" # send to xpa and xpa1 xpaget xpa # receive from xpa xpaget xpa* # receive from xpa and xpa1 etc. You also can use ctest to do the same thing, or to iterate: ctest -s -l 100 xpa # send to xpa 100 times ctest -s -l 100 "xpa*" # send to xpa and xpa1 100 times ctest -g -l 100 xpa # receive from xpa 100 times ctest -g -l 100 "xpa*" # receive from xpa and xpa1 100 times More options are available: see the stest.c and ctest.c code itself, which were used extensively to debug XPA. The file test.tcl in the XPA source directory gives examples for using the XPATclInterface. SEE ALSO
See xpa(7) for a list of XPA help pages version 2.1.14 June 7, 2012 xpacode(7)
All times are GMT -4. The time now is 06:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy