Skip to content

Instantly share code, notes, and snippets.

@raultm
Last active January 30, 2018 09:52
Show Gist options
  • Save raultm/3c636074bb22b18400908db5528c1604 to your computer and use it in GitHub Desktop.
Save raultm/3c636074bb22b18400908db5528c1604 to your computer and use it in GitHub Desktop.
noipsetup
# Install NoIp
## Descargamos el cliente
wget http://www.noip.com/client/linux/noip-duc-linux.tar.gz
## Descomprimimos
tar xzf noip-duc-linux.tar.gz
## Nos metemos en la carpeta
cd noip-2.1.9-1
## Construimos el proyecto
sudo make # Si tienen problemas al hacer make, es porque no tienes gcc instalado 'apt-get install gcc'
## Instalamos
sudo make install
## Ejecutar
sudo /usr/local/bin/noip2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment