newbie linode questions

Hi this concept is new to me but maybe it's the solution I'm looking for…I want to be able to have the latest versions of MYSQL, PHPMyAdmin and other stuff on a host. But even good conventional providers don't have the latest, they're ususally a couple versions back.

Question: So I could get an account with you, install say Mandrake, then install the software I want and of course serve the pages on the web ?

Would I have to go as far as to install Apache myself to serve my pages? Ie. go all the way and configure a server myself?

Thanks

4 Replies

> Would I have to go as far as to install Apache myself to serve my pages? Ie. go all the way and configure a server myself?

Yup. You get an empty space of a hard drive, choose your base distrubution to install, then configure/install server software.

Some of the Linux distributions offered for installation on your Linode have software like Apache already installed. However, at the time of writing, Mandrake 9.1 is offered (for example), whereas the current version is 10.

If you want a bang-up-to-date system. a Linode offers you the choice of either:
* installing one of the full distributions offered by Linode and updating it using the package manager appropriate for your chosen distribution (a wizard in the Linode Platform Manager installs the distribution - you have to do the software update);

  • installing one of the partial distributions offered by Linode (which, as a minimum might only contain a ssh server and a system logger) and then installing additional software of your choosing (a wizard in the Linode Platform Manager installs the distribution - you have to do the software installation / configuration);

  • installing a distribution other than those offered by Linode (you have to do the whole job);

  • building the entire system yourself from scratch.
    The only restrictions are that you have to use one of the Linode supplied kernels and you cannot use kernel modules.

I thought I remembered reading somewhere that you can use kernel modules.

I don't remember where, correct me if I'm wrong.

If caker let us insert modules into the UML guest kernel, it's very likely that we could subvert the UML host. Not that nice guys like you or I would. But just in case, kernel modules are not permitted.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct