Skip to content

Instantly share code, notes, and snippets.

View suprematis's full-sized avatar

Andres Salgado suprematis

View GitHub Profile
@suprematis
suprematis / README.md
Created April 7, 2023 00:22 — forked from cstrahan/README.md
Binary transfer script for minicom.

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
@suprematis
suprematis / _INSTALL.md
Created December 7, 2019 19:49 — forked from robinsmidsrod/_INSTALL.md
Bootstrapping full iPXE native menu with customizable default option with timeout (also includes working Ubuntu 12.04 preseed install)

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

@suprematis
suprematis / docker-compose.yml
Last active September 6, 2019 15:54
Docker compose sample virtual host
version: "3"
services:
server:
build: server/
command: python ./server.py
expose:
- 8888/tcp
environment:
- VIRTUAL_HOST=myvirtualhost.com
- VIRTUAL_PORT=80
@suprematis
suprematis / docker-compose.yml
Created September 6, 2019 15:30
Docker Compose yaml nginx proxy
version: '3'
services:
nginx-proxy:
image: jwilder/nginx-proxy
ports:
- "80:80"
network_mode: bridge
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
@suprematis
suprematis / Trabajo realizado hasta la última comunicación 11-17-15
Created August 31, 2017 04:00
Trabajo realizado hasta la última comunicación 11-17-15 | Business Ware Corp
## 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