Dec 28

This tip is probably most useful for family computers with kids who use the computer and want to monitor/restrict their computer usage to some degree. Basically, you have to define (via command line) the hours that the user is allowed to login.

Go to Start > Run and type cmd. You can specify the hours in the following ways:

First, this limits the user “bobby” to login Monday - Friday between 8am and 5pm using military time:

net user bobby /time:M-F,08:00-17:00

This does the same as above, but using a 12-hour clock:

net user bobby /time:M-F,8am-5pm

And here’s a more expressive command where you can mix and match and specify different times for different days:

net user bobby /time:M,4pm-7pm;T-TH,16:00-18:00;F-SU,11am-9pm

These commands restrict a user from logging on, however they do not force a logoff when a user is already logged in. These logon hours do not have an effect Administrator level accounts.

To remove the time restrictions, type this in the CMD window:

net user bobby /time:all

For the specifics, you can look at Microsoft’s official documentation of the /time switch.

Dec 26
VeriSign’s August Domain Name Industry Brief, as always, shows big growth in domain registrations to a worldwide total of more than 138 million.
ccTLDs, such as .uk and .de, were responsible for a large chunk of the growth this time, almost 6 million domains. .com and .net, the VeriSign domains, grew more than that, but not a lot more. .cn (China), .ru (Russian Federation) and .kr (South Korea) all grew by double-digit percentages. The huge growth in .cn domains, 61% over the previous quarter, is probably due, in large part, to an aggressive price promotion by the domain’s registry, just RMB1.00 (about $0.13) for the first year.
At the end of the 2nd quarter there were more than 73 million .com and .net domains, the overwhelming majority .com. 11% of the growth comes from the “domain name monetization” segment, which is to say the people who just put ads on the page.
Dec 26

One of the cheapest ways to buy Windows Vista is to steal it. Oh yeah, Microsoft is the seller.

It’s quite a steal, ah deal, actually—and not something Microsoft really publicizes.

When Microsoft introduced its Windows Genuine Advantage program more than two-and-a-half years ago, the company made available lower operating system pricing to victims of piracy. For all the things wrong with WGA, the pricing was right. Customers submitting qualifying documentation could get Windows XP Home for $99 and XP Professional for $149.

But Microsoft didn’t initially offer any victim discount for Windows Vista. The company reasoned that there was no real piracy at launch. Microsoft has since made lower pricing available to presumed victims of piracy. Like XP, the deals are surprisingly good compared to the full product versions, although some piracy victims might rightly squawk about having to pay twice for Windows. Is it their fault they got swindled? Why should they have to pay?

I’m pretty sympathetic to that viewpoint. Jack Consumer buys a PC from a local dealer, and it later fails validation. The buyer has two options: Live with Vista warning him the software is counterfeit or pay for another copy. With release of Windows Vista Service Pack 1, the notices will come hourly, and the desktop color will go to black. Microsoft penalizes that piracy victim for being a victim.

Vista Piracy Pricing

That said, the company does offer attractive pricing for people that want to do the right thing or who are simply annoyed by the persistent counterfeit pop-up messages. Microsoft only sells full versions of the software—no upgrades—but piracy victims can buy up to another version. In other words, a Basic victim could pay $199 for Ultimate.

But yesterday, Alex Kochis, Microsoft’s group product manager for Windows Genuine Advantage, told me that few people would buy up version. Most of the Vista piracy is “for Windows Vista Ultimate,” he said.

Well, it’s nice to know that Vista Ultimate is popular somewhere. It’s the pirate’s choice. When they steal, they take the best.

That pirated Ultimate version would be a real bargain from Microsoft—half the full version’s $400 price. Microsoft may offer the best deal going on genuine Vista, but the company isn’t in the business of rewarding casual pirates for their thieving ways, either. Microsoft is looking to ease the burden of would-be piracy victims, who must provide pretty reasonable proof, such as a counterfeit Vista disc.

Burning a copy of a neighbor’s Vista install disc won’t get many, if any, people a lower-cost Windows version. Besides, the cheapest way to buy legal Windows is the same for Vista as it was for XP: On a new PC.

Dec 26
Forgot your root password?? No problems, this is how you can reset your root password:

For this press e when GRUB selection menu pops up. Now write the following as parameter: init=/bin/bash
Now press Enter. You will get a # prompt. Now write the following command to change your root password.
#passwd
Now enter your new desired password twice.
Reboot your system & now you can login to your system as root with the newly set root password.

Dec 26
This is how you can delete/remove Linux from a dualboot system with Windows XP.

First take out your Windows XP bootable disc & boot your system from it. Then enter Recovery console by pressing R. In the recovery console prompt type the following commands:
FIXMBR
FIXBOOT

The GRUB will be overwritten & Windows will restore MBR & its bootloader. Just boot your system & windows will start automatically.

Now Right click on My Computer icon on your Desktop & click Manage. Click Disk Management.
Now remove all Linux partitions (These partitions don’t have any label & have unknown filesystem).
Now create new partition(s) in the free space. Format those partitions in FAT32/NTFS & now you can use them under Windows.

You can also try some awesome utilities like Partition Magic, Gparted to do the same.