03 Apr, 2010

Installing google search cloud perl

Articles related to installing google search cloud perl

cPanel Mail Forwarder

http://digitalpbk.blogspot.com/2007/07/perl-email-forwarder.html cPanel Mail Forwarder ForwarderThis handly little program forwardes all emails coming to a certain specified email address and forwards to a forwarding list.Setting up the email capturinge-Mail can be captured using a PERL script. The contents of the email must be pipped in. The capturing an passing of the email can be done through cPanel.Click MailClick ForwardersAdd ForwarderIn the text box to the right side, you can provide an email address or a path to your PERL program that can process ...
Published 4 years, 7 months ago

Remove old kernels in Ubuntu

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, 3 months ago

Protect yourselves from phishing

http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html a Web search on it using popular search engines like google, yahoo. From the search results you can identify wether it is scam or original. In most cases, no banks will never ask you to enter your PIN or similar sensitive data through mails. You can also mail the legitimate organization for a confirmation on the email.Still you think its legitimate?There will be a link in the email where you are supposed to enter the confidential data. Before clicking take a good look at the url. Most browsers show ...
Published 5 years, 1 month ago

Orkut Perl Script - Login, Scrapper and more

http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html Orkut Perl Script - Login, Scrapper and more IntroThis is a PERL script that logs you into Orkut and allows you to scrap yiur friends. Following is the program and beneath it lies the manual to use the program. I assume that you already have PERL installed on your system with the required modules:LWPWWW::MechanizeProgram#! /usr/bin/perl -wuse WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;use subs qw(print_c login logout home grab proces scrap);#autoflush STDOUT 1;printf ...
Published 4 years, 7 months ago

Perl script to remove a directory and contents recursively

http://digitalpbk.com/perl/perl-script-remove-directory-and-contents-recursively Perl script to remove a directory and contents recursively This is the script for sandeep when he asked me how to delete a directory in perl. rmdir function only removes empty directories. So we need to remove the contents of the directory before removing the directory. So if the directory contains more directories / folders we would have to recursively delete all the directories under the directory. Well so here is the code just to do that. #!/usr/bin/perl deldir("test"); ...
Published 2 years, 2 months ago

tracert Program (path to the source)

http://digitalpbk.blogspot.com/2008/03/tracert-program-windows-trace-path.html tracert Program (path to the source) Command Line : C:\Documents and Settings\User10>tracertUsage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_nameOptions: -d Do not resolve addresses to hostnames. -h maximum_hops Maximum number of hops to search for target. -j host-list Loose source route along host-list. -w timeout Wait timeout milliseconds for each reply.What?Trace route is a handy little program that shows the networks ...
Published 3 years, 10 months ago

PERL: How to remove an element from hash or array?

http://digitalpbk.com/perl/how-remove-element-hash-or-array PERL: How to remove an element from hash or array? In order to remove an element from the array or hash, we have to use the delete keyword on perl. Using the delete keyword on the key of the hash or array (numeric keyed hash), we can delete elements of a hash or array. Example for deleting an element from a hash The following code deletes the key 'a' from the hash %hash. #!/usr/bin/perl $, = "\n"; # Fields separator my %hash = ( 'a' => 'aaa', 'b' ...
Published 1 year, 10 months ago

Google Go HelloWorld Example Program

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

Google Nexus S Wallpaper Size

http://digitalpbk.com/android/nexus-s-wallpaper-size Google 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

Server Not Found, Fix DNS Problems.

http://digitalpbk.blogspot.com/2008/07/fix-server-not-found-dns-problem.html Server Not Found, Fix DNS Problems. Sometimes wierd things happen,Server Not Found www.google.comOr you can get www.kitiyo.com but not rgb.kitiyo.comOr you cannot get www.somesite.com but your friend can!Silly DNS Problems.When we browser and enter a url in the browser's address bar, one of the first step is to resolve the domain name. ie convert the www.server-name.com to the IP address.If our dns server settings are wrong or if the dns server does not respond, we get the familiar ...
Published 3 years, 6 months ago

Related help topics for installing google search cloud perl More keywords like installing google search cloud perl
More pages for installing google search cloud perl


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Makruzz Cruise Vessel Makruzz Cruise Vessel in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk