Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| """ | |
| 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'] |
| --- | |
| # ^^^ 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' |
| # 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. |