http://digitalpbk.blogspot.com/2007/01/wormrontokbroy-versus-me.html
WORM_RONTOKBRO.Y versus me
This is the log of the war against the worm.
How did the enemy get it ? It came along a couple of folders which was copied from a pen drive. It had the same folder name and looked exactly like a windows folder. In a hurry double clicked it, and the war began...Battle 1: End TaskI immediately realized it was a virus because it opened the My Documents folder, which was unusual. Then soon I pressed Ctrl + Alt + Del to end task the program. But the battle was won ...
Published 5 years, 4 months ago
http://digitalpbk.com/ubuntu-grub/changing-default-boot-os-grub-ubuntu-910
not edit this file as it is generated from files from /etc/grub.d/* and /etc/default/grub
Instructions on
how to change the default operating system
First be root sudo su
Edit the file /etc/default/grub
The contents of the file would be like as shown below :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=3
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo ...
Published 2 years, 6 months ago
http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows
How to easily unlock and root the Samsung Google Nexus S on Windows
Easily root your Google Nexus S or the i9023/i9020 manufactured by Samsung by following these simple steps. There are plenty of rooting steps out there but all of them required you to download a lot of files and do a lot of complicated steps. Moreover not one worked for me fully. Skip to the rooting steps
What is rooting? Why should I root ?
By default your Nexus S phone comes with default users and many system functionality ...
Published 6 months, 1 week ago
http://digitalpbk.blogspot.com/2007/07/captcha-what.html
what's written in it (easily). CAPTCHA's are present in most sites including here. Try posting a comment and you will be asked to enter a word as shown in the figure.CAPTCHA's are used to prevent bots or programs to spam the site with lots of biasing information or advertisements. Effectiveness of CAPTCHACAPTCHA has been here for a couple of years and hence programs defeating the CAPTCHA's have obviously been developed! So
how does an effective CAPTCHA system work?A good captcha ...
Published 4 years, 10 months ago
http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
asking for your bank account details to help them transfer money, and you will get a fair share of it.Or you have won a big sum of money in some lottery in some unknown place, and you have to provide the bank account details to get the money.If you fall for these scams, most probably you will loose everything you have.
How to get smart?Phishing is mostly successful because of ignorance from the part of customers and the thought of making easy money. So its time to get smart! Phishing mails + are mass ...
Published 5 years, 4 months ago
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
http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html
C Code to convert JPEG to BMP in LINUX using libjpeg
IntroThe following code converts JPEG file into BMP file. The code requires the libjpeg library. The following code is a good example of
how to use the libjpeg library. (it compiles). Code converts colour jpeg to 24bit BITMAP.Code : jpeg2bmp.c#include #include #include #include /* we will be using this uninitialized pointer later to store raw, uncompressd image */unsigned char *raw_image = NULL;/* dimensions of the image we want to write ...
Published 3 years, 4 months ago
http://digitalpbk.com/sony-vaio/dell-inspiron-laptop-14r-vs-sony-vaio-vpccw26fg-laptop
Base-TX / 1000Base-T x 1
Integrated 10/100 Ethernet LAN
Lets now see
how the windows experience index rates the two laptops.
Windows Experience Index - Performance Index by Windows Sony Vaio vs Dell Inspiron
Sony Vaio CW
Dell Inspiron 14R
Component
Details
Subscore
Base score
Processor
Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
6.7
5.8
Determined by lowest subscore
Memory (RAM)
4.00 GB
5.9
Graphics ...
Published 1 year, 5 months ago
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
.
This is "Example" of
how the reg would look like after exported.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes]
"ActivePowerScheme"="381b4222-f694-41f0-9685-ff5bb260df2e"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e]
"Description"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,\
00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00 ...
Published 2 years, 1 month ago