Categories
Tags
aastra apache asterisk centos cheatsheet chrome cisco comic dd dropbox email esxi fedora file sharing find gmail gnome google grep im feeling lucky linux migration networking olf openfiler openoffice replace rpl scm search security sed sp3 spyware ssh storage subversion tips tomcat twitter ubuntu vmware voip windowsArchives
Monthly Archives: January 2010
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 plan [...]
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 captured traffic [...]
Posted in Uncategorized Leave a comment
Share list of files in DropBox Public folder