<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Dedicated Server Guides</title>
	<atom:link href="http://www.dedicatedserverguides.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dedicatedserverguides.com</link>
	<description>Everything you ever wanted to know about dedicated servers.</description>
	<lastBuildDate>Wed, 20 Aug 2008 10:32:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on What certifications should I get that relate to working in a dedicated web server farm? by yesterdayze</title>
		<link>http://www.dedicatedserverguides.com/what-certifications-should-i-get-that-relate-to-working-in-a-dedicated-web-server-farm.html/comment-page-1#comment-24</link>
		<dc:creator>yesterdayze</dc:creator>
		<pubDate>Wed, 20 Aug 2008 10:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/what-certifications-should-i-get-that-relate-to-working-in-a-dedicated-web-server-farm.html#comment-24</guid>
		<description>Anytime webservers are involved, start with at least Security+, I assume you have your A+? This is often overlooked, but is an absolute must for a good groundwork.

MCSA is useful for windows and all that just as a good background but not really specific and not useful for linux. 

If this will be Citrix based at all, and a lot of companies tend towards citrix solutions, the Citrix Certified Enterprise Administrator (CCEA) is useful.

On the hardware side of things, figure out where you want to focus. Most companies today seem to prefer cisco solutions, so a Cisco Certified Network Professional (CCNP) certification is useful. 

All of these have different paths, there are a lot of companies that will help you find the best path for you. Check out CompTIA. 

Hope this helps. The right choice is different for everyone, but this should give you some ideas.

Good luck!!!</description>
		<content:encoded><![CDATA[<p>Anytime webservers are involved, start with at least Security+, I assume you have your A+? This is often overlooked, but is an absolute must for a good groundwork.</p>
<p>MCSA is useful for windows and all that just as a good background but not really specific and not useful for linux. </p>
<p>If this will be Citrix based at all, and a lot of companies tend towards citrix solutions, the Citrix Certified Enterprise Administrator (CCEA) is useful.</p>
<p>On the hardware side of things, figure out where you want to focus. Most companies today seem to prefer cisco solutions, so a Cisco Certified Network Professional (CCNP) certification is useful. </p>
<p>All of these have different paths, there are a lot of companies that will help you find the best path for you. Check out CompTIA. </p>
<p>Hope this helps. The right choice is different for everyone, but this should give you some ideas.</p>
<p>Good luck!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What certifications should I get that relate to working in a dedicated web server farm? by JimGeek</title>
		<link>http://www.dedicatedserverguides.com/what-certifications-should-i-get-that-relate-to-working-in-a-dedicated-web-server-farm.html/comment-page-1#comment-23</link>
		<dc:creator>JimGeek</dc:creator>
		<pubDate>Mon, 18 Aug 2008 05:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/what-certifications-should-i-get-that-relate-to-working-in-a-dedicated-web-server-farm.html#comment-23</guid>
		<description>Any network related certs.  Look into the Cisco stuff, it&#039;s one of the better.</description>
		<content:encoded><![CDATA[<p>Any network related certs.  Look into the Cisco stuff, it&#8217;s one of the better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What certifications should I get that relate to working in a dedicated web server farm? by siacojin</title>
		<link>http://www.dedicatedserverguides.com/what-certifications-should-i-get-that-relate-to-working-in-a-dedicated-web-server-farm.html/comment-page-1#comment-22</link>
		<dc:creator>siacojin</dc:creator>
		<pubDate>Sat, 16 Aug 2008 12:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/what-certifications-should-i-get-that-relate-to-working-in-a-dedicated-web-server-farm.html#comment-22</guid>
		<description>You can try Microsoft Certified Professional exam (MCP)</description>
		<content:encoded><![CDATA[<p>You can try Microsoft Certified Professional exam (MCP)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should I install Visual Web Developer Express (VWDE) or SQL Express on my dedicated server? by Martyr2</title>
		<link>http://www.dedicatedserverguides.com/should-i-install-visual-web-developer-express-vwde-or-sql-express-on-my-dedicated-server.html/comment-page-1#comment-33</link>
		<dc:creator>Martyr2</dc:creator>
		<pubDate>Thu, 24 Jul 2008 22:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/should-i-install-visual-web-developer-express-vwde-or-sql-express-on-my-dedicated-server.html#comment-33</guid>
		<description>Visual web developer express is a tool used to create code of a web application like the user interface. This is something you usually develop on your own machine and then deploy on your server. You don&#039;t install it on your server. 

SQL express is a database system for storing information that your database application would use. This is the one you can put on your server and use to power your web applications. 

So develop the application with web developer on your personal computer, install SQL express on your dedicated server, and when you are done then you can deploy your web application project on your web server to interact with SQL express.

You will have to consult your Dotnetnuke documentation to make sure it will work with IIS 6 and SQL express editions (I don&#039;t see an immediate problem but you never know). 

Hope this works for you. Good luck</description>
		<content:encoded><![CDATA[<p>Visual web developer express is a tool used to create code of a web application like the user interface. This is something you usually develop on your own machine and then deploy on your server. You don&#8217;t install it on your server. </p>
<p>SQL express is a database system for storing information that your database application would use. This is the one you can put on your server and use to power your web applications. </p>
<p>So develop the application with web developer on your personal computer, install SQL express on your dedicated server, and when you are done then you can deploy your web application project on your web server to interact with SQL express.</p>
<p>You will have to consult your Dotnetnuke documentation to make sure it will work with IIS 6 and SQL express editions (I don&#8217;t see an immediate problem but you never know). </p>
<p>Hope this works for you. Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where can I get a low-cost, but still reliable Windows Virtual Dedicated Web Server? Should have control panel by articledigger</title>
		<link>http://www.dedicatedserverguides.com/where-can-i-get-a-low-cost-but-still-reliable-windows-virtual-dedicated-web-server-should-have-control-panel.html/comment-page-1#comment-11</link>
		<dc:creator>articledigger</dc:creator>
		<pubDate>Mon, 14 Jul 2008 06:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/where-can-i-get-a-low-cost-but-still-reliable-windows-virtual-dedicated-web-server-should-have-control-panel.html#comment-11</guid>
		<description>I host my websites with webhosting4life.com. The shared hosting plan allows unlimited domains as long as you don&#039;t reach the disk space. I believe the prices are very cheap compared to others that I have used before. Their control panel doesn&#039;t look so good though, but its sufficient for running my websites. I have five websites running on the same shared hosting plan. If you really want a a dedicated web server, they have those plans too.</description>
		<content:encoded><![CDATA[<p>I host my websites with webhosting4life.com. The shared hosting plan allows unlimited domains as long as you don&#8217;t reach the disk space. I believe the prices are very cheap compared to others that I have used before. Their control panel doesn&#8217;t look so good though, but its sufficient for running my websites. I have five websites running on the same shared hosting plan. If you really want a a dedicated web server, they have those plans too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where can I get a low-cost, but still reliable Windows Virtual Dedicated Web Server? Should have control panel by ~Pi</title>
		<link>http://www.dedicatedserverguides.com/where-can-i-get-a-low-cost-but-still-reliable-windows-virtual-dedicated-web-server-should-have-control-panel.html/comment-page-1#comment-10</link>
		<dc:creator>~Pi</dc:creator>
		<pubDate>Sat, 12 Jul 2008 11:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/where-can-i-get-a-low-cost-but-still-reliable-windows-virtual-dedicated-web-server-should-have-control-panel.html#comment-10</guid>
		<description>apache is the de facto web server, and it comes in both windows and linux flavors.  however, it is just a web server, it is not a virtual machine/ web server- so you&#039;d need to run a virtual machine and put apache on top of it.  There are 3rd party apps to manage apache severs, but it by itself does not come with a pretty control panel- but is very well documented and reading the documentation on how it works will help with the reliability of your server.  

note: putting it on a virtual machine will probably slow down the server a little, so if you have the hardware I&#039;d put it in a box by itself and let it sit.  

p.s. low cost?  apache is FREE (and yes it is the de facto server, just because your not paying MS for something doesnt mean it&#039;s not good)</description>
		<content:encoded><![CDATA[<p>apache is the de facto web server, and it comes in both windows and linux flavors.  however, it is just a web server, it is not a virtual machine/ web server- so you&#8217;d need to run a virtual machine and put apache on top of it.  There are 3rd party apps to manage apache severs, but it by itself does not come with a pretty control panel- but is very well documented and reading the documentation on how it works will help with the reliability of your server.  </p>
<p>note: putting it on a virtual machine will probably slow down the server a little, so if you have the hardware I&#8217;d put it in a box by itself and let it sit.  </p>
<p>p.s. low cost?  apache is FREE (and yes it is the de facto server, just because your not paying MS for something doesnt mean it&#8217;s not good)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Which is better for a web server; BSD, Windows or Linux? by Ralf I</title>
		<link>http://www.dedicatedserverguides.com/which-is-better-for-a-web-server-bsd-windows-or-linux.html/comment-page-1#comment-39</link>
		<dc:creator>Ralf I</dc:creator>
		<pubDate>Fri, 11 Jul 2008 18:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/which-is-better-for-a-web-server-bsd-windows-or-linux.html#comment-39</guid>
		<description>This website runs Apache on Linux. That should tell you everything. Yahoo uses Linux. Google uses Linux. Youtube uses Linux. etc.

If you are just getting started, start with Ubuntu for the server. As secure as Debian, but more up-to-date. 

FreeBSD is told to be more secure. But that&#039;s just because FreeBSD users are way more skilled than average. You really can&#039;t compare it: i doubt a new user would be immediately successful in employing it.

Nevertheless, after enough time, you too might be skilled enough to switch to a hardcore server OS. Before that, stick with Debian or Ubuntu.

Do not touch windows. Because:
  - its less secure
  - it has more chance of being hacked just because people dislike Windows.
  - it costs money (and again and again, when you need to update to a new version)
  - it has less tools available
  - you will learn less about how the system works and be less in control</description>
		<content:encoded><![CDATA[<p>This website runs Apache on Linux. That should tell you everything. Yahoo uses Linux. Google uses Linux. Youtube uses Linux. etc.</p>
<p>If you are just getting started, start with Ubuntu for the server. As secure as Debian, but more up-to-date. </p>
<p>FreeBSD is told to be more secure. But that&#8217;s just because FreeBSD users are way more skilled than average. You really can&#8217;t compare it: i doubt a new user would be immediately successful in employing it.</p>
<p>Nevertheless, after enough time, you too might be skilled enough to switch to a hardcore server OS. Before that, stick with Debian or Ubuntu.</p>
<p>Do not touch windows. Because:<br />
  &#8211; its less secure<br />
  &#8211; it has more chance of being hacked just because people dislike Windows.<br />
  &#8211; it costs money (and again and again, when you need to update to a new version)<br />
  &#8211; it has less tools available<br />
  &#8211; you will learn less about how the system works and be less in control</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Which is better for a web server; BSD, Windows or Linux? by shugh8</title>
		<link>http://www.dedicatedserverguides.com/which-is-better-for-a-web-server-bsd-windows-or-linux.html/comment-page-1#comment-38</link>
		<dc:creator>shugh8</dc:creator>
		<pubDate>Fri, 11 Jul 2008 05:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/which-is-better-for-a-web-server-bsd-windows-or-linux.html#comment-38</guid>
		<description>Shortest answer:

Anything is better than Windows!

Seriously, unless you need / want Frontpage add-ons stay away from Windows and go with a Linux based solution.  It runs cleaner, less resources, and better up-time.  In my last job I ran a Windows and a Linux server.  The Linux server would probably have out lasted cockroaches when the big blast hits but the Windows machine was always needing attention.</description>
		<content:encoded><![CDATA[<p>Shortest answer:</p>
<p>Anything is better than Windows!</p>
<p>Seriously, unless you need / want Frontpage add-ons stay away from Windows and go with a Linux based solution.  It runs cleaner, less resources, and better up-time.  In my last job I ran a Windows and a Linux server.  The Linux server would probably have out lasted cockroaches when the big blast hits but the Windows machine was always needing attention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Which is better for a web server; BSD, Windows or Linux? by Joe S</title>
		<link>http://www.dedicatedserverguides.com/which-is-better-for-a-web-server-bsd-windows-or-linux.html/comment-page-1#comment-37</link>
		<dc:creator>Joe S</dc:creator>
		<pubDate>Thu, 10 Jul 2008 09:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/which-is-better-for-a-web-server-bsd-windows-or-linux.html#comment-37</guid>
		<description>Apache is the leader in numbers.  It generally runs on Linux or other *nix.  The ultimate decision is the development language you wish to build in.  If you want ASP.Net, you are generally best to go with IIS on Windows.  For almost all others, you are better with Linux or OpenBSD.  Of those two, I&#039;ve had more experience with Linux, so that would be my recommendation.  

When working for a company where I could have people manage servers (i.e. reboot often), developing for IIS wasn&#039;t an issue.  Now that I am running my own site that need to be more stable, I&#039;ve found it to be less effort with LAMP (Linux, Apache, MySQL, PHP)</description>
		<content:encoded><![CDATA[<p>Apache is the leader in numbers.  It generally runs on Linux or other *nix.  The ultimate decision is the development language you wish to build in.  If you want ASP.Net, you are generally best to go with IIS on Windows.  For almost all others, you are better with Linux or OpenBSD.  Of those two, I&#8217;ve had more experience with Linux, so that would be my recommendation.  </p>
<p>When working for a company where I could have people manage servers (i.e. reboot often), developing for IIS wasn&#8217;t an issue.  Now that I am running my own site that need to be more stable, I&#8217;ve found it to be less effort with LAMP (Linux, Apache, MySQL, PHP)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Which is better for a web server; BSD, Windows or Linux? by Tracy L</title>
		<link>http://www.dedicatedserverguides.com/which-is-better-for-a-web-server-bsd-windows-or-linux.html/comment-page-1#comment-36</link>
		<dc:creator>Tracy L</dc:creator>
		<pubDate>Thu, 10 Jul 2008 00:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dedicatedserverguides.com/which-is-better-for-a-web-server-bsd-windows-or-linux.html#comment-36</guid>
		<description>Which language are you most familiar?  

The most stable servers would be Linux or BSD. If you do an interent search a very large majority of Web servers are Linux based with Apache, Php, MySql  -- called LAMP. 

If you aren&#039;t really familiar with Linux or BSD then maybe you would want Windows but it. at least to me and thousands of others, is not the web server of choice.. just too many problems!</description>
		<content:encoded><![CDATA[<p>Which language are you most familiar?  </p>
<p>The most stable servers would be Linux or BSD. If you do an interent search a very large majority of Web servers are Linux based with Apache, Php, MySql  &#8212; called LAMP. </p>
<p>If you aren&#8217;t really familiar with Linux or BSD then maybe you would want Windows but it. at least to me and thousands of others, is not the web server of choice.. just too many problems!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

