I havn’t done this for a couple years and the last time I did I used Plesk and absolutely hated it. I am so confused right now.
I bought my domain.
I have everything confirmed.
I bought Linux hosting.
How do I get into Linux to get everything started? I was sent an email to show me how to USE Linux but now how to get into it. I dont mean to sound like a newb but I am so frustrated.
Login to your web hosting account and upload few files using file manager or else you may contact a web designer at website like http://oktutorial.com/ to set it up for you.
You don’t need Linux yourself in order to host your website on a Linux hosting. It just means that should your website be dynamic (opposed to static HTML site), your webpages should be developed in php. You could do that on your existing Windows computer by getting XAMPP which is a free webserver based on Apache with MySQL and PHP interpreter for Windows.
Find out more at:
http://www.apachefriends.org/en/xampp.html
References :
Well, your service provider should probably have given you some tools for general usage, but it’s possible they don’t, depending on who you go with. The nitty-gritty way of getting in is using an SSH client (or a telnet client, but don’t do that, it’s not secure). The one that many people seem to prefer is PuTTY:
http://www.putty.org/
You’ll want to start an SSH session to your domain name (or direct to the IP address), and use the username/password that your service provider gave you.
That’ll get you to the command line for your account on the Linux machine that you’re hosted on.
The next step is familiarizing yourself with UNIX/Linux commands. The learning curve is kind of steep for a lot of things, but it’s as powerful or more so than any GUI interface that your ISP will give you.
If you need to FTP files over there (if they haven’t given you a GUI to do so), you can use Windows’ built in FTP client. Start->Run…->"ftp http://www.mydomain.com". Again, very low-level, and steep learning, but it’ll do what you want. Or you can download one of a zillion GUI FTP clients that will handle it for you as well.
DaveE
References :
The best Linux web hosting service is found at:
http://bluehost-plan.atspace.com
Good Luck!
References :
Login to your web hosting account and upload few files using file manager or else you may contact a web designer at website like http://oktutorial.com/ to set it up for you.
References :