Sponsored Content
Top Forums UNIX for Dummies Questions & Answers What UNIX is best for an all-in-one-server deployment Post 302256596 by fpmurphy on Monday 10th of November 2008 07:46:51 AM
Old 11-10-2008
Have a look at Centos. Current version is 5.2. It is GNU/Linux based and basically tracks RHEL releases. Documentation is good and product is very stable.
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to connect unix server to unix server through shell scripts

Hi, I would like to connect UNIX server to UNIX server through shell scripts and i have some concepts . But i am totally confused how to connect UNIX server to UNIX server throuth running a script. It will be greatful to me if any buddy will help me. Thanks in advance. Phatan:) (2 Replies)
Discussion started by: phatan
2 Replies

2. UNIX for Dummies Questions & Answers

To copy a file from one unix server to another unix server through scripts

I am getting the fallowing error when i am trying to execute the scp commomd in shell script warning: You have no controlling tty. Cannot read confirmation. warning: Authentication failed. Disconnected; key exchange or algorithm negotiation failed (Key exchange failed.). scp2: warning: ssh2... (1 Reply)
Discussion started by: manit
1 Replies

3. Shell Programming and Scripting

Connecting to multiple unix server from unix server using shell script

Hi Gurus, I'm a unix newbie and I would like to connect to multiple unix servers from unix server using shell script i.e from server a to server b,c,d etc. I want to copy the files from unix server a to server b, c, d. I can access staright using ssh without the need to have password and user... (5 Replies)
Discussion started by: sexyTrojan
5 Replies

4. Solaris

Problem in deployment in weblogic server in solaris

I am getting following error during deployment in solaris. when i deploy same war in other machine (non-solaris) it works fine. the stacktrace is < ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1277738498407> <BEA-149205> <Failed to initialize the... (0 Replies)
Discussion started by: paradesi143
0 Replies

5. Shell Programming and Scripting

Find and delete files and folders which are n days older from one unix server to another unix server

Hi All, Let me know how can i find and delete files from one unix server to another unix server which are 'N' days older. Please note that I need to delete files on remote unix server.So, probably i will need to use sftp, but question is how can i identify files and folders which are 'N'... (2 Replies)
Discussion started by: sachinkl
2 Replies
muroarstream(1) 					System User's Manual: muroarstream					   muroarstream(1)

NAME
muroarstream - Simple RoarAudio client SYNOPSIS
muroarstream [OPTIONS] DESCRIPTION
muroarstream is a simple client for the RoarAudio sound system. It is based on muRoar (libmuroar). It can only be used to send data to or get data from the server. No control functionality is supported. OPTIONS
--help Display a brief help. -f --file FILE Sets the file to read from or write to. --server SERVER Sets the server to SERVER. Default is to auto detect the server. (see below) -R --rate RATE Sets the sample rate. This defaults to 44100Hz. -C --channels CHANS Sets the number of channels. this defaults to 2 channels (stereo). Symbolic names "mono" and "stereo" as well as "default" can be used. -B --bits BITS Sets the number of bits per sample. The default is 16bit per sample. -E --codec CODEC Sets the codec to use. The default depends on used subsystem. For Waveform it uses Signed native PCM, for Light DMX512 and for MIDI MIDI. The following symbolic names can be used: default, pcm, pcm_s, pcm_u, ogg_vorbis, vorbis, alaw, mulaw, ulaw, dmx512, roardmx, midi. --play Use Playback mode (send data to the server). This is the default. --monitor Use monitor mode (get a copy of the played data from the server). --wave Use Waveform subsystem (default). --midi Use MIDI subsystem. --light Use Light Control subsystem. AUTO DETECTION
The server will be auto located if no server name is given. First it will look for the environment variable $ROAR_SERVER. If this vari- able is non existing libmuroar will do the auto location based on a list of possible server locations. This list contains the global UNIX socket address, the user's private socket address and an entry for localhost using TCP/IP. The UNIX socket addresses are only compiled in if UNIX socket support is detected. SEE ALSO
roarcat(1), RoarAudio(7). muRoar 22 February 2010 muroarstream(1)
All times are GMT -4. The time now is 09:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy