Descarga: Descarga ISO de 64 bits
Instalación: Instrucciones de instalación
Todo lo que hacer en: https://gist.github.com/konstantinbo/d21dfa5c7a0edbaec8244f97eb177209
Odin no tiene soporte para agregar PPA’s, Cómo añadirlo:
sudo apt-get install software-properties-common sudo apt-get install software-properties-gtk flatpak remote-add --user --if-not-exists repo https://flatpak.elementary.io/repo.flatpakrepo flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo sudo apt install gnome-software gnome-software-plugin-flatpak sudo apt install gdebi
sudo add-apt-repository ppa:philip.scott/pantheon-tweaks && sudo apt-get update sudo apt-get install pantheon-tweaks
sudo apt-get install ubuntu-restricted-extras ffmpeg sudo apt install ubuntu-restricted-extras libdvd-pkg exfat-fuse exfat-utils hfsplus hfsutils ntfs-3g rar unrar zip unzip p7zip-full p7zip-rar libavcodec-extra ffmpeg
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb sudo apt install -f
sudo add-apt-repository ppa:libreoffice/ppa sudo apt-get update sudo apt-get install libreoffice libreoffice-templates libreoffice-l10n-es myspell-es hyphen-es sudo apt-get install libreoffice-gtk sudo apt-get install libreoffice-style*
sudo apt install ttf-mscorefonts-installer
Otras fuentes MS (Constantia, Corbel, Calibri, Cambria, Candara y Consolas)
wget -qO- http://plasmasturm.org/code/vistafonts-installer/vistafonts-installer | bash
sudo apt install printer-driver-all
Gestor de discos
sudo apt-get install gnome-disk-utility
KDiskMark 2.3
sudo add-apt-repository ppa:jonmagon/kdiskmark sudo apt install kdiskmark
Slimbook battery
sudo add-apt-repository ppa:slimbook/slimbook sudo apt update sudo apt install slimbookbattery
Información del sistema con neofetch:
sudo apt-get install neofetch
Para personalización de la información mostrada AQUÍ
Marcar un paquete para no ser actualizado
sudo apt-mark hold PACKAGE
Lista de paquetes marcados para no ser actualizados
sudo apt-mark showhold
Desmarcar paquetes para ser actualizados de nuevo
sudo apt-mark unhold PACKAGE
Instalar Impresora PDF:
sudo apt-get install cups-pdf
Generar un gif animado. Requiere imagemagick:
sudo apt-get install imagemagick
Para crear un gif animado con todos los jpg de una carpeta, llamados home_web*, de 700 pixeles:
convert -geometry 700 -delay 500 -loop 0 home_web*.jpg home_web.gif
Nautilus image converter - Redimensionado masivo de imágenes:
sudo apt-get install nautilus-image-converter
Nautilus paquete nautilus-open-terminal - abre una sesión de shell:
sudo apt-get install nautilus-extension-gnome-terminal sudo apt-get install nautilus-gksu
Nautilus paquete nautilus-dropbox:
sudo apt-get install nautilus-dropbox
Extensiones útiles para Nautilus: ara ver todas las disponibles:
apt-cache search nautilus- sudo add-apt-repository ppa:noobslab/apps sudo add-apt-repository ppa:atareao/nautilus-extensions sudo apt-get update sudo apt-get install nautilus-scripts sudo apt-get install nautilus-document-converter nautilus-image-tools
Ver javas disponibles
apt-cache --names-only search 'openjdk-[0-9]*-(jre|jdk)' | sort -t '-' -k 2 -n
Instalar OpenJdk11
sudo apt install openjdk-11-jdk
Elegir el java a utilizar:
sudo update-alternatives --config java
Autofirma. Descargarlo e instalarlo con:
sudo dpkg -i AutoFirma_1_6_5.deb
Comandos de interés para controlar Java
java --version
Instalar compresores propietarios:
sudo apt-get install unace rar unrar p7zip-full p7zip-rar p7zip sharutils uudeview mpack arj cabextract lzip lunzip
Extras para gimp:
sudo apt-get install gimp-plugin-registry sudo apt-get install gimp-gmic sudo apt-get install gimp-lensfun sudo apt-get install gimp-help-es
Git
sudo apt install git
Varios sudo apt install htop gparted vlc browser-plugin-vlc firefox inkscape shutter filezilla k4dirstat speedcrunch feh
Descargar e instalar el paquete de:
[[ https://www.dropbox.com/install | https://www.dropbox.com/install ]] sudo apt-get install python3-gpg dropbox status dropbox update dropbox start
Ejecutar dropbox desde el menú de aplicaciones o desde línea de comandos
Añadir las siguientes entradas a /etc/hosts:
162.125.248.1 dropbox.com
Añadir los DNS de Google al IPV4:
8.8.8.8,8.8.4.4
Run the following commands as root:
wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add - echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list apt update apt install anydesk
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add - echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list sudo apt-get update && sudo apt-get install spotify-client