The Grandstream GXP2020EXT is an accessory “sidecar” (or in Grandstream-speak “Expansion Module”) that adds 56 speed dials with BLF to Grandstream model GXP20xx VoIP telephones. In the article below I’ve provided two scripts to help GXP2020EXT users keep their units programed with fresh directory information and matching card inserts. The Problem As the phone system…
How many Touch-Tone digits does your landline have? 12 ? …That’s so pedestrian. If you’re a phone geek you might know about the old military AUTOVON phone system. These phones added 4 additional digits, that could be used to indicate the urgency of the call. P for priority, I for immediate, and F for flash…
An email with a trojan Microsoft Word document made it past the spam filter today at work. At least one user reported opening the attachment. The attachment was named: DOCO943488.doc, but running the file through virustotal.com it was clear that it’s been known by other names.. To help affected people find this page here are…
You connect into the server and type “w” to see who else is on. You see a connection from an IP you don’t recognize! 14:43:11 up 5 days, 22:32, 2 users, load average: 0.52, 0.41, 0.36 USER TTY FROM LOGIN@ IDLE JCPU …
I like Bash, but it isn’t well suited for some tasks. For fun I sometimes ignore that. Occasionally people seem to find this useful. In that spirit, here is my implementation of the popular Luhn / mod10 algorithm used in credit card, IMEI, and other number sequences. download [luhn.zip] # Returns Luhn checksum for supplied…
Project Introduction I made an adapter to take classic video game controllers for Sega, Atari (2600, 7800) and Commodore (VIC20, C64, C128) and adapt them to work as a 5 button USB keyboard (4 directions and a fire/trigger key). The joystick now works like an external numeric keypad. Pressing the fire/trigger button will act like…