Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,805
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. That donation has already been used to create a Tommy account. If both accounts are yours please be aware that since you're allowed to create as many websites on your one account as you want you're only allowed to have one account total. You can delete any accounts in excess of one by going to http://www.heliohost.org/classic/support/scripts/delete
  2. I manually edited the deploy.conf file. As long as you don't change the name of the .war file it won't overwrite my manual changes. If you do need to change the name just deploy it and then let me know and I can make the edit again. Yes, tomcat should be able to find files in /home/vukosyst/ but you'll need to have your permissions just right. Tomcat runs as a user named nobody which isn't in the group vukosyst, so you'll need to allow read and write for other. I don't think you need the execute flag for sqlite databases. Let us know if you need help with permissions. Most people find sqlite to be too much of a pain to set up so they switch to mysql which is much easier.
  3. systemctl is superior to init.d and everyone knows it.
  4. Everything looks good. You've been whitelisted to send up to 500 emails per day. Let us know if you have any problems or need any help with anything else.
  5. Does http://inschrijven-vukamerorkest.heliohost.org/vukosyst_web/ work as expected?
  6. You should be able to scan the qr code here https://www.heliohost.org/donate/ 1Q53Yrkodojr9WGTUULJAgY8hZzMAeFpvr
  7. No, the sqlite database won't be backed up as the .war file isn't deployed in a location that your user has access to. We strongly recommend using a non-file based database system like mysql or postgresql.
  8. I just do git on the commandline. To install it just do sudo apt install git Then to clone a repo do git clone https://github.com/<user>/<repo> Linux doesn't use extensions really. They are there, but they are mostly just cosmetic. Like for a bash script you can name it readme.txt or virus.exe. It doesn't really matter. What matters is the first line that is called the shebang, and the permissions. Generally a readme.txt file would be 644. An executable would be 755. As far as applications go I dislike firefox, so I install google chrome. I use thunderbird for an email client. I don't know. It just depends on what you're trying to do.
  9. No problem. Speaking of growing we're actually in the middle of a fundraising campaign to purchase and set up a new server. We're also going to be giving out storage space increases to our donors. You can check out our progress at https://www.gofundme.com/heliohosts-lily-server-and-storage-increase If you feel like donating or sharing the link we would really appreciate it.
  10. Ubuntu is my preferred distro for desktop computers. It's based on the Debian distro, but designed to be more up-to-date with some of the cutting edge versions. Ubuntu believes in open-source and doesn't like closed-source propitiatory software with licensing fees. Pros: It's really easy to install and use and it's not too different from windows/mac. Cons: Security is pretty lax since it's intended for a single user home pc instead of a multi-user server pc. For instance all new users are automatically added to wheel so they can escalate their permissions to root using their own password. They don't even need to know the root password. Xubuntu is just a light version of Ubuntu designed to use less memory and less cpu on older computers. Some people use it on fast, new computers too just because they want maximum performance. Pros: High performance with a lot of the ease of use of full Ubuntu. Cons: Not as pretty and flashy as Ubuntu. Mint is actually based on Ubuntu too, but they allow closed source proprietary software. They also use a different default user interfaces. Ubuntu uses unity which I really like, and Mint has several choices to pick from. Pros: Compatible with Ubuntu and all Ubuntu applications. Cons: You might have to pay for some software.
  11. The reason we append your username to your .war file before it's deployed is because otherwise we would have conflicts. Say one user deployed test.war and a second user then also deployed test.war the first one would be overwritten and suddenly user1.heliohost.org/test/ would change to someone else's site. To prevent this we append the username to the front of the file. test.war becomes user1_test.war or user2_test.war depending on who deploys it. Sometimes this name change causes issues within the .war file when it's hard coded to only work with one name. To get around this issue we recommend writing your .war so it will work with any name, but if that isn't possible for you just simply name it vukosyst_web.war yourself. If your .war file already has your username and an underscore in front it won't be added again. When you create a full backup anything in /home/vukosyst/ will be backed up as well. That is the directory that .war files are uploaded to prior to deployment.
  12. Sure, let me know once you've sent the PM as I don't check my PMs otherwise.
  13. Yes, there is a cloudflare plugin in cpanel that you can use as well. wedropshipall.com is one domain, dropshippinghotnews.com is another domain. You can add them both to cloudflare if you wish.
  14. Alright, your account is whitelisted to send up to 500 emails per day.
  15. Just use [ quote ][ /quote] or [ code ][ /code ] tags removing the spaces to make them functional. If you'd rather email an example to me let me know.
  16. You can put as many domains on cloudflare as you wish, but you cannot put any .heliohost.org type domains on cloudflare. Check out https://support.cloudflare.com/hc/en-us/categories/200275218 for step by step instructions on how to switch your domains to cloudflare. We recommend setting your domains up with our nameservers first to make sure they are working (which you've already done) and then switching to cloudflare's nameservers so they can copy our working settings.
  17. In order to increase your daily limit of sent emails you'll need to verify that you aren't sending spam by providing a little additional information. You've already answered a couple of our questions. How do recipients of your emails unsubscribe?Can you provide a sample email that you would send?
  18. Sorry, G is right next to B on my keyboard and I must have fat-fingered it and not noticed. I meant MB (megabytes) not MG (milligrams). I edited my post. Implementing Node.js is really similar to Ruby on Rails. We've offered RoR for years without any issues. No one said "unlimited". I said "within reason". If someone comes to us an says they need 300 Exabytes of storage we're going to have to tell them to look elsewhere. We don't have room in our cabinet for that much storage space. All hosts who say "unlimited" don't really mean it literally.
  19. That account is suspended for Phishing. For security reasons, phishing accounts cannot be unsuspended, backed up, or deleted. You will need to create a new account and restore any backup you may have. Please be aware that you will not be able to reuse any domains on your suspended account, and will need to pick a new username. We apologize for any inconvenience this may have caused.
  20. Here is the contents of your .htaccess file /home/bowiecao/public_html/flask/.htaccess RewriteEngine On RewriteBase / RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(flask\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ flask/flask.wsgi/$1 [QSA,PT,L] That first line is causing an error because it is not a valid .htaccess command. I removed it for you and your "hello world" flask app is working now. http://little-chicken.heliohost.org/flask/
  21. Eventually we're going to offer a system where you can expand your storage more or less as much as you want within reason. For the current GoFundMe, if we reach our goal and once the new server is installed and set up, anyone who donated $5 USD or more will have their storage space doubled to 2000 MB total.
  22. The ssl on that domain has already been automatically set up. That's why it's called autossl. We don't have to do anything except be patient. https://wedropshipall.com/ and https://www.sslshopper.com/ssl-checker.html#hostname=wedropshipall.com
  23. GoFundMe requires a donation of $5 or more. If you would like to donate $1-$5 you can do so at https://www.heliohost.org/donate/
  24. It's been over 6 months since the last time you logged in to your account. We have a limited amount of space on our servers, and unfortunately we have to delete the oldest unused accounts when we run out of space. This is what happened to your account so you'll need to recreate your account and restore from the latest backup that you have. I have sent a Tommy invite to your email address. To help fix this problem of needing to delete old accounts we are currently running a GoFundMe campaign to increase our storage space by 8 TB. You can check out our progress or contribute yourself at https://www.gofundme.com/heliohosts-lily-server-and-storage-increase
×
×
  • Create New...