Sponsored Content
Full Discussion: dns setup
Special Forums IP Networking dns setup Post 6820 by aenemated on Thursday 13th of September 2001 03:54:49 AM
Old 09-13-2001
ah, thanks neo. it certaintly did.
 

9 More Discussions You Might Find Interesting

1. IP Networking

DNS setup

Hi all, would anyone knows how to set up a non- interneted primary DNS server ne? I would like to have a step by step procedure to do so my system is a Solaris 9 standard build thanks (1 Reply)
Discussion started by: stancwong
1 Replies

2. Red Hat

DNS resolvers setup/installation ?

Hi all ! A basic but a tricky question though http://e1h7.simplecdn.net/lqcdn/images/questions/images/smilies/smile.gif] Ok, here it goes, we all use DNS resolvers on our servers, local machine, etc. They are necessary for resolving the domain names, etc. OpenDNS is one of the free DNS... (2 Replies)
Discussion started by: virusnet
2 Replies

3. UNIX for Dummies Questions & Answers

[Help] Setup slave dns server

Hi all. I need to configure a secondary dns server to get the zones that are in the primary server. How can I do this? It's possible to make to sync automatically? What configuration I ahve to do? And in which files? Thanks in advance. If anyone could give me examples or a tutorial, that... (4 Replies)
Discussion started by: kouh
4 Replies

4. AIX

Setup DNS server on AIX6.1

I'm planning of setting up a DNS server on AIX 6.1. Could someone shed me some lights on the step-by-steps of how to set this up? Thanks. (2 Replies)
Discussion started by: famasutika
2 Replies

5. Solaris

DNS Server setup

I am trying to setup DNS server in Solaris 10. I have two blade 1500 system and want to setup two name server I would like to start setting up DNS. appreciate your help. (1 Reply)
Discussion started by: mnathan
1 Replies

6. UNIX for Advanced & Expert Users

dnsmasq for dhcp to setup dns

Is dnsmasq important for dhcp to setup dns? (3 Replies)
Discussion started by: cokedude
3 Replies

7. IP Networking

How to DNS Setup ??

Dear All, I need to setup DNS just for the local network. So, I created a master zone with all the settings. I created A records and NS records. Applied new configurations and Stopped Bind9 and then restarted it. But when I enter the domain name in the browser of another client machine it... (9 Replies)
Discussion started by: krishna.lu
9 Replies

8. Red Hat

DNS Server Setup Centos 6.5 Issues

I am having a bit of trouble getting my CENTOS 6.5 DNS server to work correctly in our testlab environment. Lab network is 10.8.0.0/24 in which we all access from 10.7.0.0.0/24 && 10.0.0.0/24. Here are my configs: options { listen-on port 53 { 127.0.0.1; 10.8.0.19;}; #listen-on-v6 port 53 {... (2 Replies)
Discussion started by: metallica1973
2 Replies

9. IP Networking

DNS question about initial Master/Slave setup

Hey everyone. I'm creating a DNS master/slave server set up. I have the configurations all done I believe, the master has the required zone file, and the named.conf file has the allow transfer and allow query stuff set. The slave has it's own configs set. My question is that when initially... (1 Reply)
Discussion started by: Lost in Cyberia
1 Replies
AUDIOPLAY(1)						    BSD General Commands Manual 					      AUDIOPLAY(1)

NAME
audioplay -- play audio files SYNOPSIS
audioplay [-hiqV] [-B buffersize] [-b balance] [-d device] [-p port] [-v volume] [-f [-c channels] [-e encoding] [-P precision] [-s sample-rate]] [files ...] DESCRIPTION
The audioplay program copies the named audio files, or the standard input if no files are named, to the audio device. The special name ``-'' is assumed to mean the standard input. The input files must contain a valid audio header, and the encoding must be understood by the under- lying driver. OPTIONS
The following options are available: -B Set the write block size to buffersize. The default value is the play.buffer_size of the audio device. -b Set the balance to balance. This value must be between 0 and 63. -c When combined with the -f option, sets the number of channels to its argument. -d Set the audio device to be device. The default is /dev/sound. -e When combined with the -f option, sets the encoding to its argument. Possible values are mulaw, ulaw, alaw, slinear, linear, ulinear, adpcm, ADPCM, slinear_le, linear_le, ulinear_le, slinear_be, linear_be, ulinear_be, mpeg_l1_stream, mpeg_l1_packets, mpeg_l1_system, mpeg_l2_stream, mpeg_l2_packets, and mpeg_l2_system. -f Force playing, even if the format is unknown. The -f flag can be used in addition with the -c, -e, -P, and -s flags to change the number of channels, encoding, precision, and sample rate. -h Print a help message. -i If the audio device cannot be opened, exit now rather than wait for it. -P When combined with the -f option, sets the precision to its argument. This value must be either 4, 8, 16, 24 or 32. -p Set the output port to port. The valid values of port are ``speaker'', ``headphone'' and ``line''. -q Be quiet. -s When combined with the -f option, sets the sample rate to its argument. This value must be a valid value for the audio device or an error will be returned. -V Be verbose. -v Set the volume (gain) to volume. This value must be between 0 and 255. ENVIRONMENT
AUDIOCTLDEVICE the audio control device to be used. AUDIODEVICE the audio device to be used. EXAMPLES
Play a raw dump taken from an audio CD ROM: audioplay -f -c 2 -P 16 -s 44100 -e slinear_le filename The audioctl(1) program can be used to show the available supported encodings: audioctl encodings NOTES
audioplay can be used to play Sun/NeXT audio files, and also RIFF WAVE audio files. audioplay can be configured in the ``Netscape'' web browser as the program to use when playing audio files. ERRORS
If the audio device or the control device can not be opened, and error is returned. If an invalid parameter is specified, an error is returned. The set of valid values for any audio parameter is specified by the hardware driver. SEE ALSO
audioctl(1), audiorecord(1), aria(4), audio(4), audioamd(4), auich(4), autri(4), auvia(4), clcs(4), clct(4), cmpci(4), eap(4), emuxki(4), esm(4), eso(4), ess(4), fms(4), gus(4), guspnp(4), neo(4), sb(4), sv(4), wss(4), yds(4), ym(4) HISTORY
The audioplay program was first seen in SunOS 5. The NetBSD audioplay was first made available in NetBSD 1.4. AUTHORS
The audioplay program was written by Matthew R. Green <mrg@eterna.com.au>. BSD
December 30, 2010 BSD
All times are GMT -4. The time now is 03:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy