http://digitalpbk.com/windows/prevent-my-computer-going-sleep-run-process-without-stop
How to Prevent my Computer from going to sleep when I am running big process ?
By default on Windows 7, the computer sleeps after 30 minutes. Usually power plans and options are more required on
laptops, but desktops also do use this setting. This is bad if you want to run some process which has to run for a long time like downloading from the internet or running torrents or running huge scripts. If you leave your computer unattended the computer sleeps after 30 minutes. This interrupts ...
Published 2 years, 1 month ago
http://digitalpbk.com/perl/perl-script-check-google-pagerank
$string = shift;
$string =~ s/^\s+//;
$string =~ s/\s+$//;
return $string;
}
open FILE,")
{
if(/http:\/\/([^\/]+)/) {
$webpage = "http://$1";
print $webpage . "," . scalar($pagerank->get($webpage)). "\n";
sleep 1;
}
}
close(FILE);
Laptop
TV
How to ...
Published 2 years ago
http://digitalpbk.com/windows/change-network-adapter-mac-address-windows-7
Change Network adapter MAC address on Windows 7
Shows you how to Change MAC Address on Windows 7 powered
laptop
Most of us (atleast those who learned computer networking) grew up learning about the 7 layers of OSI ISO model or the simple 4 layer model. The lowest layer is the physical layer. In this layer all machines are assigned an address called the MAC address (Media Access Control Address) . The MAC Addresses come pre-assigned in the hardware and it is assigned by a standard authority so ...
Published 2 years, 2 months ago
http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows
utilities to unlock and root your Nexus S.
SuperUser.zip: The super user android app that can grant other applications root access.
Nexus S Rooting Steps: Shortcut to this article.
USB Data cable for Nexus S (Any USB to Mini USB cable)
Backup
To root your phone you need to unlock the bootloader which is similar to a factory reset. So all your applications and data would be wiped out. So you may want to backup the following:
Copy and backup your entire phone memory card to your
laptop.
Backup SMS ...
Published 6 months, 1 week ago