<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>My Little Help for Linux - R@oulou</title>
		<link>http://www.raoulou.com/index.php</link>
		<description><![CDATA[contact@julienperignon.fr]]></description>
		<copyright>Copyright 2008, Julien</copyright>
		<managingEditor>Julien</managingEditor>
		<language>en-US</language>
		<generator>SPHPBLOG 0.5.1</generator>
		<item>
			<title>Sendmail: How to change Host name in the SMTP 220 response</title>
			<link>http://www.raoulou.com/index.php?entry=entry080604-170013</link>
			<description><![CDATA[For Instance:<br /><br />Find the Host Name:<br /><pre><br />[root@mail]# cat /etc/hosts<br /># Do not remove the following line, or various programs<br /># that require network functionality will fail.<br />127.0.0.1       localhost<br />192.168.1.1   mail.domain.local      mail</pre><br />From:<pre>[root@mail]# telnet mail.domain.local 25<br />Trying 127.0.0.1...<br />Connected to localhost (127.0.0.1).<br />Escape character is &#039;^]&#039;.<br />220 mail.domain.local ESMTP Sendmail 8.12.11/8.13.1; <br />Fri, 30 May 2008 19:51:58 +0100<br />........</pre><br />To:<pre>[root@mail]# telnet mail.domain.local 25<br />Trying 127.0.0.1...<br />Connected to localhost (127.0.0.1).<br />Escape character is &#039;^]&#039;.<br />220 <b>test.otherdomain.local</b> ESMTP Sendmail 8.12.11/8.13.1; <br />Fri, 30 May 2008 19:51:58 +0100<br />........</pre><br /><br />Simply add this line to your /etc/mail/sendmail.cm:<br /><pre>define(`confDOMAIN_NAME&#039;, `test.otherdomain.local&#039;)dnl</pre><br /><br />Use the m4 command line to regenrate a sendmail.cf:<br /><pre>#m4 /etc/mail/sendmail.cm &gt; /etc/mail/sendmail.cf</pre><br /><br />Restart sendmail:<br /><pre>#/etc/init.d/sendmail restart</pre>]]></description>
			<category>Server, Sendmail</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry080604-170013</guid>
			<author>Julien</author>
			<pubDate>Wed, 04 Jun 2008 15:00:13 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=08&amp;m=06&amp;entry=entry080604-170013</comments>
		</item>
		<item>
			<title>Sendmail: Unable to connect to remote host: connection refused</title>
			<link>http://www.raoulou.com/index.php?entry=entry080424-121025</link>
			<description><![CDATA[you can do a telnet 127.0.0.1 25 but you get this error : <b>Telnet: Unable to connect to remote host: connection refused</b> message when you are trying to do a telnet from an other box in your network to your sendmail.<br /><br />You have to make sue you sendmail is not listening only on 127.0.0.1:25 but on 0.0.0.0:25<br /><pre>netstat -an | grep 25:<br />127.0.0.1:25<br /></pre><br />If it&#039;s the case, here is the manipulation to change the configuration on your sendmail:<br /><pre>IPs open sendmail.mc file (login as the root):<br /># vi /etc/mail/sendmail.mc<br />Look for line that read as follows:<br />DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA&#039;)dnl<br />Comment or remove above line and insert new line that read as follows:<br />DAEMON_OPTIONS(`Port=smtp,Name=MTA&#039;)dnl<br />Above line will force to accept connection from any host. Save the file. Regenerate sendmail configuration file using m4:<br /># m4 /etc/mail/sendmail.mc &gt; /etc/mail/sendmail.cf<br />Restart sendmail service :<br /># /etc/init.d/sendmail restart<br /><br /># netstat -an | grep 25:<br />0.0.0.0:25<br /></pre><br /><br /><br />]]></description>
			<category>Server, Solaris, Sendmail</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry080424-121025</guid>
			<author>Julien</author>
			<pubDate>Thu, 24 Apr 2008 10:10:25 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=08&amp;m=04&amp;entry=entry080424-121025</comments>
		</item>
		<item>
			<title>Clear the ARP table</title>
			<link>http://www.raoulou.com/index.php?entry=entry080205-112837</link>
			<description><![CDATA[To empty the ARP table you can use this command line:<br /><pre>#ip neigh flush all</pre>]]></description>
			<category>Ubuntu, Command Line, Server</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry080205-112837</guid>
			<author>Julien</author>
			<pubDate>Tue, 05 Feb 2008 10:28:37 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=08&amp;m=02&amp;entry=entry080205-112837</comments>
		</item>
		<item>
			<title>How to mount, remout a read-only filesytem in in read write mode </title>
			<link>http://www.raoulou.com/index.php?entry=entry071211-170312</link>
			<description><![CDATA[<pre>mount -o remount,rw /dev/sdax</pre>]]></description>
			<category>Ubuntu, Command Line, Server</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry071211-170312</guid>
			<author>Julien</author>
			<pubDate>Tue, 11 Dec 2007 16:03:12 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=12&amp;entry=entry071211-170312</comments>
		</item>
		<item>
			<title>Change speed and duplex settings on your network card</title>
			<link>http://www.raoulou.com/index.php?entry=entry071030-144614</link>
			<description><![CDATA[You can use two tools to do that: mii-tool and ethtool:<br /><b>Install those two tools (Debian base Linux):</b><br /><pre># apt-get install ethtool net-tools</pre><br /><b>Get speed and information from your network card (eth0):</b><br /><i>- ethtool</i><br /><pre># ethtool eth0</pre><br />Result:<br /><pre>Supported ports: [ MII ]<br />        Supported link modes:   10baseT/Half 10baseT/Full <br />                                100baseT/Half 100baseT/Full <br />                                1000baseT/Half 1000baseT/Full <br />        Supports auto-negotiation: Yes<br />        Advertised link modes:  10baseT/Half 10baseT/Full <br />                                100baseT/Half 100baseT/Full <br />                                1000baseT/Half 1000baseT/Full <br />        Advertised auto-negotiation: Yes<br />        Speed: 100Mb/s<br />        Duplex: Half<br />        Port: Twisted Pair<br />        PHYAD: 1<br />        Transceiver: internal<br />        Auto-negotiation: on<br />        Supports Wake-on: g<br />        Wake-on: d<br />        Current message level: 0x000000ff (255)<br />        Link detected: yes</pre><br /><i>- mii-tool</i><br /><pre>mii-tool eth0</pre><br />Result:<br /><pre>eth1: no autonegotiation, 100baseTx-HD, link ok</pre><br /><b>Change the speed and duplex settings</b><br />100 BaseTx full dublex<br /><pre># mii-tool -F 100baseTx-HD</pre><br /><pre># ethtool -s eth0 speed 100 duplex full</pre>]]></description>
			<category>Ubuntu, Command Line, Hardware</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry071030-144614</guid>
			<author>Julien</author>
			<pubDate>Tue, 30 Oct 2007 13:46:14 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=10&amp;entry=entry071030-144614</comments>
		</item>
		<item>
			<title>bcm43xx: Error: Microcode &quot;bcm43xx_microcode5.fw&quot; not available or load failed.</title>
			<link>http://www.raoulou.com/index.php?entry=entry071027-161000</link>
			<description><![CDATA[Install bcm43xx-fwcutter:<pre>#apt-get install bcm43xx-fwcutter</pre><br />Download <a href="http://www.raoulou.com/firmware/wl_apsta.o" target="_blank" >wl_apsta.o</a> (firmware from the Windows Driver)<br /><br />Launch the following command:<pre>#bcm43xx-fwcutter -w /lib/firmware /home/user/wl_apsta.o</pre><br />Set-up your Wifi connection and check it with: <pre>iwconfig</pre>. <br />The speed will be limited to 11-Mb/s]]></description>
			<category>Ubuntu, Command Line, Hardware</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry071027-161000</guid>
			<author>Julien</author>
			<pubDate>Sat, 27 Oct 2007 14:10:00 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=10&amp;entry=entry071027-161000</comments>
		</item>
		<item>
			<title>File Descriptor limitation </title>
			<link>http://www.raoulou.com/index.php?entry=entry070919-111904</link>
			<description><![CDATA[A file descriptor is a handle created by a process when a file is opened. There is a limit to the amount of file descriptors per process.<br /><br />Display system file descriptor settings:<br /><b>ulimit -Hn</b> (hard limit, cannot be exceeded)<br /><b>ulimit -Sn / ulimit -n</b> (soft limit may be increased to hard limit value)<br /><br />switch:<br />
<table border=1 width=450 cellspacing="0">
<tr><td>-a</td><td>Lists all of the current resource limits.</td></tr>
<tr><td>-c</td><td>The number of 512-byte blocks  on  the  size  of  core dumps.</td></tr>
<tr><td>-d</td><td>The number of K-bytes on the size of the data area.</td></tr>
<tr><td>-f</td><td>The number of 512-byte  blocks  on  files  written  by child processes (files of any size may be read).</td></tr>
<tr><td>-n</td><td>The number of file descriptors plus 1.</td></tr>
<tr><td>-s</td><td>The number of K-bytes on the size of the stack area.</td></tr>
<tr><td>-t</td><td>The number of seconds (CPU time) to be  used  by  each process.</td></tr>
<tr><td>-v</td><td>The number of K-bytes for virtual memory.</td></tr>
<tr><td></td><td>If no option is given, -f is assumed.</td></tr>
</table>
<br /><br />Increasing file descriptor settings for child processes (example):<br /><pre>$ ulimit -Hn<br />1024<br />$ ulimit -Sn<br />64<br />$ ulimit -Sn 1024<br />$ ulimit -Sn<br />1024</pre><br /><br />There are two variables in the kernel that can be modified to set these limits. The limits are called the hard limit or the max allowed and the soft or the current limit. The two variables that can be modified are rlim_fd_max &amp; rlim_fd_cur.]]></description>
			<category>Server, Solaris</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070919-111904</guid>
			<author>Julien</author>
			<pubDate>Wed, 19 Sep 2007 09:19:04 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=09&amp;entry=entry070919-111904</comments>
		</item>
		<item>
			<title>NO to the Microsoft Office format as an ISO standard</title>
			<link>http://www.raoulou.com/index.php?entry=entry070829-153556</link>
			<description><![CDATA[the national members of ISO to vote &quot;NO&quot; in the ballot of ISO DIS 29500 (Office OpenXML or OOXML format) for the following reasons:<br />  <br />   1. There is already a standard ISO26300 named Open Document Format (ODF): a dual standard adds costs, uncertainty and confusion to industry, government and citizens;<br /><br />   2. There is no provable implementation of the OOXML specification: Microsoft Office 2007 produces a special version of OOXML, not a file format which complies with the OOXML specification;<br /><br />   3. There is information missing from the specification document, for example how to do a autoSpaceLikeWord95 or useWord97LineBreakRules;<br /><br />   4. More than 10% of the examples mentioned in the proposed standard do not validate as XML;<br /><br />   5. There is no guarantee that anybody can write software that fully or partially implements the OOXML specification without being liable to patent lawsuits or patent license fees by Microsoft;<br /><br />   6. This format conflicts with existing ISO standards, such as ISO 8601 (Representation of dates and times), ISO 639 (Codes for the Representation of Names and Languages) or ISO/IEC 10118-3 (cryptographic hash);<br /><br />   7. There is a bug in the spreadsheet file format which forbids any date before the year 1900: such bugs affect the OOXML specification as well as software applications like Microsoft Excel 2000, XP, 2003 and 2007.<br /><br />   8. This standard proposal was not created by bringing together the experience and expertise of all interested parties (such as the producers, sellers, buyers, users and regulators), but by Microsoft alone.<br /><br /><a href="http://www.noooxml.org/petition" target="_blank" >Say no the Microsoft Office format as an ISO standard</a> <br />]]></description>
			<category>News</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070829-153556</guid>
			<author>Julien</author>
			<pubDate>Wed, 29 Aug 2007 13:35:56 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=08&amp;entry=entry070829-153556</comments>
		</item>
		<item>
			<title>scp command line</title>
			<link>http://www.raoulou.com/index.php?entry=entry070822-113314</link>
			<description><![CDATA[SCP or Secure copy is used to securely transferring computer files between a local and a remote host or between two remote hosts, using SSH protocol. Remote hosts must have SSH server installed<br /><br /><i>Options:</i><br /><b>-p</b>: Preserves the modification and access times, as well as the permissions of the source-file in the destination-file<br /><b>-q</b>: Do not display the progress bar<br /><b>-r</b>: Recursive, so it copies the contents of the source-file (directory in this case) recursively<br /><b>-v</b>: Displays debugging messages <br /><br />Example:<br />copy MyFile from local computer to remote server (host)<br /><pre>scp MyFile user@host:/Path/to/folder</pre><br />copy all content of  /Path/to/folder/ from remote server (hostSrc) to remote server (hostDest)<br /><pre>scp -r user@hostSrc:/Path/to/folder/ user@hostDest:/Path/to/folder</pre>]]></description>
			<category>Ubuntu, Command Line, Server</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070822-113314</guid>
			<author>Julien</author>
			<pubDate>Wed, 22 Aug 2007 09:33:14 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=08&amp;entry=entry070822-113314</comments>
		</item>
		<item>
			<title>How locate big files on your system in command line</title>
			<link>http://www.raoulou.com/index.php?entry=entry070820-173832</link>
			<description><![CDATA[Here is a command line you can use to locate big files on your system:<br /><br />- Locate all files with a size more than 1G:<br /><pre>du -h | grep -E &quot;^[0-9]*G&quot; &gt; resultG</pre><br />- Locate all files with a size more than 10M:<br /><pre>du -h | grep -E &quot;^[0-9][0-9]M&quot; &gt; resultSup10M</pre><br />- Locate all files with a size more than 100M:<br /><pre>du -h | grep -E &quot;^[0-9][0-9][0-9]M&quot; &gt; resultSup100M</pre>]]></description>
			<category>Ubuntu, Command Line, Server</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070820-173832</guid>
			<author>Julien</author>
			<pubDate>Mon, 20 Aug 2007 15:38:32 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=08&amp;entry=entry070820-173832</comments>
		</item>
		<item>
			<title>vmware cannot start: starting httpd.vmware: -ne failed</title>
			<link>http://www.raoulou.com/index.php?entry=entry070820-172450</link>
			<description><![CDATA[The following message appear when you start vmware after installed vmware-mui<br /><pre>starting httpd.vmware: -ne failed</pre><pre>The correct solution is to modify <br />/etc/init.d/httpd.vmware and change !/bin/sh to !/bin/bash<br /></pre>]]></description>
			<category>Ubuntu, Server</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070820-172450</guid>
			<author>Julien</author>
			<pubDate>Mon, 20 Aug 2007 15:24:50 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=08&amp;entry=entry070820-172450</comments>
		</item>
		<item>
			<title>Vmware server installation error: Error with invalid key during the installation </title>
			<link>http://www.raoulou.com/index.php?entry=entry070820-171919</link>
			<description><![CDATA[The key has been gathered on Vmware website.<br />the vmware-install.pl script stop with the following error:<br /><pre>Error with invalid key during the installation</pre><br />The issue can be solved with this command line:<br /><pre>$sudo apt-get install ia32-libs</pre><br /><br /><i>Description:<br />This package contains runtime libraries for the ia32/i386 architecture, configured for use on an amd64 or ia64 Debian system running a 64-bit kernel.</i><br /><br />]]></description>
			<category>Ubuntu, Server</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070820-171919</guid>
			<author>Julien</author>
			<pubDate>Mon, 20 Aug 2007 15:19:19 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=08&amp;entry=entry070820-171919</comments>
		</item>
		<item>
			<title>Vmware server installation: /etc/vmware/ssl/rui.key unable to get the last modification timestamp.....</title>
			<link>http://www.raoulou.com/index.php?entry=entry070820-171403</link>
			<description><![CDATA[the vmware-install.pl script stop with the following error:<br /><br /><pre>Building the VMware VmPerl Scripting API.<br /><br />Using compiler &quot;/usr/bin/gcc&quot;. Use environment variable CC to override.<br /><br />Installing the VMware VmPerl Scripting API.<br /><br />The installation of the VMware VmPerl Scripting API succeeded.<br /><br />Generating SSL Server Certificate<br /><br />Unable to get the last modification timestamp of the destination file<br />/etc/vmware/ssl/rui.key.<br /><br />Execution aborted.<br /></pre><br /><br />Here the command line to solve the issue: <br /><pre>touch /etc/vmware/ssl/rui.key solved the issue</pre>]]></description>
			<category>Ubuntu, Server</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070820-171403</guid>
			<author>Julien</author>
			<pubDate>Mon, 20 Aug 2007 15:14:03 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=08&amp;entry=entry070820-171403</comments>
		</item>
		<item>
			<title>burn DVD from iso</title>
			<link>http://www.raoulou.com/index.php?entry=entry070731-200102</link>
			<description><![CDATA[<pre>growisofs -Z /dev/scd0=/path/file.iso</pre>]]></description>
			<category>Ubuntu, Command Line</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070731-200102</guid>
			<author>Julien</author>
			<pubDate>Tue, 31 Jul 2007 18:01:02 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=07&amp;entry=entry070731-200102</comments>
		</item>
		<item>
			<title>File Permissions - Special Permission Bits</title>
			<link>http://www.raoulou.com/index.php?entry=entry070730-135456</link>
			<description><![CDATA[A few special permission options are also supported, and they may be indicated by changes to the permission string:<br /><br /><b>Set user ID (SUID): </b><br />The set user ID (SUID) option is used in conjunction with executable files, and it tells Linux to run the program with the permissions of whoever owns the file rather than with the permissions of the user who runs the program. For instance, if a file is owned by root and has its SUID bit set, the program runs with root privileges and can therefore read any file on the computer. Some servers and other system programs run in this way, which is often called SUID root. SUID programs are indicated by an s in the owner&#039;s execute bit position of the permission string, as in rwsr-xr-x.<br /><br /><b>Set group ID (SGID): </b> <br />The set group ID (SGID) option is similar to the SUID option, but it sets the group of the running program to the group of the file. It&#039;s indicated by an s in the group execute bit position of the permission string, as in rwxr-sr-x.<br /><br /><b>Sticky bit :</b><br />The sticky bit has changed meaning during the course of Unix history. In modern Linux implementations (and most modern versions of Unix), it&#039;s used to protect files from being deleted by those who don&#039;t own the files. When this bit is present on a directory, the directory&#039;s files can be deleted only by their owners, the directory&#039;s owner, or root. The sticky bit is indicated by a t in the world execute bit position, as in rwxr-xr-t.<br /><br /><b>Warning</b><br /><i>These special permission bits all have security implications. SUID and SGID programs (and particularly SUID root programs) are potential security risks. Although some programs must have their SUID bits set to function properly, most don&#039;t, and you shouldn&#039;t set these bits unless you&#039;re certain that doing so is necessary. The sticky bit isn&#039;t dangerous in this way, but as it affects who may delete files in a directory, you should consider its effect—or the effect of not having it—on directories to which many users should have write access, such as /tmp. Typically, such directories have their sticky bits set.</i>]]></description>
			<category>Ubuntu, Server</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070730-135456</guid>
			<author>Julien</author>
			<pubDate>Mon, 30 Jul 2007 11:54:56 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=07&amp;entry=entry070730-135456</comments>
		</item>
		<item>
			<title>kill</title>
			<link>http://www.raoulou.com/index.php?entry=entry070725-142431</link>
			<description><![CDATA[<b>Description:</b><br />In the first form, kill is used with an optional sigspec. This is a signal value, specified as either an integer or the signal name(such as SIGHUP, or simply HUP). The sigspec is case-sensitive but is usually specified with uppercase letters. The sigspec is followed by one or more PIDS to which the is to be sent. In the second form with the -l option, ill lists the valid signal names. If signum (an integer) is present, only the signal name for that number will be displayed.<br /><b>Reminder: Frequently used interactive signals</b><br />
<table border=1 width=450 cellspacing="0">
<tr><td><font color=red>Signal name</font></td><td><font color=red>Number</font></td><td><font color=red>Meaning and use</font></td></tr>
<tr><td>HUP</td><td>1</td><td>Hang up. This signal is sent automatically when you log out or disconnect a modem. It is also used by many daemons to cause the configuration file to be reread</td></tr>
<tr><td>INT</td><td>2</td><td>Interrupt; stoprunning. This signal is sent when you type Ctrl-C.</td></tr>
<tr><td>KILL</td><td>9</td><td>kill; stop unconditionally and immediately. Sending this signal is a drastic measure, as it cannot be ignored by the process. This is the "emergency kill" signal.</td></tr>
<tr><td>TERM</td><td>15</td><td>Terminate, nicely if possible. This is used to ask a process to exit gracefully</td></tr>
<tr><td>TSTP</td><td>20</td><td>Stop execution ready to continue. This signal is sent when you type Crtl-Z.</td></tr>
<tr><td>CONT</td><td>18</td><td>Continue execution. This signal i sent to start a process stopped by SIGTSTP or SIGSTOP.(the shell sends this signal when you use the <i>fg</i> or <i>bg</i> commands after stopping a process with Crtl-Z)</td></tr>
</table>
<br /><b>Examples:</b><br /><pre><br />## All these commands will send SIGKILL to the processes with PIDS<br /> 1000 and 1001<br />$ kill -9 1000 1001<br />$ kill -SIGKILL 1000 1001<br />$ kill -KILL 1000 1001<br /></pre><br />]]></description>
			<category>Ubuntu, Command Line</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070725-142431</guid>
			<author>Julien</author>
			<pubDate>Wed, 25 Jul 2007 12:24:31 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=07&amp;entry=entry070725-142431</comments>
		</item>
		<item>
			<title>LinuxPowertop</title>
			<link>http://www.raoulou.com/index.php?entry=entry070716-172401</link>
			<description><![CDATA[Power usage is a hot topic for computer users everywhere. For some, it&#039;s a matter of how long a laptop lasts without being plugged in. For others, it&#039;s controlling the temperature of hundreds of systems within a datacenter. For all of us, it&#039;s about keeping the electricity bill under control and being kind to the environment.<br /><br />Getting your computer to use the least amount of power can be problematic. This site provides information on reducing power usage, tips, and tricks for Intel-based computers running Linux*.<br /><br />As a first step, Intel is releasing PowerTOP, a tool that helps you find what software is using the most power. By fixing (or closing) these applications or processes, you can immediately see the power savings in the tool. You&#039;ll also see the estimated time left for battery power if you are running a laptop. The Tips&amp;Tricks page has fixes for a lot of the issues that are already found. Join our mailing list to participate in this effort to get Linux to use less power. <br /><br /><a href="http://www.linuxpowertop.org/" target="_blank" >LinuxPowertop</a>]]></description>
			<category>Ubuntu, News</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070716-172401</guid>
			<author>Julien</author>
			<pubDate>Mon, 16 Jul 2007 15:24:01 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=07&amp;entry=entry070716-172401</comments>
		</item>
		<item>
			<title>trash content one of your partition file-tree</title>
			<link>http://www.raoulou.com/index.php?entry=entry070706-172454</link>
			<description><![CDATA[That can happen if you have a bug in /home/user/.gnome/gnome-vfs/.trash_entry_cache <br /><br />Example:<pre>.trash_entry_cache &quot;bugged&quot; :<br />/proc/bus/usb -<br />/var/lock -<br />/var/run -<br />/ -<br />/vmware //vmware</pre><br />So all my vmwares were on the Trash folder.<br /><br />.trash_entry_cache &quot;valid&quot; :<br /><pre>/proc/bus/usb -<br />/var/lock -<br />/var/run -<br />/ -<br />/vmware -</pre><br /><br />To resolve your issue remove .trash_entry_cache and restart you gnome<br />]]></description>
			<category>Ubuntu</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070706-172454</guid>
			<author>Julien</author>
			<pubDate>Fri, 06 Jul 2007 15:24:54 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=07&amp;entry=entry070706-172454</comments>
		</item>
		<item>
			<title>How to create Image (ISO) files from CD/DVD</title>
			<link>http://www.raoulou.com/index.php?entry=entry070705-170234</link>
			<description><![CDATA[<i>e.g. Assumed that /dev/cdrom is the location of CD/DVD-ROM</i><br /><pre>sudo umount /dev/cdrom<br />readcd dev=/dev/cdrom f=file.iso</pre><br />or<br /><pre>dd if=/dev/cdrom of=file.iso</pre>]]></description>
			<category>Ubuntu, Command Line</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070705-170234</guid>
			<author>Julien</author>
			<pubDate>Thu, 05 Jul 2007 15:02:34 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=07&amp;entry=entry070705-170234</comments>
		</item>
		<item>
			<title>dig Utility</title>
			<link>http://www.raoulou.com/index.php?entry=entry070705-121328</link>
			<description><![CDATA[<i>dig</i> is the current DNS diagnostic tool of preference, but as noted earlier, it is not always widely available and rarely on Windows systems. dig has both a command line and a batch mode (but no interactive mode like nslookup). In general, the command line of dig is more powerful than nslookup—even allowing multiple queries in a single line—and the batch mode makes running check files a breeze. dig offers a daunting array of options.<br /><br /><i>dig Syntax</i><br /><pre>dig [@dns] domain [[-c ]q-type] [[-t ]q-class] [+q-opt] [-d-opt] [%comment]</pre><br /><br /><b>dig Examples:</b><br /><br />The following examples are designed to illustrate techniques and should not be taken literally—rather use them as a starting point for experimentation and exploration on a domain of your choice.<br />dig Host Query<br /><br />Here is a simple host lookup that defaults to an A RR:<br /><pre># dig <a href="http://www.example.com" target="_blank" >www.example.com</a></pre><br />The preceding command could have been written as follows (uses a positional argument so the order is important):<br /><pre># dig <a href="http://www.example.com" target="_blank" >www.example.com</a> a</pre><br />Or again, the same command using the identified option format—order is not important:<br /><pre># dig -t a <a href="http://www.example.com" target="_blank" >www.example.com</a></pre><br />Contrast the previous output with the short response by using this command:<br /><pre># dig -t a <a href="http://www.example.com" target="_blank" >www.example.com</a> +short</pre><br />As noted previously, type ANY will always obtain more interesting results by providing all RRs with any given name.<br /><pre># dig <a href="http://www.example.com" target="_blank" >www.example.com</a> any</pre><br />This command forces use of the name server at 192.168.2.224 for the query:<br /><pre># dig @192.168.2.224 <a href="http://www.example.com" target="_blank" >www.example.com</a> a</pre><br />To force use of the named server at ns1.example.com for the query, use the following:<br /><pre># dig @ns1.example.com <a href="http://www.example.com" target="_blank" >www.example.com</a> a</pre><br />The next command is a reverse-map query that returns PTR RR:<br /><pre># dig -x 192.168.2.224</pre><br /><b>dig Domain Query</b><br /><br />Here is a quick domain lookup that returns all RRs without labels, the domain apex or root, and typically gets SOA, NS, MX, and others. If a nonauthoritative server is used, it returns only the NS RRs:<br /><pre># dig @ns1.example.com example.com any</pre><br />The corresponding identified option format—order not important:<br /><pre># dig @ns1.example.com -t any example.com</pre><br />The next command forces use of the name server at 192.168.2.224 for the query:<br /><pre># dig @192.168.2.224 example.com any</pre><br />This forces use of the name server at ns1.example.net for the query:<br /><pre>dig @ns1.example.net example.com a</pre><br /><b>dig Multiple Queries</b><br /><br />dig will accept multiple queries per command line—as long as each query is clearly identified (or disambiguated). This multiple domain lookup returns nonlabel RRs (at domain apex) for both domains:<br /><pre># dig example.com any example.net any</pre><br />The following multiple domain lookup returns A RR for the first domain and domain apex RRs for the second domain:<br /><pre># dig example.com example.net any</pre><br />This multiple domain lookup returns apex RRs for the first domain and an A RR for the second:<br /><pre># dig example.com any example.net</pre><br />If a command line starts with one format, it must be consistent—this fails on the second query:<br /><pre># dig example.com -t any example.net any</pre><br />But this format works for both:<br /><pre># dig example.com -t any example.net -t any</pre><br />And this really does work—though how useful it would be is questionable!<br /><pre># dig example.com any example.net any example.org any</pre><br />And this works as well:<br /><pre># dig <a href="http://www.example.com" target="_blank" >www.example.com</a> <a href="http://www.example.net" target="_blank" >www.example.net</a> fred.example.net</pre><br /><b>dig Output</b><br /><br />The following shows the output from a simple dig command to the sample example.com zone using one of the authoritative name servers for the zone. Chapter 11 shows the output from a dig command issued to a DNSSEC signed zone, and Chapter 15 contains the output from a dig command to the root-servers.<br /><pre># dig @ns1.example.com <a href="http://www.example.com" target="_blank" >www.example.com</a><br />; &lt;&lt;&gt;&gt; DiG 9.3.0 &lt;&lt;&gt;&gt; @ns1.example.com <a href="http://www.example.com" target="_blank" >www.example.com</a><br />;; global options: printcmd<br />;; Got answer:<br />;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 826<br />;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 2<br /><br />;; QUESTION SECTION:<br />;www.example.com.  IN  A<br /><br />;; ANSWER SECTION:<br /><a href="http://www.example.com." target="_blank" >www.example.com.</a> 86400 IN A 10.1.2.1<br /><a href="http://www.example.com." target="_blank" >www.example.com.</a> 86400 IN A 192.168.254.3<br /><a href="http://www.example.com." target="_blank" >www.example.com.</a> 86400 IN A 172.16.2.1<br /><a href="http://www.example.com." target="_blank" >www.example.com.</a> 86400 IN A 192.168.2.5<br /><br />;; AUTHORITY SECTION:<br />example.com. 86400 IN NS ns1.example.com.<br />example.com. 86400 IN NS ns2.example.com.<br /><br />;; ADDITIONAL SECTION:<br />ns1.example.com. 86400 IN A 192.168.2.6<br />ns2.example.com. 86400 IN A 192.168.23.23<br /><br />;; Query time: 31 msec<br />;; SERVER: 192.168.2.3#53(ns1.example.com)<br />;; WHEN: Tue May 31 20:16:25 2005<br />;; MSG SIZE rcvd: 165</pre><br />The output from a dig command is a formatted version of the binary, or wire format, message response to the query formed from the dig command parameters (unless the +short option is used). The detailed layout of the message is described in Chapter 15. The preceding response reflects a typical positive response to a dig command and includes the following items:<br /><br />    *  The &gt;&gt;HEADER&lt;&lt; is an interpreted version of the message header. The flags and values of the status fields are defined in the next section, &quot;dig Response Values.&quot;<br />    *  The QUESTION SECTION reflects the original query that is being answered, which was in this case a query for the A RR of <a href="http://www.example.com." target="_blank" >www.example.com.</a><br />    *  The ANSWER SECTION provides the four A RRs for <a href="http://www.example.com" target="_blank" >www.example.com</a> that fully answer the question in this case. If the ANSWER SECTION is present but contains no entries, then the query was not successful, and the status field in the HEADER typically provides the reason unless the response was a referral, in which case the status field will be NOERR (see Chap-ter 15 for a referral dig response).<br />    *  The AUTHORITY SECTION provides the NS RRs of the servers that are authoritative for the domain example.com.<br />    *  The ADDITIONAL SECTION provides information that may be useful to the server; in this case, it is the A RRs of the name servers.]]></description>
			<category>Command Line, Server</category>
			<guid isPermaLink="true">http://www.raoulou.com/index.php?entry=entry070705-121328</guid>
			<author>Julien</author>
			<pubDate>Thu, 05 Jul 2007 10:13:28 GMT</pubDate>
			<comments>http://www.raoulou.com/comments.php?y=07&amp;m=07&amp;entry=entry070705-121328</comments>
		</item>
	</channel>
</rss>
