Solr with Jetty Create etc/ solr/ and war/ directories. Resources http://lucene.apache.org/solr/tutorial.html http://wiki.apache.org/solr/SolrResources http://www.xml.com/lpt/a/1668 http://www.ibm.com/developerworks/java/library/j-solr1/ http://www.slideshare.net/er_gauravverma/solr-presentation-presentation Using Apache Solr
Enable Apache SSL in Ubuntu
Problem How to enable Apache SSL in Ubuntu. Analysis Solution # apt-get install apache2 Now, enable ssl: # a2enmod ssl Enabling module ssl. See /usr/share/doc/apache2.2-common/README.Debian.gz on how to configure SSL and create self-signed certificates. Run ‘/etc/init.d/apache2 restart’ to activate new
Setting up Subversion on Ubuntu
Problem Set up Ubuntu workstation to provide SVN using Apache and WebDAV. Analysis There are basically 2 ways to do it: ssh+svn https (using webdav) Solution We take the second one. # apt-get install libapache2-svn # cd /etc/apache2/sites-enabled # vi
Starting Jini Browser
$ cd /usr/local/jini/lib $ java -cp ./browser.jar -Djava.security.policy=../examples/all.policy com.sun.jini.example.browser.Browser References http://www.eg.bucknell.edu/~hyde/Jini/doc/example/LookupBrowser.html
Remote Display on Ubuntu
Problem On Ubuntu remote display in X doesn not work. Analysis We need to remove “-nolisten tcp” from X command line. Solution This is sometimes in “/etc/X11/xinit/xserverrc”, but in Ubuntu you just need to configure GDM:Create or edit file /etc/gdm/custom.conf