Code Monkey home page Code Monkey logo

colab_ssh's Introduction

Hey! ๐Ÿ‘‹

Iโ€™m a Senior Machine Learning Engineer at WorldQuant, an industry-leading international hedge fund, and quantitative investment management firm.

Before that, I was the Co-Founder & CAIO of a start-up called Techainer, which provides various AI solutions for businesses.

My work is mostly about Computer Vision, MLOps, and Performance Optimization.

I love open source. By looking at my star pattern you can identify what I'm working on. You can also find everything that I open source here on my Github account.

If you want to talk, the best way to contact me is usually through Facebook or Email.

colab_ssh's People

Contributors

lamhoangtung avatar phanthanhtrung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

colab_ssh's Issues

Cannot connect to server with Remote ssh extension of VSCode

Hey @lamhoangtung, I'm using this repo to create collab ssh server. But after updating my MacOs to Monterey version 12.3.1, I can't connect to collab server by using remote_ssh extension on VSCode.

I tried to enable remote.SSH.useLocalServer in VSCode setting and it works, but I can't connect to other server with this setting. Can you help me with this?

Failed to run cloudflared

I got a RuntimeError when trying to run:

setup_ssh(public_key)

You can see full log down here:

RuntimeError                              Traceback (most recent call last)
<ipython-input-2-01e0c43b4a0b> in <module>()
      4 
      5 public_key = 'my public key :p'
----> 6 setup_ssh(public_key)
      7 loop_forever()

1 frames
/usr/local/lib/python3.7/dist-packages/colab_ssh/tunel.py in config_argo_tunnel(msg)
     36     if cfd_proc.poll() is not None:
     37         raise RuntimeError("Failed to run cloudflared. Return code:" +
---> 38                            str(cfd_proc.returncode) + "\nSee clouldflared.log for more info.")  # pragma: no cover
     39     hostname = None
     40     # Sometimes it takes long time to display user host name in cloudflared metrices.

RuntimeError: Failed to run cloudflared. Return code:1
See clouldflared.log for more info.

Fail to download Cloudflare Argo Tunnel

When running:

setup_ssh(public_key)

I got this error:

HTTPError                                 Traceback (most recent call last)
<ipython-input-4-fb45a58a8cc4> in <module>()
----> 1 setup_ssh(public_key)

8 frames
/usr/lib/python3.6/urllib/request.py in http_error_default(self, req, fp, code, msg, hdrs)
    648 class HTTPDefaultErrorHandler(BaseHandler):
    649     def http_error_default(self, req, fp, code, msg, hdrs):
--> 650         raise HTTPError(req.full_url, code, msg, hdrs, fp)
    651 
    652 class HTTPRedirectHandler(BaseHandler):

HTTPError: HTTP Error 404: Not Found

When I check download link of cloudflare, it is actually dead. Could you provide another method to ssh, or another link to download cloudflare?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.