http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html
Perl Download Manager
IntroThis is my PERL downloader program, with resume.Only works if SERVER
has Parts enabled.Well pretty much thats it #!/usr/bin/perluse strict;use threads;use threads::shared;use HTTP::Request;use HTTP::Response;use Math::Round qw(nearest);use LWP;exit unless(defined $ARGV[0] && -e $ARGV[0]);open HND,$ARGV[0];NEXT:while(my $url = ){ my $file = substr($url,rindex($url,"/")+1); $file =~ s/%20/_/g; chomp $url; exit if($url eq "" || $file eq ...
Published 3 years, 7 months ago
http://digitalpbk.blogspot.com/2008/06/ubuntu-compaq-presario-black-white-xorg.html
, and see the xorg.conf manual page.# (Type "man xorg.conf" at the shell prompt.)## This file is automatically updated on xserver-xorg package upgrades *only*# if it
has not been modified since the last upgrade of the xserver-xorg# package.## If you have edited this file but would like it to be automatically updated# again, run the following command:# sudo dpkg-reconfigure -phigh xserver-xorgSection "ServerLayout" Identifier "Default Layout" Screen 0 ...
Published 3 years, 7 months ago
http://digitalpbk.com/sony-vaio/dell-inspiron-laptop-14r-vs-sony-vaio-vpccw26fg-laptop
, but the sony vaio
has a less of a boxy look compared to Dell Inspiron. I say the Sony Vaio looks stylish. (Subjective)
Technical Specifications Sony Vaio vs Dell Inspiron
Feature
Sony Vaio CW
Dell Inspiron 14R
Processor
Intel® Core™ i5-520M Processor 2.40 GHz with Turbo Boost up to 2.93 GHz
Intel® Core™ i3-370M Processor 2.40 GHz
Memory Bus
1066 MHz
1333 MHz (Capped at 1066 Mhz)
Cache
3 MB (L3 Cache)
Main Memory (RAM)
4 GB ( 2x2GB) Expandable upto 8 GB, DDR3, 2 Slots (SO DIMM)
3 GB (2x1GB+1 ...
Published 1 year, 2 months ago
http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool
Published 1 year, 10 months ago
http://digitalpbk.blogspot.com/2007/05/perl-script-to-login-to-orkut.html
LWP;WWW::Mechanize;DescriptionScript that logs you into orkut, It
has its own Fail-retry methods and all the action is presented neatly in the terminal, using color codes (ANSI Escape sequences for LINUX)There is more of this script currently in the beta version, for mass scrapping etc. For more information about the beta codes, leave your email as a comment.Bugs ?Please do let me know the bugs , so that i can update the script here...It works for me... Did it work for you? Let me know... (else I may think this is all crap!) Happy ...
Published 4 years, 9 months ago