Skip to content

Instantly share code, notes, and snippets.

View gumoz's full-sized avatar
🐵
Code Monkey Get Up, Get Coffee, Code Monkey GoToJob.

Gustavo gumoz

🐵
Code Monkey Get Up, Get Coffee, Code Monkey GoToJob.
View GitHub Profile
@gboudreau
gboudreau / AuthyToOtherAuthenticator.md
Last active July 6, 2024 08:05 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy
@dhensby
dhensby / selenium.sh
Created April 20, 2016 19:52
Selenium, Firefox and Behat on CentOS 7 RHEL 7 and fedora
#!/usr/bin/env bash
# help from:
# https://gist.github.com/textarcana/5855427
# http://tecadmin.net/install-firefox-on-linux/
# install deps
yum install -y java Xvfb firefox
# This version of FF doesn't actually work with latest selenium (for me) so I remove it again