Sponsored Content
Full Discussion: UNIX Training?
Top Forums UNIX for Dummies Questions & Answers UNIX Training? Post 302171289 by Sepia on Thursday 28th of February 2008 04:59:42 AM
Old 02-28-2008
UNIX Training?

At work I have to restart applications and install upgrades to applications running on Solaris 10.

Its pretty basic stuff but I have little experience of Unix so it can be a bit hairy at times.

Work have offered to send me on some training but I have to select the course/training. I'm not really sure what I should be looking for.

Are there certified courses I could go on that would be relevant or would just a basic introductory course be enough?

Ideally I would like some kind of cert. for my CV.

Any ideas?

edit: what do people think of this course?
UNIX Essentials Featuring the Solaris 10 Operating System
UNIX Essentials Featuring the Solaris 10 Operating System (WSB-100-S10)

Thanks.

Last edited by Sepia; 02-28-2008 at 06:06 AM.. Reason: added a course
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX Fundamentals - Training

Does anyone know of some companies in the United States, preferably close to Utah that teach a crash course like for a week on UNIX fundamentals? I have looked everywhere on the net for such places, but have yet to find such a company. Thank you in advance. (1 Reply)
Discussion started by: quintak
1 Replies

2. UNIX for Dummies Questions & Answers

UNIX Training

Hello all, I am probably the newest newb in here and would really appreciate some (as much as possible) help on learning UNIX. If anyone is familiar with any non boot camp schools in the NY area, preferrably instructor-led, please refer me to a link or list them in a reply. Also, any information on... (10 Replies)
Discussion started by: syrixx
10 Replies

3. Post Here to Contact Site Administrators and Moderators

Unix Familiarisation Training

As a civilian Admin clerk with a government dept I have been asked to locate a training firm who provides Unix familiarisation training - this request has come from a dept which includes Air Traffic Controller & Radio Technicians. I am not personally familiar with Unix and have been unable to... (1 Reply)
Discussion started by: Heather K-Ryan
1 Replies

4. UNIX for Dummies Questions & Answers

Unix training Video's

Hello any body knows a website that can Purchase and download Video training for unix ?? (1 Reply)
Discussion started by: wickedsoul
1 Replies

5. UNIX for Dummies Questions & Answers

Unix Training-where, when etc.

I'm being asked to go and take a training course in Advanced Unix and Perl. The main reason is the amount of information needed to get up to speed a short period of time, which is what we're limited on. Travel is fine. Can anyone suggest a good resource for researching the where and when for... (1 Reply)
Discussion started by: gavineq
1 Replies

6. UNIX for Dummies Questions & Answers

training unix set up for a p.c.

I'm looking for a free unix download(for a p.c. which I think is running xp) to simulate or mirror a unix operating system to teach a friend basic unix skills for an interview. I saw the solaris link, but couldn't really tell if it would work on a p.c. And I don't want to mess with his operating... (9 Replies)
Discussion started by: mmtemp
9 Replies

7. UNIX for Dummies Questions & Answers

UNIX/solaris training

I am new to UNIX and somewhat familiar with Solaris. Can you suggest any good (simple English) books that can help me with understanding and learning UNIX? (1 Reply)
Discussion started by: iamnew2solaris
1 Replies

8. UNIX for Dummies Questions & Answers

Basic UNIX Training

I'm wondering where a good place to start is for basic UNIX training. Due to a shift of responsibilities at work, I am now the admin for a product called AutoSys. I have close to zero knowledge in the subject area. :wall: (3 Replies)
Discussion started by: Cjw_55106
3 Replies

9. Shell Programming and Scripting

Unix online training

Hi, I am very new to unix shell scripting.I want to learn shell scripting to a moderate level. could any one of you suggest me who can give an online training on unix shell scripting . I am opting for online training as I am working in day hours . If any experts here are giving any online... (2 Replies)
Discussion started by: prabhu_kumar
2 Replies
FANN_TRAIN_ON_DATA(3)							 1						     FANN_TRAIN_ON_DATA(3)

fann_train_on_data - Trains on an entire dataset for a period of time

SYNOPSIS
bool fann_train_on_data (resource $ann, resource $data, int $max_epochs, int $epochs_between_reports, float $desired_error) DESCRIPTION
Trains on an entire dataset for a period of time. This training uses the training algorithm chosen by fann_set_training_algorithm(3) and the parameters set for these training algorithms. PARAMETERS
o $ann -Neural network resource. o $data -Neural network training data resource. o $max_epochs - The maximum number of epochs the training should continue o $epochs_between_reports - The number of epochs between calling a callback function. A value of zero means that user function is not called. o $desired_error - The desired fann_get_MSE(3) or fann_get_bit_fail(3), depending on the stop function chosen by fann_set_train_stop_function(3) RETURN VALUES
Returns TRUE on success, or FALSE otherwise. SEE ALSO
fann_train_on_file(3), fann_train_epoch(3), fann_get_bit_fail(3), fann_get_MSE(3), fann_set_train_stop_function(3), fann_set_training_algo- rithm(3), fann_set_callback(3). PHP Documentation Group FANN_TRAIN_ON_DATA(3)
All times are GMT -4. The time now is 06:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy