http://digitalpbk.blogspot.com/2008/03/tracert-program-windows-trace-path.html
/ servers your request goes through to finally get you to the destination server.To try it out just do tracert any_
site_hereYou will get a response similar to the one given below:C:\Documents and Settings\User10>tracert digitalpbk.blogspot.comTracing route to blogspot.l.google.com [72.14.207.191]over a maximum of 30 hops: 1 * 2597 ms 8 ms 192.168.1.1 2 17 ms 18 ms 14 ms 59.93.0.1 3 * * * Request timed out. 4 * * * Request timed ...
Published 4 years, 1 month ago
http://digitalpbk.blogspot.com/2006/12/setting-up-apache-php-on-windows.html
"C:\apache2\" is our directory.Verify your installation by taking your browser and visiting http://127.0.0.1 or http://localhost.You will see a page that confirms your apache installation.Step 3 : Configuring apacheNow goto "C:\Apache2\conf\".Open the file "httpd.conf" in any text editor.Lines beginning with # are comments .. just read them to know how to tweak apache.Change the DocumentRoot property to the folder which is the root of the
site. ## DocumentRoot: The directory out of which ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2006/12/special-characters-for-orkut.html
Special characters for orkut
Recently analyzing the traffic to my
site I found that some wanted to know how to insert special characters in Orkut, yeah the fancy one's... So here is the info for them ... Method 1If you are on windows, take the character map from Start Menu > Programs > Accessories > System tools > Character Map. You will find all the special characters you need in there. Double clicking a character adds it to the text box below and when you have made your ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html
was ACTIVE on this kernel.nvidia.ko: - Uninstallation - Deleting from: /lib/modules/2.6.27-9-generic/updates/dkms/ - Original module - No original module was found for this module on this kernel. - Use the dkms install command to reinstall any previous module version.depmod......DKMS: uninstall Completed.run-parts: executing /etc/kernel/prerm.d/last-good-bootRunning postrm hook
script /sbin/update-grub.Searching for GRUB installation directory ... found: /boot/grubSearching for default file ...
Published 3 years, 6 months ago
http://digitalpbk.blogspot.com/2008/05/bash-mp3-player-mpg123-sed-playlist.html
BASH Playlist handler and mpg123 interface
My First "somewhat" USeful BASH
scriptThis small
script scans your / directory and generates a playlist of mp3 files, and you can play your file by ./juke . You will get a list of songs matching your criteria.InstallationCopy the source code,given below, to a new file named juke# apt-get install mpg123$ chmod 755 juke$ ./juke westSample output and Controlsarun@XiO3:~/bash$ ./juke happy1 happy birthday2 Avril Lavigne - My Happy ...
Published 3 years, 11 months ago
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, 10 months ago
http://digitalpbk.blogspot.com/2008/07/trie-data-structure-c-t9.html
=0; while((a[i]=getch()) != 'q') { if(a[i]=='0'){i=0;continue;} if(a[i] >= '2' && a[i] { i++; a[i]=0; maxdepth = i; printf("%s:\n",a); t9_search_mob(b,root,0,a); fflush(stdout); } } t9_free(root);}t9.dicT9 Dictionary sample fileNow in BASH!#!/bin/bash# bash
script does something outrageous.# It attempts to reproduce the T9 capability of the Mobile Phones !# And does it in fewer commands than before!# Adapted from Rahul's Original ...
Published 3 years, 10 months ago
http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html
the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the
scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include ...
Published 5 years, 4 months ago