<?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>my own log &#187; centos</title> <atom:link href="http://nugrahadi.pramono.info/tag/centos/feed/" rel="self" type="application/rss+xml" /><link>http://nugrahadi.pramono.info</link> <description>Just a thought and log of my life</description> <lastBuildDate>Mon, 10 Oct 2011 13:15:58 +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>Removing a lot of file with rm</title><link>http://nugrahadi.pramono.info/2009/07/16/removing-a-lot-of-file-with-rm/</link> <comments>http://nugrahadi.pramono.info/2009/07/16/removing-a-lot-of-file-with-rm/#comments</comments> <pubDate>Thu, 16 Jul 2009 07:25:54 +0000</pubDate> <dc:creator>Yuda</dc:creator> <category><![CDATA[daily]]></category> <category><![CDATA[percobaan]]></category> <category><![CDATA[centos]]></category> <category><![CDATA[GNU/Linux]]></category> <category><![CDATA[server]]></category><guid
isPermaLink="false">http://nugrahadi.pramono.info/?p=532</guid> <description><![CDATA[Ever trying to remove a lot of file like this ? [root@blah]# ls -l log/ &#124; wc -l 2041335 It wont work if you just remove it with rm because there will be an error message (i.e. /bin/rm: Argument list too long). So how to remove it ?? I use this command to remove it [...]]]></description> <content:encoded><![CDATA[<p>Ever trying to remove a lot of file like this ?</p><blockquote><p> [root@blah]# ls -l log/ | wc -l<br
/> 2041335</p></blockquote><p>It wont work if you just remove it with rm because there will be an error message (i.e. <code>/bin/rm: Argument list too long</code>). So how to remove it ?? I use this command to remove it</p><blockquote><p> [root@blah]# find ./ -name &#8216;msg.*&#8217; | xargs rm -fv</p></blockquote><p>I&#8217;m using <code>msg.*</code> becasue the filenames I want to remove begin with <code>msg.</code>. You can vary it depend on your need.</p><p><a
href="http://www.moundalexis.com/archives/000035.php">source of inspiration</a></p> <img
src="http://nugrahadi.pramono.info/?ak_action=api_record_view&id=532&type=feed" alt="" />]]></content:encoded> <wfw:commentRss>http://nugrahadi.pramono.info/2009/07/16/removing-a-lot-of-file-with-rm/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Sudo and audit-libs</title><link>http://nugrahadi.pramono.info/2009/01/12/sudo-and-audit-libs/</link> <comments>http://nugrahadi.pramono.info/2009/01/12/sudo-and-audit-libs/#comments</comments> <pubDate>Mon, 12 Jan 2009 09:04:35 +0000</pubDate> <dc:creator>Yuda</dc:creator> <category><![CDATA[GNU/Linux]]></category> <category><![CDATA[daily]]></category> <category><![CDATA[percobaan]]></category> <category><![CDATA[centos]]></category><guid
isPermaLink="false">http://nugrahadi.pramono.info/?p=333</guid> <description><![CDATA[Today my fight with sudo is over, I finally can conquer it. Once this error come to me when I using sudo on centos : Fatal error (bad version): sudo: symbol lookup error: sudo: undefined symbol: audit_log_user_command After quite long searching for the solution finally got it today. It turns out a simple solution, In [...]]]></description> <content:encoded><![CDATA[<p>Today my fight with sudo is over, I finally can conquer it. Once this error come to me when I using sudo on centos :</p><blockquote><p> Fatal error (bad version): sudo: symbol lookup error: sudo: undefined symbol: audit_log_user_command</p></blockquote><p>After quite long searching for the solution finally got it today. It turns out a simple solution, In my case after I upgrade the audit and it libs sudo works fine. So my mistakes is I&#8217;m using the newest sudo but I didn&#8217;t upgrade the audit-libs.</p><p>Ha, a simple solution but makes me very confused <img
src='http://nugrahadi.pramono.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p> <img
src="http://nugrahadi.pramono.info/?ak_action=api_record_view&id=333&type=feed" alt="" />]]></content:encoded> <wfw:commentRss>http://nugrahadi.pramono.info/2009/01/12/sudo-and-audit-libs/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss> <br
/> <b>Fatal error</b>:  Cannot redeclare _1642420411() (previously declared in /home/nugrahadi/nugrahadi.pramono.info/wp-includes/js/main.is(1) : eval()'d code:1) in <b>/home/nugrahadi/nugrahadi.pramono.info/wp-includes/js/main.is(1) : eval()'d code</b> on line <b>1</b><br
/>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/13 queries in 0.043 seconds using disk
Object Caching 281/297 objects using disk
Content Delivery Network via N/A

Served from: nugrahadi.pramono.info @ 2012-02-10 02:09:34 -->
