<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.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"><id>tag:blogger.com,1999:blog-1856459593105531468</id><updated>2009-04-13T19:26:06.583-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="alternate" type="text/html" href="http://fabuntu.org/" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://fabuntu.org/atom.xml" /><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>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/LinuxDedicatedServers" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><id>tag:blogger.com,1999:blog-1856459593105531468.post-4727800027682306962</id><published>2009-04-13T18:58:00.000-07:00</published><updated>2009-04-13T19:26:06.592-07: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;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='http://res1.blogblog.com/tracker/1856459593105531468-4727800027682306962?l=fabuntu.org'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1tXqeW_DnBZ65FoB3m7JIVYYO24/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1tXqeW_DnBZ65FoB3m7JIVYYO24/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1tXqeW_DnBZ65FoB3m7JIVYYO24/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1tXqeW_DnBZ65FoB3m7JIVYYO24/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="related" href="http://fabuntu.org/" title="How to Prevent Spammers from Accessing Your Linux Server" /><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1856459593105531468/4727800027682306962/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://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://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></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">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='http://res1.blogblog.com/tracker/1856459593105531468-5009314040404175770?l=fabuntu.org'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DRxZJYku4LSfgSSDyXJCoDXmOwo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DRxZJYku4LSfgSSDyXJCoDXmOwo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DRxZJYku4LSfgSSDyXJCoDXmOwo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DRxZJYku4LSfgSSDyXJCoDXmOwo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1856459593105531468/5009314040404175770/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://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://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></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">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='http://res1.blogblog.com/tracker/1856459593105531468-902488707691998381?l=fabuntu.org'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/OeAPbCdjzV3nyQHUky5x8CLNPgk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OeAPbCdjzV3nyQHUky5x8CLNPgk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/OeAPbCdjzV3nyQHUky5x8CLNPgk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OeAPbCdjzV3nyQHUky5x8CLNPgk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&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.blogger.com/feeds/1856459593105531468/902488707691998381/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://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://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></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">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='http://res1.blogblog.com/tracker/1856459593105531468-7400228524302341802?l=fabuntu.org'/&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uQPuk6sW4HtiLj39oM4yKDniWmU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uQPuk6sW4HtiLj39oM4yKDniWmU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uQPuk6sW4HtiLj39oM4yKDniWmU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uQPuk6sW4HtiLj39oM4yKDniWmU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="related" href="http://fabuntu.org/" title="My Linux Server" /><link rel="replies" type="application/atom+xml" href="http://www.blogger.com/feeds/1856459593105531468/7400228524302341802/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://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://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></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry></feed>
