Debian, beep when loaded. #
i screwed a PC to a plank and installed Debian minimum on it. It's headless, not in a closet but hanging on the wall next to me. i wanted a way to tell when Debian had loaded so i could SSH into it, so...
apt-get -y install beep
nano /etc/rc.local
Add beep -r 2 before exit 0
Done.
apt-get -y install beep
nano /etc/rc.local
Add beep -r 2 before exit 0
Done.