<b>ip link ls</b><br class="khtml-block-placeholder">
1: lo: <loopback,up,lower_up> mtu 16436 qdisc noqueue </loopback,up,lower_up>
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth1: <broadcast,multicast,up,lower_up> mtu 1500 qdisc pfifo_fast qlen 1000</broadcast,multicast,up,lower_up>
link/ether 00:0c:29:78:31:8c brd ff:ff:ff:ff:ff:ff
jueves, 22 de abril de 2010
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>
<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>
Suscribirse a:
Entradas (Atom)