Monthly Archives: January 2010

Share list of files in DropBox Public folder

For Windows DropBox users. Here is a simple way to share list of links for your Public folder. This script doesn’t show files in sub-directories. 1. Create a makefilelist.bat file with script to list all files in directory. 2. Use Scheduled Tasks to run the .bat file Daily or Weekly, etc as needed; depending on [...]

Posted in quickfire | Tagged | 5 Comments

Asterisk GotoIf Application

The description from asterisk for this is GotoIf(condition?[labeliftrue]:[labeliffalse]), however for me (being somewhat new to asterisk, and not fully understanding all the little bits, this was a bit confusing. A better way of describing this, at least for those of use new to asterisk, might be GotoIf(condition?[context,priority,labeliftrue]:[context,priority,labeliffalse]). I have not used labels in the dial [...]

Posted in quickfire, tips | Tagged | Leave a comment

Remote packet capture

Had a need to capture some traffic on the remote machine and analyze it in Real Time ™.  Found to solutions to this.  The first, involved just sending the output of tcpdump across the ssh session. ssh host.example.org tcpump – eth0 -w – > capture.pcap The other method, picked up from the wireshark wiki allows for the [...]

Posted in Uncategorized | Leave a comment