<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1240175378622915441</id><updated>2011-07-29T00:22:29.153+02:00</updated><category term='wi-fi'/><category term='Videos'/><category term='KDE'/><category term='Backup'/><category term='ayuda'/><category term='Escritorios'/><category term='drivers'/><category term='Particiones'/><category term='dropbox'/><category term='xfce'/><category term='Humor'/><category term='Fotos'/><category term='libro'/><category term='Windows'/><category term='ubuntu'/><category term='Live CD'/><category term='jdownloader'/><category term='Gnome'/><title type='text'>UbuntuFilia</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jose Manrique</name><uri>http://www.blogger.com/profile/00638295045876143259</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbO5zwmOEeI/AAAAAAAAAho/LWA3C_UNx_g/S220/1635-87279.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-225921312559179822</id><published>2010-02-08T19:38:00.002+01:00</published><updated>2010-02-08T19:48:28.288+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='KDE'/><category scheme='http://www.blogger.com/atom/ns#' term='xfce'/><category scheme='http://www.blogger.com/atom/ns#' term='ayuda'/><category scheme='http://www.blogger.com/atom/ns#' term='dropbox'/><title type='text'>Dropbox en KDE, Xfce, Lxde...</title><content type='html'>&lt;div style="text-align: justify;"&gt;Dropbox es una aplicación de sincronización de archivos entre varios PCs gratuita. Tiene un espacio máximo de 2GB la cuenta gratuita y de 50GB la cuenta de pago. En características técnicas, es como el Ubuntu One.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Por defecto, tiene soporte para GNU/Linux, pero solo sobre el escritorio Gnome. En este tutorial, vamos a instalarlo en KDE, pero es aplicable sobre cualquier otro escritorio.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Primero, nos bajamos el daemon de &lt;a href="http://go2.wordpress.com/?id=725X1342&amp;amp;site=gabuntu.wordpress.com&amp;amp;url=http%3A%2F%2Fwww.getdropbox.com%2Fdownload%3Fplat%3Dlnx.x86"&gt;aquí&lt;/a&gt;. Una vez descargado lo descomprimimos en nuestro home. Puede que no veamos nada, ya que lo que descomprime es una carpeta oculta.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Hecho esto, abrimos una terminal y escribimos lo siguiente:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;code&gt;cd ~/.dropbox-dist&lt;/code&gt;&lt;/div&gt;&lt;code&gt;&lt;/code&gt;&lt;div style="text-align: justify;"&gt;&lt;code&gt;./dropboxd&lt;/code&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Con esto nos abrirá el instalador y nos pedirá o bien crear una cuenta o bien hacer el "link" a la cuenta que ya tengamos.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Solo falta hacer que se ejecute al iniciar la sesión. Para ello, abrimos nuestro editor de texto y copiamos lo siguiente:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;code&gt;#!/bin/sh&lt;/code&gt;&lt;/div&gt;&lt;code&gt;&lt;/code&gt;&lt;div style="text-align: justify;"&gt;&lt;code&gt;~/.dropbox-dist/dropboxd &gt; /dev/null 2&gt;&amp;amp;1 &amp;amp;&lt;/code&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Y lo guardamos en la carpeta {nuestro_home}/.kde/Autostart (si no usáis KDE, tenéis que guardarlo en la carpeta de scripts de arranque de vuestro entorno.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Por último, le damos permisos de ejecución al script con:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;code&gt;chmod +x $HOME/.kde/Autostart/nombre_del_script.sh&lt;/code&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Visto en: &lt;a href="http://gabuntu.wordpress.com/"&gt;Gabuntu&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-225921312559179822?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/225921312559179822/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/dropbox-en-kde-xfce-lxde.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/225921312559179822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/225921312559179822'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/dropbox-en-kde-xfce-lxde.html' title='Dropbox en KDE, Xfce, Lxde...'/><author><name>johnny32</name><uri>http://www.blogger.com/profile/08144348204479079815</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://bp1.blogger.com/_xbKqyUVyjNk/SGuEk9RN6yI/AAAAAAAAAAM/0XVEVE76q0U/S220/TuxROCK.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-1113251688538722041</id><published>2010-02-05T18:20:00.003+01:00</published><updated>2010-02-05T18:30:07.212+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='KDE'/><category scheme='http://www.blogger.com/atom/ns#' term='Gnome'/><category scheme='http://www.blogger.com/atom/ns#' term='xfce'/><category scheme='http://www.blogger.com/atom/ns#' term='ayuda'/><category scheme='http://www.blogger.com/atom/ns#' term='Escritorios'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Entorno gráfico limpio</title><content type='html'>En una &lt;a href="http://ubuntufilia.blogspot.com/2010/02/instalar-xfce-en-ubuntu.html"&gt;entrada anterior&lt;/a&gt; explicamos cómo instalar el entorno Xfce en nuestro Ubuntu. El resultado de hacer lo que dijimos, era un sistema operativo con 2 (o más) entornos gráficos a la vez, y que se seleccionaban en la pantalla de inicio de sesión (la del login).&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Si no queremos tener espacio ocupado en disco con entornos que no usamos, podemos recurrir a desinstalar el entorno que no queramos. Para ello, solo hay que usar los siguientes comandos en la terminal. Tened en cuenta que se aplican sólo para la versión 9.10 de Ubuntu (Karmic Koala). Si queréis saber como hacerlo para versiones anteriores, id al final de la página.&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Si queremos desinstalar GNOME:&lt;br /&gt;&lt;code&gt;sudo aptitude remove alacarte app-install-data-partner aptdaemon binfmt-support brltty brltty-x11 capplets-data checkbox checkbox-gtk cli-common compiz compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-gnome compiz-plugins compiz-wrapper compizconfig-backend-gconf computer-janitor computer-janitor-gtk couchdb-bin dcraw desktopcouch devicekit-power empathy empathy-doc eog erlang-base erlang-crypto erlang-inets erlang-mnesia erlang-public-key erlang-runtime-tools erlang-ssl erlang-syntax-tools erlang-xmerl evolution evolution-common evolution-couchdb evolution-data-server evolution-data-server-common evolution-documentation-en evolution-exchange evolution-indicator evolution-plugins evolution-webcal example-content f-spot gconf-defaults-service gconf-editor gdm-guest-session gedit gedit-common gnome-about gnome-applets gnome-applets-data gnome-bluetooth gnome-control-center gnome-disk-utility gnome-media gnome-media-common gnome-menus gnome-nettool gnome-panel gnome-panel-data gnome-pilot gnome-pilot-conduits gnome-power-manager gnome-session gnome-session-canberra gnome-settings-daemon gnome-terminal gnome-terminal-data gnome-themes-selected gnome-themes-ubuntu gnome-user-guide gnome-utils gstreamer0.10-plugins-base-apps gstreamer0.10-pulseaudio gstreamer0.10-tools gvfs-fuse human-theme humanity-icon-theme ibus ibus-gtk ibus-m17n ibus-table indicator-applet indicator-applet-session indicator-messages indicator-session libanthy0 libart2.0-cil libcamel1.2-14 libcanberra-pulse libcolamd2.7.1 libcompizconfig0 libcouchdb-glib-1.0-1 libcryptui0 libdbusmenu-glib0 libdbusmenu-gtk0 libdecoration0 libebackend1.2-0 libebook1.2-9 libecal1.2-7 libedata-book1.2-2 libedata-cal1.2-6 libedataserver1.2-11 libedataserverui1.2-8 libegroupwise1.2-13 libempathy-common libempathy-gtk-common libempathy-gtk28 libempathy30 libexchange-storage1.2-3 libexempi3 libflickrnet2.2-cil libgconf2.0-cil libgd2-xpm libgdata-google1.2-1 libgdata1.2-1 libgdict-1.0-6 libgdiplus libgdu-gtk0 libglade2.0-cil libglib2.0-cil libglitz-glx1 libglitz1 libgmime-2.0-2a libgmime2.2a-cil libgnome-keyring1.0-cil libgnome-media0 libgnome-pilot2 libgnome-vfs2.0-cil libgnome-window-settings1 libgnome2.24-cil libgnomepanel2.24-cil libgpod-common libgpod4 libgtk2.0-cil libgtkhtml-editor-common libgtkhtml-editor0 libgtkhtml3.14-19 libgtksourceview2.0-0 libgtksourceview2.0-common libgweather-common libgweather1 libhyphen0 libibus1 libical0 libjson-glib-1.0-0 liblpint-bonobo0 libm17n-0 libmetacity0 libmono-addins-gui0.2-cil libmono-addins0.2-cil libmono-cairo2.0-cil libmono-corlib2.0-cil libmono-data-tds2.0-cil libmono-i18n-west2.0-cil libmono-posix2.0-cil libmono-security2.0-cil libmono-sharpzip2.84-cil libmono-sqlite2.0-cil libmono-system-data2.0-cil libmono-system-web2.0-cil libmono-system2.0-cil libmono2.0-cil libmtp8 libmusicbrainz4c2a libmysqlclient16 libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libneon27-gnutls libotf0 libpisock9 libpisync1 libpq5 libprotobuf3 libpst4 libpulse-browse0 libpulse-mainloop-glib0 libraptor1 librasqal1 librdf0 libsctp1 libspeexdsp1 libsqlite0 libstlport4.6ldbl libtelepathy-farsight0 libwebkit-1.0-2 libwebkit-1.0-common libwmf0.2-7-gtk lksctp-tools lp-solve m17n-contrib m17n-db media-player-info mesa-utils metacity metacity-common mono-2.0-gac mono-gac mono-runtime mousetweaks mysql-common nautilus nautilus-data nautilus-sendto nautilus-share obexd-client openoffice.org-base-core openoffice.org-calc openoffice.org-common openoffice.org-core openoffice.org-draw openoffice.org-emailmerge openoffice.org-gnome openoffice.org-gtk openoffice.org-help-en-us openoffice.org-impress openoffice.org-math openoffice.org-style-galaxy openoffice.org-style-human openoffice.org-writer pkg-config protobuf-compiler pulseaudio pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-udev pulseaudio-module-x11 pulseaudio-utils python-aptdaemon python-aptdaemon-gtk python-avahi python-configglue python-couchdb python-crypto python-desktopcouch python-desktopcouch-records python-fstab python-gmenu python-gnomeapplet python-gnomekeyring python-gtksourceview2 python-ibus python-openssl python-pam python-papyon python-protobuf python-pyinotify python-rsvg python-serial python-telepathy python-twisted-bin python-twisted-core python-twisted-names python-twisted-web python-ubuntuone-client python-ubuntuone-storageprotocol python-uno python-webkit raptor-utils rdesktop redland-utils rhythmbox screen-resolution-extra seahorse software-center ssh-askpass-gnome telepathy-butterfly telepathy-gabble telepathy-haze telepathy-idle telepathy-mission-control-5 telepathy-salut tomboy tsclient ubuntu-artwork ubuntu-desktop ubuntu-docs ubuntu-sounds ubuntu-system-service ubuntu-wallpapers ubuntuone-client ubuntuone-client-gnome uno-libs3 ure vino whois xdg-user-dirs-gtk xfonts-mathml&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Si queremos desinstalar KDE:&lt;br /&gt;&lt;code&gt;sudo aptitude remove akonadi-server akregator amarok amarok-common amarok-utils apport-kde apturl-kde ark brltty cdrdao dolphin dragonplayer exiv2 foomatic-db-gutenprint gdebi-kde gnupg-agent gtk2-engines-qtcurve gwenview hpijs-ppds ibus-qt4 ijsgutenprint install-package jockey-kde k3b k3b-data kaddressbook kamera kate kcm-gtk kde-icons-oxygen kde-style-qtcurve 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-kgreet-plugins kdebase-workspace-libs4+5 kdebluetooth kdegraphics-strigi-plugins kdelibs-bin kdelibs5 kdelibs5-data kdemultimedia-kio-plugins kdepasswd kdepim-groupware kdepim-kresources kdepim-runtime kdepim-runtime-data kdepim-runtime-libs4 kdepim-strigi-plugins kdepim-wizards kdepimlibs-data kdepimlibs5 kdesudo kdm kfind khelpcenter4 kipi-plugins klipper kmag kmail kmix kmousetool knotes konq-plugins konq-plugins-l10n konqueror konqueror-nsplugins konqueror-plugin-searchbar konqueror-plugins konsole kontact kopete korganizer kpackagekit kppp krdc krfb ksnapshot ksysguard ksysguardd ksystemlog ktimetracker ktorrent ktorrent-data kubuntu-artwork-usplash kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-firefox-installer kubuntu-konqueror-shortcuts kvkbd kwalletmanager kwin-style-qtcurve language-selector-qt libakonadiprivate1 libao2 libaudio2 libboost-program-options1.38.0 libclucene0ldbl libcolamd2.7.1 libepub0 libexiv2-5 libfftw3-3 libflac++6 libgpod-common libgpod4 libhyphen0 libical0 libindicate-qt0 libjpeg-progs libk3b6 libkabcommon4 libkcddb4 libkdcraw7 libkdecorations4 libkdepim4 libkexiv2-7 libkipi6 libkleo4 libknotificationitem1 libkonq5 libkonq5-templates libkonqsidebarplugin4 libkontactinterfaces4 libkopete4 libkorundum4-ruby1.8 libkpgp4 libksane0 libksieve4 libkwineffects1 liblancelot0 liblastfm0 liblzma0 libmimelib4 libmodplug0c2 libmpcdec3 libmsn0.1 libmtp8 libmusicbrainz4c2a libmysqlclient16 libneon27-gnutls libokularcore1 libpackagekit-glib11 libpackagekit-qt11 libplasma3 libpolkit-qt0 libpoppler-qt4-3 libpq5 libqca2 libqca2-plugin-ossl libqimageblitz4 libqscintilla2-5 libqt4-assistant libqt4-dbus libqt4-designer libqt4-help libqt4-network libqt4-opengl libqt4-phonon libqt4-qt3support libqt4-ruby1.8 libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-webkit libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libqtscript4-core libqtscript4-gui libqtscript4-network libqtscript4-sql libqtscript4-uitools libqtscript4-xml libraptor1 librasqal1 librdf0 libruby1.8 libsmokekde4-2 libsmokeqt4-2 libsoprano4 libstlport4.6ldbl libstreamanalyzer0 libstreams0 libstrigiqtdbusclient0 libtag-extras1 libtidy-0.99-0 libvncserver0 libxcb-shape0 libxcb-shm0 libxcb-xv0 libxine1 libxine1-bin libxine1-console libxine1-misc-plugins libxine1-x libzip1 lp-solve mysql-common mysql-server-core-5.1 okular okular-extra-backends openoffice.org-base-core openoffice.org-calc openoffice.org-common openoffice.org-core openoffice.org-draw openoffice.org-emailmerge openoffice.org-impress openoffice.org-kde openoffice.org-math openoffice.org-style-galaxy openoffice.org-style-oxygen openoffice.org-writer oxygen-cursor-theme packagekit packagekit-backend-apt phonon-backend-xine pinentry-gtk2 pinentry-qt4 plasma-dataengines-addons plasma-dataengines-workspace plasma-scriptengine-python plasma-widget-facebook plasma-widget-folderview plasma-widget-googlecalendar plasma-widget-indicatordisplay plasma-widget-kimpanel plasma-widget-kubuntu-qa-feedback plasma-widget-lancelot plasma-widget-networkmanagement plasma-widget-quickaccess plasma-widgets-addons plasma-widgets-workspace printer-applet python-kde4 python-packagekit python-qt4 python-qt4-dbus python-sip4 python-uno quassel quassel-data raptor-utils rdesktop redland-utils ruby ruby1.8 software-properties-kde soprano-daemon speedcrunch system-config-printer-kde systemsettings uno-libs3 update-manager-kde update-notifier-kde ure usb-creator-kde userconfig xfonts-mathml&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Si queremos desinstalar Xfce:&lt;br /&gt;&lt;code&gt;sudo aptitude remove a2ps abiword abiword-common abiword-help abiword-plugin-grammar abiword-plugin-mathview abiword-plugins aisleriot app-install-data-commercial apport-gtk brasero catfish desktop-file-utils dmz-cursor-theme doc-base docbook-xml esound-clients esound-common evince exaile exo-utils feh file-roller firefox firefox-3.5 firefox-3.5-branding firefox-3.5-gnome-support firefox-gnome-support fortune-mod fortunes-min gamin gcalctool gconf2 gconf2-common gdebi gdm ggzcore-bin giblib1 gigolo gimp gimp-data gksu glchess glines gnect gnibbles gnobots2 gnome-accessibility-themes gnome-app-install gnome-blackjack gnome-codec-install gnome-desktop-data gnome-doc-utils gnome-games gnome-games-common gnome-icon-theme gnome-keyring gnome-mahjongg gnome-mime-data gnome-screensaver gnome-session-bin gnome-settings-daemon gnome-sudoku gnome-system-monitor gnome-system-tools gnometris gnomine gnotravex gnotski gnumeric gnumeric-common gnumeric-doc gstreamer0.10-nice gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-pulseaudio gstreamer0.10-x gtali gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf gtk2-engines-xfce gucharmap guile-1.8-libs gvfs gvfs-backends gvfs-bin iagno jockey-gtk language-selector launchpad-integration libaiksaurus-1.2-0c2a libaiksaurus-1.2-data libaiksaurusgtk-1.2-0c2a libart-2.0-2 libasound2-plugins libaudiofile0 libavahi-glib1 libavahi-gobject0 libavahi-ui0 libavc1394-0 libbabl-0.0-0 libbeagle1 libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common libbrasero-media0 libcairo-perl libcairomm-1.0-1 libcanberra-gtk-module libcanberra-gtk0 libcanberra0 libcdio-cdda0 libcdio-paranoia0 libcdio7 libclutter-1.0-0 libclutter-gtk-0.10-0 libcroco3 libcurl3 libdevkit-power-gobject1 libdv4 libesd-alsa0 libevdocument1 libevent-1.4-2 libevview1 libexo-0.3-0 libfreezethaw-perl libgail-common libgail18 libgamin0 libgconf2-4 libgcr0 libgdata-common libgdata5 libgdome2-0 libgdome2-cpp-smart0c2a libgdu0 libgegl-0.0-0 libggz2 libggzcore9 libggzmod4 libgimp2.0 libgksu2-0 libglade2-0 libglib-perl libglibmm-2.4-1c2a libgmime-2.4-2 libgnome-bluetooth7 libgnome-desktop-2-11 libgnome-keyring0 libgnome-menu2 libgnome2-0 libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl libgnomecanvas2-0 libgnomecanvas2-common libgnomecups1.0-1 libgnomekbd-common libgnomekbd4 libgnomekbdui4 libgnomeprint2.2-0 libgnomeprint2.2-data libgnomeprintui2.2-0 libgnomeprintui2.2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra libgoffice-0-8 libgoffice-0-8-common libgp11-0 libgsf-1-114 libgsf-1-common libgssdp-1.0-1 libgstfarsight0.10-0 libgtk-vnc-1.0-0 libgtk2-perl libgtkhtml2-0 libgtkmathview0c2a libgtkmm-2.4-1c2a libgtkspell0 libgtop2-7 libgtop2-common libgucharmap7 libgupnp-1.0-2 libgupnp-igd-1.0-2 libgvfscommon0 libid3tag0 libidl0 libiec61883-0 libimlib2 libindicate-gtk1 libkpathsea4 liblaunchpad-integration1 liblink-grammar4 liblircclient0 libmldbm-perl libnautilus-extension1 libnet-dbus-perl libnice0 libnotify1 liboil0.3 liboobs-1-4 liborbit2 libots0 libpam-gnome-keyring libpanel-applet2-0 libpango-perl libpangomm-1.4-1 libpolkit-agent-1-0 libpolkit-gnome0 libpolkit-gtk-1-0 libpoppler-glib4 libproxy0 libpulse-browse0 libpulse-mainloop-glib0 libpurple-bin libpurple0 librarian0 libraw1394-11 librecode0 librsvg2-2 librsvg2-common libsexy2 libshout3 libsilc-1.1-2 libsilcclient-1.1-3 libsoup-gnome2.4-1 libsoup2.4-1 libspeexdsp1 libstartup-notification0 libt1-5 libtagc0 libtdb1 libtelepathy-glib0 libthunar-vfs-1-2 libtie-ixhash-perl libtotem-plparser12 libtrackerclient0 libunique-1.0-0 libuuid-perl libvisual-0.4-0 libvisual-0.4-plugins libvte-common libvte9 libwnck-common libwnck22 libwv-1.2-3 libxcb-atom1 libxcb-aux0 libxcb-event1 libxcb-keysyms1 libxfce4menu-0.1-0 libxfce4util4 libxfcegui4-4 libxfconf-0-2 libxml-twig-perl libxml-xpath-perl libxmlrpc-core-c3 libxres1 libzephyr4 link-grammar-dictionaries-en mobile-broadband-provider-info mousepad network-manager-gnome notification-daemon notify-osd notify-osd-icons onboard orage pidgin pidgin-data pidgin-libnotify pidgin-otr policykit-1-gnome policykit-gnome psutils pulseaudio pulseaudio-esound-compat pulseaudio-module-udev pulseaudio-module-x11 pulseaudio-utils python-cairo python-cddb python-gconf python-glade2 python-gnome2 python-gnomecanvas python-gst0.10 python-gtk2 python-gtkhtml2 python-launchpad-integration python-libxml2 python-mmkeys python-mutagen python-notify python-pyorbit python-rdflib python-sexy python-virtkey python-vte rarian-compat ristretto same-gnome scim scim-bridge-agent scim-bridge-client-gtk scim-gtk2-immodule scim-modules-socket scim-modules-table scim-tables-additional screensaver-default-images sgml-data software-properties-gtk synaptic system-config-printer-gnome system-tools-backends tango-icon-theme tango-icon-theme-common tcl thunar thunar-archive-plugin thunar-data thunar-media-tags-plugin thunar-thumbnailers thunar-volman thunderbird totem totem-common totem-mozilla totem-plugins transmission-common transmission-gtk ttf-liberation ubufox update-manager update-notifier usb-creator usb-creator-gtk usplash-theme-xubuntu vim-runtime vinagre wdiff xchat xchat-common xfce4-appfinder xfce4-battery-plugin xfce4-clipman-plugin xfce4-cpugraph-plugin xfce4-dict xfce4-fsguard-plugin xfce4-mailwatch-plugin xfce4-mixer xfce4-mount-plugin xfce4-netload-plugin xfce4-notes-plugin xfce4-panel xfce4-places-plugin xfce4-power-manager xfce4-power-manager-data xfce4-quicklauncher-plugin xfce4-screenshooter xfce4-session xfce4-settings xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-terminal xfce4-utils xfce4-verve-plugin xfce4-volumed xfce4-weather-plugin xfce4-xkb-plugin xfconf xfdesktop4 xfdesktop4-data xfprint4 xfswitch-plugin xfwm4 xfwm4-themes xsane xsane-common xscreensaver xscreensaver-data xscreensaver-gl xsltproc xsplash xubuntu-artwork xubuntu-artwork-usplash xubuntu-default-settings xubuntu-desktop xubuntu-docs xubuntu-gdm-theme xubuntu-wallpapers xulrunner-1.9.1 xulrunner-1.9.1-gnome-support yelp zenity&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Para versiones anteriores de Ubuntu, podéis ir a la página de donde vi el tutorial: &lt;a href="http://www.psychocats.net/ubuntu/puregnome"&gt;Psychocats&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-1113251688538722041?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/1113251688538722041/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/entorno-grafico-limpio.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/1113251688538722041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/1113251688538722041'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/entorno-grafico-limpio.html' title='Entorno gráfico limpio'/><author><name>johnny32</name><uri>http://www.blogger.com/profile/08144348204479079815</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://bp1.blogger.com/_xbKqyUVyjNk/SGuEk9RN6yI/AAAAAAAAAAM/0XVEVE76q0U/S220/TuxROCK.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-3533162981973837049</id><published>2010-02-03T21:14:00.006+01:00</published><updated>2010-02-03T21:34:40.856+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jdownloader'/><category scheme='http://www.blogger.com/atom/ns#' term='ayuda'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>JDownloader en Ubuntu</title><content type='html'>&lt;div style="text-align: justify;"&gt;JDownloader es un gestor de descargas libre, con soporte en GNU/Linux, Windows y Macintosh entre otros. Está escrito en Java, lo que nos asegura la multiplataformidad.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xbKqyUVyjNk/S2nZxKIDgqI/AAAAAAAAAJI/UjTYtjMy81c/s1600-h/captura+jdownloader.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_xbKqyUVyjNk/S2nZxKIDgqI/AAAAAAAAAJI/UjTYtjMy81c/s400/captura+jdownloader.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5434113863954170530" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Para instalarlo, primero es necesario tener el Java Runtime Environment (JRE para los amigos) 1.5 o posterior. Nada más difícil que hacer:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;code&gt;sudo aptitude install sun-java6-jre sun-java6-bin sun-java6-plugin&lt;/code&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;O instalar los paquetes desde Synaptic o desde nuestro gestor favorito.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Una vez hecho ésto, descargamos el script que nos instalará el programa desde &lt;a href="http://212.117.163.148/jd.sh"&gt;aquí&lt;/a&gt;. Ahora abrimos una terminal, nos vamos a la carpeta donde lo hayamos descargado y escribimos:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;code&gt;chmod +x jd.sh&lt;/code&gt;&lt;/div&gt;&lt;code&gt;&lt;/code&gt;&lt;div style="text-align: justify;"&gt;&lt;code&gt;./jd.sh&lt;/code&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Así se iniciará el instalador. Una vez acabe, solo nos falta crear un acceso directo a la aplicación en nuestro escritorio.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Si somos usuarios de GNOME:&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;ol&gt;&lt;li&gt;Botón derecho -&gt; Crear un lanzador&lt;/li&gt;&lt;li&gt;Tipo: Aplicación&lt;/li&gt;&lt;li&gt;Nombre: JDownloader&lt;/li&gt;&lt;li&gt;Orden: java -jar /home/{nuestro nombre de usuario}/.jd/JDownloader.jar&lt;/li&gt;&lt;li&gt;Hacemos click en el botón con un muelle y seleccionamos el archivo de icono*&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Si somos usuarios de KDE:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Botón derecho -&gt; Crear -&gt; Enlace a Aplicación&lt;/li&gt;&lt;li&gt;Hacemos click en el botón con una hoja y un interrogante y seleccionamos el archivo de icono*&lt;/li&gt;&lt;li&gt;Vamos a la pestaña "Aplicación"&lt;/li&gt;&lt;li&gt;Nombre: JDownloader&lt;/li&gt;&lt;li&gt;Orden: java -jar /home/{nuestro nombre de usuario}/.jd/JDownloader.jar&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;*El archivo de icono se encuentra en /home/{nuestro nombre de usuario}/.jd/jd/img/logo/&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Y con esto tendremos la instalación completa.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-3533162981973837049?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/3533162981973837049/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/jdownloader-en-ubuntu.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/3533162981973837049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/3533162981973837049'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/jdownloader-en-ubuntu.html' title='JDownloader en Ubuntu'/><author><name>johnny32</name><uri>http://www.blogger.com/profile/08144348204479079815</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://bp1.blogger.com/_xbKqyUVyjNk/SGuEk9RN6yI/AAAAAAAAAAM/0XVEVE76q0U/S220/TuxROCK.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_xbKqyUVyjNk/S2nZxKIDgqI/AAAAAAAAAJI/UjTYtjMy81c/s72-c/captura+jdownloader.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-6694567817966620156</id><published>2010-02-01T23:16:00.003+01:00</published><updated>2010-02-01T23:31:09.688+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='libro'/><category scheme='http://www.blogger.com/atom/ns#' term='ayuda'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>GNU/Facil</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.salvadorbiedma.com/blog/images/gnu-facil.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 179px; height: 240px;" src="http://www.salvadorbiedma.com/blog/images/gnu-facil.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;GNU/Facil es el título de un libro dedicado a introducir a personas que provengan de Windows, Mac o incluso que no hayan tocado nunca un PC, al mundo de GNU/Linux y, en concreto, a Ubuntu.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;"GNU/Linux Fácil es un libro basado en la distribución Ubuntu versiones 9.04 y 9.10 &lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;&lt;div style="text-align: justify; display: inline !important; "&gt;&lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;y orientado a personas que necesitan aprender a manejar est sistema operato rápido &lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;&lt;div style="text-align: justify; display: inline !important; "&gt;&lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;y eficazmente. Facilita la manipulación del sistema y el aprendizaje de técnicas que &lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;&lt;div style="text-align: justify; display: inline !important; "&gt;&lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;hacen más ágil el trabajo. Este manual es para principiantes, que se inician a utizarlo &lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;&lt;div style="text-align: justify; display: inline !important; "&gt;&lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;como sistema de trabajo para llevar a cabo las tareas del día a día. Te enseñará a &lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;&lt;div style="text-align: justify; display: inline !important; "&gt;&lt;span class="Apple-style-span" style="font-style: normal; "&gt;&lt;i&gt;instarlar y configurar todo el sistema, además de instalar y eliminar aplicaciones."&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/i&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/i&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/i&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/i&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/i&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;En el libro se enseña a hacer las operaciones más básicas: conectarse a internet, instalar y desinstalar programas, escuchar música, grabar CDs, manejar OpenOffice.org... por lo que si sois usuarios medios/avanzados del sistema, no os va a servir demasiado, sino que hará más uso a la gente que se introduzca en el sistema, es decir, &lt;b&gt;a la gente que &lt;/b&gt;(en teoria)&lt;b&gt; nos lee.&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;El libro es libre, viene en formato PDF y se puede descargar desde &lt;a href="http://sourceforge.net/projects/librosperpinan/files/LibrosFCLD/Libro-Final-Facil-v4.pdf.tar.gz/download"&gt;aquí&lt;/a&gt;.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-6694567817966620156?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/6694567817966620156/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/gnufacil.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/6694567817966620156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/6694567817966620156'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/gnufacil.html' title='GNU/Facil'/><author><name>johnny32</name><uri>http://www.blogger.com/profile/08144348204479079815</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://bp1.blogger.com/_xbKqyUVyjNk/SGuEk9RN6yI/AAAAAAAAAAM/0XVEVE76q0U/S220/TuxROCK.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-3679833618034683341</id><published>2010-02-01T21:50:00.005+01:00</published><updated>2010-02-01T23:27:13.722+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xfce'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Instalar Xfce en Ubuntu</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Xubuntu-karmic.png/800px-Xubuntu-karmic.png"&gt;&lt;img style="float:center; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Xubuntu-karmic.png/800px-Xubuntu-karmic.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;Por defecto, la mayoría de nuevos usuarios de Ubuntu escogen el entorno de ventanas GNOME, o algunos van un paso "mas allá" y eligen Kubuntu y su KDE.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;No nos vamos a engañar, actualmente son los 2 entornos más completos que encontraremos en la mayoría de sistemas GNU/Linux. Pero eso no quiere decir que sean los que más se vayan a adecuar a nuestras necesidades: a lo mejor estamos en una máquina un poco vieja y necesitamos un entorno que sea rápido y liviano.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Para ello, Xfce es una buena recomendación. Y en este sencillo tutorial vamos a ver como instalarlo en un Ubuntu:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Primero, si abrimos Synaptic (o vuestro gestor de paquetes, comúnmente KPackageKit) y buscamos el paquete &lt;i&gt;xubuntu-desktop&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Lo seleccionamos y lo marcamos para instalar. Al ser un metapaquete, él se encargará de descargar todos los paquetes necesarios y de mantenerlos actualizados.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Solo nos queda cerrar sesión, y volver a entrar seleccionando el entorno Xfce (esto depende de si tenéis instalado el gestor GDM, de GNOME, o KDM, de KDE).&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Alternativamente, se puede instalar el paquete del punto 1 entrando en la terminal y escribiendo: &lt;code&gt;sudo aptitude install xubuntu-desktop&lt;/code&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Y eso es todo. Ahora tenéis un entorno gráfico liviano, bastante parecido a GNOME, pero que requiere muchos menos recursos del sistema. Recomendado para PCs limitados.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-3679833618034683341?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/3679833618034683341/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/instalar-xfce-en-ubuntu.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/3679833618034683341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/3679833618034683341'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2010/02/instalar-xfce-en-ubuntu.html' title='Instalar Xfce en Ubuntu'/><author><name>johnny32</name><uri>http://www.blogger.com/profile/08144348204479079815</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://bp1.blogger.com/_xbKqyUVyjNk/SGuEk9RN6yI/AAAAAAAAAAM/0XVEVE76q0U/S220/TuxROCK.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-6507098277158366520</id><published>2009-05-04T14:23:00.004+02:00</published><updated>2009-05-04T15:18:51.516+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='drivers'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Solucionar problema con sonido con Realtek ALC660-VD</title><content type='html'>Si vuestro problema al instalar un nuevo Ubuntu (generalmente Feisty o Hardy) es que no tenéis audio con una tarjeta Realtek ALC660-VD, mayoritáriamente ubicada en placas Asus, deberéis hacer lo siguiente para conseguir que vuestro ordenador cante como los ángeles&lt;br /&gt;&lt;br /&gt;1.- En la terminal escribid esto para comprovar que tenéis una tarjeta ALC660-VD:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;cat /proc/asound/card0/codec#* | grep Codec&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;2.- Modificar vuestro alsa-base:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo gedit /etc/modprobe.d/alsa-base&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;i le añadís esta línea al final del documento:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;options snd-hda-intel model=3stack&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Reiniciáis y luego vuestro ordenador ya debería ronronear.&lt;br /&gt;&lt;br /&gt;Edit:&lt;br /&gt;&lt;br /&gt;Si encuentras que el sonido de tu ordenador está más bajo de lo normal aún poniéndolo al máximo, prueba en escribir esto en la terminal y subiendo todos los niveles al máximo:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo aptitude install gnome-alsamixer&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;i luego&lt;br /&gt;&lt;br /&gt;&lt;code&gt;gnome-alsamixer&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-6507098277158366520?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/6507098277158366520/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2009/05/solucionar-problema-con-sonido-con.html#comment-form' title='2 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/6507098277158366520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/6507098277158366520'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2009/05/solucionar-problema-con-sonido-con.html' title='Solucionar problema con sonido con Realtek ALC660-VD'/><author><name>Jose Manrique</name><uri>http://www.blogger.com/profile/00638295045876143259</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbO5zwmOEeI/AAAAAAAAAho/LWA3C_UNx_g/S220/1635-87279.png'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-7653878628487484007</id><published>2009-03-12T16:42:00.004+01:00</published><updated>2009-03-14T15:35:17.533+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='wi-fi'/><category scheme='http://www.blogger.com/atom/ns#' term='drivers'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Configurar la tarjeta wi-fi Atheros AR5007EG en Ubuntu</title><content type='html'>Mucha gente tiene esta tarjeta wi-fi en su portatil, pero se encuentra con que no puede configurarla en Ubuntu. En este tutorial vamos a explicar como hacerlo. Es necesario conectar previamente el portátil a la red (con un cable Ethernet, etc.), y bajarnos &lt;a href="http://www.mediafire.com/?sharekey=6f28bea87d2eaf44d9d5c56d04dfa8b0e04e75f6e8ebb871"&gt;esto&lt;/a&gt;. Descompridlo en una carpeta (acordaros de dónde lo dejáis).&lt;br /&gt;&lt;br /&gt;Abrimos Synaptic e instalamos el paquete &lt;span style="font-weight: bold;"&gt;ndisgtk&lt;/span&gt;, o escribimos en una terminal:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo aptitude install ndisgtk&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Abrimos el programa, que se encuentra en Sistema / Administración / Windows Wireless Drivers (o escribiendo &lt;code&gt;ndisgtk&lt;/code&gt; en la terminal).&lt;br /&gt;&lt;br /&gt;Buscamos la opción &lt;b&gt;Instalar nuevo driver&lt;/b&gt;. Id a la carpeta donde habéis descomprimido el archivo anterior y seleccionad el archivo &lt;b&gt;net5211.inf&lt;/b&gt;. Con esto debería detectaros ya redes wi-fi, aunque es probable que todavía no os podáis conectar. Si esto pasa, reiniciad.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-7653878628487484007?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/7653878628487484007/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/configurar-la-tarjeta-wi-fi-atheros.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/7653878628487484007'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/7653878628487484007'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/configurar-la-tarjeta-wi-fi-atheros.html' title='Configurar la tarjeta wi-fi Atheros AR5007EG en Ubuntu'/><author><name>johnny32</name><uri>http://www.blogger.com/profile/08144348204479079815</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://bp1.blogger.com/_xbKqyUVyjNk/SGuEk9RN6yI/AAAAAAAAAAM/0XVEVE76q0U/S220/TuxROCK.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-6413551930436015945</id><published>2009-03-06T15:36:00.002+01:00</published><updated>2009-03-06T15:38:52.769+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Videos'/><category scheme='http://www.blogger.com/atom/ns#' term='Humor'/><title type='text'>Navegadores (video humor)</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/dUgYOK8LvWs&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed src="http://www.youtube.com/v/dUgYOK8LvWs&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" height="344" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;IE se lleva la palma...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-6413551930436015945?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/6413551930436015945/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/blog-post.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/6413551930436015945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/6413551930436015945'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/blog-post.html' title='Navegadores (video humor)'/><author><name>Jose Manrique</name><uri>http://www.blogger.com/profile/00638295045876143259</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbO5zwmOEeI/AAAAAAAAAho/LWA3C_UNx_g/S220/1635-87279.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-2172247285580652222</id><published>2009-03-06T13:23:00.004+01:00</published><updated>2009-03-06T13:45:15.966+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>¡HOYGAN! Vista no me va...</title><content type='html'>Visto en &lt;a href="http://www.foro-cualquiera.com/soporte/58689-windows-vista-se-cuelga.html"&gt;foro-cualquiera&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Usuario X:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;"holaaaaaaa a ver si alguien me puede ayudar tengo una notebook con windows vista, andaba de 10&lt;br /&gt;pero ahora no se que pasa anda re lento se traba siempre es una bosta.&lt;br /&gt;tengo un anitivirus avast, asi que no creo que sea un virus, o que se yo. alguien sabe que puede ser¿??????????"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A ver, hijo mío... Vista de por sí ya es un virus... y todo el mundo sabe que Windows solo funciona "bien" justo después de instalar...&lt;br /&gt;&lt;br /&gt;Pero no me toca a mi responder... veamos que dicen:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Usuario Y:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;"Que programas usas que te obligan a usar Vista...? sal de ahi hermano... instalate Ubuntu o XP."&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Parece que sí que hay gente informada, gente que entiende...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Usuario Z:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;"otra vez me olvido, ubunut es la solucion a todos los problemas pero bue, como todos se cagan y son previsibles...."&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Ahí radica el problema... la gente tiene &lt;span style="font-weight:bold;"&gt;miedo&lt;/span&gt;... (sobretodo si consideramos que habla de &lt;span style="font-style:italic;"&gt;ubunut&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Usuario X:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;"eh me modificaron en tìtulo!!!!!!!! jajaj&lt;br /&gt;es una notebook bgh e-nova 15wd-v55 1gb de ram 120gb disco duro y windows bosta.&lt;br /&gt;para pasarme a ubuntu necesito saber si me van a funcionar bien programas para grabar dvds y los mp3 que es lo que màs me interesa... gracias ah , emule y firefox!!!!!!!!!"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A lo que un &lt;span style="font-weight:bold;"&gt;usuario A&lt;/span&gt; (de Administrador responde...):&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;br /&gt;"SI!&lt;br /&gt;&lt;br /&gt;Bajate la ISO del DVD que postie que trae todos los programas ya instalados para lo que queres hacer!!!&lt;br /&gt;&lt;br /&gt;    * Firefox se reemplaza con Firefox&lt;br /&gt;    * y Emule se reemplaza con Amule (que es una fotocopia)&lt;br /&gt;    * Para grabar DVD tenes muchos programas, desde Nero hasta Brasero.&lt;br /&gt;    * Para escuchar MP3 tenes muchos programas, desde Winamp hasta Amarok."&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;...y más abajo...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;"Si!&lt;br /&gt;el MSN tambien se puede usar,&lt;br /&gt;esta en Español el programa,&lt;br /&gt;se puede hacer cualquier cosa que hagas con tu Windows.&lt;br /&gt;&lt;br /&gt;Lo que no pude hacer andar son los virus "&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Bueno, aquí un claro ejemplo de que la gente deja Windows por &lt;span style="font-style:italic;"&gt;"méritos propios&lt;/span&gt;" del SO...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-2172247285580652222?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/2172247285580652222/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/hoygan-vista-no-me-va.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/2172247285580652222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/2172247285580652222'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/hoygan-vista-no-me-va.html' title='¡HOYGAN! Vista no me va...'/><author><name>Jose Manrique</name><uri>http://www.blogger.com/profile/00638295045876143259</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbO5zwmOEeI/AAAAAAAAAho/LWA3C_UNx_g/S220/1635-87279.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-7164832511100564969</id><published>2009-03-06T13:02:00.007+01:00</published><updated>2009-03-06T15:36:20.537+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fotos'/><category scheme='http://www.blogger.com/atom/ns#' term='Humor'/><title type='text'>Windows, Linux &amp; the world</title><content type='html'>La informática está por todas partes, eso no lo niega nadie. Por todas partes ves &lt;a href="http://zonatux.files.wordpress.com/2008/10/tux.png?w=334&amp;h=393"&gt;Tux's&lt;/a&gt;, &lt;a href="http://softwarelibre.deusto.es/wp-content/uploads/2007/11/msn_butterfly.jpg"&gt;mariposillas de MSN&lt;/a&gt;, &lt;a href="http://es.onsoftware.com/wp-content/uploads/2007/12/emule.png"&gt;burros de eMule&lt;/a&gt;, etc...&lt;br /&gt;&lt;br /&gt;La parte negativa de todo esto es que también ves de estos:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbERX_VoRhI/AAAAAAAAAhY/FpRhfQgtCoA/s1600-h/Imatge088.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 240px; height: 320px;" src="http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbERX_VoRhI/AAAAAAAAAhY/FpRhfQgtCoA/s320/Imatge088.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5310044539483342354" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_ClI_aVAZ3Kk/SbERgvbwvRI/AAAAAAAAAhg/pHueUZNlqzI/s1600-h/Imatge089.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_ClI_aVAZ3Kk/SbERgvbwvRI/AAAAAAAAAhg/pHueUZNlqzI/s320/Imatge089.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5310044689832918290" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Se trata de una simple recreativa (un cochecito de esos que se mueven) en un centro comercial... hasta aquí podríamos llegar...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-7164832511100564969?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/7164832511100564969/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/windows-linux-world.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/7164832511100564969'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/7164832511100564969'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/windows-linux-world.html' title='Windows, Linux &amp; the world'/><author><name>Jose Manrique</name><uri>http://www.blogger.com/profile/00638295045876143259</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbO5zwmOEeI/AAAAAAAAAho/LWA3C_UNx_g/S220/1635-87279.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbERX_VoRhI/AAAAAAAAAhY/FpRhfQgtCoA/s72-c/Imatge088.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-4500503091775945308</id><published>2009-03-04T13:00:00.001+01:00</published><updated>2009-03-04T14:42:09.483+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Particiones'/><category scheme='http://www.blogger.com/atom/ns#' term='Backup'/><category scheme='http://www.blogger.com/atom/ns#' term='Live CD'/><title type='text'>Mover /home a otra partición</title><content type='html'>&lt;div style="text-align: justify;"&gt;Ya sea porque queremos reinstalar nuestro sistema, porque queremos tener 2 sistemas Linux en nuestra máquina, o por cualquier otro motivo, es una buena opción considerar el tener todos nuestros datos que se encuentran en /home en otra partición.&lt;br /&gt;&lt;br /&gt;Lo único que necesitamos es un LiveCD con el que retocar las particiones. En el ejemplo utilizaré Ubuntu (7.10 en mi caso).&lt;br /&gt;&lt;br /&gt;Arrancamos nuestro PC con el LiveCD puesto. Cuando haya cargado del CD, vamos a "Iniciar Ubuntu". Una vez cargado, nos vamos a Administración / Editor de Particiones. Seleccionamos el disco duro donde queremos poner nuestro /home. En caso de no tener espacio libre, redimensionamos las particiones que queramos para dejarle un hueco a nuestro home. Atención: si vais a redimensionar particiones NTFS, teneis que hacer un scandisk con Windows antes de poder tocarlas.&lt;br /&gt;&lt;br /&gt;Cuando ya tengamos el espacio libre, formateamos ese espacio (aconsejo el formato ext3 o ext4 si tu sistema lo soporta). Ahora es importante anotarse el nombre de la partición que hemos creado y el nombre de la que está instalado nuestro Linux actualmente. En mi ejemplo utilizaré /dev/sda1 como Linux y /dev/sda7 como la partición que acabo de crear.&lt;br /&gt;&lt;br /&gt;El siguiente paso es montar estas 2 particiones. Las voy a montar en /old (Linux) y /new (la nueva). Para ello hago:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo mkdir /old&lt;br /&gt;sudo mkdir /new&lt;br /&gt;sudo mount -t ext3 /dev/sda1 /old&lt;br /&gt;sudo mount -t ext3 /dev/sda7 /new&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;(Ojo con los formatos. Si habeis seleccionado un formato diferente a ext3 para la partición nueva debereis indicarlo en la última línea).&lt;br /&gt;&lt;br /&gt;Vamos a copiar todo lo que hay en nuestro /home viejo a /new.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;cd /old/home&lt;br /&gt;find . -depth -print0 | sudo cpio --null --sparse -pvd /new/&lt;br /&gt;sudo mv /old/home /old/home_backup&lt;br /&gt;sudo mkdir /old/home&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Con esto ya tenemos nuestros datos en /new pero tambien los tenemos en /old/home_backup por si acaso.&lt;br /&gt;&lt;br /&gt;Lo único que nos falta es decirle al sistema que cada vez que entre monte automáticamente la nueva partición en /home. Para ello hay que editar el archivo fstab.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo gedit /old/etc/fstab&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Y añadir la siguiente línea al final del archivo:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;/dev/sda7 /home ext3 nodev,nosuid 0 2&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Guardamos y reiniciamos. Con esto ya deberíamos tener nuestro /home en otra partición, aunque la ventaja es que a simple vista no se ve. Una vez comprobado que todo funciona correctamente, para liberar espacio podéis eliminar el backup que hay en la partición de Linux con:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo rm -rf /home_backup&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Vale, pero... ¿y si no funciona?&lt;br /&gt;&lt;br /&gt;Con esto podreis volver a tener el sistema como estaba antes de tocar nada:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo mkdir /recovery&lt;br /&gt;sudo mount -t ext3 /dev/hda1 /recovery&lt;br /&gt;sudo cp -R /recovery/home_backup /recovery/home&lt;br /&gt;sudo cp /recovery/etc/fstab_backup /recovery/etc/fstab&lt;/code&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-4500503091775945308?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/4500503091775945308/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/mover-home-otra-particion.html#comment-form' title='1 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/4500503091775945308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/4500503091775945308'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/mover-home-otra-particion.html' title='Mover /home a otra partición'/><author><name>johnny32</name><uri>http://www.blogger.com/profile/08144348204479079815</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://bp1.blogger.com/_xbKqyUVyjNk/SGuEk9RN6yI/AAAAAAAAAAM/0XVEVE76q0U/S220/TuxROCK.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-4854807238722661509</id><published>2009-03-04T12:22:00.009+01:00</published><updated>2009-03-04T13:14:01.675+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='KDE'/><category scheme='http://www.blogger.com/atom/ns#' term='Gnome'/><category scheme='http://www.blogger.com/atom/ns#' term='Escritorios'/><title type='text'>Gnome vs KDE I - Entornos gráficos</title><content type='html'>Estreno blog con unos de los debates que todo el mundo tiene en boca:&lt;br /&gt;&lt;br /&gt;¿Qué utilizo, &lt;a href="http://www.gnome.org/"&gt;Gnome&lt;/a&gt; o &lt;a href="http://www.kde.org/"&gt;KDE&lt;/a&gt;? ¿Qué me es mas eficiente? ¿Qué es mas bonito?&lt;br /&gt;&lt;br /&gt;En muchos aspectos de la vida prevalece el principio del "&lt;span style="font-weight: bold;"&gt;juntos podemos&lt;/span&gt;" pero en Linux hay una especie de pelea entre los usuarios de Gnome y los usuarios de KDE que no encuentro normal...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-size:130%;" &gt;La polémica&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Un resumen sería que los usuarios &lt;span style="font-style:italic;"&gt;kdlistas&lt;/span&gt; critican la sencillez de Gnome mientras que los &lt;span style="font-style:italic;"&gt;gnomistas&lt;/span&gt; critican la escesiva sobrecarga del "rival".&lt;br /&gt;&lt;br /&gt;Pero vayamos por pasos, Gnome se ve &lt;a href="http://img104.imageshack.us/my.php?image=ubuntudesktop.png"&gt;así&lt;/a&gt;, y KDE, &lt;a href="http://img104.imageshack.us/my.php?image=desktopo.png"&gt;así&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;En todo este mundillo impera la frase de &lt;span style="font-style:italic;"&gt;"KDE es como la ciudad mientras que Gnome es como el campo"&lt;/span&gt;, ¿Qué quiere decir? Pues que mientras en KDE es un sistema sobrecargado de botones y opciones, con gran multitud de pijerías gráficas como pueden ser transparencias y con un impacto visual más que notable, en Gnome prevalece el principio de &lt;span style="font-style:italic;"&gt;it just works&lt;/span&gt; (simplemente, funciona) donde impera la senzillez y la simplicidad, con colores suaves y agradables para la vista, perfecto para la sensación &lt;span style="font-style:italic;"&gt;anti-estrés&lt;/span&gt; que muchos buscamos.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-size:130%;" &gt;¿Configurabilidad o simpleza?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;¿Es que no tenemos otra alternativa? Como hemos visto antes, KDE responde al perfil de la persona que quiere tocarlo todo, configurarlo hasta el último byte; mientras que el perfil del usuario de Gnome es aquel que quiere trabajar de inmediato, con una estética que le viene bien a la mayoría y que no muchos exploraran para personalizarlo hasta el fondo.&lt;br /&gt;Esta claro que un usuario de KDE pedirá a Gnome que sea más configurable, criticándolo de ser demasiado simple, mientras que un usuario de Gnome pedirá más senzillez y menos complejidad.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-size:130%;" &gt;¿Entonces?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ClI_aVAZ3Kk/Sa5s3efJzwI/AAAAAAAAAhE/AwMcn5DEs7w/s1600-h/6445e311ca9e1e9.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://3.bp.blogspot.com/_ClI_aVAZ3Kk/Sa5s3efJzwI/AAAAAAAAAhE/AwMcn5DEs7w/s320/6445e311ca9e1e9.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5309300711048728322" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Mientras que Gnome ha conseguido un excelente nivel desde el punto de vista de tener un escritorio senzillo y limpio, donde se puedan realizar tareas con relativa facilidad, tiene temas pendientes, como la posibilidad de crecer junto al usuario sin que eso requiera demasiada complejidad...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_ClI_aVAZ3Kk/Sa5t5ff_0sI/AAAAAAAAAhM/5y-V9hg0qlY/s1600-h/6445e311cab3d93.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_ClI_aVAZ3Kk/Sa5t5ff_0sI/AAAAAAAAAhM/5y-V9hg0qlY/s320/6445e311cab3d93.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5309301845192069826" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;... KDE ofrece gran funcionalidad, se podría decir que la mayor funcionalidad, incluso teniendo en cuenta otros Sistemas Operativos, sin embargo, esta gran personalización y este gran abanico de posibilidades puede causar problemas a la hora de realizar algunas de las tareas mas estándar.&lt;br /&gt;Un punto a favor que tiene KDE es que presume de ser la puerta de entrada de los usuarios que deciden dejar Windows a un lado para entrar en el mundo del GNU (¡Oye, que el botón Inicio estira mucho!)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;font-size:130%;" &gt;Conclusiones&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;¿Qué escritorio debo utilizar? Que decir, es software, usa el que más te guste.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-4854807238722661509?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/4854807238722661509/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/gnome-vs-kde-i-entornos-graficos.html#comment-form' title='2 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/4854807238722661509'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/4854807238722661509'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/gnome-vs-kde-i-entornos-graficos.html' title='Gnome vs KDE I - Entornos gráficos'/><author><name>Jose Manrique</name><uri>http://www.blogger.com/profile/00638295045876143259</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbO5zwmOEeI/AAAAAAAAAho/LWA3C_UNx_g/S220/1635-87279.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_ClI_aVAZ3Kk/Sa5s3efJzwI/AAAAAAAAAhE/AwMcn5DEs7w/s72-c/6445e311ca9e1e9.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1240175378622915441.post-3236683836187490532</id><published>2009-03-04T12:12:00.002+01:00</published><updated>2009-03-04T12:22:25.064+01:00</updated><title type='text'>¡Estrenamos blog!</title><content type='html'>Después de un tiempo debatiendo si abríamos definitivamente el blog, al final me he armado de valor, he decido estrenarlo aún con la falta de "personalidad" (véanse imágenes, perfiles i demás).&lt;br /&gt;&lt;br /&gt;Pues nada más para aclarar... ¡Bienvenidos a UbuntuFília!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1240175378622915441-3236683836187490532?l=ubuntufilia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ubuntufilia.blogspot.com/feeds/3236683836187490532/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/estrenamos-blog.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/3236683836187490532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1240175378622915441/posts/default/3236683836187490532'/><link rel='alternate' type='text/html' href='http://ubuntufilia.blogspot.com/2009/03/estrenamos-blog.html' title='¡Estrenamos blog!'/><author><name>Jose Manrique</name><uri>http://www.blogger.com/profile/00638295045876143259</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_ClI_aVAZ3Kk/SbO5zwmOEeI/AAAAAAAAAho/LWA3C_UNx_g/S220/1635-87279.png'/></author><thr:total>0</thr:total></entry></feed>
