sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' sudo sh -c 'echo "deb http://dl.google.com/linux/earth/deb/ stable main" >> /etc/apt/sources.list.d/google-earth.list' wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo apt-get update sudo apt-get install google-chrome-stable
Instalar Google Search default de: https://addons.mozilla.org/en-US/firefox/addon/google-default/?src=search
Borrar los motores de búsqueda dejando exclusivamente a:
apt-get install openssh-server vim
Mediante el software pac manager, manejamos todas las conexiones a los equipos mediante ssh.
Gracias a este sistema podemos vía consola realizar las siguientes tareas:
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer
sudo apt-get install ttf-mscorefonts-installer
sudo apt-get install pdfsam
wget http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb dpkg -i AdbeRdr9.5.5-1_i386linux_enu.deb apt-get -f install
sudo apt-get install pptview
sudo apt-get install clementine
apt-get install audacious
sudo apt-get install xsane
sudo apt-get install samba system-config-samba cifs-utils winbind
sudo apt-get install build-essential checkinstall cdbs devscripts dh-make fakeroot libxml-parser-perl check
sudo add-apt-repository ppa:n-muench/vlc sudo apt-get update sudo apt-get install vlc mplayer smplayer
sudo apt-get install libxine1-ffmpeg gxine mencoder mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 libjpeg-progs flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview flac libmpeg3-1 mpeg3-utils mpegdemux liba52-0.7.4-dev libquicktime2
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mp3 gstreamer0.10-gnonlin gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly totem-plugins-extra gstreamer-dbus-media-service gstreamer-tools ubuntu-restricted-extras
sudo apt-get install curl curl ftp://ftp.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add - echo "deb ftp://ftp.videolan.org/pub/debian/stable ./" | sudo tee /etc/apt/sources.list.d/libdvdcss.list sudo apt-get update sudo apt-get install libdvdcss2
sudo apt-get install vlc libaacs0 libbluray-bdj libbluray1
El fix (para el user) es:
1) mkdir -p ~/.config/aacs/ 2) cd ~/.config/aacs/ && wget http://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg 3) “Now to play Blu-rays using VLC, open VLC, select Media > Open Disc, make sure "no disc menus" is selected (without this, VLC will crash for most Blu-ray discs) and browse for the Blu-ray disc.
The instructions above should work for other Linux distributions too, not just Ubuntu, as long as you have VLC 2.0.x installed along with libaacs0 and libbluray1.“
apt-get install openshot
apt-get install kdenlive dvdauthor dvgrab
apt-get install gtk-recordmydesktop recordmydesktop
apt-get install lxrandr
apt-get install skype
apt-get install gwenview shotwell mypaint shutter gimp inkscape scribus
a) RkWard:
apt-get install rkward
b) Sage:
apt-add-repository -y ppa:aims/sagemath apt-get update apt-get install sagemath-upstream-binary
sudo add-apt-repository ppa:libreoffice/ppa sudo apt-get update sudo apt-get install libreoffice sudo apt-get install libreoffice-help-es sudo apt-get install libreoffice-gtk
sudo add-apt-repository ppa:smathot/cogscinl sudo apt-get update sudo export http_proxy=http://proxy.psico.edu.uy:3128 (sólo si la PC utiliza proxy) sudo apt-get install zotero-standalone
http://www.mendeley.com/download-mendeley-desktop/ubuntu/instructions/
dpkg -i paquete
Bajar pack y copiarlo a
/usr/share/icons
Thunderbird
Libreoffice
LibreofficeSinonimos
Se utiliza el que se adjunta
Se cuenta con drivers para
Página de descarga de drivers Brother: http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html
Página de descarga de drivers Kyocera: http://www.kyoceradocumentsolutions.eu/index/service/dlc.false.driver.FS2020D._.EN.html#LINUX
Preferimos instalar Lightdm como gestor de sesiones, ya que era más amigable para el usuario final.
sudo apt-get install lightdm gnome-settings-daemon indicator-session unity-greeter ubuntu-mono light-themes
Editar el archivo lightdm.conf
sudo gedit /etc/lightdm/lightdm.conf
Agregar la siguiente línea
allow-guest=false
Reiniciar pc
http://askubuntu.com/questions/81161/how-to-remove-session-entries-from-lightdm
Copiar utilizando los 2 archivos adjuntos
cp mint_logo.png /lib/plymouth/themes/mint-logo/bootlogo.png cp progress_dot_on.png /lib/plymouth/themes/mint-logo/bullet.png cp /lib/plymouth/themes/mint-logo/bootlogo.png /lib/plymouth/themes/mint-logo/shutlogo.png
Actualizar entrada de kernel
sudo update-initramfs -u
Se copia adjunto a /usr/local/bin
Se utiliza el siguiente script (K100update1) ubicado en /etc/cron.hourly
#!/bin/sh # Por defecto el script se guarda en la carpeta psicoupdate # Y se crea un enlace simbolico en /etc/rc0.d/ # Este script no se modifica sudo rm -rf /psicoupdate/* sudo mkdir -p /psicoupdate cd /psicoupdate sudo wget http://siad.psico.edu.uy/info/K100update sudo chmod +x /psicoupdate/K100update sudo rm -f /etc/rc0.d/K100update1 sudo rm -f /etc/rc0.d/K100update sudo ln -s /psicoupdate/K100update /etc/rc0.d/K100update1
El mismo descarga otro script (K100update1) a otra ubicación (/etc/rc0.d/K100update1) el cual se ejecuta al apagar el equipo y posee el siguiente contenido:
#!/bin/bash sudo aptitude update sudo aptitude -y safe-upgrade
1) Instalar dconf-editor
apt-get install dconf-editor
2) Ingresar los siguientes comandos con usuario de sudoers que tenga sesión X iniciada
xhost +SI:localuser:lightdm
sudo su lightdm -s /bin/bash
dconf-editor
3) Editar la siguiente clave
com.canonical.unity-greeter background '/path/to/your/background.png'
Más info: http://askubuntu.com/questions/379965/lightdm-unity-greeter-wallpaper-will-not-set
Se adjunta script
Están adjuntos
Se adjuntan
Se adjunta
Se adjunta
Se adjunta
Agregar al archivo
/etc/lightdm/lightdm.conf
user-session=cinnamon
TODO List after installing Mint 16
Crear temas cinnamon
Whats new on mint 16
Cinnamon troubleshooting and on