http://digitalpbk.com/drupal/how-change-drupal-root-user-password
running the above query would set your password as password of the superadmin user.
Drupal
Software ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/03/windows-registry-something-you-must.html
Configuration.Using the RegistryThe Regedit is similar to the explorer, the left side consists of a Tree View with the various folder locations, and the right side shows the contents of the particular folder. A folder contains sub folders, key-value pairs and a (default) value. To edit the key values right click to see the menu or double click the key.To open a folder just double click or use the left side tree to navigate to the folder.Important Registry LocationsStart Up HKEY_LOCAL_MACHINE\
SOFTWARE ...
Published 5 years, 2 months ago
http://digitalpbk.blogspot.com/2009/06/tata-indicom-wimax-connection-sharing.html
Encryption to your router if you are using wirlessEnable Access Control and limit by MAC address to fully secure your network from
free riders. Enjoy surfing :) ...
Published 2 years, 11 months ago
http://digitalpbk.blogspot.com/2008/07/fix-server-not-found-dns-problem.html
Server Not Found page.There are some ways to resolve this.Get the correcet DNS IP address from the ISP, and get more than one.Get some
free DNS IP address, some of which are given below67.138.54.100207.225.209.66208.67.220.220208.67.222.222Install a local caching dns server that caches servernames and ip address so that subsequent visits can be made faster since resolving is done locally.like Ubuntu debian package dnsmasqAdding name serversWindows :Click TCP/IP and then click Properties.Add Primary ...
Published 3 years, 10 months ago
http://digitalpbk.blogspot.com/2007/06/buttons-with-rollover-effect.html
replace -150px here.Demo:For Starters ...The Styles must be copied to the CSS file or pasted inside a tags and the HTML can appear anywhere within the body.Stuck?Lemme know... Feel
free to comment. ...
Published 4 years, 11 months ago
http://digitalpbk.blogspot.com/2007/04/freeing-up-more-disk-space.html
Freeing up more disk space
Disk Clean UpRight Click the drive -> Properties -> Click on the Disk Clean Up -> Press OKObsolete Restore FilesRight Click the drive -> Properties -> Click on the Disk Clean Up -> More Options Tab -> System Restore Frame -> Click Clean Up -> OKDisable HibernationIf you do not use hibernate feature, disable it.Control Panel -> Power Options -> Hibernate Tab -> Uncheck Enable Hibernation -> OKRemoving .tmp , .log .tmp and .log ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html
the magic_quotes_gpc would be turned on (for older PHP installations) the quotes would be escaped. So the simple tests for XSS likenext-gen-gallery/?album=1&pid;=3&gallery=2alert("hi");would fail. Since the quotes on the "hi" would appear as \"hi\". However why worry with the quotes when something like this works.next-gen-gallery/?album=1&pid;=3&gallery=2You can put any arbitrary code on the target file and it would get executed on the
website. The following ...
Published 2 years, 10 months ago
http://digitalpbk.com/wireless-laptop-tv/connect-laptop-to-tv-wireless-intel-widi
LM, 2620LM, 2630UM, 2610UM, 2530UM, 2920XM
Intel Core i5: 580M, 560M, 540M, 520M, 480M, 460M, 450M, 430M, 580UM, 560UM, 540UM, 520UM, 470UM, 430UM, 2540M, 2520M, 2410M, 2537M
Intel Core i3: 390M, 380M, 370M, 350M, 330M, 330E, 2310M
Intel HD Graphics works. Investigating whether non Intel graphics like NVidia work. ATI seems to be not supported.
It should run Windows 7 32bit or 64bit.
Before we go into the Hardware requirements of the TV, let us look at the
software installations ...
Published 6 months, 2 weeks ago
http://digitalpbk.blogspot.com/2007/10/disable-autorun-windows-xp.html
Disable Autorun Windows XP
Do this very important!!Most viruses uses the autorun.inf to get itself infected on your computer. Autorun.inf is a small file that instructs the windows os to do when the CD is inserted into the computer. In genuine cases , it runs a setup in case of a
Software Installation Disc. In the other case it may run a virus and gets your system infected. All you got to do to get the virus is put the CD. Same is the case for Mass Storage Devices like Memory Sticks, Pen Drives ...
Published 4 years, 7 months ago
http://digitalpbk.com/perl/wwwmechanize-error-geting-premature-do-not-exit-resume
and exit automatically. Now its upto the programmer to check the response status and to proceed or retry or do the next step.
$url = "http://www.google.com";
$res = $mech->get($url);
if($res->is_success()){
## Success
}
else {
## Failure
}
PERL
Software ...
Published 2 years, 2 months ago