Configuring Bluetooth PAN in Debian
I wanted to use Internet using my Sony Ericsson W595 Bluetooth Personal Area Network. It wasn’t that hard, here are the steps… 1. Install bluez-utils sudo apt-get install bluez-utils 2. Enable the PAND in /etc/default/bluetooth and configure it to connect to your device. PAND_ENABLED=1 PAND_OPTIONS="–role PANU –connect 00:25:E7:2B:E9:60" 3. Add the Bluetooth network interface in [...]
Setting the SVN external
Use Smarty for Templating, I had to include the Smarty libraries in the sri-lankan code base, but I didn’t wanna maintain it in the sri-lankan subversion repository, for that I had to just add the Smarty libs as a svn:externals property! Here is how… [~] svn propset svn:externals ‘smarty http://smarty-php.googlecode.com/svn/trunk/libs’ . property ‘svn:externals’ set on [...]