Skip to content

Instantly share code, notes, and snippets.

View pfsmorigo's full-sized avatar

Paulo Flabiano Smorigo pfsmorigo

View GitHub Profile

Keybase proof

I hereby claim:

  • I am pfsmorigo on github.
  • I am pfsmorigo (https://keybase.io/pfsmorigo) on keybase.
  • I have a public key whose fingerprint is BF63 DEE8 4418 5500 0AF0 F4A7 0546 943B 04B4 F13A

To claim this, I am signing this object:

;FLAVOR:Marlin
;TIME:2029
;Filament used: 1.121m
;Layer height: 0.15
;MINX:96.1
;MINY:77.1
;MINZ:0.2
;MAXX:138.9
;MAXY:157.9
;MAXZ:2
;FLAVOR:Marlin
;TIME:2944
;Filament used: 1.21735m
;Layer height: 0.1
;MINX:96.1
;MINY:77.1
;MINZ:0.2
;MAXX:138.9
;MAXY:157.9
;MAXZ:2
BANCO ITAÚ
- Todos os cartões de CRÉDITO (VISA e Mastercard) ou MÚLTIPLO, apenas função crédito (VISA e MASTERCARD). Não são elegíveis cartões de débito, adicionais, pré-pagos, corporativos ou pessoa jurídica.
CREDICARD
- Todos os cartões de CRÉDITO CREDICARD (Mastercard e VISA). Não são elegíveis cartões adicionais ou pré-pagos.
BANCO BRADESCO
* Apenas cartões de CRÉDITO de CORRENTISTAS
- Smiles Visa Gold (iniciados por 400473)
- Smiles Visa Infinite (iniciados por 400532)
- Smiles Visa Internacional (iniciados por 434546)
- Smiles Visa Platinum (iniciados por 400497)
---
- name: Check if GPG is installed
when: ansible_os_family == "Debian"
register: result
changed_when: result.rc == 1
failed_when: result.rc >= 2
shell: apt-key fingerprint | grep -q "AdvanceToolchain"
- name: Add official GPG key

Keybase proof

I hereby claim:

  • I am pfsmorigo on github.
  • I am pfsmorigo (https://keybase.io/pfsmorigo) on keybase.
  • I have a public key whose fingerprint is E5FD 3271 C922 32A9 CE3E 2C34 5794 BB25 9795 7F44

To claim this, I am signing this object:

diff --git a/.gitignore b/.gitignore
index 2b0156a..18ab8e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,6 +58,8 @@ grub-emu.exe
grub-emu-lite.exe
grub_emu_init.c
grub_emu_init.h
+/grub-file
+/grub-file.exe
index 648bd94..dcd462f 100644
--- a/cairo.spec
+++ b/cairo.spec
@@ -107,6 +107,7 @@ This package contains tools for working with the cairo graphics library.
--enable-tee \
--enable-gl \
--enable-gobject \
+ --enable-xcb \
--disable-gtk-doc
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@pfsmorigo
pfsmorigo / ks-xfs.cfg
Created August 15, 2012 15:41
XFS kickstart profile
# Kickstart file automatically generated by anaconda.
#version=DEVEL
install
lang en_US.UTF-8
keyboard us
network --onboot no --device eth0 --bootproto dhcp --noipv6 --hostname tripaseca-1.ltc.br.ibm.com
network --onboot yes --device eth1 --bootproto dhcp --noipv6 --hostname tripaseca-1.ltc.br.ibm.com
timezone America/Sao_Paulo
rootpw --iscrypted $6$BNJfctBzON6N9p7n$TZnaOM59t.XgZmYFPZ0B/GdwHTHjSAWO1KpCc3UEBNBRsmRA0Vu5vXMrxyi/PfRSytafbTuquaefXrfPQZB5y.
@pfsmorigo
pfsmorigo / toggle_touchpad.sh
Created July 30, 2012 19:41
Toggle the Lenovo T410 touchpad
#!/bin/bash
# Add to i3 config:
# bindsym XF86TouchpadToggle exec toggle_touchpad
STATE=0
if [ "$(xinput list-props 12 | grep "Device Enabled" | cut -f 3)" == "0" ]; then
STATE=1
fi