<?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>Woshka&#039;s Experiences &#187; Linux</title>
	<atom:link href="http://woshka.com/blog/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://woshka.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 18:22:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel="next" href="http://woshka.com/blog/linux/feed?page=2" />

		<item>
		<title>find out your Hard drive tempreture using HDDTEMP on linux Centos 6.2</title>
		<link>http://woshka.com/blog/linux/centos/find-out-your-hard-drive-tempreture-using-hddtemp-on-linux-centos-6-2.html</link>
		<comments>http://woshka.com/blog/linux/centos/find-out-your-hard-drive-tempreture-using-hddtemp-on-linux-centos-6-2.html#comments</comments>
		<pubDate>Sun, 06 May 2012 12:47:39 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Centos]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1134</guid>
		<description><![CDATA[


mkdir /installhddtemp
cd /installhddtemp
wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2
tar -jxvf hddtemp-0.3-beta15.tar.bz2
cd hddtemp-0.3-beta15
./configure
make
make install
cd /usr/share/misc/
wget http://download.savannah.gnu.org/releases/hddtemp/hddtemp.db



]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/find-out-your-hard-drive-tempreture-using-hddtemp-on-linux-centos-6-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Centos:Linux TimeZone</title>
		<link>http://woshka.com/blog/linux/centos/changing-centoslinux-timezone.html</link>
		<comments>http://woshka.com/blog/linux/centos/changing-centoslinux-timezone.html#comments</comments>
		<pubDate>Sat, 10 Mar 2012 22:05:34 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Centos]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1119</guid>
		<description><![CDATA[You may be wondering how to change the TimeZone of the Centos Linux server you already have as the server maybe in a datacenter far from your current destination and its time is vary and you are confused of reading logs or the rest to find out what time what ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/changing-centoslinux-timezone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change Linux Centos Hostname</title>
		<link>http://woshka.com/blog/linux/centos/how-to-change-linux-centos-hostname.html</link>
		<comments>http://woshka.com/blog/linux/centos/how-to-change-linux-centos-hostname.html#comments</comments>
		<pubDate>Sun, 25 Dec 2011 00:49:43 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Centos]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1099</guid>
		<description><![CDATA[There are two ways to change your Centos Linux Server HostNAme
first is graphical and requires you to have setup installed so that you will just only run the setup command
edit devices and
The Seccond is to
nano /etc/sysconfig/network
and edit the line contains the hostname and equal it to any FDQL you are ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/how-to-change-linux-centos-hostname.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile and enable soap on php with DirectAdmin Control Panel Custombuild</title>
		<link>http://woshka.com/blog/linux/centos/direct-admin-control-panel/compile-and-enable-soap-into-php-with-directadmin-controlpanel-custombuild.html</link>
		<comments>http://woshka.com/blog/linux/centos/direct-admin-control-panel/compile-and-enable-soap-into-php-with-directadmin-controlpanel-custombuild.html#comments</comments>
		<pubDate>Sat, 18 Jun 2011 15:21:18 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Direct Admin Control Panel]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1060</guid>
		<description><![CDATA[I will provide the instruction for compiling php with soap in a very easy steps
first goto the  custombuild directofy by the following command
cd /usr/local/directadmin/custombuild
for addmin soap to php in directadmin control panle server first you should check where the configuration file that make changes on it wil take effect
for ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/direct-admin-control-panel/compile-and-enable-soap-into-php-with-directadmin-controlpanel-custombuild.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>fixing MySQL manager or server PID file could not be found!       [FAILED] in DirectAdmin</title>
		<link>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fixing-mysql-manager-or-server-pid-file-could-not-be-found-failed-in-directadmin.html</link>
		<comments>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fixing-mysql-manager-or-server-pid-file-could-not-be-found-failed-in-directadmin.html#comments</comments>
		<pubDate>Sun, 22 May 2011 10:16:55 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Direct Admin Control Panel]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1049</guid>
		<description><![CDATA[I encountered this error when I wanted to restart Mysql service
&#160;service mysqld restart
MySQL manager or server PID file could not be found! &#160; &#160; &#160; [FAILED]
Starting MySQL..................................................................................................................Manager of pid-file quit without updating file. &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fixing-mysql-manager-or-server-pid-file-could-not-be-found-failed-in-directadmin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fixing Starting httpd: Syntax error on line 35 of /usr/local/directadmin/data/users/mainr/httpd.conf: Invalid command &#8216;php_admin_flag&#8217;, perhaps misspelled or defined by a module not included in the server configuration</title>
		<link>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fixing-starting-httpd-syntax-error-on-line-35-of-usrlocaldirectadmindatausersmainrhttpd-conf-invalid-command-php_admin_flag-perhaps-misspelled-or-defined-by-a-module-not-included-in-the.html</link>
		<comments>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fixing-starting-httpd-syntax-error-on-line-35-of-usrlocaldirectadmindatausersmainrhttpd-conf-invalid-command-php_admin_flag-perhaps-misspelled-or-defined-by-a-module-not-included-in-the.html#comments</comments>
		<pubDate>Thu, 19 May 2011 19:05:17 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Direct Admin Control Panel]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1035</guid>
		<description><![CDATA[Starting httpd: Syntax error on line 35 of /usr/local/directadmin/data/users/mainr/httpd.conf: Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configuration
./build rewrite_confs
service httpd restart
[/cc]
]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fixing-starting-httpd-syntax-error-on-line-35-of-usrlocaldirectadmindatausersmainrhttpd-conf-invalid-command-php_admin_flag-perhaps-misspelled-or-defined-by-a-module-not-included-in-the.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fix diretadmin php compiling error gcc: /usr/lib/mysql/libmysqlclient_r.so: No such file or directory  make: *** [libphp5.la] Error 1</title>
		<link>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fix-diretadmin-php-compiling-error-gcc-usrlibmysqllibmysqlclient_r-so-no-such-file-or-directory-make-libphp5-la-error-1.html</link>
		<comments>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fix-diretadmin-php-compiling-error-gcc-usrlibmysqllibmysqlclient_r-so-no-such-file-or-directory-make-libphp5-la-error-1.html#comments</comments>
		<pubDate>Thu, 19 May 2011 13:38:38 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Direct Admin Control Panel]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1033</guid>
		<description><![CDATA[gcc: /usr/lib/mysql/libmysqlclient_r.so: No such file or directory
make: *** [libphp5.la] Error 1
cd /usr/lib
cp libmysqlclient.* /usr/lib/mysql/
cd /usr/lib/mysql/
then
cd /usr/local/directadmin/custombuild
./build clean
./build update
./build php5-cli y
if it didn&#8217;t help try the following
cd /usr/lib/
ln -s/usr/lib/libmysqlclient.so mysql/
ln -s/usr/lib/libmysqlclient.so.15 mysql/
ln -s/usr/lib/libmysqlclient.so.15.0.0 mysql/
ln -s/usr/lib/libmysqlclient_r.so mysql/
ln -s/usr/lib/libmysqlclient_r.so.15 mysql/
ln -slibmysqlclient_r.so.15.0.0 mysql/
then run
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php n
]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fix-diretadmin-php-compiling-error-gcc-usrlibmysqllibmysqlclient_r-so-no-such-file-or-directory-make-libphp5-la-error-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installing htop error configure: error: missing headers:  curses.h</title>
		<link>http://woshka.com/blog/linux/centos/installing-htop-error-configure-error-missing-headers-curses-h.html</link>
		<comments>http://woshka.com/blog/linux/centos/installing-htop-error-configure-error-missing-headers-curses-h.html#comments</comments>
		<pubDate>Thu, 19 May 2011 12:45:17 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Centos]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1030</guid>
		<description><![CDATA[You just need to run
yum install ncurses-devel
then after that install htop again
that&#8217;s all
Thanks
]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/installing-htop-error-configure-error-missing-headers-curses-h.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing You need to install the LWP perl module (libwww-perl) and then install csf</title>
		<link>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fixing-you-need-to-install-the-lwp-perl-module-libwww-perl-and-then-install-csf.html</link>
		<comments>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fixing-you-need-to-install-the-lwp-perl-module-libwww-perl-and-then-install-csf.html#comments</comments>
		<pubDate>Thu, 19 May 2011 12:29:21 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Direct Admin Control Panel]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1026</guid>
		<description><![CDATA[I had just installed Direct Admin control panel on my centos server
It was my first time dealing with Direct Admin so after that I decided to install CSF to protect server againts common attacks and also modify iptables in the easy way but I ran the following
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/direct-admin-control-panel/fixing-you-need-to-install-the-lwp-perl-module-libwww-perl-and-then-install-csf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing git on Centos 5 tutorial</title>
		<link>http://woshka.com/blog/linux/centos/installing-git-on-centos-5-tutorial.html</link>
		<comments>http://woshka.com/blog/linux/centos/installing-git-on-centos-5-tutorial.html#comments</comments>
		<pubDate>Sat, 26 Mar 2011 01:58:09 +0000</pubDate>
		<dc:creator>voshka</dc:creator>
				<category><![CDATA[Centos]]></category>

		<guid isPermaLink="false">http://woshka.com/blog/?p=1014</guid>
		<description><![CDATA[tere are two options to install git on centos 5 servers
using rpm or use yum package manager that is so easier
How to install git using yum:
run the following command that it will install git and all of its dependencies at once for you
yum install git-core
if you encountered an error like ...]]></description>
		<wfw:commentRss>http://woshka.com/blog/linux/centos/installing-git-on-centos-5-tutorial.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

