Skip to content

Instantly share code, notes, and snippets.

View vonpupp's full-sized avatar

Vonpupp vonpupp

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vonpupp
vonpupp / ansible-summary.md
Created June 13, 2017 01:11 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of

@vonpupp
vonpupp / odoo-sh.py
Created April 23, 2016 05:37 — forked from dreispt/odoo-sh.py
Odoo Shell: run Odoo commands without a server RPC connection
"""
Setup:
Assuming Odoo 8.0 sources at ~/odoo:
$ cp odoo-sh.py ~/odoo
$ cd ~/odoo
$ python -i odoo-sh.py
Usage example:
>>> env = connect('my-db-name')
>>> Users = env['res.users']
@vonpupp
vonpupp / Beamoff Tool.iso
Created November 8, 2015 00:41 — forked from Noitidart/Beamoff Tool.iso
Shows how to install OSX 10.10.1 onto Oracle VirtualBox on AMD
@vonpupp
vonpupp / pedantically_commented_playbook.yml
Created October 20, 2015 03:25 — forked from marktheunissen/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.
#!/bin/bash -ex
# Paste this into ssh
# curl -sL https://gist.github.com/andsens/2913223/raw/bootstrap_homeshick.sh | tar -xzO | /bin/bash -ex
# When forking, you can get the URL from the raw (<>) button.
### Set some command variables depending on whether we are root or not ###
# This assumes you use a debian derivate, replace with yum, pacman etc.
aptget='sudo apt-get'
chsh='sudo chsh'
@vonpupp
vonpupp / tmux.conf
Last active August 29, 2015 14:06 — forked from spicycode/tmux.conf
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Download the archiso image from https://www.archlinux.org/
# Copy to a usb-drive
dd if=archlinux.img of=/dev/sdX bs=16M # on linux
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabeled in the BIOS configuration.
# Set swedish keymap
Detalhes sobre a defesa de mestrado no IME
Como não encontrei em lugar nenhum estou escrevendo aqui com a experiência que tive.
A defesa é dividida em duas partes: proposta de banda e depósito da dissertação. Para fazer o depósito da dissertação PRECISA fazer a proposta de banda antes ou no momento do depósito.
Na proposta de banda precisa ser entregue:
- formulário de proposta de banca encontrado no site do IME[1] JUNTO com o título e o resumo da dissertação
A banca precisa de 3 membros titulares e 3 suplentes.