<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techgurulive.com &#187; java</title>
	<atom:link href="http://techgurulive.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://techgurulive.com</link>
	<description>Free Howtos and Tutorials</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:28:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Java Open Source Programming: with XDoclet, JUnit, WebWork, Hibernate</title>
		<link>http://techgurulive.com/2010/02/07/java-open-source-programming-with-xdoclet-junit-webwork-hibernate/</link>
		<comments>http://techgurulive.com/2010/02/07/java-open-source-programming-with-xdoclet-junit-webwork-hibernate/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 03:46:49 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Free ebooks]]></category>
		<category><![CDATA["java open source programming"]]></category>
		<category><![CDATA[doclet]]></category>
		<category><![CDATA[free java ebooks]]></category>
		<category><![CDATA[hib]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java distributed computing]]></category>
		<category><![CDATA[java open source]]></category>
		<category><![CDATA[java security]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[open gl]]></category>
		<category><![CDATA[open javafx]]></category>
		<category><![CDATA[open office]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[unit]]></category>
		<category><![CDATA[unit test]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[webwork]]></category>
		<category><![CDATA[xdoclet]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=9943</guid>
		<description><![CDATA[The Java language itself is not strictly open-source (Sun has held onto control, albeit with lots of public input). There is, however, a large open-source development community around this highly capable language.Java Open Source Programmingdescribes and provides tutorials on some of the most interesting public Java projects, and is designed to enable a Java programmer [...]


Related posts:<ol><li><a href='http://techgurulive.com/2010/02/07/open-source-net-development/' rel='bookmark' title='Permanent Link: Open Source .NET Development'>Open Source .NET Development</a></li>
<li><a href='http://techgurulive.com/2009/09/16/java-programming-on-linux/' rel='bookmark' title='Permanent Link: Java Programming on Linux'>Java Programming on Linux</a></li>
<li><a href='http://techgurulive.com/2009/09/16/javatm-application-development-on-linuxr-bruce-perens-open-source-series/' rel='bookmark' title='Permanent Link: Java(TM) Application Development on Linux(R) (Bruce Perens&#8217; Open Source Series)'>Java(TM) Application Development on Linux(R) (Bruce Perens&#8217; Open Source Series)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2010/02/07/java-open-source-programming-with-xdoclet-junit-webwork-hibernate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to start Solr on Linux System</title>
		<link>http://techgurulive.com/2009/10/22/how-to-start-solr-on-linux-system/</link>
		<comments>http://techgurulive.com/2009/10/22/how-to-start-solr-on-linux-system/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:09:55 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[solr]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[stop]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=8898</guid>
		<description><![CDATA[To start solr on Linux just go to the the example folder of sole and run java -jar start.jar . see the below given example /apache-solr-1.2.0/example/ [root@pss2 example]# java -jar start.jar &#38; [1] 20691 [root@pss2 example]# 2009-10-22 15:21:29.943::INFO: Logging to STDERR via org.m ortbay.log.StdErrLog 2009-10-22 15:21:30.386::INFO: jetty-6.1.3 2009-10-22 15:21:30.506::INFO: Extract jar:file:/usr/local/apache-solr-1.2.0/ex ample/webapps/solr.war!/ to /tmp/Jetty_0_0_0_0_8984_solr.war__solr__-sltihw/weba pp [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/12/18/how-to-verify-solr-replication/' rel='bookmark' title='Permanent Link: How to Verify Solr Replication'>How to Verify Solr Replication</a></li>
<li><a href='http://techgurulive.com/2009/11/25/how-to-reindex-apache-solr-data/' rel='bookmark' title='Permanent Link: How to reindex Apache Solr Data'>How to reindex Apache Solr Data</a></li>
<li><a href='http://techgurulive.com/2009/12/14/how-to-configure-apache-solr-replication/' rel='bookmark' title='Permanent Link: How to Configure Apache Solr Replication'>How to Configure Apache Solr Replication</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2009/10/22/how-to-start-solr-on-linux-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to verify that Java is running under Linux System</title>
		<link>http://techgurulive.com/2009/10/22/how-to-verify-that-java-is-running-under-linux-system/</link>
		<comments>http://techgurulive.com/2009/10/22/how-to-verify-that-java-is-running-under-linux-system/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 09:49:42 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[verify]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=8895</guid>
		<description><![CDATA[To verify java is running under linux box , run the following command ps -ax &#124; grep java Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.3/FAQ 7534 ? Sl 336313:19 java -jar start.jar 7536 ? Sl 2:50 java -jar HServer.jar 19993 pts/2 S+ 0:00 grep java Related posts:How to reindex Apache Solr Data How to restart [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/11/25/how-to-reindex-apache-solr-data/' rel='bookmark' title='Permanent Link: How to reindex Apache Solr Data'>How to reindex Apache Solr Data</a></li>
<li><a href='http://techgurulive.com/2009/10/22/how-to-restart-memcached-under-linux-system/' rel='bookmark' title='Permanent Link: How to restart Memcached under Linux System'>How to restart Memcached under Linux System</a></li>
<li><a href='http://techgurulive.com/2009/09/09/how-to-install-java-jre-1-6-0-update-x-in-linux-as-the-default-java-runtime-including-firefox-browser-plugin/' rel='bookmark' title='Permanent Link: How to Install Java JRE 1.6.0 (Update x) in Linux as the Default Java Runtime, including Firefox Browser Plugin'>How to Install Java JRE 1.6.0 (Update x) in Linux as the Default Java Runtime, including Firefox Browser Plugin</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2009/10/22/how-to-verify-that-java-is-running-under-linux-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java EE 6 web application (JSF 2.0 + JPA 2.0 + EJB 3.1) using Oracle, NetBeans and GlassFish</title>
		<link>http://techgurulive.com/2009/10/19/java-ee-6-web-application-jsf-2-0-jpa-2-0-ejb-3-1-using-oracle-netbeans-and-glassfish/</link>
		<comments>http://techgurulive.com/2009/10/19/java-ee-6-web-application-jsf-2-0-jpa-2-0-ejb-3-1-using-oracle-netbeans-and-glassfish/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 03:10:13 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Tech Guru]]></category>
		<category><![CDATA[Technology News]]></category>
		<category><![CDATA[1]]></category>
		<category><![CDATA[2]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[6]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[ee]]></category>
		<category><![CDATA[ejb]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This application will use Java Server Faces 2.0 for displaying the results, Enterprise Java Beans 3.1 + Java Persistence API 2.0 for middle tier, and Oracle database server + GlassFish v3 as the backend. The most recent development bundle NetBeans 6.8 &#038; GlassFish V3 build 68 would be good work for testing Download NetBeans IDE [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/12/07/beginning-java-google-app-engine/' rel='bookmark' title='Permanent Link: Beginning Java Google App Engine'>Beginning Java Google App Engine</a></li>
<li><a href='http://techgurulive.com/2009/09/16/javatm-application-development-on-linuxr-bruce-perens-open-source-series/' rel='bookmark' title='Permanent Link: Java(TM) Application Development on Linux(R) (Bruce Perens&#8217; Open Source Series)'>Java(TM) Application Development on Linux(R) (Bruce Perens&#8217; Open Source Series)</a></li>
<li><a href='http://techgurulive.com/2009/09/16/java-programming-on-linux/' rel='bookmark' title='Permanent Link: Java Programming on Linux'>Java Programming on Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2009/10/19/java-ee-6-web-application-jsf-2-0-jpa-2-0-ejb-3-1-using-oracle-netbeans-and-glassfish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Java Runtime Environment &#8211; Linux</title>
		<link>http://techgurulive.com/2009/03/12/how-to-install-java-runtime-environment-linux/</link>
		<comments>http://techgurulive.com/2009/03/12/how-to-install-java-runtime-environment-linux/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:59:37 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[roots]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=2378</guid>
		<description><![CDATA[You can download SUN&#8217;s latest Java JDKs at: http://java.sun.com/javase/downloads/index.jsp. For my 64-bit Debian system I selected the 64-bit JDK multiplatform binary for Linux: jdk-6u10-linux-x64.bin. I downloaded the binary file to /tmp and installed it as follows as root: # mkdir -p /usr/java # cd /usr/java # # chmod 700 /tmp/jdk-6u10-linux-x64.bin # /tmp/jdk-6u10-linux-x64.bin ... creating: jdk1.6.0_10/ [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/22/how-to-verify-that-java-is-running-under-linux-system/' rel='bookmark' title='Permanent Link: How to verify that Java is running under Linux System'>How to verify that Java is running under Linux System</a></li>
<li><a href='http://techgurulive.com/2009/10/19/java-ee-6-web-application-jsf-2-0-jpa-2-0-ejb-3-1-using-oracle-netbeans-and-glassfish/' rel='bookmark' title='Permanent Link: Java EE 6 web application (JSF 2.0 + JPA 2.0 + EJB 3.1) using Oracle, NetBeans and GlassFish'>Java EE 6 web application (JSF 2.0 + JPA 2.0 + EJB 3.1) using Oracle, NetBeans and GlassFish</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2009/03/12/how-to-install-java-runtime-environment-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable and disable Java on Browser</title>
		<link>http://techgurulive.com/2009/03/04/how-to-enable-and-diable-java-on-browser/</link>
		<comments>http://techgurulive.com/2009/03/04/how-to-enable-and-diable-java-on-browser/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 11:30:31 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Communicator 4.x]]></category>
		<category><![CDATA[Explorer 3.x]]></category>
		<category><![CDATA[Explorer 4.x]]></category>
		<category><![CDATA[Explorer 5.x]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Navigator 3.x]]></category>
		<category><![CDATA[Netscape Navigator]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=3356</guid>
		<description><![CDATA[If you&#8217;re working on a slow system and notice a significant speed degradation while visiting Java enabled web pages, you can disable Java support to find out if you could gain some speed. Speed degradation occur on slow systems because some Java enabled pages take longer to load, specially, during your first visit. Also certain [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/19/how-to-install-opera-web-browser-in-ubuntu-including-flashjava-plugins/' rel='bookmark' title='Permanent Link: How to install Opera Web Browser in Ubuntu including flash,Java Plugins'>How to install Opera Web Browser in Ubuntu including flash,Java Plugins</a></li>
<li><a href='http://techgurulive.com/2009/10/22/how-to-verify-that-java-is-running-under-linux-system/' rel='bookmark' title='Permanent Link: How to verify that Java is running under Linux System'>How to verify that Java is running under Linux System</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2009/03/04/how-to-enable-and-diable-java-on-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable ActiveX on my browser</title>
		<link>http://techgurulive.com/2009/03/04/how-to-enable-activex-on-my-browser/</link>
		<comments>http://techgurulive.com/2009/03/04/how-to-enable-activex-on-my-browser/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 11:21:54 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[settings]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=3352</guid>
		<description><![CDATA[A control using ActiveX technologies. An ActiveX control can be automatically downloaded and executed by a Web browser. ActiveX is not a programming language, but rather a set of rules for how applications should share information. Programmers can develop ActiveX controls in a variety of languages, including C, C++, Visual Basic, and Java. To enable [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/23/ms09-055-critical-cumulative-security-update-of-activex-kill-bits-973525/' rel='bookmark' title='Permanent Link: Cumulative Security Update of ActiveX Kill Bits'>Cumulative Security Update of ActiveX Kill Bits</a></li>
<li><a href='http://techgurulive.com/2009/10/23/ms09-060-critical-vulnerabilities-in-microsoft-active-template-library-atl-activex-controls-for-microsoft-office-could-allow-remote-code-execution-973965/' rel='bookmark' title='Permanent Link: Vulnerabilities in Microsoft Active Template Library (ATL) ActiveX Controls for Microsoft Office Could Allow Remote Code Execution'>Vulnerabilities in Microsoft Active Template Library (ATL) ActiveX Controls for Microsoft Office Could Allow Remote Code Execution</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2009/03/04/how-to-enable-activex-on-my-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to  Install Imagemagick on CentOS</title>
		<link>http://techgurulive.com/2009/02/11/how-to-install-imagemagick-on-centos/</link>
		<comments>http://techgurulive.com/2009/02/11/how-to-install-imagemagick-on-centos/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 10:59:56 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[capability]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[configured]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[distributions]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[edition]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[Identify]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[processors]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[transformation]]></category>
		<category><![CDATA[what]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=2882</guid>
		<description><![CDATA[ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/12/02/how-to-install-and-configure-piwik/' rel='bookmark' title='Permanent Link: How to Install and Configure Piwik &#8211; An open source web analytics system.'>How to Install and Configure Piwik &#8211; An open source web analytics system.</a></li>
<li><a href='http://techgurulive.com/2009/12/12/how-to-install-and-configure-apc-for-php-on-linux/' rel='bookmark' title='Permanent Link: How to Install and Configure APC for PHP on Linux'>How to Install and Configure APC for PHP on Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2009/02/11/how-to-install-imagemagick-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Quick Guide To Install SUBVERSION</title>
		<link>http://techgurulive.com/2009/01/05/a-quick-guide-to-install-subversion/</link>
		<comments>http://techgurulive.com/2009/01/05/a-quick-guide-to-install-subversion/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 06:09:32 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[accesses]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[authenticate]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[bases]]></category>
		<category><![CDATA[bdb]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[capability]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[compilation]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[daemons]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[determine]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[edition]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[errorlog]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file folders]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[Generator]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[hostnames]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[Identify]]></category>
		<category><![CDATA[ignore]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[passwd]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[possibilities]]></category>
		<category><![CDATA[prevent]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[roots]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[Standalone]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[targeted]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[un usr]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[virtualizer]]></category>
		<category><![CDATA[what]]></category>
		<category><![CDATA[win]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[workarounds]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=2605</guid>
		<description><![CDATA[Subversion depends on a number of third party tools and libraries.Some of them are only required to run a Subversion server; others are necessary just for a Subversion client.  This section explains what other tools and libraries will be required so that Subversion can be built with the set of features you want



Related posts:<ol><li><a href='http://techgurulive.com/2009/10/14/the-keepalivetimeout-directive-in-apache/' rel='bookmark' title='Permanent Link: The KeepAliveTimeout Directive in Apache'>The KeepAliveTimeout Directive in Apache</a></li>
<li><a href='http://techgurulive.com/2010/01/25/apache-process-get-stuck-with-high-cpu-utilization/' rel='bookmark' title='Permanent Link: Apache process get stuck with High CPU Utilization'>Apache process get stuck with High CPU Utilization</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2009/01/05/a-quick-guide-to-install-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is PHP-Nuke</title>
		<link>http://techgurulive.com/2008/11/29/what-is-php-nuke/</link>
		<comments>http://techgurulive.com/2008/11/29/what-is-php-nuke/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 17:29:37 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Tech Guru]]></category>
		<category><![CDATA[accesses]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[edition]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[Generator]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[my postgre]]></category>
		<category><![CDATA[PHP-Nuke]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[what]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=2487</guid>
		<description><![CDATA[It is a CMS (Content Managment System) that integrates in its inside all the instruments that are used to create a site/portal of information (meant in broad sense). Given the immense number of present functions in the installation and in an even greater quantity of modules developed from third parties, the system is also adept to the management of


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/19/samba-networking-between-linux-systems-and-microsoft-windows/' rel='bookmark' title='Permanent Link: Samba &#8211; Networking between Linux Systems and Microsoft Windows'>Samba &#8211; Networking between Linux Systems and Microsoft Windows</a></li>
<li><a href='http://techgurulive.com/2009/10/10/an-authenticating-captive-portal-firewall-platform-for-linux-sphirewall/' rel='bookmark' title='Permanent Link: An authenticating, captive portal firewall platform for Linux &#8211; Sphirewall'>An authenticating, captive portal firewall platform for Linux &#8211; Sphirewall</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/11/29/what-is-php-nuke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install dimdim on ubuntu linux</title>
		<link>http://techgurulive.com/2008/11/12/how-to-install-dimdim-on-ubuntu-linux/</link>
		<comments>http://techgurulive.com/2008/11/12/how-to-install-dimdim-on-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:22:58 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[authenticate]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[dimdim]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[edition]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[meeting service]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=2289</guid>
		<description><![CDATA[Dimdim is a cool new open source meeting service that lets you share your desktop, presentations, audio and video. Its also web based, and needs no installing. On top of all this, it works on Mac, Linux and even Windows! Its still alpha at the moment, but definately useable. Heres how to install it on [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/22/how-to-verify-that-java-is-running-under-linux-system/' rel='bookmark' title='Permanent Link: How to verify that Java is running under Linux System'>How to verify that Java is running under Linux System</a></li>
<li><a href='http://techgurulive.com/2009/10/22/how-to-start-solr-on-linux-system/' rel='bookmark' title='Permanent Link: How to start Solr on Linux System'>How to start Solr on Linux System</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/11/12/how-to-install-dimdim-on-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to use the Java Compiler</title>
		<link>http://techgurulive.com/2008/11/03/how-to-use-the-java-compiler/</link>
		<comments>http://techgurulive.com/2008/11/03/how-to-use-the-java-compiler/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 10:59:10 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Tech Guru]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[how to use]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=2105</guid>
		<description><![CDATA[A Java compiler is a compiler for the Java programming language. The most common form of output from a Java compiler are Java class files containing platform-neutral Java bytecode. There exist also compilers emitting optimized native machine code for a particular hardware/Operating system combination.




Related posts:<ol><li><a href='http://techgurulive.com/2009/10/22/how-to-verify-that-java-is-running-under-linux-system/' rel='bookmark' title='Permanent Link: How to verify that Java is running under Linux System'>How to verify that Java is running under Linux System</a></li>
<li><a href='http://techgurulive.com/2009/10/19/java-ee-6-web-application-jsf-2-0-jpa-2-0-ejb-3-1-using-oracle-netbeans-and-glassfish/' rel='bookmark' title='Permanent Link: Java EE 6 web application (JSF 2.0 + JPA 2.0 + EJB 3.1) using Oracle, NetBeans and GlassFish'>Java EE 6 web application (JSF 2.0 + JPA 2.0 + EJB 3.1) using Oracle, NetBeans and GlassFish</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/11/03/how-to-use-the-java-compiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Woopra Analytics on Fedora</title>
		<link>http://techgurulive.com/2008/09/16/how-to-install-woopra-analytics-on-fedora/</link>
		<comments>http://techgurulive.com/2008/09/16/how-to-install-woopra-analytics-on-fedora/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 14:53:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[logins]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[targeted]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=1361</guid>
		<description><![CDATA[Having heard of Woopra on Fedora 9 ? Here&#8217;s a quick and simple three (3) easy steps on how to install Woopra client on Fedora 9. Fedora 9: Woopra Client Installation 1. Sign up and register for Woopra account here. You need to receive an activation email from Woopra before you can proceed with the [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/12/02/how-to-install-and-configure-piwik/' rel='bookmark' title='Permanent Link: How to Install and Configure Piwik &#8211; An open source web analytics system.'>How to Install and Configure Piwik &#8211; An open source web analytics system.</a></li>
<li><a href='http://techgurulive.com/2009/12/20/how-to-configure-google-analytics/' rel='bookmark' title='Permanent Link: How to configure Google Analytics'>How to configure Google Analytics</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/09/16/how-to-install-woopra-analytics-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Install VirtualBox on Fedora 9</title>
		<link>http://techgurulive.com/2008/09/15/how-to-install-virtualbox-on-fedora-9/</link>
		<comments>http://techgurulive.com/2008/09/15/how-to-install-virtualbox-on-fedora-9/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 17:16:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[virtualizer]]></category>
		<category><![CDATA[what]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=1273</guid>
		<description><![CDATA[VirtualBox has been recently bought by Sun Inc, the maker of Sun&#8217;s Java. VirtualBox had proven to do their job when it comes to operating system virtualization. Virtualization using Virtualbox had come to a long way, which enabled every virtual users and system admins to further evaluate different virtual machines to perform its task without [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/20/fedora-12-beta-code-is-go/' rel='bookmark' title='Permanent Link: Fedora 12 beta code is go'>Fedora 12 beta code is go</a></li>
<li><a href='http://techgurulive.com/2009/12/12/how-to-install-and-configure-apc-for-php-on-linux/' rel='bookmark' title='Permanent Link: How to Install and Configure APC for PHP on Linux'>How to Install and Configure APC for PHP on Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/09/15/how-to-install-virtualbox-on-fedora-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Steps To Have Perfect Fedora 9 Desktop Experience Part 2</title>
		<link>http://techgurulive.com/2008/09/15/three-steps-to-have-perfect-fedora-9-desktop-experience-part-2/</link>
		<comments>http://techgurulive.com/2008/09/15/three-steps-to-have-perfect-fedora-9-desktop-experience-part-2/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 15:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=1221</guid>
		<description><![CDATA[After following a recent post of a perfect fedora 9 desktop, which automatically installs most requested fedora desktop softwares, you can install another and more fedora applications easily by referring to another automatic fedora installer called Easylife, as an alternative automatic installer for fedora desktop systems. Easylife covers a lot of rpm package and features [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/20/fedora-12-beta-screen-shots/' rel='bookmark' title='Permanent Link: Fedora 12 Beta Screen Shots'>Fedora 12 Beta Screen Shots</a></li>
<li><a href='http://techgurulive.com/2009/10/19/openshot-desktop-video-editor-for-linux/' rel='bookmark' title='Permanent Link: OpenShot &#8211; Desktop Video Editor for Linux'>OpenShot &#8211; Desktop Video Editor for Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/09/15/three-steps-to-have-perfect-fedora-9-desktop-experience-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Install Python Module for Google Data API Services on Fedora</title>
		<link>http://techgurulive.com/2008/09/14/how-to-install-python-module-for-google-data-api-services-on-fedora/</link>
		<comments>http://techgurulive.com/2008/09/14/how-to-install-python-module-for-google-data-api-services-on-fedora/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 03:57:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[accesses]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[bases]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[edition]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[parsed]]></category>
		<category><![CDATA[possibilities]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[what]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=1209</guid>
		<description><![CDATA[Recent repetitive job for the past several days triggers my subtle and sleeping mind from doing another playful hobby. Just a thought, I have convinced myself, to do some boring but interesting play, atleast give Google API a try.That is, manage and administer Google data like Blogger posts via Google Data API connecting locally using [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/22/firewall-services-module-crafted-icmp-message-vulnerability/' rel='bookmark' title='Permanent Link: Firewall Services Module Crafted ICMP Message Vulnerability'>Firewall Services Module Crafted ICMP Message Vulnerability</a></li>
<li><a href='http://techgurulive.com/2009/12/22/how-to-track-adwords-campaigns-with-google-analytics/' rel='bookmark' title='Permanent Link: How to track AdWords campaigns with Google Analytics'>How to track AdWords campaigns with Google Analytics</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/09/14/how-to-install-python-module-for-google-data-api-services-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Index Data in Solr</title>
		<link>http://techgurulive.com/2008/09/08/how-to-index-data-in-solr/</link>
		<comments>http://techgurulive.com/2008/09/08/how-to-index-data-in-solr/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 12:39:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=1109</guid>
		<description><![CDATA[The exampledocs directory contains samples of the types of instructions Solr expects, as well as a java utility for posting them from the command line (a post.sh shell script is also available, but for this tutorial we&#8217;ll use the cross-platform Java client). To try this, open a new terminal window, enter the exampledocs directory, and [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/11/25/how-to-reindex-apache-solr-data/' rel='bookmark' title='Permanent Link: How to reindex Apache Solr Data'>How to reindex Apache Solr Data</a></li>
<li><a href='http://techgurulive.com/2009/10/22/how-to-start-solr-on-linux-system/' rel='bookmark' title='Permanent Link: How to start Solr on Linux System'>How to start Solr on Linux System</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/09/08/how-to-index-data-in-solr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Solr</title>
		<link>http://techgurulive.com/2008/09/08/how-to-install-solr/</link>
		<comments>http://techgurulive.com/2008/09/08/how-to-install-solr/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 12:36:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[bases]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compilation]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[unzip]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=1107</guid>
		<description><![CDATA[Requirements To follow along with this tutorial, you will need&#8230; Java 1.5 or greater. Some places you can get it are from Sun, IBM, or BEA. Running java -version at the command line should indicate a version number starting with 1.5. A Solr release. FireFox or Mozilla is the preferred browser to view the admin [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/22/how-to-start-solr-on-linux-system/' rel='bookmark' title='Permanent Link: How to start Solr on Linux System'>How to start Solr on Linux System</a></li>
<li><a href='http://techgurulive.com/2009/12/18/how-to-verify-solr-replication/' rel='bookmark' title='Permanent Link: How to Verify Solr Replication'>How to Verify Solr Replication</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/09/08/how-to-install-solr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Java in Windows XP</title>
		<link>http://techgurulive.com/2008/09/03/no-java-in-windows-xp/</link>
		<comments>http://techgurulive.com/2008/09/03/no-java-in-windows-xp/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 03:24:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[accesses]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[attackers]]></category>
		<category><![CDATA[attacks]]></category>
		<category><![CDATA[bases]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[prevent]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=970</guid>
		<description><![CDATA[Microsoft has announced it will not include support for the Java programming language in the upcoming Windows XP. After settling a lawsuit with Java creator Sun Microsystems in January, the software giant decided the easiest way to prevent further litigation was to simply remove the code entirely. The settlement stipulated that Microsoft would no longer [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/22/how-to-verify-that-java-is-running-under-linux-system/' rel='bookmark' title='Permanent Link: How to verify that Java is running under Linux System'>How to verify that Java is running under Linux System</a></li>
<li><a href='http://techgurulive.com/2009/12/07/beginning-java-google-app-engine/' rel='bookmark' title='Permanent Link: Beginning Java Google App Engine'>Beginning Java Google App Engine</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/09/03/no-java-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to uninstall Apache</title>
		<link>http://techgurulive.com/2008/08/31/how-to-uninstall-apache/</link>
		<comments>http://techgurulive.com/2008/08/31/how-to-uninstall-apache/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 05:18:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compilation]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[usr]]></category>
		<category><![CDATA[what]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=872</guid>
		<description><![CDATA[OPTION 1: Run this command if you installed apache with RPM or throug the automatic option during the Fedora/Red Hat OS installation. Code: yum remove httpd OPTION 2: Run Code: /etc/init.d/httpd stop to get the package name. It should come back with something like this: Code: apachecfg-0.3.1-6 apache-1.2.5-1 You can then use this command to [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/15/installing-apache-on-linux-rpm-installation/' rel='bookmark' title='Permanent Link: Installing Apache on Linux &#8211; RPM Installation'>Installing Apache on Linux &#8211; RPM Installation</a></li>
<li><a href='http://techgurulive.com/2009/10/15/the-prefixusrlocalapache-argument/' rel='bookmark' title='Permanent Link: The &#8211;prefix=/usr/local/apache Argument'>The &#8211;prefix=/usr/local/apache Argument</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/08/31/how-to-uninstall-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 100 of the Best (Useful) OpenSource Applications</title>
		<link>http://techgurulive.com/2008/08/29/top-100-of-the-best-useful-opensource-applications/</link>
		<comments>http://techgurulive.com/2008/08/29/top-100-of-the-best-useful-opensource-applications/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 11:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[accesses]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[attackers]]></category>
		<category><![CDATA[attacks]]></category>
		<category><![CDATA[authenticate]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[bases]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[cameras]]></category>
		<category><![CDATA[capability]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[daemons]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[edition]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Emergency]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[equivalents]]></category>
		<category><![CDATA[exports]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[fly]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[Generator]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[Identify]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[incoming]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[possibilities]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[processors]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[queues]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[serialize]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[sessions]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Standalone]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[targeted]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[track]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[transformation]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[understanding]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[virtualizer]]></category>
		<category><![CDATA[what]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=853</guid>
		<description><![CDATA[The following is a list of about 100 of the best OpenSource Applications, that actually help make Linux more usable for people. It is my hope that this list shows potential Linux users that there really is a large, effective, productive and usable range of free, OpenSource applications. For existing Linux users (like myself), I [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/11/09/opensource-key-application-development-tools-from-google/' rel='bookmark' title='Permanent Link: OpenSource key application development tools from Google'>OpenSource key application development tools from Google</a></li>
<li><a href='http://techgurulive.com/2009/10/19/10-things-to-do-after-installing-linux/' rel='bookmark' title='Permanent Link: 10 things to do after installing Linux'>10 things to do after installing Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/08/29/top-100-of-the-best-useful-opensource-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Apache Solr</title>
		<link>http://techgurulive.com/2008/08/14/how-to-install-apache-solr/</link>
		<comments>http://techgurulive.com/2008/08/14/how-to-install-apache-solr/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 08:20:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[what]]></category>

		<guid isPermaLink="false">http://techgurulive.com/?p=125</guid>
		<description><![CDATA[Requirements Java5 or greater installed A servlet container such as Tomcat, Jetty, or Resin A Solr distribution Setup Stop your servlet container From the solr distribution, copy the solr war to the webapps directory of your servlet container as solr.war From the solr distribution, copy the example solr home example/solr as a template for your [...]


Related posts:<ol><li><a href='http://techgurulive.com/2009/10/22/how-to-start-solr-on-linux-system/' rel='bookmark' title='Permanent Link: How to start Solr on Linux System'>How to start Solr on Linux System</a></li>
<li><a href='http://techgurulive.com/2009/11/25/how-to-reindex-apache-solr-data/' rel='bookmark' title='Permanent Link: How to reindex Apache Solr Data'>How to reindex Apache Solr Data</a></li>
</ol>]]></description>
		<wfw:commentRss>http://techgurulive.com/2008/08/14/how-to-install-apache-solr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.022 seconds -->
