Thursday, July 30, 2009

Disabling the Voicemail Greeting for Sprint

1. Access your voicemail box.
2. Press 3, for personal options.
3. Press 2, for greetings.
4. Press 1, to change your personal greeting.
5. Press 3, to add or remove the caller instructions.
6. Follow the prompts to turn instructions on or off.

Thursday, March 13, 2008

Install MySQL5 + Python Support

sudo apt-get install mysql-client-5.0 mysql-server-5.0 python-mysqldb

Tuesday, December 11, 2007

Hauppauge ImpactVCB

I purchased this card intending to use it on my Ubuntu Linux box and it worked fine. All I had to do was make sure I set VLC and Motion to use NTSC .. silly Europeans set PAL to be the default.

Selecting an input is done by selecting the channel number.

Now, despite the fact that it has 4 inputs (1 super video and 4 analog) it can only capture from one of those inputs at a time :( I guess this is why it was $40 and everything else was $100 or more.

Thursday, December 6, 2007

% sudo apte-get ...
...
Media change: please insert the disc labeled
'Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)'
in the drive '/cdrom/' and press enter


This can be avoided by commenting out "deb cdrom: ..." in /etc/apt/sources.list.

Tuesday, November 20, 2007

Serial Port Names

http://tldp.org/HOWTO/Serial-HOWTO-4.html#ss4.3

Are things like /dev/ttys0.

Killing Motion or Reloading Config File

kill -s SIGHUP pid # Reloads the config file.
kill -s SIGTERM pid # Captures the last event and quits.

Installing Motion

First installed Apache / MySQL / PHP 5 (see previous post).

Next do the preparation.

% sudo apt-get install libc6 libc6-dev libglib1.2 libjpeg62 libjpeg62-dev zlib1g zlib1g-dev

http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideInstallation#Preparation_For_Install

Note that Ubuntu packages will be the same as the Debian ones. So make sure they're all installed. Note that a bunch (especially the non dev packages) will already be installed.

Next follow the installation instructions here:

http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideInstallation#How_do_I_install_Motion

Everything worked for me except the instructions lie about the placement of the default configuration file. The installation script doesn't lie, however, so use that location. The one I'm using ended up here:

/usr/local/etc/motion.conf

I made the modifications they suggested hooking it up to /dev/video1. And it worked like a charm. Plopped data down into /var/www/camera/ like I configured it to.