http://digitalpbk.com/apachesolr/apache-solr-mysql-sample-data-config
If you get this problem when SOLR says none of them are indexed, Then your input data did not have one more required columns specified in the fields in schema.xml.
Recheck your SQL and provide all required fields, or make them optional or remove them.
Laptop
TV
Software ...
Published 2 years, 2 months ago
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, 11 months ago
http://digitalpbk.blogspot.com/2008/06/ubuntu-compaq-presario-black-white-xorg.html
-auto-select +0+0" SubSection "Display" Depth 24 Modes "nvidia-auto-select" EndSubSectionEndSectionUpdate
Enable xinerema to use extended monitors that span across screensThose in the dark follow the light jump out of the windows! ...
Published 3 years, 11 months ago
http://digitalpbk.com/windows-gadgets/how-make-windows-gadget-windows-7
\Windows Sidebar\Gadgets" folder, and any shared or additional gadgets in "Program Files\Windows Sidebar\Shared Gadgets". We can create gadgets in any of these folder provided we have Administrative Privileges to the system. If not we can place our apps in %localappdata%\Microsoft\Windows Sidebar\Gadgets, which usually expands to C:\users\<username>\AppData\Local\Microsoft\Windows Sidebar\Gadgets.
Note: The AppData folder might be a hidden folder. Make sure to
enable show hidden folders ...
Published 1 year, 7 months ago
http://digitalpbk.blogspot.com/2009/05/ssh-proxy-windows-linux-orkut-bypass.html
, such as Orkut, Facebook, YouTube or any other website, you name it :).On WindowsSetting up an SSH Tunnel on Linux is obvious and I will describe it anyway, but lets see how it is done on Windows first. For Windows you needPuttyA BrowserThat's about it. Putty is a free
software you can download for free.Next run "Putty.exe", You can see a screen as shown below:In the Hostname (or IP Address) textbox, provide the IP or Domain of the SSH server. You can get some free SSH servers out ...
Published 3 years ago
http://digitalpbk.com/perl-sms/perl-script-send-free-sms-any-mobile-number-india-using-way2sms
;
#EOF
Usage
./sms.pl mobile number "message"
Example:
./sms.pl 9000012345 "Hey there does this work?"
Happy SMSing.
Warning
This script is not affiliated or has anything to do with Way2Sms.com. This piece of code is provided AS IS without any warranty. Usage of this script is solely upto you. WAY2SMS will not be happy about you using this script skipping their ads.
:)
PERL
SMS
Software ...
Published 2 years, 5 months ago
http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron
as the secret file discussed in server configuration.
Thus running this would sync Alternatively adding this command on a cron job could help you sync periodically.
192.168.1.1:/var/www/images to 192.168.1.X:/var/www/images
Happy Syncing...
:)
Linux
Software ...
Published 2 years, 3 months ago
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
, everything should be fine. :)
PERL
Cygwin
Software ...
Published 2 years, 1 month ago
http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r
)); b||(b=encodeURIComponent(document.title));a=a.replace("##URL##",c);a=a.replace("##TITLE##",b);window.open(a,"sharewindow"+a.substr(6,15),"width=640,height=480")}};
Copy paste the above code to any of your javascript files or add a new file or include it in your html source. (
//The above code here.
)
Use onclick events of Buttons or Images to fire the functions. :)
For more check out the buttons below ...
Javascript
Software ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/01/making-any-window-transparent-on-xp.html
transparent.Now leaving the mouse in the title bar, press the Ctrl button (Normally on the lower right side of the keyboard), now you can see the window name shown in the
software.Now press the "Set Transparent" ButtonAdjust the Transparency Slider to the required transparency. (Dont set below 100 you will loose sight of the window)Press the "Set Opaque" Button to make the window opaque again To do for another window repeat the same steps.SourceConst GWL_EXSTYLE = -20Const WS ...
Published 5 years, 4 months ago