[gentoo-user] Rafael Barreto wants to talk to you using Google Talk

2006-02-16 Thread Rafael Barreto
ei pessoal... experimentem o google talk... --- Rafael Barreto wants to talk to you for free using Google Talk. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8a0d85ddf3-9c71973e1b

[gentoo-user] Rafael Barreto wants to talk to you using Google Talk

2006-02-16 Thread Rafael Barreto
ei pessoal... experimentem o google talk... --- Rafael Barreto wants to talk to you for free using Google Talk. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8a0d85ddf3-dceae7b94b

[gentoo-user] About --depclean

2005-10-13 Thread Rafael Barreto
Hello... i had installed my gentoo there's no many time and i was studing portage and its tools. And now, i have some questions.   The use of --depclean would not have erase only the dependences that are not more used for any applicatory one?  If yes, why do I need to reconstruct the dependent app

Re: [gentoo-user] About --depclean

2005-10-13 Thread Rafael Barreto
In (rmb3)   2005/10/13, Bruno Lustosa <[EMAIL PROTECTED]>: On 10/13/05, Rafael Barreto < [EMAIL PROTECTED]> wrote: The use of --depclean would not have erase only the dependences that are not more used for any applicatory one?  If yes, why do I need to reconstruct the dependent appli

[gentoo-user] Strange problem with partition reiserfs

2005-11-04 Thread Rafael Barreto
Hi, I'm with a very strange problem with a partition reiserfs. When I installed gentoo I created a partition to save my personal docs and I formatted it with reiserfs filesystem. Today, I was wrinting a little program in python using Kate and, accidentaly, I overwrite a file on that partition. The

Re: [gentoo-user] Strange problem with partition reiserfs

2005-11-05 Thread Rafael Barreto
t a but in Kate. About the other question. Any answear? Thanks!2005/11/5, Glenn Enright <[EMAIL PROTECTED]>: On Sat, 05 Nov 2005 19:29, Rafael Barreto wrote:> I'm with a very strange problem with a partition reiserfs. When I installed> gentoo I created a partition to save my person

Re: [gentoo-user] Strange problem with partition reiserfs

2005-11-05 Thread Rafael Barreto
Sorry. I see now the answear in the top. :-) Thanks again!2005/11/5, Rafael Barreto <[EMAIL PROTECTED]>: Yes, I'm sure. As a same user I repeated that many times on different partitions and just in that Kate doesn't ask me for a confirmation. Well... With gedit I don't hav

[gentoo-user] About sed

2005-11-06 Thread Rafael Barreto
Hi, I'm learning about the use of the sed command and I have some questions. I'm trying to read in /etc/conf.d/clock the CLOCK variable with: sed '/^CLOCK="*"$/p' /etc/conf.d/clock This command, in principe, must print in screen the line that contains CLOCK= in the begin, contains anything betwe

Re: [gentoo-user] About sed

2005-11-06 Thread Rafael Barreto
:) Thanks very much. Now that I read your answear I searched in a book the significant of *,+ and others and I suppose I understood. Thanks2005/11/7, Willie Wong <[EMAIL PROTECTED]>: On Mon, Nov 07, 2005 at 01:44:42AM -0200, Rafael Barreto wrote:> Hi,>> I'm learning abou

Re: [gentoo-user] About sed

2005-11-06 Thread Rafael Barreto
result is the entire line. So, could you explain me this a little more? Thanks...2005/11/7, gentuxx < [EMAIL PROTECTED]>:-BEGIN PGP SIGNED MESSAGE-Hash: SHA1Willie Wong wrote: >On Mon, Nov 07, 2005 at 01:44:42AM -0200, Rafael Barreto wrote:>>>Hi,>>>>I'

Re: [gentoo-user] About sed

2005-11-06 Thread Rafael Barreto
Other thing... Why was necessary to ^CLOCK= before s/^\(CLOCK=".*"\).*$/\1/p? And which the necessity of the ( ) between the regular _expression_? Thanks again 2005/11/7, Rafael Barreto <[EMAIL PROTECTED]>: For that I understood, this command will return the line of CLOCK= in /

[gentoo-user] Paralell process in Bash

2005-11-07 Thread Rafael Barreto
Is there any form to create a child process in a bash-script? I mean... I would like to have a script that use many background process to do some paralell things. I know that I could use & after a code block, but, in this way, when I kill the main script, their childs are alive yet. They don't die