Re: [kde] [BULK] Re: Clock
- From: Gobi <gobis@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: 20 Feb 2008 12:03:03 +0530
Install VMWARE. it is an application.. using that u can run both windows
and linux in the same machine
On Tue, 2008-02-19 at 23:25, walt kautz wrote:
hey charles I dont know how 2 make it chime.do you
know how 2 run linux & windows on the same machine?
--- Charles Bacon <crtb@xxxxxxxx> wrote:
Here's my solution: crontab, a tiny shell script,___________________________________________________
and a suitable .au
file for /dev/au.
Chuck Bacon -- crtb@xxxxxxxx
ABHOR SECRECY -- DEFEND PRIVACY
On Fri, 15 Feb 2008, sean wrote:
Does anyone know if the clock can be made to chimeon the hour, 1/2
hour, or some optional setting?___________________________________________________
Thanks
Sean
This message is from the kde mailing list.https://mail.kde.org/mailman/listinfo/kde.
Account management:
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
Here's my solution: crontab, a tiny shell script,
and a suitable .au
file for /dev/au.
Chuck Bacon -- crtb@xxxxxxxx
ABHOR SECRECY -- DEFEND PRIVACY
----- Add to your .crontab if you have one,
otherwise invent your own -----
# Sample crontab entry fires off the cuckoo clock
once per hour, exc. at night.
0 8-22 * * * "/home/crtb/music/sounds/cuckoo.clock"
----- copy this along with cuckoo.au into your own
bin directory -----
#!/bin/sh
# Play the cuckoo clock for the most recent hour
hr=`date "+%l"`;
while [ $hr -gt 0 ] ; do
cat ~/bin/cuckoo.au > /dev/audio
hr=`expr $hr - 1`
done>
This message is from the kde mailing list.
Account management:
https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
- Follow-Ups:
- Re: [kde] [BULK] Re: Clock
- From: walt kautz
- Re: [kde] [BULK] Re: Clock
- References:
- Re: [kde] Clock
- From: walt kautz
- Re: [kde] Clock
- Prev by Date: Re: [kde] Clock
- Next by Date: Re: [kde-linux] k3b won't verify data
- Previous by thread: Re: [kde] Clock
- Next by thread: Re: [kde] [BULK] Re: Clock
- Index(es):
Relevant Pages
|