<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1856459593105531468</id><updated>2010-08-29T21:09:33.573-07:00</updated><title type='text'>Linux Dedicated Servers</title><subtitle type='html'>Learn how to configure and maintain a Linux Server for personal or business use.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.fabuntu.org/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default'/><link rel='alternate' type='text/html' href='http://www.fabuntu.org/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1856459593105531468.post-4909153349826705953</id><published>2010-08-29T21:09:00.000-07:00</published><updated>2010-08-29T21:09:33.599-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cloud Servers'/><title type='text'>You don't need a dedicated server to run web2py</title><content type='html'>I'm amazed at the performance and efficiency of &lt;a href="http://www.web2py.com/"&gt;web2py framework&lt;/a&gt;. Most python frameworks are memory hogs and I wouldn't run the application in anything under 512M of memory.&amp;nbsp; But web2py seems very tight and efficient and quite capable to run in some of the smaller footprints offered by some cloud providers.&lt;br /&gt;&lt;br /&gt;I personally use and of course recommend &lt;a href="http://www.rackspacecloud.com/419.html"&gt;Rackspace Cloud&lt;/a&gt; (aff.) where the smallest instance is 256M of RAM with 10G of disk space with larger offerings that give you options to expand this modest VM into a large scale cloud server that rivals a dedicated server&lt;br /&gt;&lt;br /&gt;Even with the growth options Rackspace offers, you want to keep your installation tight and to a minimum. There are many Linux flavors, but Ubunto is about the simplest to use for managing your server and like most cloud providers, Rackspace has the latest version LTS 10.04 pre-built and ready to deploy for you.&lt;br /&gt;&lt;br /&gt;You probably could get by with a simple Linux-Apache-Python (LAP) install since web2py uses sqlite3 as the database for the model, but a LAMP (+mysql/postgresql) will fit into the reduced memory size.&lt;br /&gt;&lt;br /&gt;The following script will install everything you need &lt;br /&gt;&lt;br /&gt;wget web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh&lt;br /&gt;chmod +x setup-web2py-ubuntu.sh&lt;br /&gt;./setup-web2py-ubuntu.sh&lt;br /&gt;&lt;br /&gt;This will put your web2py install in /home/www-data/web2py. &lt;br /&gt;&lt;br /&gt;You may have to run web2py directly from the command line once so that the remainder of the directories and files are created.&amp;nbsp; This is not done for you in the setup script since it basically configures Apache and starts up web2py via the wsgi.&lt;br /&gt;&lt;br /&gt;Just run:&lt;br /&gt;&lt;br /&gt;python web2py.py -a "hello"&lt;br /&gt;&lt;br /&gt;to create a dummy application and your web2py server running on Ubuntu should be ready to go.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1856459593105531468-4909153349826705953?l=www.fabuntu.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.fabuntu.org/feeds/4909153349826705953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.fabuntu.org/2010/08/you-dont-need-dedicated-server-to-run.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/4909153349826705953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/4909153349826705953'/><link rel='alternate' type='text/html' href='http://www.fabuntu.org/2010/08/you-dont-need-dedicated-server-to-run.html' title='You don&apos;t need a dedicated server to run web2py'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17172272364530271287'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1856459593105531468.post-766479487594341973</id><published>2010-04-27T21:47:00.000-07:00</published><updated>2010-04-27T21:47:45.398-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cloud Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Dedicated Servers'/><title type='text'>How to Install Apache on Your Dedicated Server</title><content type='html'>In this lesson you will learn how to install Apache on your Dedicated Server.&amp;nbsp; If you don't yet have a Dedicated Server on site at your home office or facility, the best thing to do is to open an account at the &lt;a href="http://www.rackspacecloud.com/419.html"&gt;Rackspace Cloud&lt;/a&gt;.&amp;nbsp; Provision a 256 MB Ubuntu cloud server.&amp;nbsp; This will run you about $10/month or a few cents per hour if you decide to unprovision the server after completing this lesson.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Apache Web server Installation in Ubuntu&lt;/b&gt;&lt;br /&gt;Ubuntu Linux is a great platform to use for an Apache Web server Installation. From a simple machine you can serve web pages to an Intranet or the Internet using one of the most popular Web server configurations.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;LAMP Server&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;For new installations of Ubuntu, the easiest method to get the Apache Web server is by selecting the “LAMP” option on Ubuntu’s software selection screen during installation. This process will get the standard Linux, Apache, MySQL, PHP configuration setup on your server in one automated process.&lt;br /&gt;&lt;br /&gt;If you don’t want to configure the server as a LAMP, or if you have other requirements, you can install Apache as a separate application once Ubuntu is installed.&lt;br /&gt;&lt;br /&gt;If you went the &lt;a href="http://www.rackspacecloud.com/419.html"&gt;Rackspace Cloud route&lt;/a&gt;, Rackspace has images of Ubuntu already provisioned so you get to skip the installation process and just jump to the Apache installation step.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Download and install Apache Web server&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Open a putty session to your server and type “sudo apt-get install apache2” and then press return.&lt;enter&gt;&lt;br /&gt;&lt;br /&gt;Ubuntu will download and install the Apache Web server software. When the process is complete, you can test your Web server by loading &lt;enter&gt;http://localhost (or the IP address assigned to your server) in a browser.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Edit apache2.conf&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If the default Apache page doesn’t load, you can try editing the apache2.conf file. Just type in “sudo nano /etc/apache2/apache2.conf” and then press enter to edit the file in Nano. Add the line, “ServerName localhost” to the file and then save and exit. Every time you change apache2.conf you should restart the Apache server so the changes will take effect. Type in sudo apache2ctl restart and press &lt;enter&gt;. When this is finished, try browsing to “localhost” in your Firefox browser.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Other considerations&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Most of the time, people want to use PHP with Apache. To do this, all you have to do is type “sudo aptitude install php5 libapache2-mod-php5” into a terminal window and then press &lt;enter&gt;. If you need to have PHP4 installed, type in “sudo aptitude install php4 libapache2-mod-php4” and then press &lt;enter&gt;.&lt;br /&gt;&lt;br /&gt;After that, enable the PHP modules by typing in “sudo a2enmod php4” and then pressing &lt;enter&gt; and then type “sudo a2enmod php5” followed by hitting the &lt;enter&gt; key. Type in sudo apache2ctl restart and press &lt;enter&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As you have seen, Apache Web server installation is really easy in Ubuntu. You can continue to add modules to Apache such as CGI and Perl if necessary. The Apache Web server is one of the most powerful available and is capable of running the most sophisticated Web applications.&lt;br /&gt;&lt;/enter&gt;&lt;/enter&gt;&lt;/enter&gt;&lt;/enter&gt;&lt;/enter&gt;&lt;/enter&gt;&lt;/enter&gt;&lt;/enter&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1856459593105531468-766479487594341973?l=www.fabuntu.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.fabuntu.org/feeds/766479487594341973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.fabuntu.org/2010/04/how-to-install-apache-on-your-dedicated.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/766479487594341973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/766479487594341973'/><link rel='alternate' type='text/html' href='http://www.fabuntu.org/2010/04/how-to-install-apache-on-your-dedicated.html' title='How to Install Apache on Your Dedicated Server'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17172272364530271287'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1856459593105531468.post-2728535593611245748</id><published>2010-02-18T09:43:00.000-08:00</published><updated>2010-02-18T09:43:17.378-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Dedicated Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Virtual Servers'/><title type='text'>Virtualization Solutions for Dedicated Servers</title><content type='html'>This week, you may want to consider and review solutions that other companies are doing to help consolidate their dedicated servers with virtualization.&lt;br /&gt;&lt;br /&gt;On the storage side, SeverWatch is reporting that &lt;a href="http://www.serverwatch.com/virtualization/article.php/3865531/Virtualization-Technologies-for-Storage-Get-Real.htm"&gt;Virtualization Technologies for Storage Get Real&lt;/a&gt;:&lt;br /&gt;&lt;blockquote&gt;The technological issue of storage backup being a big problem once virtual machines are up and running. The most effective way to backup the virtual machines is do so in a way that doesn't involve the box itself being backed up. The easiest and most common way to handle this is to snapshot the virtual machine's image and backup.&lt;/blockquote&gt;Here I agree that snapshots are the easiest way to backup your virtual machine.&amp;nbsp; But where do you store those images?&amp;nbsp; CommVault offers a $900/TB license which will enable you to backup your data to the cloud, but what about smaller solutions?&lt;br /&gt;&lt;br /&gt;Here you may want to consider &lt;a href="http://www.ctera.com/home/coolest-cloud-storage-vendor-crn.html"&gt;CTERA, the "Coolest Cloud Storage Vendor"&lt;/a&gt;. CTERA offers a plug-in computer that connects to the internet that enables you to backup your data to off-site storage via Rackspace Cloud Files.&amp;nbsp; A somewhat more cost effective solution especially if you have a small business or home office.&lt;br /&gt;&lt;br /&gt;Eventually your business will grow to a point where expansion becomes nearly impossible and you need to look for alternatives.&amp;nbsp; Take the case where Attorney Nicholas Barrett consolidated twelve Windows 2003 servers into one using dedicated server.&amp;nbsp; Not only is he &lt;a href="http://www.washingtonpost.com/wp-dyn/content/article/2010/02/17/AR2010021704052.html"&gt;saving money, space and energy with virtualization&lt;/a&gt;, he has added capacity to grow his business. His solution is to run Citrix (NASDAQ:CTXS) XEN on a single &lt;a href="http://www-03.ibm.com/systems/bladecenter/hardware/chassis/blades/index.html" target=""&gt;IBM Blade Center S Chassis&lt;/a&gt;. To protect his twelve virtual servers, he uses &lt;a href="http://www.storagecraft.com/shadow_protect_server.php" target=""&gt;StorageCraft ShadowProtect&lt;/a&gt; software to image servers for disaster backup and recovery.&lt;br /&gt;&lt;br /&gt;With virtualization, many of the products used to protect your dedicated server are now scaling to provide a solution for your entire infrastructure.&amp;nbsp; The good news is that there are affordable solutions for both small companies and large enterprises.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1856459593105531468-2728535593611245748?l=www.fabuntu.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.fabuntu.org/feeds/2728535593611245748/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.fabuntu.org/2010/02/virtualization-solutions-for-dedicated.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/2728535593611245748'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/2728535593611245748'/><link rel='alternate' type='text/html' href='http://www.fabuntu.org/2010/02/virtualization-solutions-for-dedicated.html' title='Virtualization Solutions for Dedicated Servers'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17172272364530271287'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1856459593105531468.post-4727800027682306962</id><published>2009-04-13T18:58:00.000-07:00</published><updated>2010-02-18T08:26:52.597-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Dedicated Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Virtual Servers'/><title type='text'>How to Prevent Spammers from Accessing Your Linux Server</title><content type='html'>I run an article directory on a dedicated Linux server and provide full article RSS feeds for any query or tag.  When spammers find the site, they usually pull the feeds and repost the articles on their Wordpress or Blogger blogs.&lt;br /&gt;&lt;br /&gt;Occasionaly, for whatever reason, they tend to download feeds like there is no tomorrow.  I don't care about them accessing the feeds for whatever use -- as long as they publish the articles intact to preserve the content with links to the author's sites -- but I really when pissed off when they access the server thousands of times per hour.  This can bring even &lt;a href="http://fabuntu.org/"&gt;the most powerful dedicated Linux Server&lt;/a&gt; to its knees.&lt;br /&gt;&lt;br /&gt;A simple trick to prevent them from accessing your site is to add in the .htaccess file&lt;br /&gt;&lt;br /&gt;order allow,deny&lt;br /&gt;deny from &lt;ip&gt;&lt;ip&gt;&lt;br /&gt;allow from all&lt;br /&gt;&lt;br /&gt;This returns a 403 (forbidden) error.   If the script they're running to grap the content from your linux server errors out, then it will stop accessing your site.  More often than not, the script continues to scrap your site causing Apache to take up valuble dedicated resources.&lt;br /&gt;&lt;br /&gt;A more practicle approach is to prevent them from accessing the server by using the iptables, or firewall rules.&lt;br /&gt;&lt;br /&gt;This will reject the access at the TCP transport layer before it gets routed up the transport stack to Apache.  To do this, enter this command:&lt;br /&gt;&lt;br /&gt;iptables -A INPUT -s &lt;ip&gt; -j REJECT&lt;br /&gt;&lt;br /&gt;The iptables command must be entered as root from ssh or from your control panel.  But with a dedicated or virtual linux server, you should have root access.&lt;/ip&gt;&lt;/ip&gt;&lt;/ip&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1856459593105531468-4727800027682306962?l=www.fabuntu.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.fabuntu.org/feeds/4727800027682306962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.fabuntu.org/2009/04/how-to-prevent-spammers-from-accessing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/4727800027682306962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/4727800027682306962'/><link rel='alternate' type='text/html' href='http://www.fabuntu.org/2009/04/how-to-prevent-spammers-from-accessing.html' title='How to Prevent Spammers from Accessing Your Linux Server'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17172272364530271287'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1856459593105531468.post-5009314040404175770</id><published>2009-02-17T19:56:00.000-08:00</published><updated>2009-02-17T19:56:00.381-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Dedicated Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Virtual Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Shared Servers'/><title type='text'>Are Dedicated Servers Becoming Obsolete?</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Today's Microsoft and Red Hat mutual virtualization support agreement supports a trend that enforces the common belief that &lt;a href='http://fabuntu.org'&gt;dedicated Linux servers&lt;/a&gt; are becoming a thing of the past.  Consider in &lt;i&gt;InformationWeek&lt;/i&gt; that&lt;br/&gt;&lt;br/&gt;&lt;a rel='nofollow' href='http://www.informationweek.com/news/software/server_virtualization/showArticle.jhtml?articleID=214303652&amp;amp;subSection=Windows+Servers'&gt;Microsoft, Red Hat Agree To Mutual Virtualization Support -- Windows Linux Virtualization&lt;/a&gt;&lt;br/&gt;&lt;blockquote&gt;As part of the agreements, Microsoft will run Red Hat Enterprise Linux 5.2 and 5.3 as a guest in Hyper-V environments, and will lend its hand to technical support and documentation. Red Hat will also run Windows Server 2003 SP2, Windows 2000 Server SP4, and Windows Server 2008 as guests on Red Hat virtualization technologies, with similar tech support offered.&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;Brian Stevens, Red Hat Vice President and CTO makes a valid point that the hardware is becoming so powerful that single applications and cannot taking full advantage of the dedicated server.  That is, the processor speed is not increasing anymore but more and more physical cores are being added.&lt;br/&gt;&lt;br/&gt;Unless the application is designed for multiprocessors, the other CPUS are effectively sitting idle.  Allocating the physical cores to logical virtual servers may make the best use of the physical server since each logical processor can be used to balance and increase the overall performance of the dedicated Linux Server.&lt;br/&gt;&lt;div class='zemanta-pixie'&gt;&lt;img src='http://img.zemanta.com/pixy.gif?x-id=6248e372-b3d0-4662-98d5-d9e5e70d48c9' class='zemanta-pixie-img'/&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1856459593105531468-5009314040404175770?l=www.fabuntu.org' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.fabuntu.org/feeds/5009314040404175770/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.fabuntu.org/2009/02/are-dedicated-servers-becoming-obsolete.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/5009314040404175770'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/5009314040404175770'/><link rel='alternate' type='text/html' href='http://www.fabuntu.org/2009/02/are-dedicated-servers-becoming-obsolete.html' title='Are Dedicated Servers Becoming Obsolete?'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17172272364530271287'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1856459593105531468.post-902488707691998381</id><published>2009-02-15T07:02:00.000-08:00</published><updated>2009-02-15T07:56:35.803-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Dedicated Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Virtual Servers'/><category scheme='http://www.blogger.com/atom/ns#' term='Shared Servers'/><title type='text'>Linux Dedicated Servers are not Free</title><content type='html'>Yes folks, there are things such as free hosting sites which use Linux dedicated servers to host thousands of shared hosted sites. But if you think that you can get a dedicated server for free you have been misled.&lt;br /&gt;&lt;br /&gt;The important thing is that you want to consider is why you hosted your site on a free or cheap server in the first place when you actually needed a more powerful solution.&lt;br /&gt;&lt;br /&gt;Many of my sites are hosted on less expensive solutions but these typically are not CPU and bandwidth intensive, thus, I can get away with it.  But sometimes these sites expand beyond the limitations of a shared server and I get the dreaded email stating that I my hosting has been terminated due to hogging the CPU.&lt;br /&gt;&lt;br /&gt;So the important question is that you need to ask is "should I initially use a cheaper solution or go the direct route with dedicated?"&lt;br /&gt;&lt;br /&gt;We all have illusions of grandeur of having the next great blog or application, but in reality, these are quite rare and you can get away with a simple solution for the initial approach and grow into a virtual dedicated server or more powerful Linux dedicated server.&lt;br /&gt;&lt;br /&gt;Yet both of these solutions are costly in the beginning, hence, &lt;a href="http://fabuntu.org"&gt;Linux dedicated servers&lt;/a&gt; are not free.&lt;br /&gt;&lt;br /&gt;My personal approach is to have a spare dedicated server that I run new applications on that can handle CPU and bandwidth loads.  Initial testing of the application may also increase server load due to debug logs and systematic bugs that will easily bring down a dedicated Linux server to its knees.&lt;br /&gt;&lt;br /&gt;Although initial alpha testing of the application can be done in house on private servers until the majority of the bugs are resolved, eventually the application needs to be installed on a server that will be exposed to real-world loads.  For that, anything but a virtual or dedicated Linux server will suffice.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1856459593105531468-902488707691998381?l=www.fabuntu.org' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://fabuntu.org' title='Linux Dedicated Servers are not Free'/><link rel='replies' type='application/atom+xml' href='http://www.fabuntu.org/feeds/902488707691998381/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.fabuntu.org/2009/02/linux-dedicated-servers-are-not-free.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/902488707691998381'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/902488707691998381'/><link rel='alternate' type='text/html' href='http://www.fabuntu.org/2009/02/linux-dedicated-servers-are-not-free.html' title='Linux Dedicated Servers are not Free'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17172272364530271287'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1856459593105531468.post-7400228524302341802</id><published>2009-02-04T22:12:00.001-08:00</published><updated>2009-02-04T22:12:47.604-08:00</updated><title type='text'>My Linux Server</title><content type='html'>My Linux Server...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1856459593105531468-7400228524302341802?l=www.fabuntu.org' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://fabuntu.org/' title='My Linux Server'/><link rel='replies' type='application/atom+xml' href='http://www.fabuntu.org/feeds/7400228524302341802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.fabuntu.org/2009/02/my-linux-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/7400228524302341802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1856459593105531468/posts/default/7400228524302341802'/><link rel='alternate' type='text/html' href='http://www.fabuntu.org/2009/02/my-linux-server.html' title='My Linux Server'/><author><name>Howard</name><uri>http://www.blogger.com/profile/07555247780657613552</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='17172272364530271287'/></author><thr:total>0</thr:total></entry></feed>