RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Thecus N2100 with Debian enable boot completion beep

I have installed a Debian on my N2100 yesterday and it is just great. I wonder why the Thecus guys do not put a full version of debian into this small box by default :-). Since this is a headless PC I was missing that last beep once the system booted so I would know when I can ssh to it. Here is a small hack to overcome this problem. First install a beep package:

# apt-get isntall beep
The open up a /etc/init.d/ssh file and scroll right to the bottom and replace:
exit 0

with:

beep -l 1000
exit 0

the -l option specifies a length of the beep so feel free to adjust it to your needs.

Share this linux post:

Submit Thecus N2100 with Debian enable boot completion beep in Delicious Submit Thecus N2100 with Debian enable boot completion beep in Digg Submit Thecus N2100 with Debian enable boot completion beep in FaceBook Submit Thecus N2100 with Debian enable boot completion beep in Google Bookmarks Submit Thecus N2100 with Debian enable boot completion beep in Stumbleupon Submit Thecus N2100 with Debian enable boot completion beep in Technorati Submit Thecus N2100 with Debian enable boot completion beep in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download