9 de jun. de 2021

TBT - LPI

 Long time no see!


I've found a video of me from 2009 about Linux Certification. It's been a long journey since then and Linux is still part of my life (and I will talk about this soon).

For the meantime, enjoy a young nerd, trying to have Tifa's hair, talking about LPI.

[pt-br] https://vimeo.com/4513682

15 de jun. de 2018

Raspberry PI - How to set your VGA monitor to play some oldies


I had some trouble to setup my old AOC 912Vwa VGA monitor on My Raspberry Pi 3.
So I decided to write it down here, and maybe help some folks ;)

I'm using RECALBOX.

First you'll need an adapter - VGA to HDMI. (Sorry, there's no magic for the hardware part)

Then find out the config.txt file, on BOOT partition.
Backup its content.

Then set those configurations and reboot your Rasp.

hdmi_safe=0
hdmi_mode=16
hdmi_group=2
disable_overscan=0
hdmi_force_hotplug=1
disable_overscan=1
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
program_serial_random=1
config_hdmi_boost=4
hdmi_ignore_edid=0xa5000080
temp_limit=85
force_pwm_open=1
hdmi_drive=2
dtparam=audio=on
boot_delay=3
disable_splash=1
cec_osd_name=recalbox
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=512
kernel=zImage

Hope it woks for you too!



3 de abr. de 2018

Facebook Dev Circles

Pessoal,

Adicionando os slides da última apresnetação no Facebook Dev Circles ;)





8 de mar. de 2017

Women Tech Makers - IBM - São Paulo

Pessoal, como prometido aí vão os slides apresentados no Women Techmakers realizado na IBM em São Paulo:

https://pt.slideshare.net/griebeler/women-techmakers-so-paulo

29 de jun. de 2016

Relation X does not exist

Problem:
While trying to export a select result, you got the following error message: Relation xxx does not exist

Possible Solution:
If you are working with Temporary Tables, be aware they will be available for this session only.
So, when exporting the result, make sure you are not allowing the client to OPEN A NEW CONNECTION.

Otherwise the new connection will not know the tables, since they only exist on the previous connection.

Stupid Issues, but it's worth to share ;)

Dbeaver
PostgreSQL
Squirrel SQL Client