Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,534
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Krydos

  1. There you go http://orlando.heliohost.org/
  2. Remote access enabled.
  3. I need 5 pieces of information. I've got 3 so far. ServercPanel usernamePostgresql database namePostgresql usernameIp that you want to be able to access remotely (or all IPs)
  4. Deployed. http://stockdiv.heliohost.org/MyHelioServlet/
  5. Just log in at https://www.heliohost.org/login/ and click the "insecure login" at the bottom of the tools page. We highly recommend connecting with the secure encrypted connection though. The insecure option is only there for those who absolutely can't use encryption. Thanks for pointing out that old wiki. I've updated the information there.
  6. You could also just buy a VPS and run your own mysql server, or maybe have a computer at home that runs constantly with mysql on it too. Really the only way you're going to get 150 simultaneous persistent connections is if you run the mysql server yourself.
  7. It looks like your load is coming from /home/shine911/public_html/cron/cron.php
  8. There are 2 steps to hosting a domain. 1) Set the nameservers which it sounds like you've done, and 2) Add the domain to cpanel, which it sounds like you haven't done. If you want the .tk domain to show the same as your .heliohost.org domain then use the alias button in cpanel, and if you want the .tk domain to be something separate from your main domain use the addon button. Depending on whether you use alias or addon it means both or either.
  9. Deployed. http://escrit.heliohost.org/escrit_plataforma/
  10. Convince the author to rewrite his software.Rewrite the software yourself.Switch to better written software that does the same thing.Write your own software that does the same thing.Host the mysql database somewhere where you can have 150 persistent connections.
  11. There you go https://javier.heliohost.org/ http://wiki.helionet.org/Moving_your_account
  12. Krydos

    Account Status

    Account creation is load balanced so when the load is high accounts are created slower to prevent the load from going even higher. The higher the load the slower the response time and high enough load can even cause downtime for the existing websites. It's not worth creating an account in 30 seconds if it means that all of the other thousands of websites hosted on the same server are going to go down because of it. You can check the load of the Johnny server that you picked with this image . Once that value is back below 10 or so accounts should be created more or less instantly. Your account is now created and active. You should now be able to log in at https://www.heliohost.org/login/ and your domain should start working within 24 hours.
  13. It's not a problem. Remote postgresql access is disabled by default for security. Not everyone needs or wants to access their postgresql databases remotely. Remote access enabled.
  14. Unblocked. Try to use the correct cpanel password.
  15. If you're interested in having SSL on your site we strongly recommend transferring to Tommy. On Tommy all domains come with SSL automatically installed, and when the certificate gets close to expiring it automatically updates it for you. Johnny has these types of errors frequently because it is an experimental server, and has high load frequently. When the load is high it can cause long running processes like SSL installation to error out.
  16. Dedicated IPs are $12 per year.
  17. The way the list works is by looking at what modules have been installed by pip. Here's the code #!/bin/python print("Content-Type: text/html\n\n") import pip installed_packages = pip.get_installed_distributions() installed_packages_list = sorted(["<td>%s</td><td>%s</td>" % (i.key, i.version) for i in installed_packages]) print("Tommy /bin/python installed modules:<br><br>") print("<table><tr><th align='left'>Module</th><th align='left'>Version</th></tr>") print("</tr><tr>".join(installed_packages_list)) print("</tr></table>") That list won't include the python standard libraries which weren't installed with pip: https://docs.python.org/2/library/index.html
  18. There you go http://arcweb.ml/
  19. It's not a problem. Remote postgresql database access is disabled by default for security. Not everyone wants or needs their database accessible externally. Remote access enabled.
  20. I see your account is on Johnny. Since Johnny is our experimental server he can frequently experience high load. During periods of high load domain creation can sometimes get broken resulting in partially set up domains. If you let me know the addon domain you're referring to I can take a look.
  21. I installed bs4. The others listed were already available. http://krydos.heliohost.org/cgi-bin/modules27.py
  22. That probably means that your software requires more than four simultaneously open persistent connections. That is some spectacularly poorly written code you've got there. Can you access the source or is this all compiled binaries?
  23. You should now have access to edit the wiki. Let us know if you have any trouble making your changes.
  24. Since it's a wiki it is updated and maintained by our users. Let me know your wiki username and I'll grant you edit access so you can add the information that would have helped you. Python 3.6 on Tommy currently has ['bleach==2.0.0', 'click==6.7', 'cycler==0.10.0', 'decorator==4.0.11', 'django-debug-toolbar==1.8', 'django-jinja==2.3.1', 'django==1.10.5', 'entrypoints==0.2.3', 'flask==0.12.2', 'html5lib==0.999999999', 'ipykernel==4.6.1', 'ipython-genutils==0.2.0', 'ipython==6.1.0', 'ipywidgets==6.0.0', 'itsdangerous==0.24', 'jedi==0.10.2', 'jinja2==2.9.6', 'jsonschema==2.6.0', 'jupyter-client==5.0.1', 'jupyter-console==5.1.0', 'jupyter-core==4.3.0', 'jupyter==1.0.0', 'markupsafe==1.0', 'matplotlib==2.0.2', 'mistune==0.7.4', 'mysqlclient==1.3.10', 'nbconvert==5.2.1', 'nbformat==4.3.0', 'notebook==5.0.0', 'numpy==1.13.0', 'pandas==0.20.2', 'pandocfilters==1.4.1', 'pexpect==4.2.1', 'pickleshare==0.7.4', 'pip==9.0.1', 'postmarker==0.8.1', 'prompt-toolkit==1.0.14', 'ptyprocess==0.5.1', 'pygments==2.2.0', 'pyparsing==2.2.0', 'python-dateutil==2.6.0', 'pytz==2017.2', 'pyzmq==16.0.2', 'qtconsole==4.3.0', 'requests==2.13.0', 'scikit-learn==0.18.1', 'scipy==0.19.0', 'setuptools==28.8.0', 'simplegeneric==0.8.1', 'six==1.10.0', 'sqlparse==0.2.3', 'terminado==0.6', 'testpath==0.3.1', 'tornado==4.5.1', 'traitlets==4.3.2', 'wcwidth==0.1.7', 'webencodings==0.5.1', 'werkzeug==0.12.2', 'widgetsnbextension==2.0.0'] If you need something installed just state your username, server, python version, and the module you need. Nope, /bin/python is 2.7.5. If you need a specific version of python it can probably be installed. This might be more useful than my posted list of modules though as it will always be up to date: https://krydos.heliohost.org/cgi-bin/modules36.py
×
×
  • Create New...