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
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
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
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]
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
In this article I am going to code up a program that will actually download music from free.napster.com and give you the 32k mp3 file contained within. So without further ado, let the Free mp3’s reign.
Using libwww, swftools, and some trickery we can easily download mp3’s from free.napster.com. I am using Linux, but all the requirements for this application should work in Windows.
I am calling my application getTunes.pl for reference. The full source will be attached to this Blog posting.
[read more]