public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* CenterICQ
@  Chris
   ` CenterICQ Jessica and Pets
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Chris @  UTC (permalink / raw)
  To: speakup

Would someone please be ever so kind to attach the tar.gz file for CenterICQ
to an e-mail and send it off to me privately?  I can't seem to find it on
the net...  I'll keep looking in the ming time, but please someone send it
and I'll notify yall if by slim chance I find it...


Chris.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: CenterICQ
   CenterICQ Chris
@  ` Jessica and Pets
     ` CenterICQ Buddy Brannan
   ` CenterICQ Igor Gueths
   ` CenterICQ Lorenzo Prince
  2 siblings, 1 reply; 15+ messages in thread
From: Jessica and Pets @  UTC (permalink / raw)
  To: speakup

You should goto www.centericq.de
No one should have to attach it and send it to you. It is out there very
easy to get.
http://www.centericq.de
Hope this helps.
On Sun, Sep 21, 2003 at 09:05:49AM -0400, Chris wrote:
> Would someone please be ever so kind to attach the tar.gz file for CenterICQ
> to an e-mail and send it off to me privately?  I can't seem to find it on
> the net...  I'll keep looking in the ming time, but please someone send it
> and I'll notify yall if by slim chance I find it...
> 
> 
> Chris.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: CenterICQ
   ` CenterICQ Jessica and Pets
@    ` Buddy Brannan
       ` CenterICQ Chris
  0 siblings, 1 reply; 15+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: speakup

Its main home page is at
konst.org.ua
-- 
Buddy Brannan, KB5ELV/3    | But I will lay my burden 
Email: davros@ycardz.com   | in the cradle of your grace,
ICQ: 36621210              | And the shining beaches of your love,
http://www.ycardz.com      | and the sea of your embrace.--Dave Carter


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: CenterICQ
     ` CenterICQ Buddy Brannan
@      ` Chris
         ` Having a script executed for all users? Darragh
                         ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Chris @  UTC (permalink / raw)
  To: speakup

What country is uA based out of, just wondering.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Having a script executed for all users?
       ` CenterICQ Chris
@        ` Darragh
           ` Buddy Brannan
                           ` (2 more replies)
         ` CenterICQ Buddy Brannan
                         ` (2 subsequent siblings)
  3 siblings, 3 replies; 15+ messages in thread
From: Darragh @  UTC (permalink / raw)
  To: speakup

Hello all,
I want to include the following two lines in a script that will execute
no matter who is logging on.

Echo 25 > /proc/speakup/apolo/jiffy_delta
Echo 10 > /proc/speakup/apolo/delay_time

I tried putting it into the /home/darragh/.bash_profile file but As far
as I can tell that file is executed after I log in and I don't have
write permission for the two files.

Thanks

Darragh




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: CenterICQ
       ` CenterICQ Chris
         ` Having a script executed for all users? Darragh
@        ` Buddy Brannan
         ` CenterICQ Gregory Nowak
         ` CenterICQ Igor Gueths
  3 siblings, 0 replies; 15+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: speakup

The Ukraine, I think; although Konst now lives in Romania.
-- 
Buddy Brannan, KB5ELV/3    | But I will lay my burden 
Email: davros@ycardz.com   | in the cradle of your grace,
ICQ: 36621210              | And the shining beaches of your love,
http://www.ycardz.com      | and the sea of your embrace.--Dave Carter


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Having a script executed for all users?
         ` Having a script executed for all users? Darragh
@          ` Buddy Brannan
             ` Darragh
           ` Joseph C. Lininger
           ` Joseph C. Lininger
  2 siblings, 1 reply; 15+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: speakup

Why do you want to execute them upon login?

Really, those should be executed when you boot your machine and should
therefore be put in your startup sequence somewhere...preferably
wherever it is you initialize the rest of your Speakup stuff. I don't
remember what distro you use, so this will vary. In Debian, you want a
file called something like S99speakupinit (make the number lower to
have it run earlier in the boot sequence). Call it whatever you like,
but the capital s denotes that it run on startup. Put this in the run
levels you want, i.e. /etc/rc2.d/S99speakupinit if you primrily use
runlevel 2. There's a way to do this automagically, but I don't
remember it...just make a file with the right sort of name with the
commands you want in it and it'll run when you boot your
machine. Putting those lines in your .profile would (assuming you had
write permissions of course) run *every time* you logged in, which
doesn't make a lot of sense for what you're wanting to do.
-- 
Buddy Brannan, KB5ELV/3    | But I will lay my burden 
Email: davros@ycardz.com   | in the cradle of your grace,
ICQ: 36621210              | And the shining beaches of your love,
http://www.ycardz.com      | and the sea of your embrace.--Dave Carter


^ permalink raw reply	[flat|nested] 15+ messages in thread

* RE: Having a script executed for all users?
           ` Buddy Brannan
@            ` Darragh
  0 siblings, 0 replies; 15+ messages in thread
From: Darragh @  UTC (permalink / raw)
  To: speakup

Thanks, I thought it didn't make much sence but heh it was a start.

I'm using Red hat 8.

-----Original Message-----
From: speakup-admin@braille.uwo.ca [mailto:speakup-admin@braille.uwo.ca]
On Behalf Of Buddy Brannan
Sent: 21 September 2003 17:33
To: speakup@braille.uwo.ca
Subject: Re: Having a script executed for all users?


Why do you want to execute them upon login?

Really, those should be executed when you boot your machine and should
therefore be put in your startup sequence somewhere...preferably
wherever it is you initialize the rest of your Speakup stuff. I don't
remember what distro you use, so this will vary. In Debian, you want a
file called something like S99speakupinit (make the number lower to have
it run earlier in the boot sequence). Call it whatever you like, but the
capital s denotes that it run on startup. Put this in the run levels you
want, i.e. /etc/rc2.d/S99speakupinit if you primrily use runlevel 2.
There's a way to do this automagically, but I don't remember it...just
make a file with the right sort of name with the commands you want in it
and it'll run when you boot your machine. Putting those lines in your
.profile would (assuming you had write permissions of course) run *every
time* you logged in, which doesn't make a lot of sense for what you're
wanting to do.
-- 
Buddy Brannan, KB5ELV/3    | But I will lay my burden 
Email: davros@ycardz.com   | in the cradle of your grace,
ICQ: 36621210              | And the shining beaches of your love,
http://www.ycardz.com      | and the sea of your embrace.--Dave Carter

_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: CenterICQ
       ` CenterICQ Chris
         ` Having a script executed for all users? Darragh
         ` CenterICQ Buddy Brannan
@        ` Gregory Nowak
           ` CenterICQ Chris
         ` CenterICQ Igor Gueths
  3 siblings, 1 reply; 15+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

What country is cx based out of? I was wondering that since first
seeing your email address.

Greg


On Sun, Sep 21, 2003 at 12:18:20PM -0400, Chris wrote:
> What country is uA based out of, just wondering.
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
Free domains: http://www.eu.org/ or mail dns-manager@EU.org



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: CenterICQ
         ` CenterICQ Gregory Nowak
@          ` Chris
  0 siblings, 0 replies; 15+ messages in thread
From: Chris @  UTC (permalink / raw)
  To: speakup

Heheheheh.

Actually, I have no idea...  I'm on a dynamic dns domain service through
dyndns.org and one of the domains they offered was ath.cx which I just
thought sounded really cool.


Chris.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: CenterICQ
   CenterICQ Chris
   ` CenterICQ Jessica and Pets
@  ` Igor Gueths
   ` CenterICQ Lorenzo Prince
  2 siblings, 0 replies; 15+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Try http://konst.org.ua.

On Sun, 21 Sep 2003, Chris wrote:

> Would someone please be ever so kind to attach the tar.gz file for CenterICQ
> to an e-mail and send it off to me privately?  I can't seem to find it on
> the net...  I'll keep looking in the ming time, but please someone send it
> and I'll notify yall if by slim chance I find it...
>
>
> Chris.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: CenterICQ
       ` CenterICQ Chris
                         ` (2 preceding siblings ...)
         ` CenterICQ Gregory Nowak
@        ` Igor Gueths
  3 siblings, 0 replies; 15+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

That would be the Ukraine.

On Sun, 21 Sep 2003, Chris wrote:

> What country is uA based out of, just wondering.
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: CenterICQ
   CenterICQ Chris
   ` CenterICQ Jessica and Pets
   ` CenterICQ Igor Gueths
@  ` Lorenzo Prince
  2 siblings, 0 replies; 15+ messages in thread
From: Lorenzo Prince @  UTC (permalink / raw)
  To: speakup

The tar.gz file is at
http://thekonst.net/download/centericq-4.9.6.tar.gz
the tar.bz2 is at
http://thekonst.net/download/centericq-4.9.6.tar.bz2
A search for "centericq" on freshmeat.net took me to the homepage where I found these direct download URL's.

Prince
-- 
#!/bin/bash
/usr/games/fortune linuxcookie


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Having a script executed for all users?
         ` Having a script executed for all users? Darragh
           ` Buddy Brannan
@          ` Joseph C. Lininger
           ` Joseph C. Lininger
  2 siblings, 0 replies; 15+ messages in thread
From: Joseph C. Lininger @  UTC (permalink / raw)
  To: speakup

Try putting that in to /etc/profile. This should result in it being executed
for all users. The exception is that it won't be executed for anyone who
doesn't have a born style shell.
--
Joseph C. Lininger
jbahm@pcdesk.net
----- Original Message ----- 
From: "Darragh" <lists@digitaldarragh.com>
To: <speakup@braille.uwo.ca>
Sent: Sunday, September 21, 2003 10:24 AM
Subject: Having a script executed for all users?


> Hello all,
> I want to include the following two lines in a script that will execute
> no matter who is logging on.
>
> Echo 25 > /proc/speakup/apolo/jiffy_delta
> Echo 10 > /proc/speakup/apolo/delay_time
>
> I tried putting it into the /home/darragh/.bash_profile file but As far
> as I can tell that file is executed after I log in and I don't have
> write permission for the two files.
>
> Thanks
>
> Darragh
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Having a script executed for all users?
         ` Having a script executed for all users? Darragh
           ` Buddy Brannan
           ` Joseph C. Lininger
@          ` Joseph C. Lininger
  2 siblings, 0 replies; 15+ messages in thread
From: Joseph C. Lininger @  UTC (permalink / raw)
  To: speakup

Please ignore my previous post. I realized my mistake after I'd already sent
the message. You can't write to those files under any user except root, so
you should execute those commands in your startup files.
--
Joseph C. Lininger
jbahm@pcdesk.net
----- Original Message ----- 
From: "Darragh" <lists@digitaldarragh.com>
To: <speakup@braille.uwo.ca>
Sent: Sunday, September 21, 2003 10:24 AM
Subject: Having a script executed for all users?


> Hello all,
> I want to include the following two lines in a script that will execute
> no matter who is logging on.
>
> Echo 25 > /proc/speakup/apolo/jiffy_delta
> Echo 10 > /proc/speakup/apolo/delay_time
>
> I tried putting it into the /home/darragh/.bash_profile file but As far
> as I can tell that file is executed after I log in and I don't have
> write permission for the two files.
>
> Thanks
>
> Darragh
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 CenterICQ Chris
 ` CenterICQ Jessica and Pets
   ` CenterICQ Buddy Brannan
     ` CenterICQ Chris
       ` Having a script executed for all users? Darragh
         ` Buddy Brannan
           ` Darragh
         ` Joseph C. Lininger
         ` Joseph C. Lininger
       ` CenterICQ Buddy Brannan
       ` CenterICQ Gregory Nowak
         ` CenterICQ Chris
       ` CenterICQ Igor Gueths
 ` CenterICQ Igor Gueths
 ` CenterICQ Lorenzo Prince

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).