===== Descarga de elementaryOS 6 Odín ===== **Descarga:** [[ https://elementary.io/es/ | Descarga ISO de 64 bits]] **Instalación:** [[ https://elementary.io/es/docs/installation#installation | Instrucciones de instalación]] **Todo lo que hacer en:** [[ https://gist.github.com/konstantinbo/d21dfa5c7a0edbaec8244f97eb177209 | https://gist.github.com/konstantinbo/d21dfa5c7a0edbaec8244f97eb177209]] ===== ppa's ===== **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 ===== Elementary Tweaks ===== sudo add-apt-repository ppa:philip.scott/pantheon-tweaks && sudo apt-get update sudo apt-get install pantheon-tweaks ===== Instalar extras restringidos de Ubuntu (si no lo marcamos en la instalación inicial), soporte para filesystem exfat y otros... ===== 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 =====Google Chrome===== 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 ===== LibreOffice ===== 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* ===== Paquete de fuentes Microsoft ===== 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 ===== Drivers de impresoras ===== sudo apt install printer-driver-all ===== Sistema ===== **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 [[ https://github.com/dylanaraps/neofetch/wiki/Customizing-Info | 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 ===== Java y Autofirma ===== **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 ===== Otros ===== **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 ===== Dropbox ===== 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 ===== Dropbox en DPH: ===== 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 =====Anydesk===== 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 =====Spotify===== 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