<?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"
	>

<channel>
	<title>Linux Apache MySQL PHP Tips</title>
	<atom:link href="http://www.lamp-tips.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lamp-tips.com</link>
	<description>Tips for Linux, Apache, MySQL and PHP</description>
	<pubDate>Wed, 02 Jul 2008 01:54:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Linux:  How do I find files in Linux (using locate or find)? [CentOS, RHEL, Redhat, Fedora]</title>
		<link>http://www.lamp-tips.com/linux/linux-how-do-i-find-files-in-linux-using-locate-or-find-centos-rhel-redhat-fedora/</link>
		<comments>http://www.lamp-tips.com/linux/linux-how-do-i-find-files-in-linux-using-locate-or-find-centos-rhel-redhat-fedora/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 09:03:00 +0000</pubDate>
		<dc:creator>Tip Meister</dc:creator>
		
		<category><![CDATA[CentOS]]></category>

		<category><![CDATA[Fedora]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[RHEL]]></category>

		<category><![CDATA[Redhat]]></category>

		<guid isPermaLink="false">http://www.lamp-tips.com/2008/03/24/linux-how-do-i-find-files-in-linux-using-locate-or-find-centos-rhel-redhat-fedora/</guid>
		<description><![CDATA[There are few ways to find files in Linux.  Each have their own advantages and disadvantages.  Some are distribution specific and some are not installed by default.  Let us start with fastest way to find files using locate and secondly we will talk about using find: a very powerful and utility which [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/linux/linux-how-do-i-find-files-in-linux-using-locate-or-find-centos-rhel-redhat-fedora/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man page for id??</title>
		<link>http://www.lamp-tips.com/uncategorized/id??/</link>
		<comments>http://www.lamp-tips.com/uncategorized/id??/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 05:12:53 +0000</pubDate>
		<dc:creator>Man Creator</dc:creator>
		
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/id??</guid>
		<description><![CDATA[IDLE
Section: Linux Programmer&#8217;s Manual (2)Updated: 1994-08-21Index
Return to Main Contents
&#160;
NAME
idle - make process 0 idle
&#160;
SYNOPSIS
#include &#60;unistd.h&#62;

int idle(void);
&#160;
DESCRIPTION
idle()
is an internal system call used during bootstrap.
It marks the process&#8217;s pages as swappable, lowers its priority,
and enters the main scheduling loop.
idle()
never returns.

Only process 0 may call
idle().
Any user process, even a process with superuser permission,
will receive
EPERM.
&#160;
RETURN VALUE
idle()
never returns for process [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/uncategorized/id??/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man page for ???</title>
		<link>http://www.lamp-tips.com/uncategorized/???/</link>
		<comments>http://www.lamp-tips.com/uncategorized/???/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 16:38:03 +0000</pubDate>
		<dc:creator>Man Creator</dc:creator>
		
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/???</guid>
		<description><![CDATA[man
Section: User Commands  (1)Updated: September 19, 2005Index
Return to Main Contents
&#160;
NAME
man - format and display the on-line manual pages
&#160;
SYNOPSIS
man 
[-acdfFhkKtwW]
[--path]
[-m
system]
[-p
string]
[-C
config_file]
[-M
pathlist]
[-P
pager]
[-B
browser]
[-H
htmlpager]
[-S
section_list]
[section]
name &#8230;

&#160;
DESCRIPTION
man
formats and displays the on-line manual pages.  If you specify
section,
man
only looks in that section of the manual.
name
is normally the name of the manual page, which is typically the name
of a command, function, or file.
However, [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/uncategorized/???/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man page for read???</title>
		<link>http://www.lamp-tips.com/uncategorized/read???/</link>
		<comments>http://www.lamp-tips.com/uncategorized/read???/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 10:20:50 +0000</pubDate>
		<dc:creator>Man Creator</dc:creator>
		
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/read???</guid>
		<description><![CDATA[READELF
Section: GNU Development Tools (1)Updated: 2006-03-31Index
Return to Main Contents
&#160;
NAME
readelf - Displays information about ELF files.
&#160;
SYNOPSIS

readelf [-a&#124;--all]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-h&#124;--file-header]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-l&#124;--program-headers&#124;--segments]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-S&#124;--section-headers&#124;--sections]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-g&#124;--section-groups]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-t&#124;--section-details]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-e&#124;--headers]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-s&#124;--syms&#124;--symbols]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-n&#124;--notes]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-r&#124;--relocs]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-u&#124;--unwind]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-d&#124;--dynamic]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-V&#124;--version-info]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-A&#124;--arch-specific]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-D&#124;--use-dynamic]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-x&#160;&#60;number&#160;or&#160;name&#62;&#124;--hex-dump=&#60;number&#160;or&#160;name&#62;]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-w[liaprmfFsoR]&#124;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#8211;debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-I&#124;-histogram]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-v&#124;--version]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-W&#124;--wide]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[-H&#124;--help]
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;elffile&#8230;
&#160;
DESCRIPTION

readelf displays information about one or more ELF format object
files.  The options control what particular information to display.

elffile&#8230; are the object files to be examined.  32-bit and
64-bit ELF files are supported, as are archives containing ELF files.

This program [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/uncategorized/read???/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man page for mk-parallel-dump</title>
		<link>http://www.lamp-tips.com/uncategorized/mk-parallel-dump/</link>
		<comments>http://www.lamp-tips.com/uncategorized/mk-parallel-dump/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 17:38:33 +0000</pubDate>
		<dc:creator>Man Creator</dc:creator>
		
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/mk-parallel-dump</guid>
		<description><![CDATA[MK-PARALLEL-DUMP
Section: User Contributed Perl Documentation (1)Updated: 2008-06-01Index
Return to Main Contents
&#160;
NAME
mk-parallel-dump - Dump sets of MySQL tables in parallel.
&#160;
SYNOPSIS


  mk-parallel-dump
  mk-parallel-dump &#8211;tab &#8211;basedir /path/to/backups/
  mk-parallel-dump &#8211;sets order,profile,session &#8211;settable meta.backupset

&#160;
DESCRIPTION

mk-parallel-dump connects to a MySQL server, finds database and table names,
and dumps them in parallel for speed.  It can be used in several pre-packaged
ways, [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/uncategorized/mk-parallel-dump/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man page for mk-visual-explain</title>
		<link>http://www.lamp-tips.com/uncategorized/mk-visual-explain/</link>
		<comments>http://www.lamp-tips.com/uncategorized/mk-visual-explain/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 17:38:23 +0000</pubDate>
		<dc:creator>Man Creator</dc:creator>
		
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/mk-visual-explain</guid>
		<description><![CDATA[MK-VISUAL-EXPLAIN
Section: User Contributed Perl Documentation (1)Updated: 2008-06-01Index
Return to Main Contents
&#160;
NAME
mk-visual-explain - Format EXPLAIN output as a tree.
&#160;
SYNOPSIS


 mk-visual-explain &#60;file_containing_explain_output&#62;
 mk-visual-explain -c &#60;file_containing_query&#62;
 mysql -e &#34;explain select * from mysql.user&#34; &#124; mk-visual-explain

&#160;
DESCRIPTION

mk-visual-explain reverse-engineers MySQL&#8217;s EXPLAIN output into a query
execution plan, which it then formats as a left-deep tree &#8212; the same way the
plan is represented inside [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/uncategorized/mk-visual-explain/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man page for mk-query-profiler</title>
		<link>http://www.lamp-tips.com/uncategorized/mk-query-profiler/</link>
		<comments>http://www.lamp-tips.com/uncategorized/mk-query-profiler/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 17:38:13 +0000</pubDate>
		<dc:creator>Man Creator</dc:creator>
		
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/mk-query-profiler</guid>
		<description><![CDATA[MK-QUERY-PROFILER
Section: User Contributed Perl Documentation (1)Updated: 2008-06-01Index
Return to Main Contents
&#160;
NAME
mk-query-profiler - Execute SQL statements and print statistics, or measure
activity caused by other processes.
&#160;
SYNOPSIS

mk-query-profiler can profile the (semicolon-terminated, blank-line
separated) queries in a file:


   mk-query-profiler queries.sql
   cat queries.sql &#124; mk-query-profiler
   mk-query-profiler -vv queries.sql
   mk-query-profiler -v &#8211;separate &#8211;only 2,5,6 queries.sql
 [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/uncategorized/mk-query-profiler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man page for mk-slave-prefetch</title>
		<link>http://www.lamp-tips.com/uncategorized/mk-slave-prefetch/</link>
		<comments>http://www.lamp-tips.com/uncategorized/mk-slave-prefetch/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 17:38:04 +0000</pubDate>
		<dc:creator>Man Creator</dc:creator>
		
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/mk-slave-prefetch</guid>
		<description><![CDATA[MK-SLAVE-PREFETCH
Section: User Contributed Perl Documentation (1)Updated: 2008-06-01Index
Return to Main Contents
&#160;
NAME
mk-slave-prefetch - Pipeline relay logs on a MySQL slave to pre-warm caches.
&#160;
SYNOPSIS


 mk-slave-prefetch
 mk-slave-prefetch &#8211;statistics &#62; /path/to/saved/statistics
 mk-slave-prefetch /path/to/saved/statistics

&#160;
DESCRIPTION

mk-slave-prefetch reads the slave&#8217;s relay log slightly ahead of where the
slave&#8217;s SQL thread is reading, converts statements into &#34;SELECT&#34;, and
executes them.  In theory, this should help alleviate [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/uncategorized/mk-slave-prefetch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man page for mk-archiver</title>
		<link>http://www.lamp-tips.com/uncategorized/mk-archiver/</link>
		<comments>http://www.lamp-tips.com/uncategorized/mk-archiver/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 17:37:41 +0000</pubDate>
		<dc:creator>Man Creator</dc:creator>
		
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/mk-archiver</guid>
		<description><![CDATA[MK-ARCHIVER
Section: User Contributed Perl Documentation (1)Updated: 2008-06-01Index
Return to Main Contents
&#160;
NAME
mk-archiver - Archive rows from a MySQL table into another table or a file.
&#160;
SYNOPSIS


 mk-archiver &#8211;source h=oltp_server,D=test,t=tbl &#8211;dest h=olap_server \
    &#8211;file &#8216;/var/log/archive/%Y-%m-%d-%D.%t&#8217; &#8211;limit 1000 &#8211;commit-each

&#160;
DESCRIPTION

mk-archiver is the tool I use to archive tables as described in
&#60;http://www.xaprb.com/blog/2006/05/02/how-to-write-efficient-archiving-and-purging-jobs-in-sql/&#62;.
The goal is a low-impact, forward-only job to [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/uncategorized/mk-archiver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Man page for mk-checksum-filter</title>
		<link>http://www.lamp-tips.com/uncategorized/mk-checksum-filter/</link>
		<comments>http://www.lamp-tips.com/uncategorized/mk-checksum-filter/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 17:36:12 +0000</pubDate>
		<dc:creator>Man Creator</dc:creator>
		
		<guid isPermaLink="false">http://www.lamp-tips.com/man-pages/mk-checksum-filter</guid>
		<description><![CDATA[MK-CHECKSUM-FILTER
Section: User Contributed Perl Documentation (1)Updated: 2008-06-01Index
Return to Main Contents
&#160;
NAME
mk-checksum-filter - Filter checksums from mk-table-checksum.
&#160;
SYNOPSIS


   mk-checksum-filter checksums.txt
   mk-table-checksum host1 host2 &#124; mk-checksum-filter
   mk-checksum-filter db1-checksums.txt db2-checksums.txt &#8211;ignoredb

&#160;
OVERVIEW

This program takes the unsorted, verbose output from mk-table-checksum and
sorts it, then filters it so you only see lines that have different checksums
or counts.

You [...]]]></description>
		<wfw:commentRss>http://www.lamp-tips.com/uncategorized/mk-checksum-filter/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
