<?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>Question XX=? Answer OO=m : xxOOm.com &#187; Linux</title>
	<atom:link href="http://www.xxoom.com/oo/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xxoom.com</link>
	<description>-</description>
	<lastBuildDate>Tue, 13 Sep 2011 21:19:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Remove Text from Multiple Files</title>
		<link>http://www.xxoom.com/linux/remove-text-from-multiple-files</link>
		<comments>http://www.xxoom.com/linux/remove-text-from-multiple-files#comments</comments>
		<pubDate>Thu, 18 Feb 2010 20:39:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.xxoom.com/?p=48</guid>
		<description><![CDATA[Shell script to remove some text from multiple files Here is a small script that reads all *.txt  or all *.html, all *.php  files and delete all lines between word1 and word2: #!/bin/bash FILES="*.php" for f in $FILES do INF="$f" OUTF="$f.out.tmp" # replace sed '/word1/,/word2>/d' $INF > $OUTF /bin/cp $OUTF $INF /bin/rm -f $OUTF done [...]]]></description>
			<content:encoded><![CDATA[<h3>Shell script to remove some text from multiple files</h3>
<p>Here is a small script that reads all *.txt  or all *.html, all *.php  files and delete all lines between word1 and word2:</p>
<blockquote><p><code>#!/bin/bash<br />
FILES="*.php"<br />
for f in $FILES<br />
do<br />
INF="$f"<br />
OUTF="$f.out.tmp"<br />
# replace<br />
sed '/word1/,/word2>/d' $INF > $OUTF<br />
/bin/cp $OUTF $INF<br />
/bin/rm -f $OUTF<br />
done</code></p></blockquote>
<p>Then save this file as &#8220;myscript.txt&#8221;</p>
<p>run this script with: # bash myscript.txt</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.xxoom.com/linux/remove-text-from-multiple-files&amp;submitHeadline=Remove+Text+from+Multiple+Files&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.xxoom.com/linux/remove-text-from-multiple-files&amp;title=Remove+Text+from+Multiple+Files" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.xxoom.com/linux/remove-text-from-multiple-files&amp;title=Remove+Text+from+Multiple+Files" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.xxoom.com/linux/remove-text-from-multiple-files" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.xxoom.com/linux/remove-text-from-multiple-files&amp;title=Remove+Text+from+Multiple+Files" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.xxoom.com/linux/remove-text-from-multiple-files&amp;bm_description=Remove+Text+from+Multiple+Files" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.xxoom.com/linux/remove-text-from-multiple-files&amp;T=Remove+Text+from+Multiple+Files" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.xxoom.com/linux/remove-text-from-multiple-files&amp;title=Remove+Text+from+Multiple+Files" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.xxoom.com/linux/remove-text-from-multiple-files&amp;title=Remove+Text+from+Multiple+Files" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.xxoom.com/linux/remove-text-from-multiple-files" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.xxoom.com/linux/remove-text-from-multiple-files" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Remove+Text+from+Multiple+Files+@+http://www.xxoom.com/linux/remove-text-from-multiple-files" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.xxoom.com/linux/remove-text-from-multiple-files&amp;t=Remove+Text+from+Multiple+Files" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.xxoom.com/linux/remove-text-from-multiple-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>site redirect code</title>
		<link>http://www.xxoom.com/seo/site-redirect-code</link>
		<comments>http://www.xxoom.com/seo/site-redirect-code#comments</comments>
		<pubDate>Fri, 18 Sep 2009 17:38:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[redirection]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.xxoom.com/?p=38</guid>
		<description><![CDATA[To redirect ALL files on your domain use this in your .htaccess file if you are on a linux web server: redirectMatch 301 ^(.*)$ http://www.site.net redirectMatch permanent ^(.*)$ http://www.site.net You can also use one of these in your .htaccess file: redirect 301 /index.php http://www.site.net/index.php redirect permanent /index.php http://www.site.net/index.php redirectpermanent /index.php http://www.site.net/index.php If you need to [...]]]></description>
			<content:encoded><![CDATA[<h2>To redirect ALL files on your domain use this in your<br />
.htaccess file if you are on a linux web server:</h2>
<h4>redirectMatch 301 ^(.*)$ http://www.site.net<br />
redirectMatch permanent ^(.*)$ http://www.site.net</h4>
<p>You can also use one of these in your .htaccess file:</p>
<p>redirect 301 /index.php http://www.site.net/index.php<br />
redirect permanent /index.php http://www.site.net/index.php<br />
redirectpermanent /index.php http://www.site.net/index.php</p>
<p>If you need to redirect http://site.net to http://www.site.net and you&#8217;ve got mod_rewrite enabled on<br />
your server you can put this in your .htaccess file:</p>
<p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^site\.net<br />
RewriteRule ^(.*)$ http://www.site.net/$1 [R=permanent,L]</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.xxoom.com/seo/site-redirect-code&amp;submitHeadline=site+redirect+code&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.xxoom.com/seo/site-redirect-code&amp;title=site+redirect+code" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.xxoom.com/seo/site-redirect-code&amp;title=site+redirect+code" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.xxoom.com/seo/site-redirect-code" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.xxoom.com/seo/site-redirect-code&amp;title=site+redirect+code" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.xxoom.com/seo/site-redirect-code&amp;bm_description=site+redirect+code" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.xxoom.com/seo/site-redirect-code&amp;T=site+redirect+code" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.xxoom.com/seo/site-redirect-code&amp;title=site+redirect+code" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.xxoom.com/seo/site-redirect-code&amp;title=site+redirect+code" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.xxoom.com/seo/site-redirect-code" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.xxoom.com/seo/site-redirect-code" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+site+redirect+code+@+http://www.xxoom.com/seo/site-redirect-code" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.xxoom.com/seo/site-redirect-code&amp;t=site+redirect+code" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.xxoom.com/seo/site-redirect-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where did all of the core files come from</title>
		<link>http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from</link>
		<comments>http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from#comments</comments>
		<pubDate>Thu, 10 Sep 2009 17:35:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[suphp]]></category>

		<guid isPermaLink="false">http://www.xxoom.com/uncategorized/where-did-all-of-the-core-files-come-from</guid>
		<description><![CDATA[I was recently surprised to see that my wordpress install folders have swelled up in size like anything. I have 3 installs of WP and I noticed that in the root of each install there were dump files with a name pattern &#8220;core.*&#8221; and with sizes to the tune of 12MB each. core files come [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I was recently surprised to see that my wordpress install folders have swelled up in size like anything. I have 3 installs of WP and I noticed that in the root of each install there were dump files with a name pattern &#8220;core.*&#8221; and with sizes to the tune of 12MB each.</p></blockquote>
<p>core files come from a core dump. A <a href="http://en.wikipedia.org/wiki/Core_dump">core dump</a> can happen for lots of reasons, but in shared hosting it generally occurs if:</p>
<p>1. Your site software is not compatible with the latest server software versions.</p>
<p>2. The server software itself was/is having issues.</p>
<ul>
<li>Check the content of the core dump files for clues. It is probably because one of your binaries (i.e. unzip, imagemagick) is not working correctly. If the core files point back to php, then it could be a a memory limit problem, a g2 bug, or a php bug.</li>
<li>Try a clean install of WordPress (delete all old files, re-upload, new, empty database). Make sure you backup your blog (export all posts and also back up the database).</li>
<li>( <em>System Administrator</em> ) -  You can stop core files from being produced as a result of suPHP and Rlimit stoppages. In /etc/init.d/httpd at the top of the file you&#8217;ll see the ulimit command line. Add a &#8220;-c 0&#8243; (slash-c-zero) to the line:<br />
Code:</p>
<p>ulimit -c 0 -n x</p>
<p>where the x above is the number previously assigned by your Rlimit script. That should stop core dump files</li>
</ul>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from&amp;submitHeadline=Where+did+all+of+the+core+files+come+from&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from&amp;title=Where+did+all+of+the+core+files+come+from" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from&amp;title=Where+did+all+of+the+core+files+come+from" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from&amp;title=Where+did+all+of+the+core+files+come+from" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from&amp;bm_description=Where+did+all+of+the+core+files+come+from" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from&amp;T=Where+did+all+of+the+core+files+come+from" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from&amp;title=Where+did+all+of+the+core+files+come+from" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from&amp;title=Where+did+all+of+the+core+files+come+from" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Where+did+all+of+the+core+files+come+from+@+http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from&amp;t=Where+did+all+of+the+core+files+come+from" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.xxoom.com/linux/where-did-all-of-the-core-files-come-from/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable yum update</title>
		<link>http://www.xxoom.com/linux/disable-yum-update</link>
		<comments>http://www.xxoom.com/linux/disable-yum-update#comments</comments>
		<pubDate>Thu, 10 Sep 2009 11:28:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.xxoom.com/?p=19</guid>
		<description><![CDATA[How disable yum updatesd? At least one other has seen this and it is a known bug, see: http://bugs.centos.org/view.php?id=2039 service yum-updatesd stop chkconfig &#8211;levels 2345 yum-updatesd off chkconfig &#8211;del yum-updatesd yum &#8211;enablerepo=updates-testing install yum-updatesd Bookmark It]]></description>
			<content:encoded><![CDATA[<blockquote><p>How disable yum updatesd?<br />
At least one other has seen this and it is a known bug, see: http://bugs.centos.org/view.php?id=2039</p></blockquote>
<ul>
<li>service yum-updatesd stop</li>
<li>chkconfig &#8211;levels 2345 yum-updatesd off</li>
<li>chkconfig &#8211;del yum-updatesd</li>
<li>yum &#8211;enablerepo=updates-testing install yum-updatesd</li>
</ul>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.xxoom.com/linux/disable-yum-update&amp;submitHeadline=Disable+yum+update&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.xxoom.com/linux/disable-yum-update&amp;title=Disable+yum+update" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.xxoom.com/linux/disable-yum-update&amp;title=Disable+yum+update" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.xxoom.com/linux/disable-yum-update" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.xxoom.com/linux/disable-yum-update&amp;title=Disable+yum+update" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.xxoom.com/linux/disable-yum-update&amp;bm_description=Disable+yum+update" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.xxoom.com/linux/disable-yum-update&amp;T=Disable+yum+update" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.xxoom.com/linux/disable-yum-update&amp;title=Disable+yum+update" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.xxoom.com/linux/disable-yum-update&amp;title=Disable+yum+update" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.xxoom.com/linux/disable-yum-update" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.xxoom.com/linux/disable-yum-update" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Disable+yum+update+@+http://www.xxoom.com/linux/disable-yum-update" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.xxoom.com/linux/disable-yum-update&amp;t=Disable+yum+update" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.xxoom.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.xxoom.com/linux/disable-yum-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

