sudo nano /boot/config.txt
# Disable Bluetooth
dtoverlay=pi3-disable-bt
#deshabilitar los servicios de bluetooth
sudo systemctl disable hciuart.service
sudo systemctl disable bluealsa.service
sudo systemctl disable bluetooth.service
sudo nano /boot/config.txt
# Disable Bluetooth
dtoverlay=pi3-disable-bt
#deshabilitar los servicios de bluetooth
sudo systemctl disable hciuart.service
sudo systemctl disable bluealsa.service
sudo systemctl disable bluetooth.service
#Configura conexiones SSH sin password
#desde el PC de origen creamos la llave
ssh-keygen -b 4096 -t rsa
#una vez generada la llave
ssh-copy-id usuario@servidor.ddns.net
#si se requiere agregar otro puerto distinto al 22 se debe agregar -p puerto
ssh-copy-id usuario@servidor.ddns.net -p 23
#posterior a esto
ssh usuario@servidor.ddns.net -p 23
#para agregar host dinamicos
ssh-keygen -f "/home/user/.ssh/known_hosts" -R "dominio.ddns.net"
# -*- coding: utf-8 -*-
SELECT name ,CONCAT ( 'select count (*),''',name,''' from ',name)
FROM sysobjects WHERE xtype = 'U' order by name
basado en https://www.realdroid.es/2016/10/29/configurar-no-ip-para-raspberry-pi-y-de-paso-que-es-no-ip/
sudo apt-get update && sudo apt-get upgrade
mkdir noip
cd noip
wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
tar -zxvf noip-duc-linux.tar.gz
cd noip-2.1.9-1
sudo make
sudo make install
contrab -e
#y agregar
@reboot /usr/local/bin/noip2
#para deshabilitar el swapfile
systemctl disable dphys-swapfile