martes, 13 de abril de 2010

unbuntu 8.04 en 1 minuto

<h2><br></h2>Change default language:
<dl>
<dd>
<ol>
<li>Edit <tt>/home/USERNAME/.bash_profile</tt></li>
<li>Add the line <tt>export LANG=<i>de</i></tt> (example given for
German)</li>
</ol>
</dd>
</dl>

<dl>
<dt>Change keyboard for the console:</dt>
<dd><tt>sudo dpkg-reconfigure console-setup</tt></dd>
</dl>

<dl>
<dt>Apply software updates</dt>
<dd><tt>
sudo aptitude update <span class="black"># refresh apt's cache</span><br>
sudo aptitude upgrade <span class="black"># run the upgrade</span>
</tt></dd>
</dl>

<dl>
<dt>Install new software</dt>
<dd><tt>
sudo aptitude update <span class="black"># refresh apt's cache</span><br>
aptitude search pkgnames <span class="black"># lists all available
software containing</span><br>
aptitude search pkgnames | grep -i WORD <span class="black"># lists all
software containing WORD</span><br>
sudo aptitude install PACKAGE <span class="black"># installs PACKAGE
(found from list above)</span>
</tt></dd>
</dl>

<dl>
<dt>Where is the GUI?</dt>
<dd>It's not installed. This is a server installation. If you <i>still</i>
want a gui, run:<br>
<tt>sudo aptitude install xorg gnome</tt></dd>
</dl>

<dl>
<dt>Documentation/Guide</dt>
<dd><a href="https://wiki.ubuntu.com/GutsyGibbon">Gutsy Gibbon wiki page</a></dd>
<dd><a href="http://www.ubuntu.com/getubuntu/releasenotes/710tour">The
Gutsy Gibbon feature tour</a></dd></dl>

No hay comentarios:

Publicar un comentario