<?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>Tutoriales Linux &#187; ubuntu</title>
	<atom:link href="http://tutorialeslinux.com/categoria/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialeslinux.com</link>
	<description>Tu sitio de COMOs de Linux</description>
	<lastBuildDate>Wed, 12 Aug 2009 23:51:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configurar Wifi manualmente</title>
		<link>http://tutorialeslinux.com/configurar-wifi-manualmente/</link>
		<comments>http://tutorialeslinux.com/configurar-wifi-manualmente/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 01:58:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Red]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://tutorialeslinux.com/?p=153</guid>
		<description><![CDATA[Editar el fichero  /etc/network/interfaces  como root

IP dinamica:

auto wlan
iface wlan0 inet dhcp
wireless-essid NOMBRE RED
wireless-key CLAVE
wireless-mode managed

IP estatica:

auto wlan0
iface wlan0 inet static
wireless-essid NOMBRE RED
wireless-key CLAVE
address IP PRIVADA
netmask MASCARA DE RED
gateway PUERTA ENLACE &#40;ROUTER&#41;
nameserver SERVIDORES DNS

Guardamos y reiniciamos la red:

sudo /etc/init.d/networking restart



No hay post relacionados.


No hay post relacionados.]]></description>
			<content:encoded><![CDATA[<p>Editar el fichero <em> /etc/network/interfaces </em> como root<br />
<span id="more-153"></span><br />
<strong>IP dinamica:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">auto wlan
iface wlan0 inet dhcp
wireless-essid NOMBRE RED
wireless-key CLAVE
wireless-mode managed</pre></div></div>

<p><strong>IP estatica:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">auto wlan0
iface wlan0 inet static
wireless-essid NOMBRE RED
wireless-key CLAVE
address IP PRIVADA
netmask MASCARA DE RED
gateway PUERTA ENLACE <span style="color: #7a0874; font-weight: bold;">&#40;</span>ROUTER<span style="color: #7a0874; font-weight: bold;">&#41;</span>
nameserver SERVIDORES DNS</pre></div></div>

<p>Guardamos y reiniciamos la red:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>networking restart</pre></div></div>



<p>No hay post relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://tutorialeslinux.com/configurar-wifi-manualmente/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Desinstalar KDE o XFCE en ubuntu</title>
		<link>http://tutorialeslinux.com/desinstalar-kde-o-xfce-en-ubuntu/</link>
		<comments>http://tutorialeslinux.com/desinstalar-kde-o-xfce-en-ubuntu/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 09:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://tutorialeslinux.com/?p=109</guid>
		<description><![CDATA[Para dejar un sistema Gnome puro de una sola pasada en ubuntu podemos hacer:

Para Ubuntu Intrepid 8.10

Eliminar Kubuntu

sudo apt-get remove adept akregator amarok amarok-common amarok-engine-xine apport-qt ark dolphin dragonplayer exiv2 foomatic-db-gutenprint gdebi-kde gnupg-agent gtk-qt-engine guidance-power-manager gwenview hpijs-ppds hplip-gui ijsgutenprint imagemagick install-package jockey-kde k3b k3b-data kaddressbook kamera kate kde-icons-oxygen kde-printer-applet kde-window-manager kde-zeroconf kdebase-bin kdebase-data kdebase-plasma kdebase-runtime [...]


No hay post relacionados.]]></description>
			<content:encoded><![CDATA[<p>Para dejar un sistema Gnome puro de una sola pasada en ubuntu podemos hacer:</p>
<ul>
<li><strong>Para Ubuntu Intrepid 8.10</strong></li>
</ul>
<p>Eliminar Kubuntu</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> remove adept akregator amarok amarok-common amarok-engine-xine apport-qt ark dolphin dragonplayer exiv2 foomatic-db-gutenprint gdebi-kde gnupg-agent gtk-qt-engine guidance-power-manager gwenview hpijs-ppds hplip-gui ijsgutenprint imagemagick install-package jockey-kde k3b k3b-data kaddressbook kamera kate kde-icons-oxygen kde-printer-applet kde-window-manager kde-zeroconf kdebase-bin kdebase-data kdebase-plasma kdebase-runtime kdebase-runtime-bin-kde4 kdebase-runtime-data kdebase-runtime-data-common kdebase-workspace-bin kdebase-workspace-data kdebase-workspace-libs4+<span style="color: #000000;">5</span> kdebluetooth kdegraphics-strigi-plugins kdelibs-bin kdelibs-data kdelibs4c2a kdelibs5 kdelibs5-data kdemultimedia-kio-plugins kdepasswd kdepim-kresources kdepim-strigi-plugins kdepim-wizards kdepimlibs-data kdepimlibs5 kdeplasma-addons kdeplasma-addons-data kdeplasma-addons-libs4 kdesudo kdm kfind kgrubeditor khelpcenter4 klipper kmag kmail kmix kmousetool knotes konqueror konqueror-nsplugins konqueror-plugin-searchbar konsole kontact konversation kopete korganizer krdc krfb ksnapshot ksysguard ksysguardd ksystemlog ktimetracker ktorrent kubuntu-artwork-usplash kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-konqueror-shortcuts kuser kvkbd kwalletmanager language-selector-qt libakonadiprivate1 libarts1c2a libartsc0 libaudio2 libavahi-qt3-<span style="color: #000000;">1</span> libcapseo0 libcaptury0 libclucene0ldbl libdbus-<span style="color: #000000;">1</span>-qt3 libdbus-qt-<span style="color: #000000;">1</span>-1c2 libexiv2-<span style="color: #000000;">4</span> libfftw3-<span style="color: #000000;">3</span> libflac++<span style="color: #000000;">6</span> libgeoip1 libifp4 libk3b3 libkcddb4 libkdecorations4 libkdepim4 libkholidays4 libkipi-common libkipi5 libkleo4 libkonq5 libkonq5-templates libkpgp4 libksieve4 libkwineffects1 liblua50 liblualib50 libmimelib4 libmodplug0c2 libmpcdec3 libmysqlclient15off libnjb5 libofa0 libokularcore1 libphonon4 libplasma2 libpoppler-qt4-<span style="color: #000000;">3</span> libpq5 libqca2 libqca2-plugin-ossl libqimageblitz4 libqt3-mt libqt4-assistant libqt4-core libqt4-dbus libqt4-designer libqt4-help libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-test libqt4-webkit libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libraptor1 librasqal0 librdf0 libruby1.8 libsearchclient0 libsoprano4 libstreamanalyzer0 libstreams0 libstrigihtmlgui0 libstrigiqtdbusclient0 libtunepimp5 libvncserver0 libxcb-shape0 libxcb-shm0 libxcb-xv0 libxine1 libxine1-bin libxine1-console libxine1-misc-plugins libxine1-x libxvmc1 libzip1 mediamanager mysql-common network-manager-kde okular okular-extra-backends openoffice.org-kde openoffice.org-style-crystal oxygen-cursor-theme phonon phonon-backend-gstreamer phonon-backend-xine pinentry-gtk2 pinentry-qt4 plasmoid-quickaccess python-kde4 python-qt3 python-qt4 python-qt4-common python-qt4-dbus python-reportlab python-sip4 qt4-qtconfig raptor-utils redland-utils ruby ruby1.8 software-properties-kde soprano-daemon speedcrunch strigi-client strigi-daemon system-config-printer-kde systemsettings ttf-dustin update-manager-kde update-notifier-kde <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ubuntu-desktop</pre></div></div>

<p>Para Xubuntu</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> remove a2ps abiword abiword-common abiword-help abiword-plugin-grammar abiword-plugin-mathview abiword-plugins aumix catfish cupsys-driver-gutenprint exo-utils gnumeric gnumeric-common gnumeric-gtk gpicview gtk2-engines-xfce imagemagick latex-xft-fonts libaiksaurus-<span style="color: #000000;">1.2</span>-0c2a libaiksaurus-<span style="color: #000000;">1.2</span>-data libaiksaurusgtk-<span style="color: #000000;">1.2</span>-0c2a libdiscid0 libexo-<span style="color: #000000;">0.3</span>-<span style="color: #000000;">0</span> libfftw3-<span style="color: #000000;">3</span> libgda3-<span style="color: #000000;">3</span> libgda3-bin libgda3-common libgdl-<span style="color: #000000;">1</span>-<span style="color: #000000;">0</span> libgdl-<span style="color: #000000;">1</span>-common libgdome2-<span style="color: #000000;">0</span> libgdome2-cpp-smart0c2a libgoffice-<span style="color: #000000;">0</span>-<span style="color: #000000;">6</span> libgoffice-<span style="color: #000000;">0</span>-<span style="color: #000000;">6</span>-common libgoffice-gtk-<span style="color: #000000;">0</span>-<span style="color: #000000;">6</span> libgsf-gnome-<span style="color: #000000;">1</span>-<span style="color: #000000;">114</span> libgtkmathview0c2a liblink-grammar4 libloudmouth1-<span style="color: #000000;">0</span> libmad0 libmpcdec3 libnotify-bin libofa0 libots0 libt1-<span style="color: #000000;">5</span> libtagc0 libthunar-vfs-<span style="color: #000000;">1</span>-<span style="color: #000000;">2</span> libtunepimp5 libxfce4mcs-client3 libxfce4mcs-manager3 libxfce4util4 libxfcegui4-<span style="color: #000000;">4</span> link-grammar-dictionaries-en listen mousepad mozilla-thunderbird orage psutils python-ctypes python-gnome2-extras python-musicbrainz2 python-mutagen python-ogg python-pymad python-pyogg python-pysqlite2 python-pyvorbis python-tunepimp scim-modules-table scim-tables-additional slocate tango-icon-theme tango-icon-theme-common tcl8.4 thunar thunar-archive-plugin thunar-data thunar-media-tags-plugin thunar-thumbnailers thunar-volman thunderbird vim-runtime wdiff xchat xchat-common xfce4-appfinder xfce4-battery-plugin xfce4-clipman-plugin xfce4-cpugraph-plugin xfce4-dict xfce4-fsguard-plugin xfce4-governor-plugin xfce4-icon-theme xfce4-mailwatch-plugin xfce4-mcs-manager xfce4-mcs-plugins xfce4-mcs-plugins-extra xfce4-mixer xfce4-mixer-alsa xfce4-mount-plugin xfce4-netload-plugin xfce4-notes-plugin xfce4-panel xfce4-places-plugin xfce4-quicklauncher-plugin xfce4-screenshooter-plugin xfce4-session xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-terminal xfce4-utils xfce4-verve-plugin xfce4-weather-plugin xfce4-xkb-plugin xfdesktop4 xfdesktop4-data xfprint4 xfwm4 xfwm4-themes xubuntu-artwork-usplash xubuntu-default-settings xubuntu-desktop xubuntu-docs <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ubuntu-desktop</pre></div></div>

<p><span id="more-109"></span></p>
<ul>
<li><strong>Para Ubuntu Hardy (8.04)</strong></li>
</ul>
<p>Eliminar Kubuntu</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> remove adept adept-batch adept-common adept-installer adept-manager adept-notifier adept-updater akregator amarok amarok-xine apport-qt ark arts cryptsetup debtags desktop-effects-kde digikam dmsetup dolphin enscript foomatic-db-gutenprint gdebi-kde gnupg-agent gpgsm gtk-qt-engine gwenview hpijs-ppds hplip-gui ijsgutenprint jockey-kde k3b kaddressbook kaffeine kamera karm katapult kate kbstate kcontrol kcron kde-guidance kde-guidance-powermanager kde-icons-mono kde-style-qtcurve kde-systemsettings kdeadmin-kfile-plugins kdebase-bin kdebase-bin-kde3 kdebase-data kdebase-kio-plugins kdebluetooth kdegraphics-kfile-plugins kdelibs-data kdelibs4c2a kdemultimedia-kfile-plugins kdemultimedia-kio-plugins kdenetwork-filesharing kdenetwork-kfile-plugins kdepasswd kdepim-kio-plugins kdepim-kresources kdepim-wizards kdeprint kdesktop kdesudo kdm kdnssd keep kfind kghostview khelpcenter kicker kio-apt kio-locate kio-umountwrapper kipi-plugins klipper kmag kmail kmailcvt kmenuedit kmilo kmix kmousetool kmplayer-base kmplayer-konq-plugins knetworkconf knotes konq-plugins konqueror konqueror-nsplugins konsole kontact konversation kooka kopete korganizer kpdf kpf kppp krdc krfb kscreensaver ksmserver ksnapshot ksvg ksysguard ksysguardd ksystemlog ktorrent kubuntu-artwork-usplash kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-konqueror-shortcuts kvkbd kwalletmanager kwin kwin-style-crystal language-selector-qt libakode2 libarts1-akode libarts1c2a libartsc0 libaudio2 libavahi-qt3-<span style="color: #000000;">1</span> libavcodec1d libavutil1d libclucene0ldbl libdbus-qt-<span style="color: #000000;">1</span>-1c2 libept0 libexiv2-<span style="color: #000000;">2</span> libfftw3-<span style="color: #000000;">3</span> libflac++<span style="color: #000000;">6</span> libgmp3c2 libgsm1 libifp4 libijs-<span style="color: #000000;">0.35</span> libjpeg-progs libk3b2 libkbluetooth0 libkcal2b libkcddb1 libkdcraw3 libkdepim1a libkexiv2-<span style="color: #000000;">3</span> libkipi0 libkleopatra1 libkmime2 libkonq4 libkpimexchange1 libkpimidentities1 libksba8 libkscan1 libksieve0 libktnef1 liblua50 liblualib50 libmad0 libmimelib1c2a libmodplug0c2 libmpcdec3 libnjb5 libofa0 libpoppler-qt2 libpostproc1d libpq5 libpythonize0 libqt-perl libqt3-mt libqt4-core libqt4-gui librsync1 libruby1.8 libsearchclient0 libskim0 libsmokeqt1 libstreamanalyzer0 libstreams0 libstrigihtmlgui0 libtunepimp5 libxapian15 libxcb-shape0 libxcb-shm0 libxcb-xv0 libxine1 libxine1-bin libxine1-console libxine1-ffmpeg libxine1-misc-plugins libxine1-plugins libxine1-x libxvmc1 network-manager-kde networkstatus openoffice.org-kde openoffice.org-style-crystal perl-suid pinentry-qt poster psutils pykdeextensions python-dev python-kde3 python-qt3 python-qt4 python-qt4-common python-qt4-dbus python-reportlab python-sip4 python2.5-dev qca-tls rdiff-backup ruby ruby1.8 scim-bridge-client-qt scim-qtimm skim software-properties-kde speedcrunch strigi-applet strigi-daemon system-config-printer-kde ttf-arphic-ukai vorbis-tools <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ubuntu-desktop</pre></div></div>

<pre>Eliminar Xubuntu</pre>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> remove a2ps abiword abiword-common abiword-help abiword-plugin-grammar abiword-plugin-mathview abiword-plugins aumix catfish cupsys-driver-gutenprint exo-utils gnumeric gnumeric-common gnumeric-gtk gpicview gtk2-engines-xfce imagemagick latex-xft-fonts libaiksaurus-<span style="color: #000000;">1.2</span>-0c2a libaiksaurus-<span style="color: #000000;">1.2</span>-data libaiksaurusgtk-<span style="color: #000000;">1.2</span>-0c2a libdiscid0 libexo-<span style="color: #000000;">0.3</span>-<span style="color: #000000;">0</span> libfftw3-<span style="color: #000000;">3</span> libgda3-<span style="color: #000000;">3</span> libgda3-bin libgda3-common libgdl-<span style="color: #000000;">1</span>-<span style="color: #000000;">0</span> libgdl-<span style="color: #000000;">1</span>-common libgdome2-<span style="color: #000000;">0</span> libgdome2-cpp-smart0c2a libgoffice-<span style="color: #000000;">0</span>-<span style="color: #000000;">6</span> libgoffice-<span style="color: #000000;">0</span>-<span style="color: #000000;">6</span>-common libgoffice-gtk-<span style="color: #000000;">0</span>-<span style="color: #000000;">6</span> libgsf-gnome-<span style="color: #000000;">1</span>-<span style="color: #000000;">114</span> libgtkmathview0c2a liblink-grammar4 libloudmouth1-<span style="color: #000000;">0</span> libmad0 libmpcdec3 libnotify-bin libofa0 libots0 libt1-<span style="color: #000000;">5</span> libtagc0 libthunar-vfs-<span style="color: #000000;">1</span>-<span style="color: #000000;">2</span> libtunepimp5 libxfce4mcs-client3 libxfce4mcs-manager3 libxfce4util4 libxfcegui4-<span style="color: #000000;">4</span> link-grammar-dictionaries-en listen mousepad orage psutils python-ctypes python-gnome2-extras python-musicbrainz2 python-mutagen python-ogg python-pymad python-pyogg python-pysqlite2 python-pyvorbis python-tunepimp scim-modules-table scim-tables-additional slocate tango-icon-theme tango-icon-theme-common tcl8.4 thunar thunar-archive-plugin thunar-data thunar-media-tags-plugin thunar-thumbnailers thunar-volman thunderbird vim-runtime wdiff xchat xchat-common xfce4-appfinder xfce4-battery-plugin xfce4-clipman-plugin xfce4-cpugraph-plugin xfce4-dict xfce4-fsguard-plugin xfce4-governor-plugin xfce4-icon-theme xfce4-mailwatch-plugin xfce4-mcs-manager xfce4-mcs-plugins xfce4-mcs-plugins-extra xfce4-mixer xfce4-mixer-alsa xfce4-mount-plugin xfce4-netload-plugin xfce4-notes-plugin xfce4-panel xfce4-places-plugin xfce4-quicklauncher-plugin xfce4-screenshooter-plugin xfce4-session xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-terminal xfce4-utils xfce4-verve-plugin xfce4-weather-plugin xfce4-xkb-plugin xfdesktop4 xfdesktop4-data xfprint4 xfwm4 xfwm4-themes xubuntu-artwork-usplash xubuntu-default-settings xubuntu-desktop xubuntu-docs <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ubuntu-desktop</pre></div></div>

<p><em><br />
Nota: Quizá alguien no desea borrar algunas recomendaciones que no son intrínsecas a Kubuntu o a Xubuntu y sean aplicaciones generales de gtk o qt que no tienen dependencias con esos escritorios. Revísen siempre antes de ejecutar.</em></p>


<p>No hay post relacionados.</p>]]></content:encoded>
			<wfw:commentRss>http://tutorialeslinux.com/desinstalar-kde-o-xfce-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
