Skip to content
View jcarlos78's full-sized avatar
🖖
Hello World´s
🖖
Hello World´s
  • Serena Energia
  • Brasil

Organizations

@ClubeIngresso @legendei-shop @LabDevs-ninja

Block or report jcarlos78

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jcarlos78/README.md

Hi 👋, I'm José Carlos Menezes

hands on learn by doing and love to code type of person!

🌱💡🚀 I’m currently working @ [Serena Energia](http://srna.co/)

Connect with me:

https://www.linkedin.com/in/jcarlos78/ https://www.instagram.com/jcmp78/

Pinned Loading

  1. Host Ec2-AWS TUNNEL Host Ec2-AWS TUNNEL
    1
    cd ~/.ssh/
    2
    vi config
    3
    
                  
    4
    Host estunnel
    5
      HostName [[THE_EC2_PROXY_INSTANCE]]
  2. SimpleHTTPServer SimpleHTTPServer
    1
    import sys
    2
    import BaseHTTPServer
    3
    from SimpleHTTPServer import SimpleHTTPRequestHandler
    4
    
                  
    5