This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Boxy Monokai", | |
"workbench.iconTheme": "vscode-icons", | |
"terminal.integrated.fontFamily": "DejaVu Sans Mono for Powerline", | |
"editor.codeLensFontFamily": "MesloLS NF", | |
"editor.inlineSuggest.showToolbar": "always", | |
"editor.tabSize": 2, | |
"window.zoomLevel": 1, | |
"vsicons.dontShowNewVersionMessage": true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chown -R user_pc projectname |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In Dockerfile you have /myapp but in docker-compose.yml -- /app | |
It's not correct because your docker compose not finding the reference file so the correct solution is | |
in your dockerfile set /app to and you can make a same file for reference in docker compose /app :D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ATUALIZAR RUBY | |
cd /usr/local/rbenv | |
git reset --hard | |
git pull origin master | |
cd ~/.rbenv/plugins/ruby-build | |
git reset --hard | |
git pull origin master | |
# - Listando versoes existentes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Version 19.5.0.0.0 | |
# Instalar a biblioteca | |
sudo apt-get install libaio1 | |
# Criar a pasta | |
sudo mkdir /opt/oracle | |
# Mover para /opt/oracle | |
instantclient-basic-linux.x64-19.5.0.0.0dbru.zip | |
instantclient-sdk-linux.x64-19.5.0.0.0dbru.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Version 19.5.0.0.0 | |
# Instalar a biblioteca | |
sudo apt-get install libaio1 | |
# Criar a pasta | |
sudo mkdir /opt/oracle | |
# Mover para /opt/oracle | |
instantclient-basic-linux.x64-19.5.0.0.0dbru.zip | |
instantclient-sdk-linux.x64-19.5.0.0.0dbru.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "Monokai Dimmed", | |
"window.zoomLevel": 2, | |
"dart.flutterAdbConnectOnChromeOs": true, | |
"dart.flutterSdkPaths": [ | |
"/opt/flutter/bin" | |
], | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if not exist ssh keys into you configs rune this code below. | |
ssh-keygen -t rsa -b 4096 -C "[email protected]" | |
# afte generate ssha key on steps get you new key | |
cat ~/.ssh/id_rsa.pub | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you think your gems are messed up, you can always uninstall all local gems with the following command: | |
for i in `gem list --no-versions`; do gem uninstall -aIx $i; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Internacionais | |
https://nomadlist.com | |
http://www.freelance.com/en/ | |
https://remoteok.io/ | |
https://www.flexjobs.com/ | |
https://www.wfh.io/ | |
https://www.virtualvocations.com/ | |
https://weworkremotely.com/ | |
https://authenticjobs.com/ |
NewerOlder