Sponsored Content
Full Discussion: LPI Level 1 Exam 101 (RPM)
The Lounge What is on Your Mind? LPI Level 1 Exam 101 (RPM) Post 55046 by Cameron on Wednesday 1st of September 2004 06:36:20 AM
Old 09-01-2004
Congratulations. Smilie

Nothing better than any form of acknowledgement for your hard work.

Beats deadly silence. Smilie
 

9 More Discussions You Might Find Interesting

1. Linux

LPI exams

Hello, Can any one can guide me on LPI examinations about what is the marking scheme & with study guide links.... (1 Reply)
Discussion started by: binny
1 Replies

2. UNIX for Dummies Questions & Answers

LPI Certificacion - Linux

Hello guys I stay all day and i looking the best option to make a exams en Linux .. but i find just one option and very expensive (180 Euro x 5 months + 200 matriculation) and in the lpi homepage is just 260 $ FAQ on Exams / FAQ / Certification / Home - LPI - :confused: I live in Spain... (3 Replies)
Discussion started by: ___
3 Replies

3. What is on Your Mind?

LPI Course - Koenig Solutions ?

I want to do a certification on Linux, LPI to be precise. I dont have any idea as to where should one begin. Can any one help me as to where to get the knowledge and certification from ? I would prefer classroom style of teaching and hence want to know of any reputed institue. I do not mind India... (6 Replies)
Discussion started by: IGS77
6 Replies

4. Solaris

Difference between run level & init level

what are the major Difference Between run level & init level (2 Replies)
Discussion started by: rajaramrnb
2 Replies

5. Shell Programming and Scripting

How to make RPM not write to RPM database if RPM fails to deploy?

How to make RPM not write to RPM database if RPM fails to deploy? IE I create an rpm spec file that contains the following if then exit 1 fi My rpm will fail at deployment, but if I do rpm -qa , I can see the rpm in the rpm db (3 Replies)
Discussion started by: 3junior
3 Replies

6. UNIX for Dummies Questions & Answers

LPI practice work

Hello everyone! Im Andrew and i'm studying for LPI 1, 2 Does anybody knows where can i find good and actual stuff for practice? if it is posible for free :-\ maybe testking or stuff like that. I want to take the first examn but im not sure if i have to study so much more. It is true... (4 Replies)
Discussion started by: andriusman
4 Replies

7. Red Hat

SSL certificate generation on OS level or application level

We have a RHEL 5.8 server at the production level and we have a Java application on this server. I know of the SSL certificate generation at the OS (RHEL) level but it is implemented on the Java application by our development team using the Java keytool. My doubt is that is the SSL generation can... (3 Replies)
Discussion started by: RHCE
3 Replies

8. AIX

Rpm issue with autoconf-2.63-1.AIX6.1.noarch.rpm

dears i am trying to install the autoconf-2.63-1.aix6.1.noarch.rpm but its shows the below error message . P700_dev/svn/dependencies>rpm -i autoconf-2.63-1.aix6.1.noarch.rpm error: failed dependencies: m4 is needed by autoconf-2.63-1 P700_dev/svn/dependencies> (6 Replies)
Discussion started by: thecobra151
6 Replies

9. What is on Your Mind?

What should i do after Linux plus /LPI 1?

Actually i am from software background and wish to pursue my carrier in linux. I will clear my linux plus and LPI 1 exam in a week time. wish to ask which certification i should prepare for . my aim is to get a job as a linux administrator. should i prepare for LPI 2 certification or REDHAD... (0 Replies)
Discussion started by: lobsang
0 Replies
gbsplay(1)						       Gameboy sound player							gbsplay(1)

NAME
gbsplay - Gameboy sound player SYNOPSIS
gbsplay [options] gbs-file [start-subsong [stop-subsong] ] DESCRIPTION
gbsplay emulates the sound hardware of the Nintendo Gameboy. It is able to play the sounds from a Gameboy module dump (.GBS format) over /dev/dsp. OPTIONS
-E endian Set endian to endian. Valid values are b, l and n for big, little and native endian respectively. -f fadeout-time Set fadeout time to subsong-gap seconds. Instead of cutting of the subsong hard, do a soft fadeout. Default value is 3 seconds. -g subsong-gap Set subsong gap to subsong-gap seconds. Before playing the next subsong after the subsong timeout, play subsong-gap seconds of silence. Default value is 2 seconds. -h Display short help and exit. -l Enable loop mode. When the last subsong is played, playback starts again with the first subsong. Default is no loop. -o plugin Select sound output plugin plugin. Default depends on compilation options. Select list to view a list of all available output plugins. -q Be quieter, reduce verbosity. Can be applied multiple times. Default verbosity is 3. -r samplerate Set the samplerate to samplerate Hz. Default value is 44100Hz. -R refresh-delay Set the refresh delay to refresh-delay milliseconds. Default value is 33 milliseconds. Larger values will lower CPU usage, but things as subsong changes, fadeouts, reactions to keypresses and the on-screen display will be delayed. -t subsong-timeout Set subsong timeout to subsong-timeout seconds. When a subsong has been played for the given time, the player will skip to the next subsong. A timeout of 0 seconds disables automatic subsong changes. Default value is 120 seconds. -T silence-timeout Set silence timeout to silence-timeout seconds. When a subsong contains silence for the given time, the player will skip to the next subsong. Default value is 2 seconds. -v Increase verbosity, print more information. Can be applied multiple times. Default verbosity is 3. -V Display version number and exit. -z Play subsongs in shuffle mode. Every subsong will be played once in random order. -Z Play subsongs in random mode. Like shuffle mode, but a subsong can be played multiple times. -1 Mute channel 1 on start. -2 Mute channel 2 on start. -3 Mute channel 3 on start. -4 Mute channel 4 on start. PARAMETERS
gbs-file The sound file to play. Must be in uncompressed .GBS format. start-subsong The subsong from the sound file to play. If not specified, the default song will be played (unless in shuffle or random mode). An out-of-bounds number will be clipped to the possible range of subsongs. stop-subsong gbsplay stops when this subsong has been played. If not specified or out-of-bound, gbsplay will stop after playing the last sub- song. KEYBOARD CONTROL
gbsplay supports basic keyboard control. The following commands are recognized: p Skip to the previous subsong. n Skip to the next subsong. q or Esc Quit gbsplay. Space Toggle play/pause. 1 Mute/unmute channel 1. 2 Mute/unmute channel 2. 3 Mute/unmute channel 3. 4 Mute/unmute channel 4. FILES
/etc/gbsplayrc Default location of the global configuration file. ~/.gbsplayrc User configuration file. SEE ALSO
gbsinfo(1), gbsplayrc(5) BUG REPORTS
If you encounter bugs, please report them via http://gbsplay.berlios.de/ or write to <gbsplay-dev@lists.berlios.de>. AUTHOR
gbsplay was written by Tobias Diedrich <ranma+gbsplay@tdiedrich.de> (with contributions from others, see README). COPYRIGHT
gbsplay is licensed under GNU GPL. Tobias Diedrich 0.0.91 gbsplay(1)
All times are GMT -4. The time now is 05:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy