
Links útiles:
Blog dedicado a la Ingeniería de Software, Redes y OpenSource.
-webkit-overflow-scrolling:touch;
.wrapper {
}
<div class="wrapper">
<iframe ... width="100%"></iframe>
</div>
$ wget https://www.noip.com/client/linux/noip-duc-linux.tar.gz
$ tar xvfz noip-duc-linux.tar.gz
$ cd noip-2.1.9-1
$ make
$ sudo make install
$ sudo /usr/local/bin/noip2
$ dig www.appicar.tk
# cat /usr/bin/noip-log
#!/bin/bash
echo $(date +"%Y-%m-%d %H:%M:%S") - IP updated: $(myip) >> /var/log/noip/log
# chmod +x /usr/bin/noip-log
Después tenemos que crear el archivo /usr/bin/myip que nos devolverá en la consola nuestra IP pública. Ponemos este código dentro del mismo:
#!/bin/bash
curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
# chmod +x /usr/bin/myip
# /usr/bin/noip-log
# cat /var/log/noip/log
2017-08-11 21:05:57 - IP updated: 35.196.20.137
Ubuntu:
# curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
# sudo apt-get install -y nodejs
Debian:
# curl -sL https://deb.nodesource.com/setup_8.x | bash -
# apt-get install -y nodejs
$ sudo apt-get install build-essential vim-gnome python2.7 git libclang-dev python-dev
$ cd ~/ && git clone https://github.com/JBakamovic/yavide.git
$ cd yavide && ./install.sh
Ejecución$ yavide
Arreglar errores de ejecución en Ubuntu

$ sudo apt install vim-gnome-py2
$ sudo update-alternatives --set vim /usr/bin/vim.gnome-py2
$ sudo update-alternatives --set gvim /usr/bin/vim.gnome-py2
import { BrowserModule } from '@angular/platform-browser';
BrowserModule
$ sudo curl https://install.meteor.com/ | sh
$ git clone https://github.com/matiasmagni/coreui-meteor-react.git
$ cd coreui-meteor-react
$ meteor npm install --no-optional
$ meteor