File search by size…
Posted by penrod on August 26th, 2009Sorry, 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…
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 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
…
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…

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…