TuneUp Ubuntu 10.04 Lucid Lynx

Para dejar tu ubuntu fino una vez instalado solo tienes que ir  al menu  Aplicaciones -> Accesorios -> Terminal Ahora copia y pega las siguientes ordenes ó comandos en el terminal, dale a intro, te pedira tu contraseña (escribela y pulsa intro aunque no se vea que escribe) una vez terminado tu ubuntu estara listo para funcionar con todos los codecs y programas mas comunes: sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"; sudo apt-get -q update sudo aptitude install skype gparted build-essential […]

TuneUp Ubuntu 10.04 Lucid Lynx Read More »

Bisigi project, temas chulos para GNOME

Bisigi project es un conjunto de muy buenos temas para GNOME. Para instalarlos solo tienes que ir al menu Aplicaciones -> Accesorios -> Terminal Ahora copia y pega las siguientes 3 ordenes ó comandos en el terminal, dale a intro, te pedira tu contraseña (escribela y pulsa intro aunque no se vea que escribe) Agregamos el repositorio o almacén de programas: sudo add-apt-repository ppa:bisigi Actualizamos la lista de programas: sudo aptitude update Finalmente instalamos el paquete de temas: sudo aptitude install bisigi-themes

Bisigi project, temas chulos para GNOME Read More »

Shoutcast plugin for Rhythmbox player in 5 steps

1. Download pluging from http://code.google.com/p/rhythmbox-shoutcast/downloads/list and unzip. 2.  Open a Terminal and type for create and open the pluging folder: mkdir ~/.gnome2/rhythmbox mkdir ~/.gnome2/rhythmbox/plugins nautilus ~/.gnome2/rhythmbox/plugins 3. Copy the downloaded pluging folder into rhythmbox plugins folder 4. Restart Rhythmbox 5. Enable plugin via rhythmbox -> edit -> plugins …more rhythmbox plugins in http://www.omgubuntu.co.uk/2009/08/rhythmbox-plugins.html …for a full list of third party plug-ins check out the list @ http://live.gnome.org/RhythmboxPlugins/ThirdParty

Shoutcast plugin for Rhythmbox player in 5 steps Read More »

Juegos para GNU-Linux Ubuntu Games

Para instalar juegos de windows en linux: http://www.playonlinux.com/es/ Para instalar juegos de Linux: http://www.playdeb.net/welcome/ para instalar estos juegos tienes que instalarte antes este programa que te actualiza los repositorios playdeb, o hacerlo manualmente como indican en esta página http://www.playdeb.net/updates/#how_to_install Otros juegos se pueden instalar con estos comandos desde el terminal: sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo apt-get -q update sudo aptitude install flightgear 3dchess airstrike barrage boswars brutalchess bzflag dreamchess foobillard glest nexuiz openarena playonlinux pokerth sauerbraten supertux tremulous warsow fretsonfire torcs ktuberling supertuxkart extremetuxracer ceferino

Juegos para GNU-Linux Ubuntu Games Read More »

INSTALAR SOPORTE PARA APLICACIONES JAVA & JDOWNLOADER

INSTALAR SOPORTE PARA APLICACIONES JAVA Si no tienes el JRE (Java Runtime Environment) instalado en tu maquina y necesitas ejecutar alguna aplicacion basada en Java necesitaras instalarlo previamente o no podras lanzar esas aplicaciones. Puedes instalar JRE con: sudo aptitude install sun-java6-fonts sun-java6-jre sun-java6-plugin A partir de ahora podras lanzar aplicaciones java, o aplicaciones .jar de la forma: $ java -jar aplicacion.jar INSTALAR JDOWNLOADER JDownloader es uno de los mejores gestores de descargas que soporta tambien la descarga directa desde los sitios mas populares (p.ej Rapidshare y MegaUpload). Puedes descargar el script de instalacion desde el sitio principal. Lo descomprimes

INSTALAR SOPORTE PARA APLICACIONES JAVA & JDOWNLOADER Read More »

TuneUp Ubuntu 9.10 Karmic Koala

sudo wget http://www.medibuntu.org/sources.list.d/karmic.list -O /etc/apt/sources.list.d/medibuntu.list wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add – sudo apt-get update sudo apt-get install ubuntu-restricted-extras gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-ffmpeg gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg gstreamer0.10-pitfdll flashplugin-nonfree flashplugin-nonfree-extrasound unrar faad gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-pitfdll mplayer w32codecs libdvdcss2 libdvdnav4 build-essential debhelper fakeroot sun-java6-fonts sun-java6-jre sun-java6-plugin flashplugin-nonfree msttcorefonts vlc wine audacious audacity inkscape filezilla kde-i18n-es k3b gmountiso ffmpeg mencoder sensors-applet lm-sensors checkgmail cheese ffmpeg2theora mencoder mplayer  libogg-dev libvorbis-dev vorbis-tools mp32ogg ffmpeg imagemagick youtube-dl dvdauthor sox mjpegtools ffmpeg gddrescue dvdbackup ccd2iso nrg2iso mdf2iso bchunk transcode k3b kipi-plugins kommander lame faac flac simple-ccsm rar hoz hoz-gui mp3info flvtool2 ufraw

TuneUp Ubuntu 9.10 Karmic Koala Read More »

Open with Word in Ubuntu

– Create new txt doc in this location ~/.wine/ejecutarwine with this code: #!/bin/sh PARAM=`winepath -w «$*»` wine start «$PARAM» exit 0 – Select in any doc, xls, pps files open with: ‘~/.wine/ejecutarwine’ – Double clic on any document for open with associate application in wine

Open with Word in Ubuntu Read More »