<?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>NuxOra - Linux and Oracle IT website &#187; sysadmin</title>
	<atom:link href="http://www.nuxora.com/tags/linux/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nuxora.com</link>
	<description>Admistration, configuration, déploiement, optimisation et tuning.</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:46:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sendmail: quick start</title>
		<link>http://www.nuxora.com/2007/03/06/sendmail-quick-start/</link>
		<comments>http://www.nuxora.com/2007/03/06/sendmail-quick-start/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 23:06:27 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/03/06/sendmail-quick-start/</guid>
		<description><![CDATA[First you have to edit the config file vi /etc/mail/sendmail.mc you have to know your smtp server: &#8230;&#8230;&#8230; dnl # Uncomment and edit the following line if your outgoing mail needs to dnl # be sent out through an external mail server: dnl # define(`SMART_HOST&#8217;,`serverSMTP&#8217;) dnl # define(`confDEF_USER_ID&#8217;,&#8220;8:12&#8221;)dnl dnl define(`confAUTO_REBUILD&#8217;)dnl define(`confTO_CONNECT&#8217;, `1m&#8217;)dnl &#8230;&#8230;&#8230; Then, generate [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/03/06/sendmail-quick-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>create a directory tree</title>
		<link>http://www.nuxora.com/2007/02/22/create-a-directory-tree/</link>
		<comments>http://www.nuxora.com/2007/02/22/create-a-directory-tree/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 20:14:45 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/02/22/create-a-directory-tree/</guid>
		<description><![CDATA[If you want to quick, don&#8217;t forget to use the &#8216;-p&#8217; option wrong way: [john@host john]$ mkdir dev [john@host john]$ cd dev [john@host dev]$ mkdir first [john@host dev]$ cd first [john@host first]$ mkdir alpha [john@host dev]$ mkdir second [john@host dev]$ ll [john@host dev]$ cd .. [john@host john]$ mkdir prod [john@host john]$ cd prod [john@host prod]$ [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/02/22/create-a-directory-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monter une iso</title>
		<link>http://www.nuxora.com/2007/02/17/monter-une-iso/</link>
		<comments>http://www.nuxora.com/2007/02/17/monter-une-iso/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 10:36:37 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/02/17/monter-une-iso/</guid>
		<description><![CDATA[Pour monter directement un fichier iso sous linux: mount -o loop -t iso9660 fichier.iso /mnt/iso On a ainsi dans /mnt/iso le contenu de l&#8217;iso, ca evite de graver]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/02/17/monter-une-iso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>run level and /etc/inittab</title>
		<link>http://www.nuxora.com/2007/02/08/run-level-and-etcinittab/</link>
		<comments>http://www.nuxora.com/2007/02/08/run-level-and-etcinittab/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 18:33:46 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/2007/02/08/run-level-and-etcinittab/</guid>
		<description><![CDATA[Description The numbers associated with the run levels for a specific distribution are listed in the /etc/inittab #/etc/inittab (in RHEL 3) # Default runlevel. The runlevels used by RHS are: # 0 &#8211; halt (Do NOT set initdefault to this) # 1 &#8211; Single user mode # 2 &#8211; Multiuser, without NFS (The same as [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/02/08/run-level-and-etcinittab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash Shell Tips</title>
		<link>http://www.nuxora.com/2007/02/01/bash-shell-tips/</link>
		<comments>http://www.nuxora.com/2007/02/01/bash-shell-tips/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 21:51:16 +0000</pubDate>
		<dc:creator>Charles Collier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.nuxora.com/?p=32</guid>
		<description><![CDATA[Native Windows users are reluctant to use Bash shell, even some linux geeks don&#8217;t know everything about the very useful shortcuts available in bash shell. But when you use all these shortcuts you can go very quickly I&#8217;ve tried to compile all of them: for example $ Tab Tab &#8211;> press &#8216;$&#8221; then &#8216;Tab&#8217; and [...]]]></description>
		<wfw:commentRss>http://www.nuxora.com/2007/02/01/bash-shell-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
