RSS .92| RSS 2.0| ATOM 0.3
  • Home
  • DNS Control
  •  


    DNS-Control v1.0.3 Released

    June 2nd, 2008

    Version 1.0.3 adds php5 support. For more information, check out the DNS-Control page.


    Debian/Ubuntu SSH Key Compromise Lookup

    May 17th, 2008

    I 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, 2008

    Lately, 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


    DNS Control 2.0 - Ruby on Rails

    April 4th, 2007

    Over 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 . Stay tuned for updates!


    Universal Build of Perian 0.5

    September 29th, 2006

    1) Download Perian.component.zip
    2) Unzip
    3) Copy to ~/Library/QuickTime folder (you may need to create it).Thats it.

    Also, this is reference to the post on digg

    The download has been removed by the request of the author. The version available here is now outdated. You can get the latest version here.


    Woot / WoofOff Script

    August 18th, 2006

    For those of you who woot, here is a page that will load just the name of the product, the percent left, and the price.

    Woot Thing

    Just click the link and the page will auto-refresh every 15 seconds. Works from cell phones too.


    Allofmp3 Project

    December 3rd, 2005

    Since there has been a bunch of people developing clients based on the code I wrote for allofmp3, I decided I would like to setup a central development project to keep all the efforts in one place. If you are one of those people, please contact me: jmazzi@gmail——–.com(remove the ——–). I’d like to come with a cross platform solution. GTK+Python sounds like a good idea to me. Please send me your feedback.


    Simple PHP AimFight Script

    July 29th, 2005

    I wrote this script the other day for the heck of it. Its a script that allows you to aim fight someone. You can see it in action here, or download it.


    New DNS Control Out

    June 22nd, 2005

    DNS Control 1.0.2 has been released.. This one comes with a cool new feature. I haven’t had a whole lot of time to work on this lately, but I will get to the Feature Requests as soon as I have time.

    On a side note, I only need one more person to signup and complete an offer for my free PSP. If you like DNS Control, you can help me out by signing up. I have already received a free iPod from this company, so its definitely legit. So signup up and get yourself a free PSP in the process.


    DNS Control

    March 4th, 2005

    DNS Control is a web based dns management tool for BIND 9 name server. You can completely manage a domain from a web interface. It supports adding/modifying/removing A, MX, and CNAME records. All information is stored in a MySQL database. The interface(frontend) and command scripts(backend) are written completely in PHP(smarty for the templates). There is a separate interface for admins and users. The admin interface is for adding/removing/updating passwords for domains in the system. The user interface is for managing a domain.

    Changes:

    *Session Security Fix
    *Updated to Smarty-2.6.9
    *Added Search Feature to backend
    *WWW A record created by default now

    Upgrade Instructions:

    *Just upload the new files.

    Here are a few screenshots:

    Admin:
    List Domains
    Add Domain

    User:
    Login
    Show Records
    List Record
    Add Record

    Download Below:

    dnscontrol-1.0.2.tar.gz

    Bug Tracker:

    http://r00tshell.com/defects/index.php?tasks=all&project=1