<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>menulst &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/menulst/</link>
	<description>Feed of posts on WordPress.com tagged "menulst"</description>
	<pubDate>Thu, 21 Aug 2008 07:19:27 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Configurando el Grub graficamente]]></title>
<link>http://fherx.wordpress.com/?p=98</link>
<pubDate>Tue, 29 Jul 2008 05:00:35 +0000</pubDate>
<dc:creator>Fhernando</dc:creator>
<guid>http://fherx.wordpress.com/?p=98</guid>
<description><![CDATA[
Una vez que tienes tu doble arranque con xp y linux por lo general te das cuenta que el sistema por]]></description>
<content:encoded><![CDATA[<p><a href="http://fherx.files.wordpress.com/2008/07/startupmanager.png"><img src="http://fherx.wordpress.com/files/2008/07/startupmanager.png?w=300" alt="" width="300" height="282" class="aligncenter size-medium wp-image-99" /></a></p>
<p>Una vez que tienes tu doble arranque con xp y linux por lo general te das cuenta que el sistema por defecto es linux, y si no presionas nada el se cargara automaticamente.  Pero que pasa cuando seguramente otros usaran el pc y necesitas que lo que cargue por default sea xp ? </p>
<p>Bueno antes tocaba retocar el menu.lst manualmente para acomodar todo. Ahora es mucho mas sencillo ya que lo podemos hacer con un par de clicks gracias a startup-manager, esta utilidad te permite personalizar el arranque de forma grafica y ademas te permite agregar cosas como un fondo vistoso, o cambiar el sistema operativo que carga por default.</p>
<p>Para instalar el programa se debe instalar el paquete startupmanager.</p>
<p>$ sudo aptitude install startupmanager</p>
<p>También es posible encontrar esta aplicación en GetDeb, donde se dispone de paquetes para distintas versiones de Ubuntu.</p>
<p>Una vez instalado, podemos acceder a la aplicación en Sistema -&#62; Administracion -&#62; Administrador de Arranque o con el comando startupmanager con permisos de root. </p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[HOWTO: Ajustar resoluciones en las TTY's]]></title>
<link>http://facusdelacruz.wordpress.com/?p=58</link>
<pubDate>Sat, 15 Mar 2008 17:34:29 +0000</pubDate>
<dc:creator>Overclock_Orange</dc:creator>
<guid>http://facusdelacruz.wordpress.com/?p=58</guid>
<description><![CDATA[Es común que suceda que al utilizar una tty (por ejemplo al iniciar nuestro sistema), la resolució]]></description>
<content:encoded><![CDATA[<p>Es común que suceda que al utilizar una tty (por ejemplo al iniciar nuestro sistema), la resolución de pantalla no se adapte a la que estamos utilizando en nuestro servidor gráfico (X-window-server).<br />
Para cambiar la resolución de nuestras tty's hay que realizar una tarea muy sencilla que describire a continuación.<br />
<!--more--><br />
Lo primero que debemos realizar es indetificarnos como <code>root</code> en nuestro sistema para ello en una <code>shell</code> escribimos:</p>
<blockquote><p>$: su root</p></blockquote>
<p>Ahora pedira que ingresemos la clave del <code>superusuario</code> (Su = sustitute user), la cual por razones de seguridad no se mostrara en pantalla.<br />
Bien ahora que ya somos <code>root</code> debemos editar un simple archivo con nuestro editor de textos favoritos (yo utilizo <code>vim</code>), asi que en la <code>terminal</code> escribimos:</p>
<blockquote><p>#: vim /boot/grub/menu.lst</p></blockquote>
<p>Al final de este archivo, se mostraran todos los <code>kernels</code> que tenemos instalados en el <code>GRUB</code> veamos un ejemplo:</p>
<blockquote><p>title           Debian GNU/Linux, kernel 2.6.24-1-amd64<br />
root            (hd0,3)<br />
kernel         /boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda4 ro<br />
initrd          /boot/initrd.img-2.6.24-1-amd64</p></blockquote>
<p>En la primera línea se nos muestra el nombre con el cual &#60;codeGRUB, mostrara a este <code>núcleo</code>.<br />
En la segunda se especifica en que dispositivo y que partición debe ser montada como /, <code> hd0,3</code>, lo que es equivalente a decir <code>sda4</code> (yo utilizo SATA), si utilizaras IDE/ATA seria <code>hda4</code>.<br />
En la tercera línea nos dice que kernel debe iniciar , y donde se encuentra el <code>vmlinuz </code> , este archivo (<code>vmlinuz</code>), se encuentra con un enlace simbolíco a <code>/vmlinuz </code> , pero no se preocupen, esto es solo una curiosidad :).<br />
En la cuarta línea se especificara en donde se encuentra <code>initrd</code>, que es un <code>filesystem</code> temporario utilizado para iniciar el sistema, aunque puede no utilizarse.</p>
<p>Bien luego de haber entendido un poquito esta parte de nuestro archivo <code>/boot/grub/menu.lst</code>, vamos a agregar a la tercera línea de lo descrito anteriormente, (el que corresponde al <code>kernel</code>), el parametro <code>vga=XXX</code>, donde XXX corresponde a el código de la resolución que queremos emplear, ¿como saber?, con la síguiente tabla:</p>
<blockquote><p> 640×480 - 800×600 - 1024×768 - 1280×1024<br />
vga=769 - vga=771 - vga=773 - vga=775 - &#62; 8 bits<br />
vga=785 - vga=788 - vga=791 - vga=794 - &#62; 16 bits<br />
vga=786 - vga=789 - vga=792 - vga=795 - &#62; 32 bits</p></blockquote>
<p>Por ejemplo si yo quisiera utilizar (siempre que nuestra placa de video lo soporte), 1024x768 a 32 bits, escribiria, al final de la línea el parametro: <code>vga=792</code>, por lo cual la línea correspondiente a <code>kernel</code> quedaria asi:</p>
<blockquote><p>kernel         /boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda4 ro vga=792</p></blockquote>
<p>Una vez, que hemos realizado esto, guardamos los cambios en el editor de textos y probamos si funciona, reiniciando el sistema, en la <code>shell</code> escribimos:</p>
<blockquote><p>#: reboot</p></blockquote>
<p>Esperamos que reinicie, elegimos en <code>GRUB</code> el <code>kernel</code> que hemos editado y vemos si cambio la resolucón.<br />
Dependiendo de la resolución y la distro se podrá ver un Tux en la esquina superior izquierda de la pantalla.<br />
Cabe destacar que podemos realizar esta modificación para cada una de las entradas de nuestro <code>/boot/grub/menu.lst</code>, y asi hacer que todos los <code>núcleos</code> inicien con la misma resolución.</p>
<p>Saludos!<br />
Overclock_Orange<br />
<i>fmdlc.unix[en]gmail.com</i></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Enabling high resolution console in Ubuntu]]></title>
<link>http://joeamined.wordpress.com/?p=27</link>
<pubDate>Mon, 25 Feb 2008 23:32:43 +0000</pubDate>
<dc:creator>joeamined</dc:creator>
<guid>http://joeamined.wordpress.com/?p=27</guid>
<description><![CDATA[I personally don&#8217;t like the usplash displayed at bootup/shutdown in Ubuntu, I rather prefer se]]></description>
<content:encoded><![CDATA[<p>I personally don't like the usplash displayed at bootup/shutdown in Ubuntu, I rather prefer seeing console messages. However, the low resolution of the console make the displayed fonts too big which is a little bit ugly. To enable high resolution console, open a terminal and type :</p>
<p><span style="color:#800000;"><code>sudo gedit /etc/modprobe.d/blacklist-framebuffer</code></span></p>
<p>then comment the line : blacklist vesafb</p>
<p>Save the modifications and close the text editor. Now, still in a gnome terminal, type :</p>
<p><span style="color:#800000;"><code>sudo gedit /etc/initramfs-tools/modules</code></span></p>
<p>At the end of the file, add these two separate lines :</p>
<p><span style="color:#800000;"><code><span>fbcon</span><br />
vesafb</code></span></p>
<p>Close the edited file and type :</p>
<p><span style="color:#800000;"><code>sudo update-initramfs -u</code></span></p>
<p>Finally, open your menu.lst file :</p>
<p><span style="color:#800000;"><code>sudo gedit /boot/grub/menu.lst</code></span></p>
<p>In the kernel line for ubuntu delete 'splash' (so you no longer have the usplash displayed) and add vga=791 (to have a 1024*768 resolution)</p>
<p>That's it ! One last tip, to have more messages displayed you can change 'quiet' to 'services' or to 'verbose' in the kernel line.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[My Ubuntu Setup - Part Three - Tweakage - Part One]]></title>
<link>http://mightykaobear.wordpress.com/2007/11/19/my-ubuntu-setup-part-three-tweakage-part-one/</link>
<pubDate>Mon, 19 Nov 2007 13:52:20 +0000</pubDate>
<dc:creator>James Nealon</dc:creator>
<guid>http://mightykaobear.wordpress.com/2007/11/19/my-ubuntu-setup-part-three-tweakage-part-one/</guid>
<description><![CDATA[Today we delve into the ever popular, and sometimes dangerous world of tweaking your Ubuntu machine ]]></description>
<content:encoded><![CDATA[<p>Today we delve into the ever popular, and sometimes dangerous world of tweaking your Ubuntu machine for greater performance.  Before we begin however, I have to tell you that I am not responsible if you hose your box because you can't follow instructions.  With that said, let's start with something relatively simple.  Fonts.</p>
<p>First, in your terminal, use your favorite editor to create a file named <code>.fonts.conf</code>.  Yes, that is a dot before the file name, a very important one to I may add.</p>
<p>Secondly, simply copy and paste the code below and save your file.  In order to see the results, you will have to log out of your current session and log back in.</p>
<p>&#60;fontconfig&#62;<br />
&#60;match target="font"&#62;<br />
&#60;edit mode="assign" name="rgba"&#62;<br />
&#60;const&#62;none&#60;const&#62;<br />
&#60;match target="font"&#62;<br />
&#60;edit mode="assign" name="hinting"&#62;<br />
&#60;bool&#62;true&#60;/bool&#62;<br />
&#60;/edit&#62;<br />
&#60;/match&#62;<br />
&#60;match target="font"&#62;<br />
&#60;edit mode="assign" name="hintstyle"&#62;<br />
&#60;const&#62;hintmedium&#60;/const&#62;<br />
&#60;/edit&#62;<br />
&#60;/match&#62;<br />
&#60;match target="font"&#62;<br />
&#60;edit mode="assign" name="antialias"&#62;<br />
&#60;bool&#62;true&#60;/bool&#62;<br />
&#60;/edit&#62;<br />
&#60;/match&#62;<br />
&#60;!-- Added (Ubuntu fix) --&#62;<br />
&#60;match target="font"&#62;<br />
&#60;edit mode="assign" name="autohint"&#62;<br />
&#60;bool&#62;true&#60;/bool&#62;<br />
&#60;/edit&#62;<br />
&#60;!-- End Added --&#62;</p>
<p>This will give you some nice looking fonts.  Anti-aliased and everything.  Nice and yummy looking I assure you.  There is no way you can harm your system with this file incidentally.  If you do not like it, well, delete it.</p>
<p>See, now that you have a taste for living dangerously you want more don't ya?  Well, far it be from me to deny you your pleasure.  So the next thing we have is a little more, shall we say, intense.  Grub time.</p>
<p>This is were paying really close attention comes in handy to be sure.</p>
<p>Firstly, we need to open up the file we are going to edit:</p>
<p><code>sudo nano -w /boot/grub/menu.lst</code></p>
<p>I like nano for something like this, but you can substitute <code>nano -w</code> with gedit, kate, vim, etc..  Now that we have the file open, we are going to start the tweaking.</p>
<p>You need to look for the following entries in the file:<br />
<code><br />
# defoptions=quiet splash<br />
# altoptions=(recovery mode) single<br />
<code></code></code></p>
<p>When you find them, make them look like this:</p>
<p><code># defoptions=quiet splash rootflags=data=writeback<br />
# altoptions=(recovery mode) single rootflags=data=writeback<br />
</code></p>
<p>That's it.  You have now sped up your computer by enabling the writeback option.  Mind you, do not do this if you do not have ext3 partitions installed.  It does not end well.</p>
<p>Save your file and then, and this is important, you need to run the following command:</p>
<p><code>sudo update-grub</code></p>
<p>This updates the grub file you just altered and will make what you just did available on your next reboot.</p>
<p>Now that we have updated grub, we need to update the <code>fstab</code> so that our hard drives are well aware of what we just did.</p>
<p>So, the following code needs to be entered:</p>
<p><code>sudo nano -w /etc/fstab</code></p>
<p>Again, the option of replacing the nano command is yours.  This is a nasty file wher eyou can do nasty things to your system.  Be vewy, vewy careful in here.</p>
<p>In the file, look for the code:</p>
<p><code>defaults,errors=remount-ro<code></code></code></p>
<p>Replace that code with the following:</p>
<p><code>defaults,errors=remount-ro,data=writeback,noatime 0</code></p>
<p>The trailing 0 is very important by the way, make sure to keep it in there.</p>
<p>Save the file and exit it.  The next part is independent to your machine.  For mine, I had to enter:</p>
<p><code>sudo tune2fs -o journal_data_writeback /dev/sda2</code></p>
<p>Your drive may be completely different.  Pay attention to the line you are changing in your fstab and enter that partition into the code above.</p>
<p>Well ladies and gentleman, that is it for this morning.  Tomorrow we will play with Concurrent Booting, Swapping, Broadband Internet and more.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Dual booting with separate ubuntu and xp installs]]></title>
<link>http://lukeluke.wordpress.com/2007/07/19/dual-booting-with-separate-ubuntu-and-xp-installs/</link>
<pubDate>Thu, 19 Jul 2007 19:30:13 +0000</pubDate>
<dc:creator>lukeluke</dc:creator>
<guid>http://lukeluke.wordpress.com/2007/07/19/dual-booting-with-separate-ubuntu-and-xp-installs/</guid>
<description><![CDATA[See: https://help.ubuntu.com/community/How_to_dual-boot_Ubuntu_and_XP_after_installing_them_separate]]></description>
<content:encoded><![CDATA[<p>See: https://help.ubuntu.com/community/How_to_dual-boot_Ubuntu_and_XP_after_installing_them_separately_on_two_HDs</p>
<p>Backup your menu.lst first:</p>
<pre>sudo cp /etc/grub/menu.lst /etc/grub/menu.lst.bkp</pre>
<p>Find out where your Windows hard disk is with (if you are confused here just post the result here and someone might help)</p>
<pre>sudo fdisk -l</pre>
<p>Then you need to add the new entry to grub with</p>
<pre>sudo gedit /etc/grub/menu.lst</pre>
<p>And then add the entry:</p>
<pre>title           Windows XP Professional
root            (hd1,0)
savedefault
makeactive
chainloader     +1
map (hd0) (hd1)
map (hd1) (hd0)</pre>
]]></content:encoded>
</item>

</channel>
</rss>
