Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,186
  • Joined

  • Last visited

  • Days Won

    900

Everything posted by Krydos

  1. Remote access enabled.
  2. The problem is really just tomcat. My guess is someone's deployed .war is going haywire. Tommy v2 currently has about half the number of java enabled accounts, and yet tomcat is using like 300% more memory than Tommy v1 was using. I'm in the process of writing some tools to monitor java memory usage, and we might be requiring some java users to switch to a VPS if they want to continue hosting their servlet.
  3. Yes, your existing domain can be switched to point to your VPS. Email on a VPS can be a little tricky if you don't know what you're doing. I recommend either using a panel on your vps, or keeping your free hosting account at the same time. If you keep your free hosting account you can use cpanel to check and manage your emails. If you install a panel on your VPS it will make email much simpler for you. A popular free panel is Vestacp. You could also install cpanel on your VPS, but it costs $15 per month so most people go with a free panel. Yeah, the VPS starts as a blank OS, so you can install apache and mysql and whatever you need. Installing a panel like Vestacp makes this easier for beginners because you can use a browser to manage your sites. Personally I prefer to just use ssh to do everything. Panels are nice, but they take a lot of memory and you'll have better performance without them installed. Vestacp also has some odd quirks like magically installing nginx even though you picked apache and then neither works until you uninstall one or the other. We recommend using apache because it's the same that Johnny, Ricky, and Tommy use, and that way you don't have to change any of your files to migrate your website. Nginx is nice, but you'd likely have to rewrite some stuff to make it work on your existing site.
  4. I'm working on making Tommy more stable. It's a balancing act because we want to allow as many accounts as we can, while still keeping performance reasonable.
  5. What postgresql username do you want to have remote access to what postgresql database? As far as a connection string it depends on the language you're using. For php running on the server it would look something like $dbconn = pg_connect("host=localhost dbname=systemcr_database user=systemcr_user password=secret123");
  6. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  7. Ns2 has been restarted.
  8. Django is fully functional without the command line. The wiki article he linked doesn't require any shell access on the server. You basically just copy/paste the code in and it will work. Django on our servers run through wsgi which means you don't need to worry about ports or starting and stopping processes. It starts the process automatically when someone requests the page. Also keep in mind that since you picked Ricky Django runs on python 2.7. If you'd rather use Django on python 3.7 you need to pick Johnny or Tommy. Honestly though, I think you would be better off with a VPS https://www.heliohost.org/vps/ since you're already comfortable with the command line.
  9. I think that would run with the base VPS model for $4 per month. 1 GB memory, 50 GB storage, and 2 cpus. It's really easy to upgrade later on if you need more performance too.
  10. You sent too many emails.
  11. Ns2 has been restarted.
  12. Yeah, I probably started it and then wandered off and forgot about it like usual.
  13. Unarchived.
  14. Your backup is named expopro.tar.gz and it's located in your home directory.
  15. The problem was a combination of some high memory usage abuse, and abusing tomcat which also results in high memory usage.
  16. Unarchived.
  17. Unarchived.
  18. Unarchived.
  19. Unblocked.
  20. You're on Tommy now, but your domain likely won't work because you're using cloudflare.
  21. We were only offering $5 move and double storage as a limited time discount from the normal $6 for users who were on Johnny since that server was going offline. Now that Johnny has been rebuilt it has gone back to normal.
  22. What is the transaction ID?
×
×
  • Create New...