Search

Archive for August, 2009

File search by size…

Posted by penrod on August 26th, 2009

Sorry, just using the blog as my brain again…

Method to search for files based on a certain size…


find . -type f -size +50M -exec ls -lu {} \;

Method to delete files older than 30…

TCPing

Posted by penrod on August 19th, 2009

TCPing is an application like a normal ping, but it uses TCP and you bounce if off a specific port. Great for testing a tcp connection across a firewall.


15Inch7:~ penrod$ tcping -h www.penrod.cc -p 80
PING www.penrod.cc:80

OSX – Serial Port Terminal Emulation

Posted by penrod on August 13th, 2009

I’ve been a fan of ZTerm for a long time and have used it to configure many serial devices. However, it just seems like OSX freezes from time to time when I’m running it. It may just be me, and…

Burn – Simple, but advanced burning for OSX

Posted by penrod on August 10th, 2009

Burn

The government…

Posted by penrod on August 7th, 2009

Please obey all posted signs!

Come Again...

Google Voice Mail…

Posted by penrod on August 6th, 2009

Google Voice

I found that my mobile phone’s voicemail would pick up before the call would be sent to Google Voice’s voicemail. Problem was that my carrier (ATT) was picking up before the 25 second time Google Voice needed to time…