Configure minicom with minicom -s and enter the “File transfer protocols” section. You can add a section there called “binary”, point it at your file, and specify:
| Field | Value |
|---|---|
| Name | Binary |
| Program | bin-xfer -o %l |
| Name | Y |
| U/D | U |
| FullScr | Y |
Configure minicom with minicom -s and enter the “File transfer protocols” section. You can add a section there called “binary”, point it at your file, and specify:
| Field | Value |
|---|---|
| Name | Binary |
| Program | bin-xfer -o %l |
| Name | Y |
| U/D | U |
| FullScr | Y |
Add the following chunk to your existing ISC dhcpd.conf file.
if exists user-class and ( option user-class = "iPXE" ) {
filename "http://boot.smidsrod.lan/boot.ipxe";
}
else {
filename "undionly.kpxe";
}
(or see https://gist.github.com/4008017 for a more elaborate setup
| version: "3" | |
| services: | |
| server: | |
| build: server/ | |
| command: python ./server.py | |
| expose: | |
| - 8888/tcp | |
| environment: | |
| - VIRTUAL_HOST=myvirtualhost.com | |
| - VIRTUAL_PORT=80 |
| version: '3' | |
| services: | |
| nginx-proxy: | |
| image: jwilder/nginx-proxy | |
| ports: | |
| - "80:80" | |
| network_mode: bridge | |
| volumes: | |
| - /var/run/docker.sock:/tmp/docker.sock:ro |
| ## Trabajo realizado hasta la última comunicación 11/17/15 | |
| 1. Selección de imágenes ilustrativas de procesos y servicios de la compañia. | |
| 2. Instalación de ambiente de desarrollo para el sitio | |
| 3. Configuración de plantilla Wordpress basado en selección preliminar de 3 temas | |
| 4. Configuración de las siguientes plugins | |
| - akismet | |
| - all-in-one-wp-security-and-firewall | |
| - envato-wordpress-toolkit-master | |
| - js_composer | |
| - loco-translate |