Solr Explorer – A generic GWT client for Solr http://www.dutchworks.nl/en/home/downloads.html http://stackoverflow.com/questions/675282/faceted-query-browser-for-solr
Ubuntu, GWT, XulRunner
Download http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Install GWT Eclipse plugin as described here http://code.google.com/eclipse/docs/download.html I have unchecked the “GWT for Android Option”. Restart Idea Create new GWT project as described here: http://code.google.com/webtoolkit/tools/gwtdesigner/wizards/gwt/entrypoint.html You should get a code like this: import com.google.gwt.core.client.EntryPoint; public class GwtEntryPointTest
Disable PHP for certain Virtual Hosts in Apache
Problem You want to isable PHP for certain Virtual Hosts in Apache. Analysis You should edit the configuration of your VirtualHost. Solution Adding php_value engine off anywhere in the <VirtualHost></VirtualHost> will indeed disable PHP. You should also have: AllowOveride None
Ericsson ABLD
http://www.ericsson.com/solutions/positioning_methods/abld.shtml http://www.mmpi.hr/UserDocsImages/Renato-Filjar-Ericsson.pdf
Change time zone in CentOS Linux
Problem How to change time zone in CentOS/RedHat Linux? Analysis There is a symbolic link in /etc which links to a file in /usr/share/zoneinfo directory. Solution First, make a backup of the existing localtime file. It’s always good practice to