Skip to content

Instantly share code, notes, and snippets.

View elderdosantos's full-sized avatar

Elder dos Santos elderdosantos

View GitHub Profile
gunzip -c xxx.sql.gz |mysql -u root -p
ssh -o serveraliveinterval=60 -C -f remoteuser@remoteip -L port:destip:port -N
LD_LIBRARY_PATH=/usr/local/instantclient/ php files/console.php testjob AtualizaEstoque
https://www.electricmonk.nl/log/2014/09/24/ssh-port-forwarding-bind-cannot-assign-requested-address/
git branch temp
git checkout temp
git branch -f master temp
git checkout master
git branch -d temp