Category Archives: HowTo

Openvpn client on embedded devices

As a kind of proof of concept I setup a Linksys router running the Openwrt firmware as a portable hardware openvpn client to connect to the AlwaysVPN service. I used the router as a wireless client, meaning I did not connect to a wired network to gain internet access. The final test was to connect [...]

Also posted in Computer hardware, Computer software | Tagged , , , , | 2 Comments

Receive voice call alert of new email messages

Just spent a few hours hacking together a small script for my Asterisk PBX that checks a IMAP folder for new unseen messages and calls my cell when it sees any. If I pickup it also reads me the number of new messages using a simple text to speech engine.
The script is written in php [...]

Also posted in Computer software | Tagged , , , , | Leave a comment

New Craigslist ads by email

To receive updates on new items for sale on Craigslist via email please have a look at the instructions below:

Do a regular keyword search on craigslist.org for the item you are looking for.

Posted in HowTo | Tagged , , | Leave a comment

Pidgin spell check language switcher

If you are looking for an easy way to switch between multiple spell check dictionaries in the Pidgin IM application, have a look at the the Purple Plugin Pack. This plugin pack includes a plugin called Switch Spell which enables you to do just that. To install this on windows download the *win32.zip file that [...]

Also posted in Computer software | Tagged , , , , | 1 Comment

Editing Postfix aliases

Every time I need to edit a /etc/aliases file on one of my servers to change an email address I forget the correct way to convert the file to a hash database. So here it is:
# nano -w /etc/aliases
# newaliases
# /etc/init.d/postfix restart

Posted in HowTo | Leave a comment

Looking up Grandstream config file values

If you are trying to remotely provision your Grandstream device with a configuration file you need to first create a list of ‘P##’ values that contain your options. Grandstream does provide a template with most of these values. Once in a while however I come across an option that I have seen in the device’s [...]

Also posted in Computer hardware | Leave a comment

Tired of default Grandstream ringtone?

Are you tired of the default ring tone that your Grandstream IP phone equipment is using?
Are you annoyed that the ring tone sounds just like the dial tone?
Well I created 2 new ring tones that have been tested on a GXP-2000 phone.
Ring tone #1:  .bin file   .wav file
Ring tone #2: .bin file    .wav file
To  [...]

Also posted in Computer hardware | 2 Comments

Grandstream publishing wrong DST rules

Back in March when we all had to deal with the new daylight savings time changes I had researched what the new configuration would look like on Grandstream VOIP devices. Please have a look at my previous article before blindly taking any information from here.
The rule I had originally published and the one that Grandstream [...]

Posted in HowTo | 1 Comment

Passwordless-ish ssh for rsync with Keychain on Debian (etch)

(This is not a step by step tutorial. I’m creating this for my own memory)
You already need public key encryption working on your servers.
copy or create this on the server that will be running rsync from cron:
scp ~/.ssh/id_rsa root@192.168.1.XXX:~/.ssh/id_rsa
scp ~/.ssh/id_rsa.pub root@192.168.1.XXX:~/.ssh/id_rsa.pub
Run:
apt-get install keychain
add these lines to your ~/.bashrc file:

#on this next line, we start keychain [...]

Posted in HowTo | Leave a comment

Update 2007 DST rules on Grandstream devices

*UPDATE* Please also have a look at this newer article before using these settings!!
Here is how you update the new Daylight Saving Time start and end date on Grandstream voip devices:
-Login to the web panel.
-Go to the ‘Basic Settings’ tab
-find ‘Daylight Savings Time’, change it to yes and the ‘Optional rule to:
3,2,7,2,0;11,1,7,2,0;60
-save and reboot the [...]

Posted in HowTo | 3 Comments