<?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>sDenn Knowledge Base &#187; Linux</title>
	<atom:link href="http://en.sdenn.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.sdenn.com</link>
	<description>A good scientist continually questions his own theories and assumptions</description>
	<lastBuildDate>Thu, 12 May 2011 09:54:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing BigDFT 1.5.2 with CUDA and OpenMPI support in Fedora 14 x64</title>
		<link>http://en.sdenn.com/installing-bigdft-1-5-1-with-cuda-and-openmpi-support-in-fedora-14-x64/</link>
		<comments>http://en.sdenn.com/installing-bigdft-1-5-1-with-cuda-and-openmpi-support-in-fedora-14-x64/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 05:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/?p=80</guid>
		<description><![CDATA[BigDFT is DFT electronic structure calculation program that uses GPU acceleration. (http://inac.cea.fr/L_Sim/BigDFT/) Latest version: 1.5.2 Installation tested in Fedoea 14 x64 with NVidia GT470 video card. Installing prerequisites: gcc blas-devel lapack-devel openmpi (tested with 1.4.3) NVidia Driver (tested with) Need to disable Nueveu module, add xxxx to grub.conf CUDA Toolbox (tested with 3.2) Enviroment settings: [...]]]></description>
			<content:encoded><![CDATA[<p>BigDFT is DFT electronic structure calculation program that uses GPU acceleration. (<a href="http://inac.cea.fr/L_Sim/BigDFT/">http://inac.cea.fr/L_Sim/BigDFT/</a>)</p>
<p>Latest version: 1.5.2</p>
<p>Installation tested in Fedoea 14 x64 with NVidia GT470 video card.</p>
<p>Installing prerequisites:</p>
<ul>
<li>gcc</li>
<li>blas-devel</li>
<li>lapack-devel</li>
<li>openmpi (tested with 1.4.3)</li>
<li>NVidia Driver (tested with)
<ul>
<li>Need to disable Nueveu module, add xxxx to grub.conf</li>
</ul>
</li>
<li>CUDA Toolbox (tested with 3.2)</li>
</ul>
<p>Enviroment settings:</p>
<p><br class="spacer_" /></p>
<p>Configuring:</p>
<blockquote><p>./configure &#8211;enable-mpi &#8211;enable-cuda-gpu &#8211;with-cuda-path=/usr/local/cuda FC=mpif90</p></blockquote>
<p>Compiling:</p>
<blockquote><p>make -j4</p></blockquote>
<p>Testing:</p>
<blockquote><p>cd tests</p>
<p>make check</p></blockquote>
<p>Installing:</p>
<blockquote><p>make install</p></blockquote>
<p><br class="spacer_" /></p>
<blockquote><p><br class="spacer_" /></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/installing-bigdft-1-5-1-with-cuda-and-openmpi-support-in-fedora-14-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS5 Repositories Latest Versions (samba, apache, mysql, php)</title>
		<link>http://en.sdenn.com/centos5-repositories-latest-versions-samba-apache-mysql-php/</link>
		<comments>http://en.sdenn.com/centos5-repositories-latest-versions-samba-apache-mysql-php/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:03:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/centos5-repositories-latest-versions-samba-apache-mysql-php/</guid>
		<description><![CDATA[Sernet Samba 3.5 repository yum repo file: sernet-samba.repo Jason&#8217;s Utter Ramblings Repo (httpd, php, mysql) Import the GPG key: rpm &#8211;import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka Create /etc/yum.repos.d/utterramblings.repo: [utterramblings] name=Jason&#8217;s Utter Ramblings Repo baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka]]></description>
			<content:encoded><![CDATA[<h2><a href="http://ftp.sernet.de/pub/samba/3.5/centos/5/repodata/" target="_blank">Sernet Samba 3.5 repository</a></h2>
<p>yum repo file: <a title="sernet-samba.repo" href="http://ftp.sernet.de/pub/samba/3.5/centos/5/sernet-samba.repo">sernet-samba.repo</a></p>
<h2><a href="http://www.jasonlitka.com/" target="_blank">Jason&#8217;s Utter Ramblings Repo (httpd, php, mysql)</a></h2>
<p>Import the GPG key:</p>
<blockquote><p>rpm &#8211;import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka</p>
</blockquote>
<p>Create /etc/yum.repos.d/utterramblings.repo:</p>
<blockquote><p>[utterramblings]     <br />name=Jason&#8217;s Utter Ramblings Repo      <br />baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/      <br />enabled=1      <br />gpgcheck=1      <br />gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/centos5-repositories-latest-versions-samba-apache-mysql-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Large Files in Linux</title>
		<link>http://en.sdenn.com/list-large-files-in-linux/</link>
		<comments>http://en.sdenn.com/list-large-files-in-linux/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 07:16:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/list-large-files-in-linux/</guid>
		<description><![CDATA[find / -type f -size +20000k -exec ls -lh {} \; &#124; awk '{ print $9 ": " $5 }' or du &#8211;max-depth=1 -h /]]></description>
			<content:encoded><![CDATA[<blockquote><p><code>find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'</code></p>
</blockquote>
<p><span style="font-family: Courier New;">or</span></p>
<blockquote><p><span style="font-family: Courier New;">du &#8211;max-depth=1 -h /</span></p>
</blockquote>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/list-large-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla 1.0.15</title>
		<link>http://en.sdenn.com/joomla-1015/</link>
		<comments>http://en.sdenn.com/joomla-1015/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 06:45:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/joomla-1015/</guid>
		<description><![CDATA[cd /var/www/html/ wget http://joomlacode.org/gf/download/frsrelease/6828/22537/Joomla_1.0.15-Stable-Full_Package.tar.gz tar -zxvf Joomla_1.0.15-Stable-Full_Package.tar.gz from su (assuming that you have &#8216;apache&#8217; user for httpd): chgrp -R apache administrator/backups/ administrator/components/ administrator/modules/ administrator/templates/ components/ images/ images/banners/ images/stories/ language/ mambots/ mambots/content/ mambots/editors/ mambots/editors-xtd/ mambots/search/ mambots/system/ media/ modules/ templates/ cache/ chmod -R g+w,o-rwx administrator/backups/ administrator/components/ administrator/modules/ administrator/templates/ components/ images/ images/banners/ images/stories/ language/ mambots/ mambots/content/ mambots/editors/ mambots/editors-xtd/ [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>cd /var/www/html/</p>
<p>wget http://joomlacode.org/gf/download/frsrelease/6828/22537/Joomla_1.0.15-Stable-Full_Package.tar.gz</p>
<p>tar -zxvf Joomla_1.0.15-Stable-Full_Package.tar.gz</p>
<p>from su (assuming that you have &#8216;apache&#8217; user for httpd):</p>
<p>chgrp -R apache administrator/backups/ administrator/components/ administrator/modules/ administrator/templates/ components/ images/ images/banners/ images/stories/ language/ mambots/ mambots/content/ mambots/editors/ mambots/editors-xtd/ mambots/search/ mambots/system/ media/ modules/ templates/ cache/</p>
<p>chmod -R g+w,o-rwx administrator/backups/ administrator/components/ administrator/modules/ administrator/templates/ components/ images/ images/banners/ images/stories/ language/ mambots/ mambots/content/ mambots/editors/ mambots/editors-xtd/ mambots/search/ mambots/system/ media/ modules/ templates/ cache/</p>
<p>chgrp -R apache components/com_expose/expose/xml/ components/com_expose/expose/img/ components/com_expose/expose/manager/amfphp/extra/passhash.inc.php components/com_expose/expose/config/config.xml components/com_expose/expose/manager/amfphp/extra/settings.xml</p>
<p>chmod -R g+w,o-rwx components/com_expose/expose/xml/ components/com_expose/expose/img/ components/com_expose/expose/manager/amfphp/extra/passhash.inc.php components/com_expose/expose/config/config.xml components/com_expose/expose/manager/amfphp/extra/settings.xml</p>
</blockquote>
<p>Must have components:</p>
<p><a href="http://www.joomfish.net/">http://www.joomfish.net/</a> joomfish</p>
<p><a href="http://www.artio.cz/en/downloads/joomla-extensions/2">http://www.artio.cz/en/downloads/joomla-extensions/2</a> joomsef</p>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/joomla-1015/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhpBB3</title>
		<link>http://en.sdenn.com/phpbb3/</link>
		<comments>http://en.sdenn.com/phpbb3/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 19:36:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/phpbb3/</guid>
		<description><![CDATA[Set permissions: chgrp -R apache cache files store images/avatars/upload images/avatars/gallery images/ranks images/smilies config.php chmod -R g+w,o-rwx cache files store images/avatars/upload images/avatars/gallery images/ranks images/smilies config.php]]></description>
			<content:encoded><![CDATA[<p>Set permissions:</p>
<blockquote><p>chgrp -R apache cache files store images/avatars/upload images/avatars/gallery images/ranks images/smilies config.php</p>
<p>chmod -R g+w,o-rwx cache files store images/avatars/upload images/avatars/gallery images/ranks images/smilies config.php</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/phpbb3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eAccelerator</title>
		<link>http://en.sdenn.com/eaccelerator/</link>
		<comments>http://en.sdenn.com/eaccelerator/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 18:33:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/?p=3</guid>
		<description><![CDATA[Latest version at http://www.eaccelerator.net/ Installing: cd ~ wget http://bart.eaccelerator.net/source/0.9.5.3/eaccelerator-0.9.5.3.tar.bz2 tar jxvf eaccelerator-0.9.5.3.tar.bz2 cd eaccelerator-0.9.5.3.tar.bz2 phpize ./configure &#8211;enable-eaccelerator=shared &#8211;with-eaccelerator-content-caching &#8211;with-php-config=/usr/bin/php-config make make install mkdir /tmp/eaccelerator chgrp -R apache /tmp/eaccelerator chmod -R g+w,o-rwx /tmp/eaccelerator cp ~/eaccelerator-0.9.5.3/eaccelerator.ini /etc/php.d #change ini file# Upgrade: Same until &#8211; mkdir Check if installed properly: php -v Response: PHP 5.2.6 (cli) (built: May  [...]]]></description>
			<content:encoded><![CDATA[<p>Latest version at <a href="http://www.eaccelerator.net/">http://www.eaccelerator.net/</a></p>
<p>Installing:</p>
<blockquote><p>cd ~</p>
<p>wget http://bart.eaccelerator.net/source/0.9.5.3/eaccelerator-0.9.5.3.tar.bz2</p>
<p>tar jxvf eaccelerator-0.9.5.3.tar.bz2</p>
<p>cd eaccelerator-0.9.5.3.tar.bz2</p>
<p>phpize</p>
<p>./configure &#8211;enable-eaccelerator=shared &#8211;with-eaccelerator-content-caching &#8211;with-php-config=/usr/bin/php-config</p>
<p>make</p>
<p>make install</p>
<p>mkdir /tmp/eaccelerator</p>
<p>chgrp -R apache /tmp/eaccelerator</p>
<p>chmod -R g+w,o-rwx /tmp/eaccelerator</p>
<p>cp ~/eaccelerator-0.9.5.3/eaccelerator.ini /etc/php.d</p>
<p>#change ini file#</p></blockquote>
<p>Upgrade:</p>
<blockquote><p><span style="color: #222222; background-color: #ffffff;">Same until &#8211; mkdir</span></p></blockquote>
<p>Check if installed properly:</p>
<blockquote><p>php -v</p></blockquote>
<p>Response:</p>
<blockquote><p>PHP 5.2.6 (cli) (built: May  5 2008 10:32:59)<br />
Copyright (c) 1997-2008 The PHP Group<br />
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies<br />
    with eAccelerator v0.9.5.3, Copyright (c) 2004-2006 eAccelerator, by eAccelerator</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/eaccelerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

