Archive for May, 2009

The Domain Buying Guide

Thursday, May 28th, 2009

Ever since i started buying domain names many many years ago, they have always advised me to get the .COM, .NET, and .ORG, where the truth of the matter is, i should not have got them, they simply wanted to sell more .NET’s and .ORG’s and i believed them about all the benefits of having them all

Now that i know better, i only buy .COM’s and will not buy anything else anytime soon, And to help all the people who really have a hard time deciding on a domain name, this guide is for you.

Domain Name Buyer’s Guide

There i explain a few things on how to buy domain names, How to chose a Top level domain (in short, go for the .com nothing else and nothing less), How to chose a second level domain (YourSite.COM), and a brief intro on how to use them right away with the free tools that come with them, I have also explained what a domain registration is So enjoy

Linux EXT3 File System commands

Sunday, May 24th, 2009

UPDATE: This post has been added at easywebdns : recovering ext3 hard disks

So, here are the tools you need

1- Checking a linux partition for bad sectors / Bad Blocks without deleting the data

badblocks -o /path/somefiletowriteto.txt /dev/sdb1

this will do a check and write the bad block numbers to a text file

If you want it to test the disks hard but you are OK with deleting the data (Say after you dd_rescue), then try the -w switch

2- fsck /dev/sdb1 , the all famous, need i say more ?

3- tune2fs

tune2fs -O ^has_journal /dev/sdb1

remove the Journal (Converting ext3 to ext2 file system)

4- Mounting a disk: mount -t ext3 /dev/sdb1 /adirectory

5- debugfs <- use it in Read only more, this thing is like brain surgery, 1 mistake and your FS is playing chess in heaven with all the other dead disks

6- dd_rescue /dev/sdb1 /directory/mydisk.img

7- Running fsck on a disk image

fsck -y /path/mydisk.img

8- Mount the image

mount /pathto/backup.img /mountpoint/data

this is a nice link for you http://www.linuxjournal.com/article/193 that already has info about the stuff i mentioned here

Those are probably the most common, will add more when i remember them

Godaddy Wild West Domains API Script

Sunday, May 24th, 2009

So, for some reason i had to write a functional script that talks (PHP Via SOAP) to Wild West Domains API for domain registration and other services (For fully branded website), And i was wondering if there is enough interest so that i improve it and sell it.

Things that come to my mind

1- This could hurt Domain Reseller Direct, where people get a Turnkey Domain reseller account in addition to PHP tools to customize there websites (we add free scripts for them, and they can install them on there website or we install the scripts for them) i am not sure it is legal to tell you the details ! (I never thought i would ever have to say that), but that’s the system, what can (or should i say Can’t) i say.

2- If i was to charge for the script, i think it would end up being sold for $500 a copy, that won’t make me much money, but when i put effort into scripts, i like to maximize there use, either to make money or to give away, but again it is a loosing deal and i know it in advance.

3- To allow people to use the script, i have to create extra modules for paypal, 2CO, and other credit card gateways, this is an easy but tedious task, Do i have the time for this ?

4- I know many people want such a script, but Wild West Domains / GoDaddy API is not a complete API, it does require some pages to run off there servers, and basically that puts us back to the solution we are offering at Domain Reseller Direct, but at a much higher cost.

I really want to hear your thoughts on this, and if you are going to comment, please tell me if you would be interested in such a script so i can have that data to process with my “Handy capped business logic”

Awaiting your response

No Time to blog, i need to check the logs

Saturday, May 2nd, 2009

So, i have not been blogging HERE much lately, the reason is that i am trying to update and upgrade our service to the extreme, The hosting market is getting really crowded and some of the new guys are really talented, So the old dog wants a place in this new school Ajaxified universe, So now i am blogging everything in the open.

One of my friends told me, You can’t blog about your trade secrets, it is insane, But i think that knowledge should be open, and if a competitor is going to be reading my blog, he or she will be a competent competitor anyway (Since he or she is reading to begin with), So i think it is all the same.

At the minute, Plans and things that are done will be blogged about here at my Web Hosting Administrator’s Blog, I have not had the chance to tweet than blog yet, but the blog is working for me up to now !