User Tools

Site Tools


odin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
odin [2021/08/30 21:13] adminodin [2021/12/25 21:03] (current) – [Sistema] admin
Line 31: Line 31:
  
   sudo apt-get install ubuntu-restricted-extras ffmpeg   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+  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 ===== ===== LibreOffice =====
Line 54: Line 59:
  
 ===== Sistema ===== ===== 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:** **Información del sistema con neofetch:**
Line 126: Line 143:
   sudo apt-get install gimp-lensfun   sudo apt-get install gimp-lensfun
   sudo apt-get install gimp-help-es   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: ===== ===== Dropbox en DPH: =====
Line 134: Line 168:
   8.8.8.8,8.8.4.4   8.8.8.8,8.8.4.4
  
-Instalar Dropbox+=====Anydesk===== 
-  sudo apt install git +Run the following commands as root
-  sudo apt-get purge dropbox* +  wget -qO - https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add - 
-  git clone https://github.com/zant95/elementary-dropbox /tmp/elementary-dropbox +  echo "deb http://deb.anydesk.com/ all main" > /etc/apt/sources.list.d/anydesk-stable.list 
-  bash /tmp/elementary-dropbox/install.sh+  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 
    
odin.1630350791.txt.gz · Last modified: 2021/08/30 21:13 by admin