martes, 28 de noviembre de 2017

Conversión de formato de sonido wav a mp3 entre otros






Conversión de formato

Para tener el codificador MP3 que posteriormente utilizaremos para la conversión, únicamente he instalado el paquete gstreamer0.10-plugins-ugly:
aptitude install gstreamer0.10-plugins-ugly
Como cada situación varía un poco, especialmente en función de la distro en la que os encontréis. La web de soundconverter os puede ser de ayuda para ver qué paquetes tenéis que instalar para realizar las pertinentes conversiones.

Utilizando la navaja suiza ffmpeg en terminal

Para los amantes de la terminal como yo siempre hay una solución. Lo instalamos con:
aptitude install ffmpeg
En mi caso convertir de formato MP4 a MP3 con ffmpeg ha sido muy sencillo:
ffmpeg -i fichero.mp4 fichero.mp3
Aquí algunos ejemplos más que pueden resultar útiles:
# OGG a MP3
ffmpeg -i fichero.ogg -acodec libmp3lame fichero.mp3
# OGG a WAV
ffmpeg -i fichero.ogg fichero.wav
# WAV a OGG
ffmpeg -i fichero.wav  -acodec libvorbis fichero.ogg
# WAV a MP3
ffmpeg -i fichero.wav -acodec libmp3lame fichero.mp3

Sound Converter como GUI

Una GUI bastante completa. La instalamos con:
aptitude install soundconverter

______________________________________________________________________________
Forma más fácil


2. Instalar LAME. Abrir el terminal y escribir ésto:



sudo apt-get install lame

(Introducir la clave de administrador cuando se requiera). 


3. Convertir un archivo WAV en uno MP3.
Ejecutar el terminal y teclear ésto:


lame FILE.wav FILE.mp3

Siendo FILE el nombre del archivo. Con ésto se iniciará la conversión, que puede durar algunos minutos, dependiendo del tamaño del archivo.

lunes, 27 de noviembre de 2017

rkHunter escáner de diferentes tipos de vulnerabilidades locales (potenciales) (puertas traseras, exploits y rootkits)


apt-get install rkhunter
 
rkhunter --update
// si esto falla hacer esto  
 
vi /etc/rkhunter.conf    CAMBIAR

UPDATE_MIRRORS=0 por UPDATE_MIRRORS=1
MIRRORS_MODE=1 por MIRRORS_MODE=0
WEB_CMD="/bin/false" por WEB_CMD=""

y luego
rkhunter --update
 
 
rkhunter --propupd 
 
 
Para iniciar el programa 
 
Ahora para iniciar el programa.
rkhunter -c


Lo hará en varias fases: primero chequeará los binarios del sistema y luego nos pedirá continuar para buscar rootkits, fallos del sistema, etc..
Al final archivará los resultados en un fichero de texto en:
/var/log/rkhunter.log
 
Basta con revisar los logs en los paths de los warnings para salir de dudas.
grep Warning /var/log/rkhunter.log

lunes, 20 de noviembre de 2017

Create Wifi Hotspot on Debian 9 Xfce (Funciona)

Create Wifi Hotspot on Debian 9 Xfce

Creating WiFi hotspot on Debian 9 Xfce is pretty easy for it comes with the Network Manager preinstalled. Follow the instructions below to create WiFi hotspot on Debian:
  • Right click on the Network Manager icon from the Xfce panel. You’d find Edit Connections at the end of the list. Click on it.
  • Click Add.
  • Select Wi-Fi from the drop-down list and click on Create.
  • A window will appear. You can change the connection name or keep it like that. That’s up to you.
  • Give any name to SSID. Your hotspot would be named after that name.
  • Mode would be Infrastructure.
  • Click on the drop-down button on the Device MAC address and select your wireless card.
  • Go to Wi-Fi Security tab. From there select WPA & WPA2 Personal as the Security type. Set a password.
  • Go to IPv4 Settings tab. Select Shared to other computers from the drop-down menu of the Method.
  • Click Save.
Now open the terminal window and execute the following command:
sudo mousepad /etc/NetworkManager/system-connections/name_of_the_wifi_hotspot
  • I’ve used Mousepad as the text editor for example purpose. You can use anything else as long else you use that name in the aforementioned command. Also, replace name_of_the_wifi_hotspot with the name you chose as the Connection Name.
  • A file would open in your text editor (in this case, Mousepad text editor). Find mode=infrastructure line and replace it with mode=ap
  • Now Save the file.
  • You might want to restart your system for the WiFi hotspot to work.
  • After a restart, your computer should be automatically connected to the WiFi hotspot you’ve just created. If not, then select Connect to Hidden Wi-Fi Network and select your hotspot from the drop-down list.

jueves, 21 de septiembre de 2017

Que instalar despues de Instalar debian 9 con xfce


En una instalación limpia colocar
vi /etc/apt/sources.list


######   Repositorios oficiales ##########
deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.us.debian.org/debian/ stretch main contrib non-free

# stretch-actualizaciones-seguridad
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

# stretch-actualizaciones-sistema
deb http://mirrors.kernel.org/debian/ stretch-updates main contrib non-free
deb-src http://mirrors.kernel.org/debian/ stretch-updates main contrib non-free
deb http://mirrors.kernel.org/debian stretch-proposed-updates main contrib non-free
deb-src http://mirrors.kernel.org/debian stretch-proposed-updates main contrib non-free

#Dropbox
deb http://download.virtualbox.org/virtualbox/debian stretch contrib

apt-get install aptitude

vi /etc/default/grub
     modificar GRUB_TIMEOUT=0 //esta en 5
     update-grub2

 wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
 wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -


aptitude install kgpg blueman virtualbox-5.2 keepass2 dia pgadmin3 youtube-dl cups rhythmbox thunar-dropbox-plugin testdisk apache2 php7.0 php7.0-ldap  php7.0-pgsql postgresql-9.6 pdftk libmp3splt0 libmp3splt0-mp3 texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended texmaker anyremote ganyremote wmctrl dia pgadmin3 gedit unrar-free  unrar syslinux python-glade2 gedit unrar firmware-realtek gnome-calculator  ttf-mscorefonts-installer git brasero gparted ssh dnsutils audacity calibre g++ vim zim locate kid3 gimagereader glabels meld




para crear usb booteable
dpkg -i dpkg -i live-usb-install-2.5.11-all.deb

 
 gpasswd -a tu_usuario vboxusers

 cd /etc/udev/rules.d/
cp 60-vboxdrv.rules 60-vboxdrv.rules.original
  vi 60-vboxdrv.rules
   reboot





viernes, 20 de enero de 2017

Instalar yii1 en debian para trabajar con ldap y postgresql

Instalar

apt-get install apache2 php7.0 php7.0-ldap  php7.0-pgsql postgresql-9.6

Descargar

http://www.yiiframework.com/download/


Yii 1.1
yii-1.1.17.467ff50.tar.gz

Luego de descargado el yii, descomprimirlo y pasarlo a /var/www/ 

a la carpeta yii luego de descomprimirla darle permisos al usuario www-data

/var/www/ chown -R www-data:www-data yii/

con eso es suficiente para poder crear nuestro proyecto en yii