Skip to content

Instantly share code, notes, and snippets.

View albertogalan's full-sized avatar

Alberto F Galan albertogalan

  • Madrid
View GitHub Profile
#!/bin/bash
if [[ $# -eq 0 ]]; then
echo "$red This command $reset"
echo "Usage: ${FUNCNAME[0]} $green {word} $reset"
exit 0
fi
word="$1"

Alberto Galan Bio

Alberto Galan is a Steam Teacher, expertise in Cybernetics and Neurolinguistic Programming (NPL), a famous methodology to increase the efficiency in learning and achieve the excelence. Through Anchoring, persuading and couching techniques makes the students to learn a faster pace discovering their potential growth.

He maintains connection with NASA engineers co-investigators in Mars 2020 Mission. Additionally has more than 20 years of experience in different fields as Biotechnology ( Switzerland, Biorad ), Automated Warehouses ( Switzerland, Kardex ), High Voltage Power Systems ( China, Grandtop ), received education from Spain and England Universities and working with Spanish, German, Switzerland and Norway Entrepreneurs.

Alberto actively participates in Hacker and Colearning communities: Coderbunker (2015-now) Linux Colearning Leader, teaching advanced computer skills. Biohacker Barcelona (2014) organizing and collaborating to create laboratory machines.

He i

Alberto Galan Bio

Alberto Galan is a Steam Teacher, expertise in Cybernetics and Neurolinguistic Programming (NPL), a famous methodology to increase the efficiency in learning and achieve the excelence. Through Anchoring, persuading and couching techniques makes the students to learn a faster pace discovering their potential growth.

He maintains connection with NASA engineers co-investigators in Mars 2020 Mission. Additionally has more than 20 years of experience in different fields as Biotechnology ( Switzerland, Biorad ), Automated Warehouses ( Switzerland, Kardex ), High Voltage Power Systems ( China, Grandtop ), received education from Spai

*pdf
*docx
*swp
*swo

University of Alcala de Henares

World University Ranking

Number of students : 19,438

QS Global Ranking: 481

Status: Public

#!/usr/bin/python
# -*- encoding: utf-8 -*-
import xmlrpc.client
import argparse
parser = argparse.ArgumentParser()
parser.add_argument('--db', help='database')
parser.add_argument('--name', help='lead name')
parser.add_argument('--url', help='comanany url')
#!/bin/bash
# Usage cat script.sh | ssh HOST
MAINUSER=agalan
sudo apt-get update
sudo apt-get -y install python-simplejson
sudo apt install -y openssh-server
#!/bin/bash
#Usage bash < (curl -s repo.sh )
echo "https://gist.github.com/bf98f49269664eff6b2bc47292562ae2"
if [[ $# -eq 0 ]]; then
echo "$red This command send environment setup through ssh $reset"
echo "Usage: $green BRANCH dev2/dot-branch $reset"
echo "Usage: ${FUNCNAME[0]} $green @HOST} {debian/redhat} $reset"
echo "Usage: ${FUNCNAME[0]} branch agalan@host dotbasic"
exit 0