Re: [SLUG] Linux Internet Radio - how to ?

2012-02-13 Thread Simon Rumble
On 14 February 2012 16:54, David Lyon wrote:

> On my Nokia phone I located this channel:
>
>  - http://www.paris-one.com/dance/
>
> Works on my phone.
>
> Anybody know how to program that to work on an embedded
> linux machine ? In either C++ or Python?
>

mpg321 "http://relais02.webradiofactory.com/paris-one_dance.mp3";

Have a look at the source of this page to find the stream URLs for all the
other streams.
http://www.paris-one.com/dance/player

(ecoutez means "listen" in French)

-- 
Simon Rumble 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Linux Internet Radio - how to ?

2012-02-13 Thread Mark Walkom
http://radiotray.sourceforge.net/
Might need to use the tgz and play with dependencies, but worth a shot!

On 14 February 2012 16:54, David Lyon wrote:

> On my Nokia phone I located this channel:
>
>  - http://www.paris-one.com/dance/
>
> Works on my phone.
>
> Anybody know how to program that to work on an embedded
> linux machine ? In either C++ or Python?
>
> Thanks
> --
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
>
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Linux Internet Radio - how to ?

2012-02-13 Thread David Lyon
On my Nokia phone I located this channel:

 - http://www.paris-one.com/dance/

Works on my phone.

Anybody know how to program that to work on an embedded
linux machine ? In either C++ or Python?

Thanks
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] mkdir

2012-02-13 Thread Grant Street

On 14/02/12 10:26, Cal Edwards wrote:

Hi.

I want to create directories and files under a specific directory with
specific ownerships and permissions.

The problem is that I create directories in a hierarchy of images from
digital cameras.
My family members need to be able to access those across the network via
samba shares.
When I create a directory I dont want to have to chown it to make it
accessible.
I cant give the family members access to my own group (the default of
mkdir).

What I do now is as follows:

First I create a top directory

mkdir topdir
chmod 775 topdir
chown luke:bridge topdir
cd topdir

Is there a way to do the following without having to use chmod and chown

mkdir subdir
chmod -R 775 /topdir
chown -R luke:bridge /topdir

Ok. I know I can use umask to set the permissions.
I want to be able to create a new subdir and be sure that it has the same
ownership as topdir.

Can anyone suggest a better solution?

Thanks.

Luke.

try
chmod 2775 topdir
that will set the permissions on the subdir correctly without doing a 
chown.


consider setting the primary group to be the same accross the whole 
family. that way whenever a file is created it will be the correct group.


Grant
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html



[SLUG] mkdir

2012-02-13 Thread Cal Edwards
Hi.

I want to create directories and files under a specific directory with
specific ownerships and permissions.

The problem is that I create directories in a hierarchy of images from
digital cameras.
My family members need to be able to access those across the network via
samba shares.
When I create a directory I dont want to have to chown it to make it
accessible.
I cant give the family members access to my own group (the default of
mkdir).

What I do now is as follows:

First I create a top directory

mkdir topdir
chmod 775 topdir
chown luke:bridge topdir
cd topdir

Is there a way to do the following without having to use chmod and chown

mkdir subdir
chmod -R 775 /topdir
chown -R luke:bridge /topdir

Ok. I know I can use umask to set the permissions.
I want to be able to create a new subdir and be sure that it has the same
ownership as topdir.

Can anyone suggest a better solution?

Thanks.

Luke.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Fwd: Re: [SLUG] Re: Android-based smartphones - any ,> drawbacks

2012-02-13 Thread Voytek Eymont


Voytek Eymont  wrote:


>Just checked, after 8 hours, WiFi on, 3g off, 75 battery left
>-- 

After 24h 30m: 40% left
according to stats:
screen on 10%, WiFi on, BT on,
data transferred: 3 MB, 30MB - 3G, WiFi

stats don't seem to show 3G on time, at a guess, probably 45 or 60 minutes


So did you decide what phone to very yet?
-- 
Swyped from my Motrix with K-9 Mail. Please excuse my brevity. 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Installfest

2012-02-13 Thread Ashley Maher

Good Evening,

South Coast Linux User Group (SCLUG) is holding an installfest for first 
year students of the University of Wollongong on Saturday 17th March, 2012.


This is a specific installfest aimed at setting the students up with an 
environment the "same" as their University workstations. It is a derived 
Ubuntu Distro.


The installfest is held in two sessions morning and afternoon on the 
same day.


Any volunteers who know how to install Linux and want a fun day helping 
others are asked to contact me off list for more details. More the 
merrier!!!


Kindest Regards,

Ashley

--
==
Ashley Maher
Director
Didymo Designs

Phone: 1300 762 599
   (+61 2) 8090 2847  (+61 2) 4203 2716
Mob:   0412 351 451
Fax:   (+61 2) 8002 0071
Web:   http://www.didymodesigns.com.au

P.O. Box 410 North Sydney NSW 2059
P.O. Box 1122 Wollongong NSW 2500

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html