10

So... I've been messing arround with my first VPS (with little knowledge of Linux).
First installed lxde to learn how to do it, then back to the terminal. then I started with Apache, watching online tuts ...
Then I changed for nginx... Looks way better.
Installed my sql, php and got stuck. Dropped it for a few days.
Today I restarted, deleted Apache, mysql, reinstalled nginx, my php (with lots of problems because of old instalations). Everything is working now except php.
After going round and arround I changed my focus to relax a bit, and remembered I still have Apache on the firewall...
OK Apache and other stuff that I installed.
Delete everything
New rules only for nginx and reset.
Cant ssh to the server... What?
Oh... Forgot to add rules to OpenSSH...
No matter, I can access the terminal directly on the website....
And it loads to ldxe, with no user set...
Fuckkkk.
Oh BTW I'm in a trial free period with no support...

Comments
  • 0
    Where are you renting your VPS?
  • 0
    There are tradeoffs, and it won't really help you this time. But depending who you're renting from, there may be a cloud firewall that you could use (at least for now).

    DigitalOcean has a pretty decent setup :)
  • 0
    I'm testing arubacloud, can't reinstall but I can create another server, will just loose a few days of use.
    I set the firewall... And that's the problem
  • 0
    Btw digital Ocean is more expensive, just checked it out
  • 1
    @RodrigoF Sorry I think you misunderstood. I was referring to Cloud Firewalls.

    ie: you access it through DigitalOcean's dashboard (or equivalent provider) and manage the rules from there. It doesn't require you to SSH into the VM, so if you forget to create an ALLOW rule for openSSH - no problem, you just add it.

    As for their pricing, their cheapest droplet is $5. I'm not sure what you need in terms of requirements, but it's an option. They've been my goto for years.
  • 0
    Oh I see@Rundle oh I see.
    Aruba has that option, but opens lxde, with no user or option to go to the terminal.
    Anyway just created a new server.
    Same server in Aruba is 2€ per month :p
  • 1
    @RodrigoF Sounds good! Just keep it in mind as an option, the extra $2 might save some pain (depending on your project)
  • 0
    @AlpineLinnix Fair enough :) I've never really looked into either of them.

    Truth be told, I personally use DigitalOcean for their API

    Edit: I've never heard of them because it seems like their mostly EU (I may be wrong?) I'm in NA, we have different providers that are a little more prevalent here I guess.
  • 0
    @AlpineLinnix Canada (North America)

    Alright thanks for the suggestions!
  • 0
    @theKarlisK yep, I'm stuck at php.
    Just can't make it work...

    Created a new server, installed nginx, php and mysql. The server is working but can't load php pages :(
  • 1
    Break stuff and learn :)
  • 1
    @theKarlisK what you're saying about PHP being loaded as a module isn't completely true. With Apache you have the option to load PHP as a module (mod_php) but you can just as well use the service (php-fpm) like you mean in Nginx :)
  • 0
    @xalys that's the beauty of free VPS :p
    I'll try to install on my vm, since I already know some of the mistakes.
    VPS is running Ubuntu 16, vm mint
  • 0
    Bahhhh fuck it. Just can't get php to work. I'll try lamp in other server.
    Btw skysilk is giving free VPS while beta is on test. 1vcpu 512mb ram
  • 0
    It's funny... Spent a day trying to get nginx with php to work, blocked a server, now I'm watching a tutorial video to install lamp and it's already working...
    And I'm not even frustrated with the time lost because how much I learned.
  • 1
    @RodrigoF That's the best way to learn. Sometimes it takes 2-3 days of confusion, then it'll suddenly click :)
  • 0
    Now I have three projects in line and none involve VPS lol
    Still have my two new arduinos waiting... Although I already burned a LCD display because of a faulty part lol
Add Comment