Ads block

Instalar servidor NFS
By
Armando
SERVIDOR apt install aptitude apt-get install nfs-kernel-server mkdir -p /home/compartido chmod 755 /home/compartido/ /etc/init.d/nfs-kernel-server resta…
Leer más »
Aumentar la velocidad del ratón en linux
By
Armando
apt-get install xinput xinput USB Optical Mouse id= 9 xinput list-props 9 libinput Accel Speed ( 30…
Leer más »
Que hacer despues de instalar Debian
By
Armando
apt-get install ffmpeg nmap virtualbox sudo apt-get install kdenlive breeze-icon-theme https://geekland.eu/instalar-drivers-tarjeta-de-red-wifi-debian/
Leer más »
Convertir amr a mp3
By
Armando
ffprobe -show_entries format:stream -count_frames -count_packets -i mms-1.amr > input.txt ffmpeg -i mms-1.amr -f s16le -c:a pcm_s16le output.raw ffmpeg -f…
Leer más »
Necesarios despues de instalar debian 9 (Instar ifconfig)
By
Armando
sudo apt install net-tools (contiene el comando ifconfig)
Leer más »
Instalar Tuxguitar en Debian
By
Armando
sudo apt-get install timidity tuxguitar tuxguitar-jsa -y Fuente: https://rolandoramostorres.com/tuxguitar-sin-sonido/ http://bernux.blogspot.com/2009/07/tu…
Leer más »