<?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>ragner.org &#187; Linux</title>
	<atom:link href="http://ragner.org/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://ragner.org</link>
	<description>Ragner Magalhaes</description>
	<lastBuildDate>Mon, 27 Apr 2009 21:02:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to maintenance debian/changelog file in a source package</title>
		<link>http://ragner.org/linux/84</link>
		<comments>http://ragner.org/linux/84#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:30:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=81</guid>
		<description><![CDATA[Hi all,
After some time finally I will write a new post here.
Today a will write how to maintenance debian/changelog file in a source package.
= Configuring environment variables =
First you need export some environment variables.

EDITOR="vim"
DEBFULLNAME=&#8221;Ragner Magalhaes&#8221;
DEBEMAIL=&#8221;foo@ragner.org&#8221;
export DEBEMAIL DEBFULLNAME EDITOR
You can put these lines above in your .bashrc file
= To create a new debian/changelog file =
In the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>After some time finally I will write a new post here.</p>
<p>Today a will write how to maintenance debian/changelog file in a source package.</p>
<p><strong>= Configuring environment variables =</strong></p>
<p>First you need export some environment variables.<br />
<code><br />
<span style="color: #ff6600;">EDITOR="vim"</span></code></p>
<p><span style="color: #ff6600;">DEBFULLNAME=&#8221;Ragner Magalhaes&#8221;</span></p>
<p><span style="color: #ff6600;">DEBEMAIL=&#8221;foo@ragner.org&#8221;</span></p>
<p><span style="color: #ff6600;">export DEBEMAIL DEBFULLNAME EDITOR</span></p>
<p>You can put these lines above in your .bashrc file</p>
<p><strong>= To create a new debian/changelog file =</strong></p>
<p>In the project&#8217;s directory just run</p>
<p>$ <code><span style="color: #ff6600;">dch --create</span></code></p>
<p>To create a new debian/changelog file.</p>
<p><strong>= To increment the Debian release number =</strong></p>
<p>To increment the package release number run the follow command</p>
<p>$ <code><span style="color: #ff6600;">dch -i -U -D "unstable"</span></code></p>
<p>So it will open the debian/changelog file to you  write some comments.</p>
<p>Thanks to Anderson Lizardo[http://lizardo.wordpress.com/] and Alvinho.</p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/linux/84/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get UUID of Hard Disks</title>
		<link>http://ragner.org/hack/77</link>
		<comments>http://ragner.org/hack/77#comments</comments>
		<pubDate>Sat, 08 Nov 2008 18:47:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=74</guid>
		<description><![CDATA[The Universally Unique Identifier can be used to identify a device independent form its mount point or device name.
There are several ways to get the UUID.
The first one uses the /dev/ directory. While you are on is you might want to check other by-* directories,
$ ls -l /dev/disk/by-uuid
lrwxrwxrwx 1 root root 10 11. Okt 18:02 [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/Universally_Unique_Identifier" target="_blank">Universally Unique Identifier</a> can be used to identify a device independent form its mount point or device name.</p>
<p>There are several ways to get the UUID.</p>
<p>The first one uses the <code>/dev/</code> directory. While you are on is you might want to check other <code>by-*</code> directories,</p>
<p><code><span>$ <span style="color: #ff6600;"><strong>ls -l /dev/disk/by-uuid</strong></span></span></code></p>
<p>lrwxrwxrwx 1 root root 10 11. Okt 18:02 53cdad3b-4b01-4a6c-a099-be1cdf1acf6d -&gt; ../../sda2</p>
<p>Another way to get the uuid by usage of the tool <code>blkid</code> as super user:</p>
<p><code><span><span># <span style="color: #ff6600;"><strong>blkid /dev/sda1</strong></span></span></span></code></p>
<p><span>/dev/sda1: LABEL=<span class="string">&#8220;/&#8221;</span><span> UUID=</span><span class="string">&#8220;ee7cf0a0-1922-401b-a1ae-6ec9261484c0&#8243;</span><span> SEC_TYPE=</span><span class="string">&#8220;ext2&#8243;</span><span> TYPE=</span><span class="string">&#8220;ext3&#8243;</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/hack/77/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Maemo in MMC card</title>
		<link>http://ragner.org/linux/maemo/68</link>
		<comments>http://ragner.org/linux/maemo/68#comments</comments>
		<pubDate>Fri, 28 Mar 2008 15:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Maemo]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=68</guid>
		<description><![CDATA[Installing the Maemo in MMC N810/N8XX
Installing the rootfs in MMC card
Booting your Nokia tablet from the MMC card
= Packages dependences =
Install the following packages:
* becomeroot
* osso-xterm
* e2fsprogs
# apt-get install e2fsprogs osso-xterm becomeroot
= Becoming root =
After installed these packages, start the Xterm and run the following command line:
$ sudo gainroot
= Creating the MMC big partition =
# [...]]]></description>
			<content:encoded><![CDATA[<p>Installing the Maemo in MMC N810/N8XX</p>
<p>Installing the rootfs in MMC card</p>
<p>Booting your Nokia tablet from the MMC card</p>
<p><strong>= Packages dependences =</strong></p>
<p>Install the following packages:</p>
<p>* becomeroot<br />
* osso-xterm<br />
* e2fsprogs</p>
<p># <span style="color: #ff6600;"><strong><code>apt-get install e2fsprogs osso-xterm becomeroot</code></strong></span></p>
<p><strong>= Becoming root =</strong></p>
<p>After installed these packages, start the Xterm and run the following command line:</p>
<p>$ <span style="color: #ff6600;"><strong><code>sudo gainroot</code></strong></span></p>
<p><strong>= Creating the MMC big partition =</strong></p>
<p># <span style="color: #ff6600;"><strong><code>sfdisk /dev/mmcblk0 &lt;&lt; EOF<br />
;<br />
EOF</code></strong></span></p>
<p># <span style="color: #ff6600;"><strong><code>sfdisk -l /dev/mmcblk0</code></strong></span></p>
<p>Disk /dev/mmcblk0: 61440 cylinders, 4 heads, 16 sectors/track<br />
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0</p>
<p>Device Boot Start End #cyls #blocks Id System<br />
/dev/mmcblk0p1 0+ 61439 61440- 1966079+ 83 Linux<br />
/dev/mmcblk0p2 0 &#8211; 0 0 0 Empty<br />
/dev/mmcblk0p3 0 &#8211; 0 0 0 Empty<br />
/dev/mmcblk0p4 0 &#8211; 0 0 0 Empty</p>
<p><strong>= Formating the MMC partition =</strong></p>
<p># <span style="color: #ff6600;"><strong><code>mke2fs /dev/mmcblk0p1</code></strong></span></p>
<p><strong>= Cloning the whole original system =</strong><br />
<strong><br />
<em>== Modules dependences ==</em></strong></p>
<p>Jus run:</p>
<p># <span style="color: #ff6600;"><strong><code>lsmod</code></strong></span></p>
<p>if is not listed <span style="color: #ff6600;"><strong>ext2</strong></span> and <span style="color: #ff6600;"><strong>mbcache</strong></span> modules:<br />
# <span style="color: #ff6600;"><strong><code>insmod /mnt/initfs/lib/modules/`uname -r`/mbcache.ko</code></strong></span></p>
<p><span style="color: #ff6600;"><strong></strong></span># <span style="color: #ff6600;"><strong><code>insmod /mnt/initfs/lib/modules/`uname -r`/ext2.ko</code></strong></span></p>
<p><em><strong>== Mounting the MMC card ==</strong></em></p>
<p># <span style="color: #ff6600;"><strong><code>mount -t ext2 /dev/mmcblk0p1 /media/mmc1</code></strong></span></p>
<p><em><strong>== Mounting the flash ==</strong></em></p>
<p># <span style="color: #ff6600;"><strong><code>mount -t jffs2 -o ro /dev/mtdblock4 /floppy</code></strong></span></p>
<p><em><strong>== Cloning from flash to MMC ==</strong></em></p>
<p>Before continuing it is better to close internet connection&#8230;</p>
<p># <span style="color: #ff6600;"><strong><code>tar cf - -C /floppy . | tar xvf - -C /media/mmc1</code></strong></span></p>
<p><strong>== Setting the MMC as rootfs ==</strong></p>
<p># <span style="color: #ff6600;"><strong><code>chroot /mnt/initfs cal-tool --set-root-device mmc</code></strong></span></p>
<p><span style="color: #ff6600;"><strong></strong></span># <span style="color: #ff6600;"><strong><code>shutdown -r now</code></strong></span></p>
<p><strong>References:</strong></p>
<p><a href="http://maemo.org/community/wiki/HowTo_EASILY_BecomeRoot" target="_blank"><strong></strong>http://maemo.org/community/wiki/HowTo_EASILY_BecomeRoot</a></p>
<p><a href="http://maemo.org/community/wiki/HowTo_EASILY_Partition_your_MMC_card" target="_blank">http://maemo.org/community/wiki/HowTo_EASILY_Partition_your_MMC_card</a></p>
<p><a href="http://www.math.ias.edu/doc/util-linux-2.12a/sfdisk.examples" target="_blank">http://www.math.ias.edu/doc/util-linux-2.12a/sfdisk.examples</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/linux/maemo/68/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian nVidia Dual Head</title>
		<link>http://ragner.org/linux/debian/65</link>
		<comments>http://ragner.org/linux/debian/65#comments</comments>
		<pubDate>Wed, 09 Jan 2008 20:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=65</guid>
		<description><![CDATA[Linux + Debian + nVidia + Dual Head + VGA + DVI
Hi all,
Jus a cat in my /etc/X11/xorg.conf to show you how to do Dual Head in Debian.
$ cat /etc/X11/xorg.conf
&#8230;
Section &#8220;Module&#8221;
Load &#8220;bitmap&#8221;
Load &#8220;dbe&#8221;
# Without &#8220;dri&#8221;
Load &#8220;ddc&#8221;
Load &#8220;extmod&#8221;
Load &#8220;freetype&#8221;
Load &#8220;glx&#8221;
Load &#8220;int10&#8243;
Load &#8220;v4l&#8221;
Load &#8220;vbe&#8221;
EndSection
&#8230;
Section &#8220;Device&#8221;
Identifier &#8220;nVidia Corporation NV34GL [Quadro FX 500/600 PCI]&#8221;
Driver &#8220;nvidia&#8221;
BusID &#8220;PCI:1:0:0&#8243;
# Dual Head
Option &#8220;TwinView&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Linux + Debian + nVidia + Dual Head + VGA + DVI</p>
<p>Hi all,</p>
<p>Jus a cat in my /etc/X11/xorg.conf to show you how to do Dual Head in Debian.</p>
<p>$ <span style="color: #ff6600;"><strong>cat /etc/X11/xorg.conf</strong></span><br />
&#8230;</p>
<p>Section &#8220;Module&#8221;<br />
Load &#8220;bitmap&#8221;<br />
Load &#8220;dbe&#8221;<br />
# <em><strong>Without &#8220;dri&#8221;</strong></em><br />
Load &#8220;ddc&#8221;<br />
Load &#8220;extmod&#8221;<br />
Load &#8220;freetype&#8221;<br />
Load &#8220;glx&#8221;<br />
Load &#8220;int10&#8243;<br />
Load &#8220;v4l&#8221;<br />
Load &#8220;vbe&#8221;<br />
EndSection</p>
<p>&#8230;</p>
<p>Section &#8220;Device&#8221;<br />
Identifier &#8220;nVidia Corporation NV34GL [Quadro FX 500/600 PCI]&#8221;<br />
Driver &#8220;nvidia&#8221;<br />
BusID &#8220;PCI:1:0:0&#8243;<br />
# <em><strong>Dual Head</strong></em><br />
<span style="color: #ff6600;"><strong>Option &#8220;TwinView&#8221; &#8220;True&#8221;</strong></span><br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier &#8220;DELL 1908FP&#8221;<br />
Option &#8220;DPMS&#8221;<br />
HorizSync 30-65<br />
VertRefresh 50-75<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier &#8220;Default Screen&#8221;<br />
Device &#8220;nVidia Corporation NV34GL [Quadro FX 500/600 PCI]&#8221;<br />
Monitor &#8220;DELL 1908FP&#8221;<br />
DefaultDepth 16<br />
Option &#8220;DPMS&#8221;<br />
# <em>Dual Head</em><br />
<span style="color: #ff6600;"><strong> Option &#8220;TwinView&#8221; &#8220;true&#8221;</strong></span><br />
# <em>Sync/Refresh for each monitor</em><br />
<span style="color: #ff6600;"><strong> Option &#8220;HorizSync&#8221; &#8220;DFP-0: 30-65; DFP-1: 30-65&#8243;<br />
Option &#8220;VertRefresh&#8221; &#8220;DFP-0: 50-75; DFP-1: 50-75&#8243;</strong></span><br />
# <em>The second monitor of the right side</em><br />
<span style="color: #ff6600;"><strong> Option &#8220;TwinViewOrientation&#8221; &#8220;DFP-1 RightOf DFP-0&#8243;</strong></span><br />
# Screen size to each monitor<br />
<span style="color: #ff6600;"><strong> Option &#8220;MetaModes&#8221; &#8220;DFP-0: 1280×1024, DFP-1: 1280×1024&#8243;</strong></span><br />
# Monitor types<br />
<span style="color: #ff6600;"><strong> Option &#8220;ConnectedMonitor&#8221; &#8220;lcd,lcd&#8221;</strong></span><br />
SubSection &#8220;Display&#8221;<br />
Depth 16<br />
Modes &#8220;1280&#215;1024&#8243; &#8220;1152&#215;864&#8243; &#8220;1024&#215;768&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243;<br />
EndSubSection<br />
SubSection &#8220;Display&#8221;<br />
Depth 24<br />
Modes &#8220;1280&#215;1024&#8243; &#8220;1152&#215;864&#8243; &#8220;1024&#215;768&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243;<br />
EndSubSection<br />
EndSection</p>
<p>Section &#8220;ServerLayout&#8221;<br />
Identifier &#8220;Default Layout&#8221;<br />
Screen &#8220;Default Screen&#8221;<br />
InputDevice &#8220;Generic Keyboard&#8221;<br />
InputDevice &#8220;Configured Mouse&#8221;<br />
EndSection</p>
<p>&#8212;</p>
<p><strong>Reference:</strong></p>
<p><a href="http://umgeher.wordpress.com/2006/09/01/dual-head-usando-nvidia" target="_blank">http://umgeher.wordpress.com/2006/09/01/dual-head-usando-nvidia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/linux/debian/65/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux command to set the screen size</title>
		<link>http://ragner.org/linux/debian/61</link>
		<comments>http://ragner.org/linux/debian/61#comments</comments>
		<pubDate>Sat, 15 Dec 2007 20:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=61</guid>
		<description><![CDATA[Hi all,
today I will teach how to set the screen size using xrandr Linux command.
To find out what sizes are available, run:
$ xrandr -q
SZ: Pixels Physical Refresh
*0 1024 x 768 ( 271mm x 203mm ) *75 70 60
1 800 x 600 ( 271mm x 203mm ) 75 72 60 56
To set the screen size to [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,<br />
today I will teach how to set the screen size using xrandr Linux command.</p>
<p>To find out what sizes are available, run:<br />
$ <span style="color: #ff6600;"><strong>xrandr -q</strong></span><br />
SZ: Pixels Physical Refresh<br />
*0 1024 x 768 ( 271mm x 203mm ) *75 70 60<br />
1 800 x 600 ( 271mm x 203mm ) 75 72 60 56</p>
<p>To set the screen size to an available size, run:<br />
$ <span style="color: #ff6600;"><strong>xrandr -s 800&#215;600</strong></span></p>
<p>Thanks,<br />
God bless you &#8230; [:P]</p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/linux/debian/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Ad Hoc Wireless Networking</title>
		<link>http://ragner.org/linux/debian/48</link>
		<comments>http://ragner.org/linux/debian/48#comments</comments>
		<pubDate>Tue, 07 Aug 2007 21:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=48</guid>
		<description><![CDATA[The following example uses eth1 for the wifi interface though this may be wlan0, ath0 or something else in your case.

Preparation
Ensure that network manager has been stopped and then bring the interface down.
sudo /etc/dbus-1/event.d/25NetworkManager stopsudo ifdown eth1
Configuration

Switch the card into ad hoc mode



sudo iwconfig eth1 mode ad-hoc



Set the channel/frequency that you want to use.



sudo iwconfig [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:100%;"><span style="font-family: arial;">The following example uses eth1 for the wifi interface though this may be wlan0, ath0 or something else in your case.<br />
</span></span></p>
<h5 id="head-10fdcf378f6f89ff56bad30a88c7c7cc1fe10bcc">Preparation</h5>
<p>Ensure that network manager has been stopped and then bring the interface down.</p>
<pre>sudo /etc/dbus-1/event.d/25NetworkManager stopsudo ifdown eth1</pre>
<h5 id="head-0b5da4cfaff6b3c5f6069c3aba3439583cebd5e0">Configuration</h5>
<ol type="1">
<li>Switch the card into ad hoc mode</li>
</ol>
<ul>
<li style="list-style-type: none;">
<pre>sudo iwconfig eth1 mode ad-hoc</pre>
</li>
</ul>
<ol type="1">
<li>Set the channel/frequency that you want to use.</li>
</ol>
<ul>
<li style="list-style-type: none;">
<pre>sudo iwconfig eth1 channel 11</pre>
</li>
</ul>
<ol type="1">
<li>Add the name (ssid) for the network you want to create/join. Use single quotes if there is a space in the name.</li>
</ol>
<ul>
<li style="list-style-type: none;">
<pre>sudo iwconfig eth1 essid 'name'</pre>
</li>
</ul>
<ol type="1">
<li>Add a WEP encryption key</li>
</ol>
<ul>
<li style="list-style-type: none;">
<pre>sudo iwconfig eth1 key 1234567890</pre>
</li>
</ul>
<h5 id="head-f53ad934fdd4daef3c084ca785b13fb647097619">Activation</h5>
<ol type="1">
<li>Bring the interface back up</li>
</ol>
<ul>
<li style="list-style-type: none;">
<pre>sudo ifconfig eth1 up</pre>
</li>
</ul>
<ol type="1">
<li>Start dhclient to get an address</li>
</ol>
<ul>
<li style="list-style-type: none;">
<pre>sudo dhclient eth1</pre>
</li>
</ul>
<ol type="1">
<li>If you want to do it manually, you will have to make up an IP address.</li>
</ol>
<ul>
<li style="list-style-type: none;">
<pre>sudo ifconfig eth1 10.0.0.1 netmask 255.255.255.0</pre>
</li>
</ul>
<p>echo 1 &gt; /proc/sys/net/ipv4/ip_forward</p>
<p>iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE</p>
<p><span style="font-weight: bold;">Reference</span></p>
<p><a href="https://help.ubuntu.com/community/WifiDocs/Adhoc">https://help.ubuntu.com/community/WifiDocs/Adhoc</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/linux/debian/48/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPG key error at apt-get</title>
		<link>http://ragner.org/linux/debian/43</link>
		<comments>http://ragner.org/linux/debian/43#comments</comments>
		<pubDate>Thu, 28 Jun 2007 20:03:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=43</guid>
		<description><![CDATA[Package dependences:
# apt-get install debian-keyring debian-archive-keyring
If you get o follow error from an unofficial repository:

W: GPG error: ftp://ftp.ragner.net etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 08GC463D1F41D098
Take the GPG key
# gpg --keyserver subkeys.pgp.net --recv-keys 08GC463D1F41D098
and add to apt
# gpg --export --armor 08GC463D1F41D098 &#124; sudo apt-key add -
End
]]></description>
			<content:encoded><![CDATA[<p>Package dependences:</p>
<p># <span style="color: #ff6600;"><strong><code>apt-get install debian-keyring debian-archive-keyring</code></strong></span></p>
<p>If you get o follow error from an unofficial repository:<br />
<em><strong><code><br />
W: GPG error: ftp://ftp.ragner.net etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 08GC463D1F41D098</code></strong></em></p>
<p>Take the GPG key</p>
<p># <span style="color: #ff6600;"><strong><code>gpg --keyserver subkeys.pgp.net --recv-keys 08GC463D1F41D098</code></strong></span></p>
<p>and add to apt</p>
<p># <span style="color: #ff6600;"><strong><code>gpg --export --armor 08GC463D1F41D098 | sudo apt-key add -</code></strong></span></p>
<p>End</p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/linux/debian/43/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ploblem with start up apache2 on debian etch</title>
		<link>http://ragner.org/linux/debian/41</link>
		<comments>http://ragner.org/linux/debian/41#comments</comments>
		<pubDate>Tue, 12 Jun 2007 19:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=41</guid>
		<description><![CDATA[If you run /etc/init.d/apache2 start but the apache2 do not start.
A solution can to be
edit /etc/default/apache2 and change NO_START to be 0

]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:85%;"><span style="font-family: arial;">If you run /etc/init.d/apache2 start but the apache2 do not start.<br />
A solution can to be<br />
<strong>edit /etc/default/apache2 and change NO_START to be 0</strong><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/linux/debian/41/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure Debian Brazilian locale</title>
		<link>http://ragner.org/linux/debian/39</link>
		<comments>http://ragner.org/linux/debian/39#comments</comments>
		<pubDate>Sat, 12 May 2007 14:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=39</guid>
		<description><![CDATA[Configure your xserver, here is the xorg:
# dpkg-reconfigure xserver-xorg
My keyboard layout &#8220;us&#8221; and own variant &#8220;us_intl&#8221;
$ cat /etc/X11/xorg.conf
&#8230;
Section &#8220;InputDevice&#8221;
Identifier      &#8220;Generic Keyboard&#8221;
Driver          &#8220;kbd&#8221;
Option          &#8220;CoreKeyboard&#8221;
Option          [...]]]></description>
			<content:encoded><![CDATA[<p>Configure your xserver, here is the xorg:<br />
# <span style="color: #ff6600;"><strong>dpkg-reconfigure xserver-xorg</strong></span></p>
<p>My keyboard layout <strong>&#8220;us&#8221;</strong> and own variant <strong>&#8220;us_intl&#8221;</strong><br />
$ cat /etc/X11/xorg.conf<br />
&#8230;<br />
Section &#8220;InputDevice&#8221;<br />
Identifier      &#8220;Generic Keyboard&#8221;<br />
Driver          &#8220;kbd&#8221;<br />
Option          &#8220;CoreKeyboard&#8221;<br />
Option          &#8220;XkbRules&#8221;      &#8220;xorg&#8221;<br />
Option          &#8220;XkbModel&#8221;      &#8220;pc104&#8243;<br />
Option          &#8220;XkbLayout&#8221;     &#8220;us&#8221;<br />
Option          &#8220;XkbVariant&#8221;    &#8220;us_intl&#8221;<br />
EndSection<br />
&#8230;</p>
<p>Now configure your locales and select the default:<br />
# <span style="color: #ff6600;"><strong>dpkg-reconfigure locales</strong></span></p>
<p>Reboot your system:<br />
# init 6</p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/linux/debian/39/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing with multiple pages</title>
		<link>http://ragner.org/linux/debian/38</link>
		<comments>http://ragner.org/linux/debian/38#comments</comments>
		<pubDate>Fri, 11 May 2007 18:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://ragner.org/?p=38</guid>
		<description><![CDATA[First, put n pages at each leaf with mpage comman:
$ mpage -n a.ps &#62; b.ps
* n can to be 2, 4 or 8
To reverse the pages:
$ pstops "2:0@1.0(-0.00cm,0.0cm),1U@1.0(21cm,29.7cm)"  b.ps &#62; c.ps
]]></description>
			<content:encoded><![CDATA[<p>First, put <span style="font-style: italic;">n</span> pages at each leaf with <em>mpage</em> comman:</p>
<p><strong>$ <span style="color: #ff6600;"><code>mpage -n a.ps &gt; b.ps</code></span></strong></p>
<p>* n can to be 2, 4 or 8</p>
<p>To reverse the pages:<br />
<strong>$ <span style="color: #ff6600;"><code>pstops "2:0@1.0(-0.00cm,0.0cm),1U@1.0(21cm,29.7cm)"  b.ps &gt; c.ps</code></span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ragner.org/linux/debian/38/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
