RSS
 

Posts Tagged ‘linux’

Step 1 – Get your own website setup

28 Mar

Two things you need to get  in order to start editing your index.html are :

  • DomainName – like sairam.co.in . You can buy domain names from various registrars like godaddy.com , namecheap.commitsu.in (and thousand others) or even directly from the country offering the domain (Ex: for .am, you can get it from amnic.net which usually are the cheaper than offered by other registrars) .
  • Hosting – There are loads of options present for this. I use the one from g33k.in which is cheaper than most of them out there (you need a referral to get your hosting on g33k.in). Hosting is one of the option provided bu your registrar(usually) when you buy a domain name. Usually servers are classified as M$ or Linux, I hardly find any Mac hosting except for apple.com

How do they each connect with each other ? - You use name servers to connect DomainName with your hosting provider. They provide you with the name servers to use, usually named ns1.example.com . Then, you need to add DNS entries to point to the IP address provided to you by your hosting provider. These days DNS services are provided free of cost by domain name registrars.

Is that all to know about ? - Yup, that’s almost it, you need to setup your basic services. You need to setup mail and other services.

Would my website be online all the time, I worried about the latencies ? – Depends on the host you are hosting your site on. Consider a host which hosts few number of websites (in 10’s not 1000’s)  or get your get your own server to host your websites.

How can I check who owns a website – It is called ‘whois’ . Try checking out in http://whois.domaintools.com/example.com

The domain I want is already taken by someone else, how can I get it – If its a personal website, its highly possible that you will not get it, if the domain is up for sale, you could offer a price to the domain owner. YES, buying/selling domain names is a BIG BUSINESS .

I can not see the owner of a domain, whois says the owner is ‘Privacy Protect’- Domain owners do it in order protect their own privacy. Sending a mail to the listed email address in the whois record forwards the mail to the actual owner. Not all domains provide you the luxury of protecting your privacy . Two of them which do not are .am , .in .

Can I get domain names and hosting for free ? – Yes, domain names on .co.cc are offered free . Try weebly.com for creating a free website which even lets you to point your domain name to it for FREE. There are loads of others,  JFGI .

What is example.com ? – It is a reserved domain name, and usually blogs refer to these sites and these sites take all kind of cr@p you can imagine. See RFC 2606 .

 

how to spend a saturday in August

29 Aug

How to get started ?

- Learn how to play poker and win rounds and make friends go awesomed at your luck

Wakeup Time

- Between 11:50 – 11:52 AM(localtime)

Later ?

- Think if you present desktop’s configuration has become close to trash(which was the best configuration when you bought it 5 years back)

- Get frustrated about the 0.5 Gig RAM that recently became a paperweight and plan to buy a new one.

- Get more frustrated about the 80 Gigs of space you have from the past 5 years (which is yet to become another paper weight model ) and plan to buy a better model (ofcourse you want it cheap)

Plan things

Call Up a computer shop where you bought each and every computer piece from and enquire the price of a 0.5 Gig RAM and 0.5 Tera HD
- Bhumika Peripherals (+91-40-6638-2286)
The list of prices I was offered
0.5 GB DDR RAM – Rs. 950
1.0 GB DDR RAM – Rs.1500
1.0 GB DDR2 RAM – Rs.700
320GB Segate HD(Internal) – Rs. 4250
500GB Segate HD(Internal) – Rs. 4450
320GB WD HD(Portable) – Rs. 3750
500GB WD HD(Portable) – Rs. 5250
1 TeraB Maxtor HD – Rs 5000
16 GB Flash/Pen Drive – Rs. 1500
50 DVDs PACK FRONTECH – Rs. 450
10 DVDs PACK SONY – Rs. 170
100 DVDs PACK SONY – Rs. 1300
Information specified above may tend to change and these are the rates I got to know from a friend.

I feel like creating or having a price comparision tool based on user input and findings on seperate days for all the goods people buy often in a forum. Is there already one present ? GRRRR!!

Finally bought 1 Gig DDR RAM , Segate Internal 0.5 Tera Disk and 50 Pack of DVDs from Frontech. The harddisk being of type SATA and I being a non-user of SATA did not even have the least idea that there is a seperate type of power&data cable for SATA harddisks. Got hold of the power cable from @nishant_s .Now formatting my new harddisk after setting up the new extra 1Gig RAM.

How to format a new hard drive that doesnt have even an empty partition table written on it [LINUX]?

  • Check that the harddisk is presented and detected by your OperatingSystem : sudo /sbin/fdisk -l
  • Hurry up and install gnu parted [gparted
  • apt-get install gparted | yum -y install gparted | “google for gparted”
  • search for gparted on shell and get annoyed and worried that there is a problem with the gparted binary you installed above
  • Login as root : sudo su -
  • Realize that gparted command is present and also realize that partitioning can be done with fdisk command (used above) : fdisk /dev/sda | fdisk -h
  • Follow and create and write the partition table
  • After successfully creating a partition table, you need to format the individual partitions : fcsk -t ext3 /dev/sda1
  • Write a blog post while you are waiting for the format to be completed(if you formatting using ntfs)