<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Seeksadmin Blog</title>
	<atom:link href="http://seeksadmin.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://seeksadmin.com/blog</link>
	<description>Learn some new things about us and about system administration</description>
	<pubDate>Mon, 08 Sep 2008 19:27:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>100% uptime</title>
		<link>http://seeksadmin.com/blog/2008/09/100-uptime/</link>
		<comments>http://seeksadmin.com/blog/2008/09/100-uptime/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 19:27:08 +0000</pubDate>
		<dc:creator>Tris Pulford</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<category><![CDATA[100%]]></category>

		<category><![CDATA[cluster]]></category>

		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=83</guid>
		<description><![CDATA[Its a pretty common question in hosting, whether it be shared, reseller, VPS or dedicated hosting and that is, is 100% uptime possible? Why do all hosts offer 99.8% or 99.99% uptime and not 100%? In this blog I will discuss this, and give some suggestions on how it is possible.
Is 100% uptime Possible? 
Well [...]]]></description>
			<content:encoded><![CDATA[<p>Its a pretty common question in hosting, whether it be shared, reseller, VPS or dedicated hosting and that is, is 100% uptime possible? Why do all hosts offer 99.8% or 99.99% uptime and not 100%? In this blog I will discuss this, and give some suggestions on how it is possible.</p>
<p><strong>Is 100% uptime Possible? </strong></p>
<p>Well the simple answer is no and that is what most people will say. I mean at the end of the day how can you offer 100% uptime if your upstream providers (datacenters, network providers, hardware etc etc) can not offer a 100% uptime gaurentee. Then of course there is the fact that servers should be rebooted every now and then when there are important updates&#8230;. So the question should be is 100% uptime possible when you dont include scheduled downtime?</p>
<p>Well lets take a look at the numbers</p>
<blockquote><p>Uptime %        Downtime per Month       D&#8217;time per year<br />
100             0                                 0<br />
99.99          4.32 mins                  52.56 mins<br />
99.9           43.2 mins                      525.6 mins<br />
99.8           86.4 mins                      1051.2 mins</p></blockquote>
<p>Ok so at a first look 43.2 mins downtime (the average that datacenters offer) is a lot, but when you look at it in a yearly perspective it seems much better. But anyway thats diverting from the main topic, I meant to show these numbers just to give an idea of what you are dealing with in terms of guarentees.</p>
<p><strong>What can you do to maximise uptime?</strong></p>
<p>There are quite a few things that you can do to stop downtime, and to make sure that you offer the best uptime possible. I am going to split this into two, there are some very easy things you can do that are mainly common sense and wont cost you anything (but time), and then there is the more costly and that will squeeze that last few percent away so you can truley achieve 100% uptime.</p>
<p>So lets start with the easier and cheaper method:</p>
<ul>
<li>Monitoring - This is the easiest and probably the way you can maximise your downtime the easiest. Monitor your servers so that if they go down you can get to it quickly and fix it. This can save hours of downtime.</li>
<li>Checking Logs - It may sound very time consuming but once you get an eye for it you can scan the needed logs (messaages, httpd error etc ) quickly and look out for certain lines which warn you about certain things.<br />
A simple command like cat /var/log/messages | grep fail</li>
<li>Constant Security - Securing your server properly can help keep your server up. I shouldnt need to state why. This security includes Updates to software on the server and site software (eg blog software).</li>
<li>Optimization - Make sure your server is running as well as possible. Doing this will make sure that any small spikes in traffic will not harm you</li>
<li>Monitoring Load - Make sure you log in during peak time to check the load, memory and general performance of the server. Do not overfill the server and take heed when you may need to upgrade</li>
</ul>
<p>Okay so that was the cheap and easy option. Its pretty simple really and it is generally a good idea to do all the above just to keep your server running well.</p>
<p>So now onto the more expensive solutions for the people who require that extra 0.0001%. I would not reccomend this unless every minute of downtime costs you, as these options are by no means cheap and are not easy to do.</p>
<p>I want to keep away from a bullet pointed list on this, as there is no &#8220;set&#8221; list of things you do to keep the server up 100% of the time. It can be small things to installing a more effecient web server just as lighttpd to creating a dedicated database server. This really should be customized on a site-to-site basis, you need to analise where the server weaknesses are and fix them. That is the basic way of doing it.</p>
<p>However if you want 100% uptime gaurenteed, well thats the interesting bit isn&#8217;t it. You then need to discount for all different types of downtime including network downtime. Well for this sort of solution you are looking at Geoloadbalancing, that is servers that are based in multiple locations around the world. To make this option viable you are looking at having to spend a lot of money, and having to custom code syncing solutions so that the website and databases are as up to date as possible. As for the geoloadbalancing there are multiple ways of doing it and the best is getting a &#8220;portable&#8221; IP which allows you to &#8220;move&#8221; it between locations. Thats pretty complicated and they are hard to get so the other way is roundrobin DNS. I will let you google that, and maybe I will explain it later in a blog&#8230; but right now I think I have blogged to much and your probably falling asleep. So yeah, if you have any questions go ahead and ask <img src='http://seeksadmin.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2008/09/100-uptime/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Monitoring Servers [Network Issues - Fixed]</title>
		<link>http://seeksadmin.com/blog/2008/09/monitoring-servers-network-issues/</link>
		<comments>http://seeksadmin.com/blog/2008/09/monitoring-servers-network-issues/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 20:27:46 +0000</pubDate>
		<dc:creator>Tris Pulford</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=79</guid>
		<description><![CDATA[This is just an update to notify all clients that we are currently having temporary network issues connecting to certain servers. We are working with Softlayer to solve this issue. It has been reported to us that this is an issue with Iternap and effects some in and outbound routes to their Washington Datacenter where [...]]]></description>
			<content:encoded><![CDATA[<p>This is just an update to notify all clients that we are currently having temporary network issues connecting to certain servers. We are working with Softlayer to solve this issue. It has been reported to us that this is an issue with Iternap and effects some in and outbound routes to their Washington Datacenter where our servers are located.</p>
<p>During this time there may be some issues in responding to downed servers and services. We do apologise for this. If you have any issues please create a ticket.</p>
<p>We appreciate your patience and will update you once this has been solved.</p>
<p>[UPDATE 2nd September 21:44 GMT (15.44 CST)]</p>
<p>This has now been solved. Internap have shut down their peering loop with Cox communications and this has solved the issue. If we have any more updates we will update you</p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2008/09/monitoring-servers-network-issues/feed/</wfw:commentRss>
		</item>
		<item>
		<title>100% U.S. Based Support &#038; Administration Services Now Available</title>
		<link>http://seeksadmin.com/blog/2008/08/us_based_support/</link>
		<comments>http://seeksadmin.com/blog/2008/08/us_based_support/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 19:00:16 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
		
		<category><![CDATA[]]></category>

		<category><![CDATA[Company]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=76</guid>
		<description><![CDATA[LAS VEGAS, Nevada (August 21, 2008) – SeeksAdmin (http://www.seeksadmin.com), the industry leader in outsourced technical support, server administration, and fully managed services, announced today the launch of its United States based technical support team, offering round-the-clock outsourced end-user technical support and server administration.
Based in New York City, the United States technical support team operates 24/7/365 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>LAS VEGAS, Nevada (August 21, 2008)</strong> – SeeksAdmin (<a href="http://www.seeksadmin.com">http://www.seeksadmin.com</a>), the industry leader in outsourced technical support, server administration, and fully managed services, announced today the launch of its United States based technical support team, offering round-the-clock outsourced end-user technical support and server administration.</p>
<p>Based in New York City, the United States technical support team operates 24/7/365 and is comprised of highly qualified technicians, boasting a range of certifications including RHCE, MCSE, A+ Linux, and a variety of hardware and network certifications. The team specializes in server security, server optimization, database restores and troubleshooting, code troubleshooting, compiling and configuring software, fixing control panel issues, and solving end user problems.</p>
<p>“By adding a team in the United States, we are able to provide a high-end option for transparent outsourced technical support. For many Web hosts and Internet Server Providers, customer support is ultimately their key selling point, and it is imperative their support representatives are not only knowledgeable and trained, but as importantly, courteous and respectful to the concerns of customers,” said Steven Clarke, CEO of SeeksAdmin. “We go the extra mile, and our customers know it.”</p>
<p>SeeksAdmin is unique in its personal approach to customer support. It provides end-users with direct chat and telephone accessibility to the technicians working on their ticket. Through its rigid Service Level Agreement (SLA), SeeksAdmin guarantees top-notch and timely technical support for virtually all problems, large and small. Most problems are resolved within a maximum of 30 minutes – a rare feat in the outsourced support market. SeeksAdmin also maintains support teams overseas, in the United Kingdom, India, and Pakistan.</p>
<p>In addition to transparent technical support, SeeksAdmin provides Linux administration and a variety of other managed services.</p>
<p>To learn more about United States based outsourced support from SeeksAdmin, please visit <a href="http://seeksadmin.com/outsourced_support_usonly.html">http://seeksadmin.com/outsourced_support_usonly.html</a>.</p>
<p>To learn more about Linux administration, please visit <a href="http://seeksadmin.com/administration_server_usonly.html">http://seeksadmin.com/administration_server_usonly.html</a><br />
<strong><br />
About SeeksAdmin</strong><br />
A leader in outsourced technical support and server administration, SeeksAdmin serves hundreds of businesses internationally across a broad range of industries. With support offices in the United Kingdom, India, Pakistan, and now New York City, SeeksAdmin offers a competitive edge for its clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2008/08/us_based_support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server Hardware &#038; What to choose</title>
		<link>http://seeksadmin.com/blog/2008/08/server-hardware-what-to-choose/</link>
		<comments>http://seeksadmin.com/blog/2008/08/server-hardware-what-to-choose/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 14:37:42 +0000</pubDate>
		<dc:creator>Tris Pulford</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<category><![CDATA[dedicated]]></category>

		<category><![CDATA[hardware]]></category>

		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=65</guid>
		<description><![CDATA[Well here I was thinking about the topic I should blog about. I was so desperate for a topic I even asked a few clients and thankfully Moris gave me an idea. He wanted me to write an article for AMD vs Intel, however in my opinion that is hardware related and is something more [...]]]></description>
			<content:encoded><![CDATA[<p>Well here I was thinking about the topic I should blog about. I was so desperate for a topic I even asked a few clients and thankfully Moris gave me an idea. He wanted me to write an article for AMD vs Intel, however in my opinion that is hardware related and is something more related to a hardware website. Not to mention the fact that I don&#8217;t actually think I would be able to write that much on that topic&#8230;. Well anyway it got me thinking about hardware and that is how I got to this topic.</p>
<p>We get a lot of requests each week asking for advice on server hardware and what the server hardware should be. So that is the topic of this article and I hope that you find it useful.</p>
<p><strong>Main Considerations</strong></p>
<p>When thinking about a new server the main thing that you should be thinking about is the type of site you run and what resources it uses the most of. That is whether it&#8217;s database intensive, has a lot of visitors, or its a shared host.</p>
<p><strong>CPU </strong></p>
<p>In this part of this blog I could go into the differences between AMD and Intel; however, I will try to keep away from that argument,  I will give you what I personally think and what many people in the industry think. That is that Intel currently have the edge over AMD on higher end processors and because of this in most cases I recommend that you go for an Intel processor.  Now the question is what clock speed and how many cores should it have? Well that deeply depends on the type of task you want it to complete.  For a VPS you will want more cores and processors as you will be sharing these out, and for a shared hosting site you will want a reasonable amount. You should concentrate on clock speed if you are planning to have a large number of processes which is common on application servers or on some database servers.</p>
<p>It is obviously hard to give you an exact guide on which CPU you need however hopefully I can give you a few things to think about. If you have any questions or want some help with exact specifications please feel free to drop sales an email for a free consult.</p>
<p>As a quick summary below are the rough specifications that you will need for certain types of servers:<br />
Shared/Reseller Hosting:  Single/Dual Woodcrest 2Ghz<br />
VPS Hosting: Dual Clovertown/Harpertown<br />
Database: Singe Clovertown</p>
<p><strong>RAM</strong></p>
<p>Ram is always an interesting issue as you need as much as you need and it depends on server configuration,  the type of sites/application running on the server and the configuration of the server.  So this is one thing that you will need to keep an eye on, however in this day and age 2GB RAM is the minimum I would advise for a server. You need to keep checking on your free memory and make sure you have at least  a couple of hundred MB of memory free.</p>
<p>I will again write a semi-summary of what I believe is needed:<br />
Shared/Reseller Hosting: 4GB minimum<br />
VPS Hosting: 8GB minimum<br />
Database Hosting: 4GB minimum</p>
<p><strong>Hard drive</strong></p>
<p>Now this is the interesting part and there are so many possibilities. In most cases you will be fine with a normal 7500rpm hard drive, however if you are expecting to do a lot of reads then a faster hard drive may be better.</p>
<p>In general for database servers you will want a much faster hard drive, normally I would advise the SA-SCSI hard drives for database servers. This will offer much better performance and will speed up the server more than a faster CPU and RAM will do.</p>
<p>Then you come on to RAID and all the different types. I just thought I would give a quick summary of the main types of RAID and what they do.</p>
<p>Raid 0 - This is a stripped disk array and will provide an I/O improvement . It requires at least 2 drives and the result would be the hard drives appear to be joined. We recommend this for gaming servers and high volume websites.</p>
<p>Raid 1 - This is a mirroring array and provides high performance, as its able to perform 2 separate reads or writes per mirrored pair. This is a full redundancy array and we would recommend it for any website that requires on the fly backup. However I would not suggest that you use this as your only backup.</p>
<p>Raid 5 - This requires a minimum of 3 drives. A Raid 5<span class="bodytext"> array offers highest data transaction Read rate, medium data transaction Write rate and good cumulative transfer rate.I would recommend this for high volume MySQL based sites</span></p>
<p>Raid 10 - Raid 10 includes h<span class="bodytext">igh Reliability and performance embedded in a single RAID controller. The minimum requirement to form a RAID level 10 controller is 4 data disks. This solution is good for all sites, as the increased reliability </span></p>
<p>Picking a server can be a daunting task for anyone and I hope this guide has made it easier for you. I wish I could give a personalized guide to you but I believe that I have given a rough guide that should cover most bases. Feel free to ask any questions that you come up with and hope you enjoyed the blog <img src='http://seeksadmin.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2008/08/server-hardware-what-to-choose/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ping!Zine&#8217;s Motorcycle Giveaway</title>
		<link>http://seeksadmin.com/blog/2008/08/pingzines-motorcycely-giveaway/</link>
		<comments>http://seeksadmin.com/blog/2008/08/pingzines-motorcycely-giveaway/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 19:19:39 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=61</guid>
		<description><![CDATA[For those of you that visited Hostingcon 2008 I&#8217;m quite sure you are already aware of the motorcycle giveaway.  For everyone else, we here at SeeksAdmin liked the idea of giving away the opportunity to win a great big ticket item at Hostingcon and we jumped on the opportunity to help sponsor Ping!Zine, which [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you that visited <a href="http://www.hostingcon.com/2008/">Hostingcon 2008</a> I&#8217;m quite sure you are already aware of the motorcycle giveaway.  For everyone else, we here at SeeksAdmin liked the idea of giving away the opportunity to win a great big ticket item at Hostingcon and we jumped on the opportunity to help sponsor Ping!Zine, which I&#8217;m glad we did.  Unfortunately, we waited a bit too long to make a decision on exhibiting at Hostingcon 2008 and by the time we decided to move forward with it it was too late in the game to have done everything properly.  While it was not our home base, Ping!Zine certainly made us feel welcome in their space.</p>
<p>I&#8217;ve bumped into a few <a href="http://www.webhostingsearch.com/blogs/david/a-scam-was-in-the-air">blog</a> and forum posts on the net that complained about the outcome of the giveaway.  To those of you that were not satisfied and/or pleased with the results I do apologize that it did not meet you expectations.  We&#8217;ll make up for that next year!  I fully support the giveaway and disagree with all claims that it was a scam.  The contents rules and regulations where posted right on the table next to the entry box.  I know we here at SeeksAdmin were were excited for someone to walk away with the Harley and was slightly disheartening when no one won.  We had a blast though, and would certainly back Ping!Zine in the future.</p>
<p>Be sure to look for us at Hostingcon 2009!  We made sure to register with iNet as soon as we could at the convention.  We&#8217;ll be there and we&#8217;re planning on giving away something BIG next year with a <strong>GUARANTEED WINNER!</strong> I figure if we can avoid the fine print altogether everyone will be a lot happier with the outcome.</p>
<p>Thank you again Keith, Mindy &amp; the whole Ping!Zine Team.<br />
<img src="http://seeksadmin.com/images/HC2008/HC2009%20020.JPG" alt="Keith - Mindy - Steven" /></p>
<p>Can&#8217;t wait to meet everyone at Hostingcon 2009!</p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2008/08/pingzines-motorcycely-giveaway/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HostingCon 2008</title>
		<link>http://seeksadmin.com/blog/2008/08/hostingcon-2008/</link>
		<comments>http://seeksadmin.com/blog/2008/08/hostingcon-2008/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 09:38:32 +0000</pubDate>
		<dc:creator>Tris Pulford</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<category><![CDATA[HostingCon]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=55</guid>
		<description><![CDATA[Well HostingCon came and went, and as it is my resolution to keep this blog updated I know that I should write a little about it. I personally did not manage to go to HostingCon due to some meetings and management issues that were arranged during the time, not to mention that it was my [...]]]></description>
			<content:encoded><![CDATA[<p>Well HostingCon came and went, and as it is my resolution to keep this blog updated I know that I should write a little about it. I personally did not manage to go to HostingCon due to some meetings and management issues that were arranged during the time, not to mention that it was my girlfriend&#8217;s birthday so on a personal level I am not sure I would have been able to get away with it. None-the-less we had some of our US staff members on show, and walking around. That is my Partner Steven, and our sales staff members, Zach and Soliel.</p>
<p>As some of you know, we sponsered the Harley contest, which was my last blog post. So I think I will start off with some photos of that beast. It definetly got some attention which was great.</p>
<p style="text-align: center;"><a href="http://seeksadmin.com/images/HC2008/HC2009%20001.JPG"><img class="aligncenter" title="Harley Davidson" src="http://seeksadmin.com/images/HC2008/HC2009%20001.JPG" alt="" width="497" height="664" /></a></p>
<p>As can be seen here, is the Harley, and of course we had to get in the Seeksadmin banner behind it. Doesn&#8217;t it look sexy? and the bike too. This exhibit definetly got some attention which was great.</p>
<p>This being our first HostingCon we have taken away a lot of plans for what to do next year. I would like to say that it was great to meet some of our customers, and have a nice talk. Its always nice to put some faces to names, and it was a great experience. For those of you who didn&#8217;t go to HostingCon I am sorry that we were not able to meet and below is an image of two of our staff members with two of Softlayers (Sorry Amanda and Arielle).</p>
<div class="wp-caption aligncenter" style="width: 408px"><a href="http://seeksadmin.com/images/HC2008/HC2009%20016.JPG"><img title="Steven, Amanda, Soliel, Arielle" src="http://seeksadmin.com/images/HC2008/HC2009%20016.JPG" alt="From Left to right: Steven, Amanda, Soliel, Arielle" width="398" height="298" /></a><p class="wp-caption-text">From Left to right: Steven, Arielle, Soliel, Amanda</p></div>
<p>For those of you who have not seen enough you can access our full photo album here.</p>
<p><a class="wp-caption" title="Seeksadmin HostingCon 08 Images" href="http://seeksadmin.com/images/HC2008/" target="_blank">Seeksadmin HostingCon 08 Images</a></p>
<p>Once again thanks to everyone we met, and everyone at hostingCon to help make the event so fun! See you next year!</p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2008/08/hostingcon-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Harley Davidson</title>
		<link>http://seeksadmin.com/blog/2008/07/harley-davidson-competiton/</link>
		<comments>http://seeksadmin.com/blog/2008/07/harley-davidson-competiton/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 11:01:19 +0000</pubDate>
		<dc:creator>Tris Pulford</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<category><![CDATA[Competition]]></category>

		<category><![CDATA[Harley]]></category>

		<category><![CDATA[Harley Davidson]]></category>

		<category><![CDATA[HostingCon]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=27</guid>
		<description><![CDATA[
Harley-Davidson motorcycles (popularly known as &#8220;Harleys&#8221;) have a distinctive design and exhaust note. They are especially noted for the tradition of heavy customization that gave rise to the chopper-style of motorcycle.
http://en.wikipedia.org/wiki/Harley-Davidson
Yes Harleys are one of the best motorcycles in the world. No matter what type of bike you like from sporting to touring, you will [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><img title="Harley-logo" src="http://upload.wikimedia.org/wikipedia/en/thumb/b/b2/Harley-Davidson.svg/250px-Harley-Davidson.svg.png" alt="Harley-logo" align="middle" /></div>
<blockquote><p>Harley-Davidson motorcycles (popularly known as &#8220;Harleys&#8221;) have a distinctive design and exhaust note. They are especially noted for the tradition of heavy customization that gave rise to the chopper-style of motorcycle.</p></blockquote>
<blockquote><p>http://en.wikipedia.org/wiki/Harley-Davidson</p></blockquote>
<p>Yes Harleys are one of the best motorcycles in the world. No matter what type of bike you like from sporting to touring, you will have heard of Harley Davidsons and now the best part of this is that you can win one!!!! Yes thats right, I am not just going on a random ramble, Seeksadmin is sponsering PingZine to give you the opportunity to win of these things.</p>
<p>If you want more details just email sales or come and visit us at the PingZine booth. We also have a lot of other goodies to give away from T-Shirts to pens. We also have special offers, however if you are a current customer or a prospective customer we would love to meet you!!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2008/07/harley-davidson-competiton/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Security, Security, Security</title>
		<link>http://seeksadmin.com/blog/2008/03/security-security-security/</link>
		<comments>http://seeksadmin.com/blog/2008/03/security-security-security/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 11:27:28 +0000</pubDate>
		<dc:creator>Tris Pulford</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=25</guid>
		<description><![CDATA[With the growth of the internet also came the growth of hacking. It has increased so much so that according to Zone-H there are over 2,500 recordered hacks each day. Some people may be suprised by this figure, others wont be. In my opinion that is not the suprising fact, the shocking fact is that [...]]]></description>
			<content:encoded><![CDATA[<p>With the growth of the internet also came the growth of hacking. It has increased so much so that according to Zone-H there are over 2,500 recordered hacks each day. Some people may be suprised by this figure, others wont be. In my opinion that is not the suprising fact, the shocking fact is that the number of reported hacks is growing by 40% each year!!! Are the hackers getting smarter?</p>
<p>Generally the hackers will get in due to one of three reasons:</p>
<ol>
<li><strong>Out of date scripts</strong> - Everything from Kernels to Apache have updates and a lot of these updates are to fix security bugs. So if you are running out of date scripts with known security holes. A lot of hackers will take advantage of these holes and gain root access to your server</li>
<li><strong>Insecure Scripts </strong>- Most of the hack attempts that we have to deal with at Seeksadmin are due to insecure scripts such as PHPbb, Vbulliten or many other common scripts. If these are not kept up to date they are very dangerous allowing a hacker to gain root access.</li>
<li><strong>Insecure Passwords:</strong> Not much explanation is needed, if you have a short or weak password it is easier to guess and it can easily be brute forced.</li>
</ol>
<p>So what can you do? Well keep everything up to date, and use a decent password? It wont ensure that you are 100% secure however it will go a long way to stopping you being hacked.</p>
<p>At the moment Seeksadmin is concentrating on security and we are trying to raise awareness in security and how to keep your system secure. In accordance with this we are offering a FREE remote scan and a $5 local scan. After these scans you will recieve the security holes in your system and we will reccomend a few things you can do to help secure your system. We also have free security consultation so if you have any questions please contact us at sales[@]seeksadmin[dot]com</p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2008/03/security-security-security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Managed Servers - Dedicated Server Portal</title>
		<link>http://seeksadmin.com/blog/2007/10/managed-servers-dedicated-server-portal/</link>
		<comments>http://seeksadmin.com/blog/2007/10/managed-servers-dedicated-server-portal/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 18:17:48 +0000</pubDate>
		<dc:creator>Tris Pulford</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=24</guid>
		<description><![CDATA[Well in the past few months I have really wanted to put an emphasise on selling some Fully Managed servers. There are a few reasons for this, firstly I have dealt with a lot of different data centers, and with a lot of clients and a lot of the time there is a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>Well in the past few months I have really wanted to put an emphasise on selling some Fully Managed servers. There are a few reasons for this, firstly I have dealt with a lot of different data centers, and with a lot of clients and a lot of the time there is a lot of what I will call &#8220;lag&#8221; when it comes to us telling the client of a problem and when they tell the datacenter to fix it.</p>
<p><strong>So why buy of Seeksadmin instead?</strong></p>
<p>Well there are a few reasons for this, but effectivly by doing so you cut out the middle man and on a lot of that &#8220;lag&#8221; that may occour. If you have a problem and we need to contact the data center, we do it and we do not need to wait. This can stop major downtime as we can react instantly. This in itself is a major benifit as it can avert major disaster, but there is more.</p>
<p>We get our servers from the Softlayer datacenter located in Dallas, Texas. They are argubaly the best datacenter in the world at the moment. I have to admit at being one of Softlayers largest fans, this is because they are dedicated to their clients and are always updating their services and technology. For more information just read my review which is in this blog, I dont want to clog this post up with to much about them. Anyway, I did have a point, and that is that all our staff members have worked with and know the Softlayer system and staff. This means if your server doesnt boot or you forget your password, we can immeditialy get the server up in single-user mode and sort the problem instantly.</p>
<p>The last advantage is probably the smallest one, and that is that it makes your bill management easier and saves you the trouble of having to contact the datacenter. This may seem silly but in the busy world we live in those extra minutes (or hours) can be everything.</p>
<p><strong> Management Portal </strong><br />
Before there was always one huge advantage of going with the datacenter instead of going with a reseller, and that was simple. The management portal where you can reboot, and manage your server.  However we at Seeksadmin have spent a few months developing our own portal to provide you the ability to see your server stats, the hardware, the bandwidth usage and graphs, to allow you to reboot the server, to control the port speed and more. This has definetly been a major project and I am very proud of it having done a lot of the work myself.</p>
<p>Our portal gives you every feature you need and is on par with Softlayer&#8217;s own portal. We now provide every advantage and more of going with the datacenter. Our prices are equal to the datacenter and you also can get your management from us.</p>
<p>This is more of an unusual blog post from me, a bit of sales pitch here and I feel a bit like I have gone around in circles, and I am sorry for that, but I thought it was important to mention our new servers and also the portal. I will make anouther post in the coming days with screenshots of the portal and a full feature list, but for now I will keep you waiting just that bit longer</p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2007/10/managed-servers-dedicated-server-portal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>4th Quarter Updates</title>
		<link>http://seeksadmin.com/blog/2007/10/4th-quarter-updates/</link>
		<comments>http://seeksadmin.com/blog/2007/10/4th-quarter-updates/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 00:01:51 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<guid isPermaLink="false">http://seeksadmin.com/blog/?p=23</guid>
		<description><![CDATA[We have been quite busy behind the scenes making many improvements to our infrastructure and methods to ensure our current and future clients will have the best experience here at SeeksAdmin.  Below you may find some of the updates!
New Services - We have added a few new services and modified some of the existing [...]]]></description>
			<content:encoded><![CDATA[<p>We have been quite busy behind the scenes making many improvements to our infrastructure and methods to ensure our current and future clients will have the best experience here at SeeksAdmin.  Below you may find some of the updates!</p>
<blockquote><p><span style="text-decoration: underline;">New Services</span> - We have added a few new services and modified some of the existing ones.</p></blockquote>
<ul>
<li>
<ul>
<li>Full &amp; base <a href="http://www.seeksadmin.com/administration.html">server administration services</a> are now backed with a money back guarantee.  One hour response time guaranteed for full and two hour for base.</li>
</ul>
<ul>
<li><a href="http://www.seeksadmin.com/outsourced.html"><em>Outsourced support</em></a> is now readily available to all prospective clients, with many dedicated staff member available for hire.</li>
</ul>
<ul>
<li>Our <a href="http://www.seeksadmin.com/additional_911.html"><em>911 Service</em></a> now provides clients with immediate access to a SeeksAdmin server administrator to fix emergency situations.</li>
</ul>
<ul>
<li>SeeksAdmin has also partnered with some great vendors to provide you with affordable solutions to assist your business.  More can be seen on our <a href="http://www.seeksadmin.com/additional.html">additional services</a> page.</li>
</ul>
</li>
</ul>
<blockquote><p><span style="text-decoration: underline;">Monitoring System Redone&#8230;</span></p>
<p>Well, not exactly redone, but even better.  We have decided to scrap the system we were using for monitoring as it was producing far too many false positives among other things.  SeeksAdmin will now be providing all its server administration and monitoring subscribers with HyperSpin monitoring!</p></blockquote>
<blockquote><p>All new accounts will be setup by default with a HyperSpin monitoring account.  Current clients are being migrated and will be updated once their account has been moved.</p></blockquote>
<blockquote><p><span style="text-decoration: underline;">Payments Made Easy</span> - We&#8217;d like to make it as easy as possible for all of our clients and prospective clients to pay for their invoices.  We now accept credit cards (Visa, Mastercard, Discover, Amex), paypal, e-gold, moneybookers, and mail-in money order &amp; checks.</p></blockquote>
<blockquote><p><span style="text-decoration: underline;">Website Redone</span> - Some of our clients were getting lost with our previous design.  We&#8217;ve redesigned our website to make it more appealing to the viewers eyes and make information easier to find.  We find it to be a great step in the right direction considering where we&#8217;ve come from:</p></blockquote>
<blockquote><p><img src="http://seeksadmin.com/images/oldsite1.jpg" alt="" width="275" height="198" align="middle" /> <img src="http://seeksadmin.com/images/oldsite2.jpg" alt="" align="middle" /></p></blockquote>
<blockquote><p><span style="text-decoration: underline;">SoftLayer Portal Access</span> - Our managed dedicated server clients will now have complete access to stats and reboot functions of the SoftLayer server portal via our custom panel that taps into their powerful api system.</p></blockquote>
<blockquote><p><span style="text-decoration: underline;">Client &amp; Support System Migration</span> - To take advantage of some more powerful features offered by the Kayako helpdesk system we are migrating our support to a new helpdesk system.  Clients will still be able to easily email support tickets to us and check the status of their tickets online.  Should you need any assistance working around the new systems <a href="http://www.seeksadmin.com/contact.html">contact support</a>.</p></blockquote>
<p>SeeksAdmin is making improvements everyday.  If you have any suggestions, feel free to drop us a line.  Be sure to look out for our affiliate program, coming soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://seeksadmin.com/blog/2007/10/4th-quarter-updates/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
