Real life problems solved

Advert

Set timezone in .htaccess for PHP

Posted by on Feb 28, 2011 in Date & Time, htaccess | 0 comments

To set the timezone in .htaccess you can use the following code: php_value date.timezone...

Read More

Install Solr and Nutch on Fedora 14 using Sun Java

Posted by on Dec 9, 2010 in Fedora, Nutch, Solr | 0 comments

A followup to an earlier post where I installed Solr and Nutch on a Fedora 14 box. However I used Fedoras Open Java for this, I have...

Read More

Install Subversion On Fedora 14 on Rackspace Cloud

Posted by on Nov 21, 2010 in Fedora, Rackspace Cloud, Subversion | 1 comment

Install Subversion and Apache yum install mod_dav_svn subversion vi /etc/httpd/conf.d/subversion.conf Add to bottom: <Location...

Read More

Install Solr and Nutch on Fedora 14

Posted by on Nov 16, 2010 in CentOS, Fedora, Linux, Nutch, Solr | 2 comments

NOTE: I have created a better version of this using Sun’s Java and some other improvements, find it here:...

Read More

Install Tomcat on Fedora 14

Posted by on Nov 15, 2010 in Fedora, Tomcat | 5 comments

To install the latest Tomcat on Fedora 14 issue the following command: yum install tomcat6 service tomcat6 start chkconfig --add...

Read More

Restart Apache on Fedora 13

Posted by on Oct 14, 2010 in Apache, Fedora | 0 comments

To restart Apche simply issue the following command: /etc/init.d/httpd restart

Read More
Adsense