To do list after installing UBUNTU
-Install ubuntu restricted extras from Ubuntu Software Center if I didn't do it when I installed ubuntu
(I can also do it with: sudo apt-get install ubuntu-restricted-extras)
-Install VLC -There is a program similar to Photoshop called Gimp that is very good. -Instalar las fuentes de Microsoft: sudo apt-get install ttf-mscorefonts-installer -Para descomprimir archivos zip y rar: sudo apt-get install p7zip-full p7zip-rar rar unrar
-Para configurar Unity instalar 2 programas: a)Instalar el Administrador de Opciones de CompizConfig con sudo apt-get install compizconfig-settings-manager b) Instalar MyUnity sudo apt-get install myunity Con ellos se puede configurar la apariencia del Entorno de trabajo muy fcilmente.
.deb To install a .deb file, simply double click on it, and then select Install Package Alternatively, you can also install a .deb file by opening a terminal and typing: sudo dpkg -i package-name
Flash
si se me rompe volver a instalar
sudo apt-get install ubuntu-restricted-extras
Install a program (and Add a Repository) Add the line writing: gksudo gedit /etc/apt/sources.list (or sudo gedit /etc/apt/sources.list) Add the repository sudo aptitude update sudo apt-get install program-name How to uninstall an application
sudo apt-get remove {package-name} or sudo apt_get purge program-name (= sudo aptitude purge program-name) La diferencia entre remove y purge es que remove borra solo la carpeta del programa mientras que purge borra tambin todas las libreras que utiliza el programa y no son utilizadas por nadie ms. Puede que an as queden algunos restos del programa en /home/juanjo/.config Borrarlo yo a mano. For example remove package called mplayer, enter: $ sudo apt-get remove mplayer To list all installed package, enter: dpkg --list dpkg --list | less dpkg --list | grep -i 'http' Although the best way to uninstall an application is to do it from Ubuntu Software Center.
How to create desktop launchers in Ubuntu 11.10 Oneiric Ocelot. To get started, make sure the gnome-panel package is installed by running the following commands in the terminal. sudo apt-get install --no-install-recommends gnome-panel Now run the following command in the terminal to launch Create Launcher dialog. gnome-desktop-item-edit ~/Desktop/ --create-new To know the name of the program, the best option is to look for it with: $which program-name e.g. juanjo@juanjo-A7N8X-X:/opt/google/chrome$ which vlc /usr/bin/vlc
How to launch two instances of the same application in Unity
Use middle click to start a second instance of an application
INSTALAR EL NAVEGADOR CHROMIUM sudo apt-get install chromium-browser Si queremos la ltima versin, podemos agregar el repositorio PPA: sudo add-apt-repository ppa:chromium-daily Actualizamos los repositorios con el comando: sudo apt-get update E instalamos o si lo tenemos ya instalado, actualizamos con: sudo apt-get upgrade
Google Chrome You can download it from www.google.com/chrome #2 Now, you can either install it using Software Center or from command line.
Installing Chrome using Ubuntu Software Center You can also use the dpkg tool to install the *.deb package. Open the terminal (CTRL+ALT+T), and type (move to other directory instead of Downloads f youve saved it some where else) :
cd Downloads sudo dpkg -i file_name.deb (in this case: sudo dpkg -i google-chromestable_current_i386.deb)
#3 If any dependency error occurs then run the following command(s)
sudo apt-get -f install
note: The execution of the program crashes with:
[5949:5949:6009944714:ERROR:browser_main_loop.cc(138)] Gtk: gtk_widget_size_allocate(): attempt to allocate widget with width -2147483648 and height 1000
le/chrome/chrome: /build/buildd/cairo-1.10.2/src/cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed.
To solve it, execute the program with: google-chrome --password-store=basic The problem is If I start google-chrome being the main page the mail page. It is a problem with the user and pwd in the startup. If the main page for google-chrome is another, the problem is solved. El fichero con los bookmarks: En windows XP se encuentra en: C:\Documents and settings\[usuario]\Configuracin Local\Datos de programa\Google\Chrome\User Data\Default En unix se encuentra en /home/"usuario"/.config/google-chrome/Default
Shortcuts for Ubuntu 1. Switch to the next/previous workspace
Ctrl + Alt + Left/Right Arrow
2. Show the desktop
Ctrl + Alt + D enables you to quickly minimize all windows and give focus to the desktop. When all windows are minimized, this shortcut can also maximize all the windows to their previous state.
3. Restart session and recover from crashes
There are very few instances where Ubuntu will crash totally. But if it does, you can pressCtrl + Alt + Backspace to restart the session, and 90% of the time, it will recover from the crashes. 4. Show Xterm Ctrl+Alt+T
Comandos de limpieza (A travs de la Terminal)
Cada vez que instalas desde Synaptic o actualizas tu Ubuntu, los paquetes que descargas de Internet quedan en /var/cache/apt/archives. Si no los borras, acumulan espacio que puede ser bastante til. Si los quieres borrar completamente escribe sudo apt-get clean Muchos programas que instalamos utilizan dependencias adicionales que descargan, y que muchas veces son intiles. Lo peor de todo es que cuando desinstalas a veces se quedan ocupando espacio. Para saber cales son y poder borrarlas tipea sudo apt-get autoremove Cada vez que actualizamos nuestro Kernel, el antiguo queda ah, y no se desinstala. Si queremos borrarlo, podemos hacerlo con sudo apt-get remove --purge linux-image-versin a desinstalar-generic. Si no sabemos cul es la que queremos desinstalar, podemos listarlas con dpkg --get-selections | grep linux-image Existen dos programas muy buenos para mantener ubuntu limpito:
a) Bleachbit: Permite borrar basurilla no solo de ubuntu sino tambin de los buscadores, Openoffice, Gimp, etc b) Ubuntu Tweak: Hace muchas cosas pero entre ellas han agregado una opcin de limpieza
How to change the scrollbar color
sudo and open /usr/share/themes/Ambiance/gtk-2.0/gtkrc and find this code style "scrollbar" = "button" {
Below in the curly braces, change the bg[SOMETHING] lines to look like: bg[NORMAL] = @selected_bg_color bg[PRELIGHT] = shade (1.04, @selected_bg_color) bg[ACTIVE] = shade (0.96, @selected_bg_color)
==00== Mi tarjeta grfica es una NVIDIA GeForce4 MX 440 with AGP8X La forma de saber qu tarjeta grfia tenemos instalada en linux es:
lspci | grep -i vga