Debian/Ubuntu SSH Key Compromise Lookup
May 17th, 2008I was messing around with merb the other day and wrote a quick app to check to see if your ssh key has been compromised due to the vulnerability found in the openssl package on Debian/Ubuntu. All you due is search for your ssh key fingerprint. All you need to do is fire up a terminal/shell and type:
ssh-keygen -l -f .ssh/id_rsa.pub # put the path to your ssh key
It should come back with something like
00:00:5b:35:76:4e:0b:24:01:a9:dc:bc:a5:b6:b6:b5
Just search for that and it will let you know if your key is compromised. Link to app: SSH Key Lookup
DNS Control uploaded to github
April 23rd, 2008Lately, I have had a few people contact me about making changes to dns control. So i decided to license it under the MIT License and uploaded it to github.
http://github.com/jmazzi/dns-control
If you are interested in making changes, just create a fork and submit the patches through github. It makes it really easy. Check out this guide for help:
http://github.com/guides/fork-a-project-and-submit-your-modifications
SunRocket BroadBand Phone Service - Going Under - Time for ViaTalk!
July 16th, 2007SunRocket is going out of business! Check out this article. Or, you can follow along this thread on dslreports. If you are a current SunRocket customer, ViaTalk is offering a contract buyout for up to a FULL YEAR! Plus, you get 3 months free and a second line, for no charge. You can’t beat that with a stick. Signup!
Wordpress - Lighttpd - Permalinks - Without rewrite
May 16th, 2007Ok, I setup lighttpd on my machine and found out lighttpd can’t handle some mod_rewrite directives (used with permalinks). Specifically, sending a request to index.php if a file couldn’t be found. Here is an easy work around. First, you need to make sure your current theme has a 404 page. Goto Presentation->Theme Editor and see if you have a template called “404 template”. If you don’t, just copy wp-content/themes/default/404.php to your theme directory:
cp wp-content/themes/default/404.php wp-content/themes/YOUR_THEME
Then edit the 404 template file and add:
< ?php header("HTTP/1.1 404 Not Found"); ?>
at the top of the script. This is so pages that are not found actually send 404 response headers. This is important for search engine bots like google.
After that, edit lighttpd. You just need this line in your virtual host:
server.error-handler-404 = "/index.php"
Thats it. Let me know if you have any issues with this.
2 Years of ViaTalk VoIP Phone Service for $199
May 11th, 2007ViaTalk is offering unlimited Voice over IP phone service for 2 years for $199.
With this service, you have unlimited local and long distance phone service for 2 years.
Includes:
Voicemail
Caller ID
Call Waiting
Call Forwarding
*69
Free in-network calls
And many more.
DSLReports has a very good 91% rating from customers.
DNS Control 2.0 - Ruby on Rails
April 4th, 2007Over the past year, I have had the pleasure of working with ruby on rails professionally. It’s been a lot of fun. The development process has been cut in half for the apps I have written. It has also been easier to maintain. How does this apply to DNS Control? I’m glad you asked! DNS Control 2.0 will be written entirely in ruby on rails. Right now, I am just planning things out. If you interested in helping, feel free to send me an at
BrainCast Beta - Free Internet & Phone Based Memo Recording
November 7th, 2006I can’t tell you how many times I have been out somewhere and have had an idea that just faded away because I didnt take the time to leave myself a reminder (how often do you have a pen handy?). Now we have BrainCast. When I think of something I need to get done, I take my cellphone out of my pocket, hit a few buttons, and presto! Now I can remember everything.
Woot / WoofOff Script
August 18th, 2006For those of you who woot, here is a page that will load just the name of the product, the percent left, and the price.
Just click the link and the page will auto-refresh every 15 seconds. Works from cell phones too.
HoudahSpot - A better spotlight
June 16th, 2006Spotlight is great for a quick search now and then. But lets face it, it can be slow and its search options are far and few between. Sometimes you need to find a file of a certain type or from a certain date.
This is where HoudahSpot comes into play. The software is $14.95, but MacZOT.com is giving you an opportunity to get for free today. I invite you to come by, try out software, and blog your own thoughts about the software.

Posted by Justin