MULTIMEDIA-DEB
RIPEAR
https://wiki.debian.org/Ripping
CUE TO ISO
apt-get install bchunk
bchunk -w bb.bin bb.cue nombre.iso
mount -o loop -t iso9660 image.iso /mnt/image
EDITORES DE SLIDESHOW Y VIDEO
Ffdiaporama genera imágenes con adornos aleatorios de forma automática y está diseñado exclusivamente para kde
yaourt -S ffdiaporama
yaourt -S ffdiaporama-texturemate ffdiaporama-openclipart
Smile
Igual que el anterior pero para Gnome, y mucho más rápido pero sencillo:
yaourt -S photofilmstreet
CONTROLAR EL TIEMPO DE USO DEL ORDENADOR
timekpr
REPRODUCTOR DE MÚSICA Quod Libet
Si falla el sonido y si aún no va instala pavucontrol.
sudo apt-get install gstreamer1.0-alsa
ADOBE FLASH PLAYER
Para Chromium (Chrome), Opera y otros:
sudo apt-get install pepperflashplugin-nonfree
Para Firefox, Epiphany y otros:
sudo apt-get install flashplugin-nonfree
Para usar pepperflashplugin-nonfree en Firefox, Epiphany y otros:
sudo apt-get install browser-plugin-freshplayer-pepperflash
CAMBIAR DE UN FORMATO A OTRO
EN TERMINAL
ffmpeg -i archivo.wma -f mp3 -ab 192 archivo.mp3
ffmpeg -i archivo.mp3 archivo.ogg
CAMBIAR FORMATOS COMO MP3 A WAV CON INTERFAZ GRÁFICA
sudo aptitude install winff
FILEROLLER
Instala cantidad de programas de Gnome, como el brasero.
CODECS VIDEO
SI NO FUNCIONA ALGÚN FORMATO DE VIDEO O COMPRESIÓN
nano /etc/apt/sources.list
deb http://deb-multimedia.org/ jessie main non-free
apt-get update
apt-get install deb-multimedia-keyring
apt-get update && apt-get upgrade
i386
aptitude install w32codecs libdvdcss2 xine-plugin gstreamer1.0-libav gstreamer1.0-nice gstreamer1.0-plugins-{base,good,bad,ugly}
amd64
aptitude install w64codecs libdvdcss2 xine-plugin gstreamer1.0-libav gstreamer1.0-nice gstreamer1.0-plugins-{base,good,bad,ugly}
TODOS LOS CODECS
aptitude install gstreamer0.10-plugins-bad gstreamer0.10-plugins-farsight gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-dbg gstreamer0.10-plugins-good-dbg gstreamer0.10-plugins-ugly-doc gstreamer0.10-plugins-good-doc gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good gstreamer0.10-plugins-cutter gstreamer0.10-plugins-base-dbg gstreamer0.10-plugins-base-doc gstreamer0.10-plugins-bad-dbg gstreamer0.10-plugins-bad-doc gstreamer0.10-plugins-base
CREA TU RADIO ONLINE SOLO CON TU PC
https://deblinux.wordpress.com/monta-tu-radio-online-libre-linux-butt-pulseaudio-mumble/
INSTALA UN PROGRAMA .jar
Basta con tener instalado jre7-openjdk-headless o jre8-openjdk-headless y ejectuar el siguiente comando abriendo un terminal donde está el archivo y:
java -jar nombrejecutable.jar
FOTOXX
Para editar fotos de forma masiva y añadir efectos.
sudo apt-get install fotoxx
O también, para girarlas, cambiar de formato y tamaño:
EasyImageSizer y converseen
KATOOLIN, MENÚ PARA INSTALAR PROGRAMAS EN DEBIAN
https://www.youtube.com/watch?v=aHa5NMxIi_w
sudo apt update
sudo apt install git
sudo su
git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
chmod +x /usr/bin/katoolin
sudo katoolin
CAPTURA Y PIXELA
http://blog.desdelinux.net/crea-y-edita-capturas-de-pantalla-con-shutter/
sudo pacman -S shutter
PHANTEON, EL ESCRITORIO PARECIDO A MAC

Debian:
Haz una instalación de 0 con el CD mínimo:
https://www.debian.org/CD/netinst/
wget q https://bintray.com/user/downloadSubjectPublicKey?username=mithrandirn -O | apt-key add -
echo deb http://dl.bintray.com/mithrandirn/pantheon-debian/ jessie main > /etc/apt/sources.list.d/pantheon-debian.list
apt-get update
apt-get dist-upgrade
apt-get install pantheon
PRODUCCIÓN MUSICA, PARA COMPONER LA PROPIA MÚSICA
sudo apt-get install lmms
PINTA, UN SENCILLO PROGRAMA PARA DIBUJAR
Un programa, como todos, traducido al español, que se hace sencillo y entretenido:
sudo pacman -S pinta
Debian:
sudo apt-get install pinta
GRABA TU ESCRITORIO
Para hacer fotos del escritorio recomiendo:
sudo pacman -S gnome-screenshot
sudo apt-get install gnome-screenshot

YOUTUBE-DL-GUI EN DEBIAN
Instala una interfaz para descargar vídeos de youtube y otros en Debian.
Instala las dependencias:
sudo apt-get install python-wxtools youtube-dl ffmpeg
Descarga el programa de aquí y descomprímelo:
https://github.com/MrS0m30n3/youtube-dl-gui/archive/master.zip
Abre un terminal en la carpeta y escribe:
sudo python setup.py install
Para lanzarlo escribe:
youtube-dl-gui
Para ello pega la dirección del vídeo donde pone:
URLs
Y pulsa:
Download
La película se descargará en la carpeta:
Descargas
HANGOUT
Debian
echo deb http://dl.google.com/linux/talkplugin/deb/ stable main >> /etc/apt/sources.list
sudo apt-get update && apt-get install google-talkplugin pavucontrol
Después ve a pavucontrol y gestiona el sonido de entrada de tu webcam.
Otros programas como Google Earth para Debian:
https://wiki.debian.org/UnofficialRepositories
SKYPE Y FACEBOOK VIDEO CALLING


Es el famoso programa para videconferencias que a diferencia de Video Calling de Facebook, requiere de instalación:
sudo pacman -S skype pavucontrol
En Debian Jessie:
su -c dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libqt4-dbus:i386 libqt4-network:i386 libqt4-xml:i386 libqtcore4:i386 libqtgui4:i386 libqtwebkit4:i386 libstdc++6:i386 libx11-6:i386 libxext6:i386 libxss1:i386 libxv1:i386 libssl1.0.0:i386 libpulse0:i386 libasound2-plugins:i386 pavucontrol
wget -O skype-install.deb http://www.skype.com/go/getskype-linux-deb
sudo dpkg -i skype-install.deb
Debian Stretch:
su -c dpkg --add-architecture i386
sudo apt-get update
De esta web descarga libssl1.0.0_1.0.1t-1+deb8u5_i386.deb :
https://packages.debian.org/jessie/i386/libssl1.0.0/download
sudo apt install ./libssl1.0.0_1.0.1t-1+deb8u5_i386.deb
wget skype-install.deb http://www.skype.com/go/getskype-linux-deb
sudo apt install ./skype-install.deb
Después ve a pavucontrol y gestiona el sonido de entrada de tu webcam.
Páginas web:
https://wiki.debian.org/skype#Debian_8_.22Jessie.22
https://wiki.debian.org/skype
KDENLIVE
sudo apt-get install kdenlive
Instala y configura vlc como motor predeterminado del sonido del sistema
Si desaparecen algunas opciones dale a Preferencias, Tema, Style y cámbialo a Windows.
Dejo una serie de tutoriales del canal kalerolinex:


Mixx es prácticamente igual que Virtualdj, para instalarlo tan solo:
sudo pacman -S mixxx
sudo apt-get install mixxx
sudo apt-get install wine winetricks
winetricks dsound directmusic
Aquí dejo un tutorial para Mixxx del canal Ubuntu guia:
SCANNER


Para escanear existen dos aplicaciones, los drivers se obtienen de cups:
sudo pacman -S simple-scan xsane cups ghostscript gsfonts && systemctl enable porg.cups.cusd.service
Debian:
sudo apt-get install simple-scan xsane
UN PROGRAMA CON INTERFAZ PARA CONVERTIR UN VÍDEO DE UN FORMATO A OTRO, WINFF
sudo apt-get install winff
Para seleccionar el vídeo pulsa:
Añadir
Y por último pulsa en:
Convertir
2) Ahora mostraré como instalar aplicaciones similares solo para Linux:
Openlp es para presentaciones en iglesia y xiphos y bibletime son idénticos a e-sword:



sudo pacman -S xiphos openlp
yaourt -S bibletime
Debian:
sudo apt-get install xiphos openlp bibletime
Para los demás hay que acceder a su web y descargar:
The Sword project:
Hay que descargar y compilar.
http://sourceforge.net/projects/sword/

Alkitab bible study:
Hay que compilar.
http://www.kiyut.com/products/alkitab/download.php
Bible analyzer:
Hay que descargar de aquí para Debian:
https://www.bibleanalyzer.com/bibleanalyzer_4.7-2_all.deb
E instalar con.
sudo dpkg -i bibleanalyzer_4.7-2_all.deb
Y para Arch descargar y ejecutar el script siguiendo las instrucciones.
https://github.com/cjbayliss/iba
Bible desktop:
Hay que descargar este script e instalarlo.
http://www.crosswire.org/bibledesktop/download.html
Bpbible:
Funciona con los libros de e-sword. Hay que descargar Download Source Code (0.5.2) y compilar. http://bpbible.com/download
ANDROID OS VIRTUAL BOX
https://www.youtube.com/watch?v=8EllsA3Z6GA
ANDROID SDK
1) Instala las dependencias:
sudo apt-get install android-sdk
sudo pacman -S android-sdk android-sdk-platform-tools
No estoy seguro de:
sudo apt-get install lib64gcc1 lib32ncurses5 lib32stdc++6 openjdk-8-jre-headless zlib1g
#sudo dpkg --add-architecture i386 && apt-get update && apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
Si usas Stretch no te funcionará lib64gcc1, así que añade el repositorio backports de Jessie e instala:
sudo nano /etc/apt/sources.list
deb http://ftp.debian.org/debian/ jessie-backports main
sudo apt-get update
sudo apt-get -t jessie-backports install lib64gcc1
2) Añade el repositorio Sid e instala android-sdk-platform-tools en Debian o Ve abajo del todo de la siguiente web y descarga lo que acabe en .tgz y descomprímelo:
https://developer.android.com/studio/index.html
3) Para lanzarlo entra en tools, abre un terminal y escribe:
./android
4) Descomenta todo e instala solo lo que vayas a usar por ejemplo para instalar .apk:
Google Play APK Expansion library
Google Play Licensing Library
Google Play Biling Library
Google Play services
-Con cada nueva aplicación pulsa, Accept License, y luego, Install.
-Cuando termine pulsa arriba del todo, Tools,Manage AVDs, Create, elíge tu creación, y pulsa, Start. Puedes modificarla con, Edit.
- Sino funciona mira las advertencias que te da.
-Hay que fijarse en los errores que da al lanzarse para ir corrigiéndolos hasta conseguir una buena emulación:
-Aquí dejo unas configuraciones que me han funcionado bastante bien:



Ahora descarga Whatsapp de esta web:
http://whatsappplus.mobi/descargar-whatsapp-para-android/
5) Actualiza desde el terminal, pero no es necesario:
>Actualiza todo:
./android update sdk --no-ui
>Si eres experto puedes actualizar lo que elijas, gracias a:
./android list sdk -a
>Por ejemplo actualiza el número 1:
./android update sdk -a -u -t 1
-Si te da estos errores:
ERRORES
a)
failed to load external entity /home/tu-usuario/.AndroidStudio2.1/config/options/options.xml
Símplemente crea las carpetas que te exige, optioms.xml
b)
I/O warning : failed to load external entity /home/tu-usuario/.AndroidStudio2.1/config/options/usage.statistics.xml
Crea el texto usage.statistics.xml de la web
https://github.com/viccuad/dotfiles/blob/master/androidStudio/.AndroidStudio/config/options/usage.statistics.xml
Y pégalo donde corresponde creando previamente las carpetas:
<?xml version=1.0 encoding=UTF-8?>
<application>
<component name=UsagesStatistic time=0 allowed=false show-notification=false period=weekly />
</application>
c) Si deja de funcionar y no se abre borra de home/tu-usuario
.android
4) Crea acceso directo:
En Android Studio debería haber una carpeta llamada bin, pero como está este acceso no sirve:
[Desktop Entry]
Version=1.0
Type=Application
Name=Android Studio
Exec=/home/username/Programs/AndroidStudio/bin/studio.sh %f
Icon=/home/username/Programs/AndroidStudio/bin/idea.png
Categories=Development;IDE;
Terminal=false
StartupNotify=true
StartupWMClass=jetbrains-android-studio
Name[en_GB]=android-studio.desktop
Este si sirve:
[Desktop Entry]
Type=Application
Name=Android
Path=/home/jorge/.android-sdk-linux/tools
Exec=gnome-terminal -x sh ./android
Icon=android
Terminal=true
OTROS EMULADORES DE ANDROID
Andro VM,
Andy Android Emulator by Andyroid.net – Andy OS
Official Android SDK
Jar of Beans – Wine Compatible
GENYMOTION
https://www.youtube.com/watch?v=8EllsA3Z6GA
https://www.youtube.com/watch?v=Ox2x3Alk8LU
WHATSAPP, APLICACIONES WEB
Descarga de aquí:
https://github.com/Aluxian/WhatsApp-Desktop
su -c apt-get install npm
O bien descargar el Deb de aquí:
https://github.com/Aluxian/WhatsApp-Desktop/releases
OTRA APLICACIÓNES WEB WHATSAPP PARA LINUX, WHATSIE Y FRANZ
https://www.youtube.com/watch?v=JofA7CMk4HY
http://wasap.ninja/whatsapp-sin-numero-telefono/
https://whatsie.chat/
DESCOMPRIMIR TAR.BZ2
tar -bzip2 xvf archivo.tar.gz
K3B
Para grabar discos sin multisesion y acceder al Mode1 o Mode2:Project / Properties / Misc
Debian:
sudo apt-get install k3b cdparanoia cdrdao genisoimage k3b-data dvd+rw-tools growisofs libk3b6-extracodecs vcdimager normalize-audio sox libdvdcss
Para leer DVDs cifrados:
libdvdread libdvdnav lsdvd libdvdcss
IAT
O sino está disponible para tu distribución, compílalo:
sudo apt-get install glibc
Descarga y descomprime
https://sourceforge.net/projects/iat.berlios/files/iat-0.1.7.tar.bz2/download?use_mirror=netassist
Sitúate en la carpeta descomprimida y haz un:
./configure --prefix=/usr --includedir=/usr/include/$pkgname
make
Dentro del iat-0-0.1.7.tar.bz2 abre la carpeta src y un terminal:
su -c make DESTDIR=$pkgdir install
b) Funcionamiento de IAT: P
- Para pasar a .iso este .nrg
iat --iso -i bugtooeu.nrg
- Para optener .cue
iat --cue -i bugtooeu.iso
Muy util para juegos en otros formatos.
Instrucciones:
iat -help
Para los juegos de win o linux solo monta la imagen da igual que sea un NRG.
mount -t iso9660 -o loop,offset=307200 imagen.nrg /directorio/de/montaje
FUSEISO
sudo apt-get install fuseiso9660
Funcionamiento.
Montar iso:
fuseiso batman.iso carpeta
Para desmontar:
fusermount -u carpeta
ENCRIPTAR
n Debian, para crear un usuario con home encriptada, basta agregarlo en las opciones de usuarios y grupos de gnome, o agregando el parametro --encrypt-home al comando adduser, una vez instalado el paquete ecryptfs-utilsPASAR DE UN FORMATO A OTRO
bchunk imagen-fuente.cue (o imagen-fuente.bin) imagen-destino.isoccd2iso imagen-fuente.img imagen-destino.iso
mdf2iso imagen-fuente.mdf imagen-destino.iso
nrg2iso imagen-fuente.nrg imagen-destino.iso