14 Aug, 2010

Conficker useautoplay 1

Articles related to conficker useautoplay 1

Fix for Facebook authentication on IE

http://digitalpbk.blogspot.com/2009/08/facebook-auth-next-parameter-ie.html in Facebook redirecting to a wierd URL. the Workaroundfor this is to remove the next parameter from the facebook login URL.http://www.facebook.com/login.php?api_key=&v;=1.0&next;=http%3A%2F%2Flocalhost%2Ftest%2F%2Ffacebook%3Fredir_domain%3Dexample.comtohttp://www.facebook.com/login.php?api_key=&v;=1.0For PHP websites the changes for the facebook.php are given below:It must be similar changes for any of the other client API's.This is accomplished by changing the line on facebook ...
Published 2 years, 8 months ago

Tata Indicom Wimax Broadband Connection sharing via Wireless router (D-Link)

http://digitalpbk.blogspot.com/2009/06/tata-indicom-wimax-connection-sharing.html to enable connection sharing and browsing first you have to get a router. We used a D-Link Router DIR-300 Wireless Router (Approx cost Rs. 2100). These are the following steps to configure the router. First connect the CPE (Customer Premise Equipment) or simply the small box that comes with a LAN cable onto your routers Internet PortGoto your router URL (default http://192.168.1.1/) Login using your default username (admin) and password(blank) (for D-Link) In the page click the Manual Internet ...
Published 2 years, 11 months ago

Asynchronous Reading from Input

http://digitalpbk.blogspot.com/2007/11/kbhit-asynchronous-read-linux-fdzero.html messages. This is impossible using the normal scanf method, because at all times it would be waiting for our input and there would not be any recieved messages in that time period. So the process of receiving information while checking for input is an example of asynchronous reading.How ?On Windows ...On windows the input STDIN can be tested for data by the function kbhit()defined on conio.h. A simple program template would be#include int main(){ //... while(1) //Main Process loop { //Other Process ...
Published 4 years, 5 months ago

Making a Firefox extension

http://digitalpbk.blogspot.com/2007/02/making-firefox-extension.html Install.rdf xmlns:em="http://www.mozilla.org/2004/em-rdf#"> helloworld@digitalpbk.com Hello World 1.0 Hello World Sample Extension from digitalpbk.com digitalpbk A person who helped you Another one http://digitalpbk.blogspot.com chrome://sampleext/content/settings.xul chrome://sampleext/content/about.xul chrome://sampleext/skin/mainicon.png http://sampleextension.mozdev.org/update.rdf {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 1.5 2.0.0.* DraftFinally Packaging your skinIf you are familiar with Firefox, extensions are packaged in .xpi ...
Published 5 years, 2 months ago

Perl Script to check Google pagerank

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

Less CSS Compiler for Windows (lessc.exe)

http://digitalpbk.com/less-css/less-css-compiler-windows-lesscexe Less CSS Compiler for Windows (lessc.exe) called dotless Compiler, which takes in a filename and outputs to another file. dotless Compiler 1.1.0.7 Compiles .less files to css files. Usage: dotless.Compiler.exe [-switches] [outputfile] Switches: -m --minify - Output CSS will be compressed -w --watch - Watches .less file for changes -h --help - Displays this dialog inputfile: .less file dotless should compile to CSS outputfile: (optional) desired filename ...
Published 1 year ago

XPM File format

http://digitalpbk.blogspot.com/2007/10/xpm-file-format.html ,Height,Number of colors, Characters Per Pixel, optional X & Y Hotspots, optional XPM Extension.The array indexes 1-> number of colors indicates the color section.The strings in these section take the following format : %s %s %sThe first contains the characters that represent the pixels. The number of characters used to represent a pixel is given by Characters Per Pixel field in array[0].The second string represents control characters that defines what the following field is about.switch(control character ...
Published 4 years, 7 months ago

About "HOSTS" File

http://digitalpbk.blogspot.com/2006/11/about-hosts-file.html .25.63.10 x.acme.com # x client host127.0.0.1 localhostThe Lines followed by a # are comments and explains how to use the HOSTS file. 127.0.0.1 is the IP address that is used to loopback to your computer itself. So if you are running an apache or IIS server or anyother server software, you can access it by the url http://localhost or http://127.0.0.1 What now ? Suppose you want to block some sites for example say you want to block "www.sicksite.com". All you have to do is add ...
Published 5 years, 6 months ago

Windows Drivers for Compaq Presario V3000

http://digitalpbk.blogspot.com/2007/03/windows-drivers-for-compaq-presario.html HDAUDIO Soft Data Fax Modem with SmartCP Driver » Broadcom Wireless LAN Driver » HP Wireless Assistant» Ricoh 5-in-1 Card Reader Host Controller and Driver» AMD Processor Update for Microsoft Windows XPHere is my device driver list screenshot after full installation : Fedora Core 6In FC6, changing the default driver from vesa to nv (nvidia) driver can cause the mouse pointer to disappear. Mouse pointer may be hidden or cannot be seen. So add the following lines to /etc/X11/xorg ...
Published 5 years, 1 month ago

Laptop to TV using S-Video Out Port

http://digitalpbk.blogspot.com/2007/07/s-video-out-to-rca-compaq.html Laptop to TV using S-Video Out Port This post is applicable only to those laptops that are equipped with a S Video Out port (like Compaq Presario V3000 Series). The S-Video Port looks like S Video port can be used to connect to your TV using a S-Video to RCA Cable. The S Video end of the cable looks like thisYou can buy the S-Video to RCA cable, but building it is pretty much simple and costs negligible. All you have to do is,connect the Pin 1 and Pin 2 of the connector in S-Video to Ground ...
Published 4 years, 9 months ago

Related help topics for conficker useautoplay 1 More keywords like conficker useautoplay 1
More pages for conficker useautoplay 1


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Like a batman guarding his boat @ Elephant Beach Havelock Like a batman guarding his boat @ Elephant Beach Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk