<?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>MyLiteratureTechLife.COM &#187; Centos</title>
	<atom:link href="http://myliteraturetechlife.com/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://myliteraturetechlife.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 21:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Uninstall r1soft buagent ?</title>
		<link>http://myliteraturetechlife.com/how-to-uninstall-r1soft-buagent/</link>
		<comments>http://myliteraturetechlife.com/how-to-uninstall-r1soft-buagent/#comments</comments>
		<pubDate>Fri, 06 May 2011 11:43:19 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[r1soft CDP]]></category>
		<category><![CDATA[buagent]]></category>
		<category><![CDATA[CDP]]></category>
		<category><![CDATA[cdp agent]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[r1soft]]></category>
		<category><![CDATA[uninstalling]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=775</guid>
		<description><![CDATA[Uninstalling r1soft buagent is very simple, using command r1soft-uninstall-buagent [root@server ~]# r1soft-uninstall-buagent This program will remove/uninstall the R1Soft Liunux Agent &#160; Options: -H &#124; --help Shows this help and usage guide -R &#124; --remove Uninstalls the R1Soft buagent [root@server ~]# r1soft-uninstall-buagent --remove This uninstaller will remove the following.. &#160; File /etc/init.d/buagent File /usr/bin/buagent File /var/lock/buagent.lock [...]<p><a href="http://myliteraturetechlife.com/how-to-uninstall-r1soft-buagent/">How to Uninstall r1soft buagent ?</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/how-to-uninstall-r1soft-buagent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: Missing Dependency: perl(Convert::ASN1) is needed by package samba</title>
		<link>http://myliteraturetechlife.com/error-missing-dependency-perlconvertasn1-is-needed-by-package-samba/</link>
		<comments>http://myliteraturetechlife.com/error-missing-dependency-perlconvertasn1-is-needed-by-package-samba/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 15:10:10 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[dependency]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=758</guid>
		<description><![CDATA[While updating a server, I got perl dependency error with Samba # yum upgrade ..... ..... samba-3.0.33-3.7.el5.i386 from base has depsolving problems --&#38;gt; Missing Dependency: perl(Convert::ASN1) is needed by package samba-3.0.33-3.7.el5.i386 (base) Error: Missing Dependency: perl(Convert::ASN1) is needed by package samba-3.0.33-3.7.el5.i386 (base) Recommended reading Missing Dependency: librrd.so.2 after munin installation Solution: ERROR: Unable to install [...]<p><a href="http://myliteraturetechlife.com/error-missing-dependency-perlconvertasn1-is-needed-by-package-samba/">Error: Missing Dependency: perl(Convert::ASN1) is needed by package samba</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/error-missing-dependency-perlconvertasn1-is-needed-by-package-samba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount reiserfs partitions on CentOS</title>
		<link>http://myliteraturetechlife.com/mount-reiserfs-partitions-on-centos/</link>
		<comments>http://myliteraturetechlife.com/mount-reiserfs-partitions-on-centos/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 18:11:38 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[Mount]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[reiserfs]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=480</guid>
		<description><![CDATA[CentOS use ext3 file system, and it do not support reiserfs. Therefore if you try to mount a drive with reiserfs partition, it give error mount: fs type reiserfs not supported by kernel It&#8217;s possible to see what filesystems are supported by running this command: cat /proc/filesystems On my fairly default install CentOS 4 machine, [...]<p><a href="http://myliteraturetechlife.com/mount-reiserfs-partitions-on-centos/">Mount reiserfs partitions on CentOS</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/mount-reiserfs-partitions-on-centos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to increase Qmail sending limit</title>
		<link>http://myliteraturetechlife.com/how-to-increase-qmail-sending-limit/</link>
		<comments>http://myliteraturetechlife.com/how-to-increase-qmail-sending-limit/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 11:19:59 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Dabian]]></category>
		<category><![CDATA[Directadmin]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[debin]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[sending]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=439</guid>
		<description><![CDATA[First verify that these setting have not already been customized, as running the commands will overwrite any changes they have made. The following command will show you whether those files exist: ls /var/qmail/control &#124; egrep 'timeoutremote&#124;timeoutsmtpd&#124;concurrencyremote' Run following command to update limits echo &#34;120&#34; &#38;gt; /var/qmail/control/timeoutremote &#160; echo &#34;120&#34; &#38;gt; /var/qmail/control/timeoutsmtpd &#160; echo &#34;40&#34; &#38;gt; [...]<p><a href="http://myliteraturetechlife.com/how-to-increase-qmail-sending-limit/">How to increase Qmail sending limit</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/how-to-increase-qmail-sending-limit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to secure SSH in your server ?</title>
		<link>http://myliteraturetechlife.com/how-to-secure-ssh-in-your-server/</link>
		<comments>http://myliteraturetechlife.com/how-to-secure-ssh-in-your-server/#comments</comments>
		<pubDate>Sat, 15 May 2010 11:56:58 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=430</guid>
		<description><![CDATA[1) Set a very strong password, keep it in your mind but dont write in somewhere. 2) Disable direct root login emacs /etc/ssh/sshd_config Search for #PermitRootLogin yes Set it as PermitRootLogin no Restart ssh service sshd restart 3) Limit user login AllowUsers username Restart ssh service sshd restart 4) Disable protocol 1 ssh use 2 [...]<p><a href="http://myliteraturetechlife.com/how-to-secure-ssh-in-your-server/">How to secure SSH in your server ?</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/how-to-secure-ssh-in-your-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring range of ips in Linux,Centos,fedora core, red hat</title>
		<link>http://myliteraturetechlife.com/configuring-range-of-ips-in-linuxcentosfedora-core-red-hat/</link>
		<comments>http://myliteraturetechlife.com/configuring-range-of-ips-in-linuxcentosfedora-core-red-hat/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:55:36 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[Misc.]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[range of ips]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=422</guid>
		<description><![CDATA[Thats pretty simple Just configure on ips in /etc/sysconfig/network-scripts/ifcfg-eth0 Then Make a new file named ifcfg-eth0-range0 emacs /etc/sysconfig/network-scripts/ifcfg-eth0-range0 Put following code in it IPADDR_START=192.168.0.101 IPADDR_END=192.168.0.200 CLONENUM_START=1 Save and close by pressing Ctrl+X+C Then run command Service network restart And you are done, ips from 192.168.0.100 to 192.168.0.200 are configured in your server. 192.168.0.100 is configured [...]<p><a href="http://myliteraturetechlife.com/configuring-range-of-ips-in-linuxcentosfedora-core-red-hat/">Configuring range of ips in Linux,Centos,fedora core, red hat</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/configuring-range-of-ips-in-linuxcentosfedora-core-red-hat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing screen on CentOS 5.x</title>
		<link>http://myliteraturetechlife.com/installing-screen-on-centos-5-x/</link>
		<comments>http://myliteraturetechlife.com/installing-screen-on-centos-5-x/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:50:23 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=400</guid>
		<description><![CDATA[Screen &#8230; It let you have multiple virtual windows in one physical terminal session, and very necessary to use if you are compiling remotely and your internet connection is not reliable. 1) Download latest RPM http://www.rpmfind.net/linux/rpm2html/search.php?query=screen 2) Install screen dependencies #yum -y install ncurses-devel texinfo pam-devel libtool 3) Install screen #rpmbuild --rebuild screen-4.0.2-5.src.rpm #rpm -ivh [...]<p><a href="http://myliteraturetechlife.com/installing-screen-on-centos-5-x/">Installing screen on CentOS 5.x</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/installing-screen-on-centos-5-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to move MySQL to second drive</title>
		<link>http://myliteraturetechlife.com/how-to-move-mysql-to-second-drive/</link>
		<comments>http://myliteraturetechlife.com/how-to-move-mysql-to-second-drive/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:09:23 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[to second drive]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=354</guid>
		<description><![CDATA[If you ran out of space in your primary drive and wish to move MySQL to another drive then here is a simple procedure. Moving MySQL to another drive is very easy then it look. 1) Find out mount point of secondary drive.  If drive is not mounted yet then you can get help from article &#8220;How [...]<p><a href="http://myliteraturetechlife.com/how-to-move-mysql-to-second-drive/">How to move MySQL to second drive</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/how-to-move-mysql-to-second-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

