Displaying 20 results from an estimated 2000 matches similar to: "live audio feed via telephone link"
2017 Jan 10
2
Reliable way of having both LAN and WIFI on headless box
On Mon, Jan 9, 2017 at 12:04 PM, Frank Cox <theatre at melvilletheatre.com>
wrote:
> That sounds like a weak signal from your wifi transmitter.
>
Or signal interference. Where is the antennae located on the server? Ran
into signal issues with antennae which were tucked behind the server before.
2017 May 24
2
System Time Source
Warren, one slight correction on an other wise nicely written bit of info:
The time transmitted from WWV is not Mountain Time. Even though the WWV
transmitter farm is located in the Mountain time zone, the signals are
transmitted as "Coordinated Universal time", UTC, or 'Zulu' time.
Here, you can listen to a recording made at the transmitter site for the
5Mhz signal:
2004 Aug 06
5
DTCR Project
Disturbed Transmitter Community Radio Project
The Need:
Where I live there is only one open channel in our FM band. The one major
company that owns 13 of the local stations plus 8 more that bleed over from
the next biggest city, has lobbied the FCC so that the last FM license will
never be given out. So my friends run a little 10 watt, Max. allowed by FCC
for a non-commercial non-licensed
2009 Feb 07
1
Sound with headphones on: Streamaudio perfect but youtube and system-config-soundcard silent
This afternoon, I bought a pair of ear plugs (the large flat kind that
hook onto my ears). Plugged them in to test and they work perfectly.
I'm listening to streamaudio.com as I type this. However, when I
tried to watch a youtube.com video (my wife exercise dancing) just
silence. She had the same video on to test and the sound was fine on
her box. Then, I tried system-config-soundcard and
2017 Jan 10
3
Reliable way of having both LAN and WIFI on headless box
On Tuesday 10 January 2017 08:53:17 John R Pierce wrote:
> On 1/9/2017 7:11 PM, fred roller wrote:
> > On Mon, Jan 9, 2017 at 12:04 PM, Frank Cox<theatre at melvilletheatre.com>
> >
> > wrote:
> >> That sounds like a weak signal from your wifi transmitter.
> >
> > Or signal interference. Where is the antennae located on the server?
> > Ran
2009 Aug 25
1
unknown connection
Hello,
Today I updated one of our computers running CentOS 5.3 32bit. After a
reboot I notice the following with lsof -i
sshd 3638 root 3u IPv6 17317 TCP
pc46.astro.up.pt:ssh->119.1.193.205:zephyr-clt (ESTABLISHED)
sshd 3639 sshd 3u IPv6 17317 TCP
pc46.astro.up.pt:ssh->119.1.193.205:zephyr-clt (ESTABLISHED)
What is this connection?
2017 Jan 09
4
Reliable way of having both LAN and WIFI on headless box
Once again I am building a headless Centos 7 box that needs to reliably be on
both the LAN and WIFI network at all times. Amongst other things it's going
to be an AirPrint bridge enabling IPads to print to printers on a different
VLAN.
I have asked about this before and got a solution working using nmtui to set
up both the LAN and WIFI interface, and activate them. However, the WIFI
2011 Jun 02
1
Paid R Help
Hello R people,
I am looking to pay someone to help write some R code.
Inputs:
Study identifier: ID Number for the study, each ID number is for one study only each block set should only be used for that study. This will require that you store the results from the blocks someplace on the file system.
Trait #1: dichotomous rural / urban
Trait #2: dichotomous sick / healthy
Assignment Ratio:
2017 May 24
11
System Time Source
One of our STEM interns recently observed that there are
inexpensive clocks that sync via radio to standard time
services.? This begged a question about why every computer
would not have a radio module to receive time.? Our senior
staff did not have a good answer or if time from such a
radio module would be supported by the operating system.
When I was a student, such questions would have earned
2020 Mar 08
6
System Time
A few years ago, one of our interns was curious about system
time keeping features in computer systems.? This intern was
also the proud owner of an inexpensive Radio-Controlled Clock.
The intern wondered why computer motherboards were not just
equipped with a chip like the ones in the RCC so that their
system time would always be correct.
I posted a question about this on the CentOS email list
2004 Dec 07
3
icecast2 setup problem - unable to open logfiles
Zenon Panoussis wrote:
>
> Dan Stowell wrote:
>
> [icecast can't write to log files]
>
> > running it as myself ("dan") - the same as the owner of the logfiles
> > and of the containing folder.
>
> >> > -rw-rw-r-- 1 dan admin 0 6 Dec 23:48 icecast2access.log
> >> > -rw-rw-r-- 1 dan admin 0 6 Dec 23:48
2008 Feb 13
17
Xen 3.2 is not loading on FC8 - Error: Kernel panic - Attempted to kill init
Hi all,
I compiled and installed Xen 3.2 source on FC8. Compilation and installation
completed with no errors. However when I try to load Xen I get an error:
Kernel panic - Attempted to kill init !!!
This is my grub configuration:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means
2009 Mar 04
3
Wireless Mic System
jduran wrote:
> Your wisdom please!
Sennheiser is a reputable brand. The model you cited is in their lowest cost series. I have sold a number of these systems over the years. Their first generation (not G2) were problematic in not being very durable. I don't have as much experience with the G2, but the few we have sold have worked fine for several years.
My first choice for most
2008 Sep 23
2
Creating a Legend
Dear all,
I'm trying to create a legend for my graph. I hope to have the title as "Land Use Type" and the two elements being "Urban" and "Rural" with a red point and green point respectively. So far I have the following command, but obviously it isn't correct:
> legend("topright", title="Land Use Type", cex=0.75, pch=16,
2006 Jun 12
2
Combinig two data frames
Dear all r-users,
Suppose I have two data frame:
A
1
3
4
5
2
and
B
5
6
3
5
Now I want combine this two data frames without losing any value from either
data frame. More precisely I want to see
A B
1 5
3 6
4 3
5 5
2 NA
I tried with cbind function but failed, as it only works when two data
frames have equal number of rows. Can anyone suggest me any code that can be
used for any
2010 Mar 25
3
Returning Data Frame from Function for use Outside Function
I have a function (see below) that does some bootstrapping (I am happy to
expand offline why I could use existing functions.) I put my results into
and empty matrix and add a row of results with each iteration. My problem is
i am a new user to R and I don't understand data frames, matrices, elements,
and vectors well. What I would like is to have a data frame I can manipulate
outside of the
2010 Nov 04
2
How to do bootstrap for the complex sample design?
Hello;
Our survey is structured as : To be investigated area is divided into 6 regions,
within each region, one urban community and one rural community are randomly selected,
then samples are randomly drawn from each selected uran and rural community.
The problems is that in urban/rural stratum, we only have one sample.
In this case, how to do bootstrap?
Any comments or hints are greatly
2005 Oct 09
1
enter a survey design in survey2.9
Hi dears,
I expect that Mr Thomas Lumley will read this message.
I have data from a complexe stratified survey. The population is divide in 12 regions and a region consist to and urban area and rural one. there to region just with urbain area.
stratification variable is a combinaison of region and area type (urban/rural)
In rural area, subdivision are sample with probabilties proporionnal to
2019 Oct 24
4
calculo porcentaje de subcategirías para individuos diferentes
Buenas noches,
Soy nueva en R y a veces me cuesta pensar los cálculos de manera más
práctica, por los que les agradecería la ayuda.
Tengo una matriz de datos con una dim = 35745 19, correspondientes a
ubicaciones de 39 perros, cada perro tiene poco más o poco menos de 1000
datos.
Necesito saber el % de uso de hábitat natural. Es un sencillo cálculo de
porcentaje, pero me gustaría hacerlo mas
2009 Oct 31
3
OT - Number Portability
Sorry for the off-topic, but perhaps this will be of interest to other
asterisk based ITSPs.
We are starting service in a rural area where the ILEC has the rural
"monopoly". From what we have read in the FCC docs this does NOT exempt
them from number portability, but what does it take for us to qualify to
receive their numbers? To date we simply have a few voice trunks to them,