Re: [gentoo-user] What is the best audio system?

2012-02-27 Thread Juan Diego Tascón
no, I missunderstood what it is for, airfoil can only play streams from windows or mac, the output could be linux though, but anyways it isn't what you are looking for. 2012/2/27 Juan Diego Tascón : > You should check airfoil [1]. It's a multiplatform sound system but > it&#

Re: [gentoo-user] What is the best audio system?

2012-02-27 Thread Juan Diego Tascón
You should check airfoil [1]. It's a multiplatform sound system but it's not open source. Haven't actually tried it myself as pulseaudio fits my needs. ** refs: [1] http://rogueamoeba.com/airfoil/ On Mon, Feb 27, 2012 at 5:00 PM, Mark Knecht wrote: > On Mon, Feb 27, 2012 at 1:50 PM, Willie Matt

Re: [gentoo-user] Anybody have kdebluetooth working?

2012-02-24 Thread Juan Diego Tascón
I have never been able to pair in a2dp mode and pulseaudio with either kdebluetooth nor gnome bluetooth, only blueman seems to be doing a good job for that On Fri, Feb 24, 2012 at 6:46 AM, Mick wrote: > On Thursday 23 Feb 2012 12:47:00 James Broadhead wrote: >> On 23 February 2012 12:39, Robin At

Re: [gentoo-user] Re: alternative to thunderbird?

2012-02-23 Thread Juan Diego Tascón
+1 for sup On Wed, Feb 22, 2012 at 7:21 PM, Peter Humphrey wrote: > On Wednesday 22 February 2012 20:14:05 Alan McKinnon wrote: > > > >> You'd have to read "The Mythical ManMonth" to truly do it justice (it's a > >> really good book for developers btw). > > > > That book used to be required readi

Re: [gentoo-user] Override DHCP-provided DNS

2011-06-15 Thread Juan Diego Tascón
On Wed, Jun 15, 2011 at 9:27 AM, YoYo Siska wrote: > On Wed, Jun 15, 2011 at 04:07:43PM +0200, Florian Philipp wrote: >> Hello list! >> >> for some wireless access points, I want to get an IP via DHCP but not >> use the provided DNS-server (I use an openvpn setup with its own DNS >> server, domain

Re: [gentoo-user] is a nice "place" :-D

2011-05-17 Thread Juan Diego Tascón
On Tue, May 17, 2011 at 8:36 AM, Alex Schuster wrote: > Juan Diego Tascón writes: > >> I have always wondered if there is a way to do awk '{ print $1}' using >> only builtin bash functions when you only have a one line string > > str="one two five" &

Re: [gentoo-user] is a nice "place" :-D

2011-05-17 Thread Juan Diego Tascón
On Tue, May 17, 2011 at 5:43 AM, Pandu Poluan wrote: > On 2011-05-17, Neil Bothwick wrote: >> On Tue, 17 May 2011 01:33:39 +0200, Alan McKinnon wrote: >> >>> grep "GET /Tmp/Linux/G" | /var/log/apache2/access_log | grep-v | >>> \ awk '{print $1}' | sort | uniq | wc >>> >>> In true grand Unix trad