Stop Censorship Home Home Stop Censorship

Debian: Beep at Login Prompt

Debian Logo

A spare PC that's been kicking around my apartment recently got a fresh dose of Lenny.

As a headless machine, it's handy to have the system beep when it reaches the log in prompt to announce that it's ready to accept SSH connections.

This is achieved with the beep command which can be installed with

apt-get install beep

The beep command can be used to play beeps at different frequencies and durations. For my "system ready" sound I decided on:

beep -f 750 -l 200 -n -f 650 -l 200 -n -f 750 -l 200

To execute the above command when the log in prompt is displayed, paste it into /etc/rc.local before the line exit 0.

Debian

One Comment on Debian: Beep at Login Prompt

You can track this conversation through its atom feed.

  1. foo on January 24th, 2012 at 9:21 am

    foo

Leave a Comment

(required) (required, but not published) (optional)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>