aix 000-221 exam preparation


 
Thread Tools Search this Thread
Operating Systems AIX aix 000-221 exam preparation
# 8  
Old 08-29-2012
MySQL

Quote:
Originally Posted by gullio23
thank you so much i will follow your advice and start with basic sysadmin.
i will let you know if i got my certification in about 2-3n weeks Smilie

Best Regards
Giulio
Hi Giulio,
Congrats. would you mind sharing the materials you used? I am planning to take the exam next month and I have more than 5 years of AIX experience...

Regards
Velli
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

Help regarding IBM 000-103 AIX 6.1 Basic Operations

Hi, I am working with IBM P-series servers for the past six months and I am now planning to do a certification in AIX - IBM 000-103 : AIX 6.1 Basic Operations Do anyone have any study material for the preparation of this certification? Also I want to know from anyone who has done this... (4 Replies)
Discussion started by: kashifsd17
4 Replies

2. AIX

Help to find AIX materials exam

Dears, I have been working for 2 yeas on IBM servers, now I'm thinking to get my first certification on AIX UNIX, I'm need your co-operation to provide me the link that from I can download or find the new exam book, actually I have many REDBOOK but I guess they are related to 5.xx version what... (2 Replies)
Discussion started by: arm
2 Replies

3. Solaris

Solaris 10 exam preparation

Dear all, Can i have solaris 10 exam dumps? Thanks in advance:confused: Rgds | P.Bharathiraja. (5 Replies)
Discussion started by: bharathiraja
5 Replies

4. AIX

AIX exam 000-223

Guys I am writing AIX exma 00-223 I bought material from tesking I hope I will pass it, if I do i will share....anyone with advise out there?:rolleyes: (4 Replies)
Discussion started by: Aix|Dr
4 Replies

5. News, Links, Events and Announcements

Microsoft "Donates" $3,000,000,000 to Feds

Surreal quote from the news link below: http://www.washingtonpost.com/wp-dyn/articles/A44615-2002Nov12.html (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
ICECREAM(1)							     icecream							       ICECREAM(1)

NAME
icecream - download icecast and shoutcast streams, redirecting all fetched content to stdout and/or to disk at the same time SYNOPSIS
icecream [OPTIONS] URL [URL..] DESCRIPTION
icecream is a lightweight, non-interactive, stream download utility. It connects to icecast and shoutcast servers or direct stream URLs, and redirects all fetched content to stdout and/or to media files on your disk. Listen to the stream piping the output to a stdin-capable media player. Save the stream to a named file or split it into different tracks. It is possible to redirect the stream and save it to disk at the same time. icecream is able to parse pls and m3u playlists, and to download mp3 and ogg direct stream URLs. If the stream is anonymous it will be saved as 'stream-time.mp3', where time is actual timestamp. OPTIONS
-h, --help Print a help message describing all options -q, --quiet Turn off output -v, --verbose Be verbose -t, --tracks Split stream into tracks (if possible) --name=NAME Save the stream to file specified by NAME. Format codes starting with "%" will be replaced. See the date command for valid format codes. --stop=N[units] Stop downloading the stream after N kb/mb/min/songs --user-agent=AGENT Set user-agent header to AGENT --stdout Output stream to stdout (implies -q) --sync Turn syncing on, required for some mpeg players that read from stdin --debug Turn on debugging outputs EXAMPLES
Streaming to mpg123 icecream --stdout http://radio.com/playlist.pls | mpg123 - Split stream into different tracks icecream -t http://metal.org/radio.pls Split stream into tracks and play with vlc at the same time icecream -t --stdout http://streaming.com/playlist.pls | vlc file:/dev/stdin Prepare a 74 minute CD icecream -t --stop 74min http://trace.net/playlist.m3u Use a filename with today's date as output icecream -q --name 'radio_%Y_%m_%d' --stop 60min http://radio.com/playlist.pls BUGS
You are welcome to send bug reports about icecream to our mailing list. Feel free to visit http://icecream.sourceforge.net AUTHOR
Written by Gil Megidish <gil at megidish.net> 1.3 2008-04-28 ICECREAM(1)