http://digitalpbk.blogspot.com/2008/04/0x80070002-problem-is-preventing.html
the following from Microsoft knowledge base.Reset the default security provider in Windows XPTo reset the default security provider in Windows XP, delete the relevant registry keys in the Windows registry. To do this, follow these steps:1. Start the computer. Press the F8 key during startup to start the computer in Safe mode.2. Start Registry Editor (Regedt32.exe).3. Delete the following registry keys in the Windows registry:HKEY_USERS\.DEFAULT\
Software\Microsoft\Cryptography\ProvidersHKEY_USERS\S-1 ...
Published 4 years ago
http://digitalpbk.blogspot.com/2007/06/google-talk-chat-themes.html
; margin:4px; }BODY a {text-decoration:none}BODY a:link { color: #ccf; }BODY a:hover { color: #ccf; text-decoration:underline;}BODY a:active { color: #cfc; }BODY a:visited { color: #ccf; }DIV.send1st{background:url('bg.jpg');color:#fff;}DIV.recv1st{background:url('bg2.jpg');color:#fff;}send1st is the sending message format. Just an image simple.Same for recv1st.Enjoy making your skins and do let me know of yoursFeel
free to comment.... ...
Published 4 years, 11 months ago
http://digitalpbk.com/sony-vaio/dell-inspiron-laptop-14r-vs-sony-vaio-vpccw26fg-laptop
NVIDIA GeForce GT 330M
6.3
Gaming graphics
2263 MB Total available graphics memory
6.3
Primary hard disk
152GB
Free (223GB Total)
5.8
Windows 7 Home Premium
Component
Details
Subscore
Base score
Processor
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
6.6
5.5
Determined by lowest subscore
Memory (RAM)
3.00 GB
5.5
Graphics
ATI Mobility Radeon HD 550v
5 ...
Published 1 year, 5 months ago
http://digitalpbk.blogspot.com/2007/01/wormrontokbroy-versus-me.html
by the virus, it restarted the computer ! But I got the exe name "eksplorasi.exe".Battle 2: RegeditIn an effort to save my system, after rebooting tried to run the "regedit" registry editor where most viruses register in the HKEY_LOCAL_MACHINE\
Software\Microsoft\Windows\CurrentVersion\Runto start when the computer starts. But I failed in the battle again. It has disabled the registery editor. Battle 3:Safe modeIn the next battle, I rebooted the computer in safe mode (F8 before booting ...
Published 5 years, 4 months ago
http://digitalpbk.com/ubuntu-grub/changing-default-boot-os-grub-ubuntu-910
Changing the default Boot OS in GRUB on Ubuntu 9.10
Ubuntu 9.10 ships with the new GRUB (Grand Unified Boot Loader 1.97 beta) in plain words its the
software that boots the operating system you choose when you boot the computer. In earlier versions of Ubuntu / Grub to change the menu on the grub screen, one had to edit the /boot/grub/menu.lst file. In the new system this a little different from just editing the one file.
The GRUB configuration now resides at /boot/grub/menu.cfg But do ...
Published 2 years, 6 months ago
http://digitalpbk.blogspot.com/2009/07/perl-imagemagick-convert-jpeg-png-bmp.html
these in C reading files uncompressing based on the extensions, compressing, write the encoders and do whole lot of "Reinventing the wheel" stuff. So I found this
software called ImageMagick which already wrote the codes to do all these for you, and what more? It has a neat Perl API so that you can do the fun stuff that you do on perl on images. Now that's sweet. Hello WorldNow just check out this simple script to convert files from one format to another.#!/usr/bin/perl##usage: perl im ...
Published 2 years, 9 months ago
http://digitalpbk.blogspot.com/2009/03/reset-root-password-linux-fedora-debian.html
when running passwd, passwd: Authentication token lock busy.passwd Next just use the passwd command, and give a new root password, Now that's simple. Reboot or init 5That's really all I did. OR from the root shell, you can also edit the /etc/shadow file to remove the password.OR copy the /etc/shadow /etc/passwd file and use John-The-Ripper
software to try cracking the password.Stuck? Let me know ...
Published 3 years, 2 months ago
http://digitalpbk.blogspot.com/2007/05/installing-vlc-on-fc6.html
Installing Misc
Softwares on FC6
VLC PlayerInstalling VideoLanC Player on Fedora Core 6.# rpm -ivh http://rpm.livna.org/livna-release-6.rpm# yum -y install vlcFirst install the Livna repository, Install VLC...Firefox 2.0FC6 comes shipped with Firefox 1.5 by default to install Firefox 2,Download firefox 2.# tar -xzvf /downloadlocation/firefox-2.0.tar.gz -C /usr/lib/# yum install compat-libstdc++-33# $ cd /usr/bin/# rm firefox # rm: remove regular file `firefox'? y# ln -s /usr ...
Published 5 years ago
http://digitalpbk.com/javascript/adding-html-elements-dynamically-page
e.innerHTML = 'Value '+c+' : '+
'';
document.getElementById("extendable").appendChild(e);
c++;
}
The code dynamically creates a div tag with the innerHTML, the html of an input tag. Finally add the following html form to the page.
Value 1 :
Add More
The above can be tweaked to add any html tag dynamically to a web page.
Javascript
HTML
Software ...
Published 2 years, 6 months ago
http://digitalpbk.com/google-go/installing-google-go-linux-ubuntu
-nuts with Go!
Google
Software ...
Published 2 years, 5 months ago