Posted In Miscellaneous,Perl By John Hass
closeAuthor: John Hass
Name: John Hass
Email: john@sipmeeting.com
Site: http://www.jkcool.com/
About: John Hass, is not a writer, is not a poet, is not much of anything, but you read his blog posts, I know you do.
But really I am a Linux administrator, and I fake sweet computer programming skills.See Authors Posts (12)
Make 007 Jealous
Public/Private encryption is not a new thing, did you know you can use my favorite swiss army knife to send secret messages to your friends…. Scratch that, I don’t have any friends… Perl Makes this easy with a little module calls Crypt::RSA, yes RSA is under fire for security blah blah, I don’t care, it’s still secure, because Mr. S’s (yes it’s a dudes name) I can’t pronounce nor spell, I know it will be fairly decent, I am almost about sure Mr. S should be Dr. S, but that just sounds evil, so without further ado, public/private key encryption with perl.
[read more]
Posted In Perl By Tony Virelli
closeAuthor: Tony Virelli
Name: Tony Virelli
Email: tvirelli@gmail.com
Site: http://www.tonyvirelli.com
About: My name is Tony Virelli and I am from Iowa. I work for a web marketing and design firm. We offer web design, web programming, web marketing, search engine optimization and hosting. We also do print work, logo design and corporate identities. I am the head PHP programmer and the systems administrator.See Authors Posts (17)
I had a bit of a situation with my Postfix Mail Queue. Mail stopped sending and the queue built up. When I did a mailq I found a lot of double-bounce@domain.com emails in my queue. I knew it would take forever for those to clear and get the good mail flowing again.
[read more]
Posted In Perl By John Hass
closeAuthor: John Hass
Name: John Hass
Email: john@sipmeeting.com
Site: http://www.jkcool.com/
About: John Hass, is not a writer, is not a poet, is not much of anything, but you read his blog posts, I know you do.
But really I am a Linux administrator, and I fake sweet computer programming skills.See Authors Posts (12)
It’s time for another episode of, why the hell would you want to do that, I am your host John Hass. On Today’s show we are going to teach you how to set the time from Google’s web server.
So the first question is why, my answer is why not. The web is full of useless things, lets add one more. Once again using Linux and Perl, you must be root to set the time.
[read more]
Posted In Perl By John Hass
closeAuthor: John Hass
Name: John Hass
Email: john@sipmeeting.com
Site: http://www.jkcool.com/
About: John Hass, is not a writer, is not a poet, is not much of anything, but you read his blog posts, I know you do.
But really I am a Linux administrator, and I fake sweet computer programming skills.See Authors Posts (12)
Google now has a text to speech service that allows you to type in a URL and some text and it will give you an mp3! It works fairly well, so I decided to use my Swiss Army knife (Perl) and write a script that will make it easy to get mp3′s
[read more]