Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm very new to Linux, and am intending on setting up an integrated website/software system based on the operating system.
I have a few questions:
1) Can websites developped on Microsoft?Unix systems be easily transplanted onto Linux? Can you essentially use the same code for websites on both systems, or do they have to be programmed differently.
2) How stable is Linux for server applications?
3) Is it more difficult/easy to set up a website on Linux than on a Mocrosoft system?
4) I'm based in the UK. Who would be best to speak to with regards finding top Linux web developers?
5) Which distribution of Linux, if any, is better for servers - there would be several different types of server, including website, database, and application?
1) Are you referring to HTML, CSS, et cetera? Code is code, and it's interpreted by the browser and not the hosting OS, thus an HTML file written in Windows Notepad will be read the same be it on a FreeBSD, Slackware, LFS, or SuSE box
2) If done right, you'll just about never need to reboot.
3) If you're new to linux, you have to realize that it's a whole new environment from within which you have to work. Aside from that whole issue (which gets cleared up the more you work with linux), it's fairly similar; it's just about finding out what you have to do to get what you want done. This website is a great resource for such info
1) Can websites developped on Microsoft?Unix systems be easily transplanted onto Linux? Can you essentially use the same code for websites on both systems, or do they have to be programmed differently.
If the websites weren't specifically made to run on MS servers, (ie. they are regular HTML or something)then you should have to problem running them in Linux. Websites are a universal language.
Quote:
2) How stable is Linux for server applications?
Best on the market. Linux was made for servers.
Quote:
3) Is it more difficult/easy to set up a website on Linux than on a Mocrosoft system?
You can use Apache, the best HTML server out there. And its pretty easy. Just install it, and drop your pages into the apache directory.
Quote:
5) Which distribution of Linux, if any, is better for servers - there would be several different types of server, including website, database, and application?
Any non windows-switcher distro (ie. Xandros, Lindows, Lycoris) will be a fine server. If you need a lot of performance/security, just be sure to turn off unneeded services, and if you're really paranoid, dont even install X.
Personally, my favorite Distro is Slackware, because it is vanilla and doesnt put lots of junk on your system. But its opinion, and you will have to make the decision yourself.
1) Can websites developped on Microsoft?Unix systems be easily transplanted onto Linux? Can you essentially use the same code for websites on both systems, or do they have to be programmed differently.
If you use PHP on Apache, I think the code could be almost the same.
Quote:
2) How stable is Linux for server applications?
Very stable.
Quote:
3) Is it more difficult/easy to set up a website on Linux than on a Mocrosoft system?
I don't think so. I've setup Apache on Linux and on Windows and the difficulty was the same.
Quote:
4) I'm based in the UK. Who would be best to speak to with regards finding top Linux web developers?
5) Which distribution of Linux, if any, is better for servers - there would be several different types of server, including website, database, and application?
People usually mention Debian, Slackware, Red Hat...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.