http://digitalpbk.com/windows/host-file-windows-7-write-permission-denied
by default used to run as Administrator if your were an administrator. The feature in Windows 7 is good as it helps protect against most mallicious
software which when run as administrator can cause havoc.
So inorder to edit hosts file on Windows 7 ,
Goto Start Menu > Enter Notepad > Right-Click on Notepad > Run as administrator .
Now you can open the hosts file and edit it.
:)
Windows
Software ...
Published 1 year, 11 months ago
http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html
Embedded Album art found Extracting ... Enter a filename for Art[2] (No need extension): 2Image Type : jpegExtracted to 2.jpegDoneD:\ID3V2>Source code will be made available soon ... have to do some tidying up ... Meanwhile any problems? jst leave a comment ...LicenseGPL License:GNU GENERAL PUBLIC LICENSEVersion 2, June 1991 Copyright (C) 1989, 1991 Free
Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USAEveryone is permitted to copy and distribute verbatim copiesof ...
Published 5 years, 1 month ago
http://digitalpbk.com/google-go/helloworld-example-program
Google Go HelloWorld Example Program
Go is a new language from Google, and here is the first step to learn it:
Google Go Hello World
File : hello.go
package main
import "fmt"
func main() {
fmt.Printf("Hello World !!! \n")
}
Compiling & Running
8g hello.go
8l hello.8
./8.out
Output
Hello World !!!
(Obviously :D )
Google
Software ...
Published 2 years, 2 months ago
http://digitalpbk.com/drupal/detect-drupal-form-add-edit-created-formalter
edited.
Anyone got better ideas ? :)
PHP
Drupal
Software ...
Published 2 years, 1 month ago
http://digitalpbk.com/cygwin/how-clear-screen-cls-command-not-found
Cygwin: Clear screen command, How to clear the screen ?
Some one may be wondering where is the clear command on cygwin. If we type either cls or clear we would be shown bash: clear: command not found. So there are many fancy ways to clear the command line prompt, but the one I liked the best is
Ctrl + L
Simple, just press Control + L on the keyboard and your command line prompt cleans up.
:)
Cygwin
Software ...
Published 1 year, 10 months ago
http://digitalpbk.com/software/sony-vaio-battery-care-utility-download
Sony Vaio Battery Care utility Download
Sony Vaio Battery Care Function utility is a sony vaio utility which helps improve battery performance by limiting maximum capacity to 80% of the full capacity.
Read more about Sony Vaio Battery care function in How to Enable Battery care function on Sony Vaio to improve Battery life.
Free download the utility attached with this post. It works with only Sony Vaio.
Sony Vaio
Software ...
Published 1 year, 9 months ago
http://digitalpbk.com/mysql/select-random-rows-table
Select random rows from a table in MySQL
In order to select a random row from MySQL, we can order the rows by a random number and then pick the first row.
SELECT * FROM node ORDER BY rand() limit 1;
The above query randomly selects a row from the table node.
MySQL
Software ...
Published 1 year, 9 months ago
http://digitalpbk.com/android/nexus-s-wallpaper-size
Google Nexus S Wallpaper Size
Best resolution for Nexus is 960px x 800px
Check out the sample wallpaper for nexus s sized to 960px by 800px.
Aspect ratio of wallpapers for the Google Nexus S android phone is 6:5 unlike the popular screen 4:3 resolution or 16:9 widescreen aspect ratio. Google nexus S screen resolution is 480px by 800px. The wallpaper size is double this screen resolution to accomodate all the screens.
Google
Nexus S
Android
Software ...
Published 7 months ago
http://digitalpbk.com/e63-ssh/installing-putty-ssh-client-nokia-e63
applications.
From the homescreen take Menu > Tools > Settings > Applications > App. manager >
Software installation, change the Signed only setting to All (see the images below)
To >
Now goto the location you download the sisx file for the E63 SSH client and install the application.
Now you will find a new Putty icon in your list of applications.
Nokia E63
Software ...
Published 1 year, 8 months ago
http://digitalpbk.com/windows-chm/chm-files-navigation-webpage-was-cancelled
it should work :)
Windows
Software ...
Published 2 years, 2 months ago