<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en-us">

  <title>internetblog</title>
  <subtitle>internetblog.org.uk</subtitle>
  <rights type="html"><![CDATA[2009 Blogo.it]]></rights>
  <updated>2010-07-30T04:08:34+00:00</updated>
  <id>http://www.internetblog.org.uk</id>
  <link rel="alternate" type="text/html" hreflang="en-us" href="http://www.internetblog.org.uk" />
  <generator uri="http://lightpress.org/" version="1.1.0">Lightpress</generator>

  
  <entry>
    <title type="html">Amazon Cloud uses Fedex to ship data</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/1425/amazon-cloud-uses-fedex-to-ship-data" />
    <id>http://www.internetblog.org.uk/post/1425/amazon-cloud-uses-fedex-to-ship-data/</id>
    <author>
      <name>Alison</name>
    </author>
    <published>2010-06-15T09:00:24+00:00</published>
    <updated>2010-06-15T09:00:24+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>web-hosting</dc:subject><dc:subject>web-services</dc:subject><dc:subject>amazon</dc:subject><dc:subject>amazon cloud</dc:subject><dc:subject>cloud computing</dc:subject><dc:subject>cloud storage</dc:subject>
    <summary type="text"><![CDATA[The Amazon Cloud storage service has found a new way to solve the problem of slow upload times that could take weeks for some users uploading terabytes of data. It has taken a more traditional[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/1425/amazon-cloud-uses-fedex-to-ship-data"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/AmazonFedEx.jpg" class="post" border="0" width="500" height="333" alt="Amazon FedEx" /><br clear="all" /></p>
	<p>The <a href="http://www.internetblog.org.uk/tag/cloud+computing">Amazon Cloud storage service</a> has found a new way to solve the problem of slow upload times that could take weeks for some users uploading terabytes of data. It has taken a more traditional approach to solving the problem, allowing users to physically send their data on storage devices to be subsequently uploaded by Amazon itself with its high-speed network.</p>
	<p>The upload service comes at a cost of $80 for shipment to one of the Seattle, Virginia or Dublin storage locations, and another $2.49 for each hour it takes to upload. The service comes at an additional cost to the usual Amazon Simple Storage Service fees. In light of this development, there are calls to allow cloud storage customers to put in place their own WAN acceleration device to upload data.</p>
	<p>The service is called the AWS Import/Export service, and Amazon says: &#8220;AWS Import/Export accelerates moving large amounts of data into and out of AWS using portable storage devices for transport. AWS transfers your data directly onto and off of storage devices using Amazon’s high-speed internal network and bypassing the Internet. For significant data sets, AWS Import/Export is often faster than Internet transfer and more cost effective than upgrading your connectivity.&#8221;</p>
	<p>Which means you basically book a courier job with FedEx. For more details or to use the Import/Export service, see the <a href="http://aws.amazon.com/importexport/">aws.amazon website</a>.</p>
	<p>Source | <a href="http://www.networkworld.com/community/node/62449">NetworkWorld</a> and <a href="http://www.eworldpost.com/amazon-cloud-users-now-use-fedex-instead-of-the-internet-to-ship-data-443.html">eWorldPost</a><br />
Photo | <a href="http://www.flickr.com/photos/nostri-imago/3516230321/">Flickr</a>
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">How to Install Apache Tomcat in CentOS/Redhat/Fedora</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/1107/how-to-install-apache-tomcat-in-centosredhatfedora" />
    <id>http://www.internetblog.org.uk/post/1107/how-to-install-apache-tomcat-in-centosredhatfedora/</id>
    <author>
      <name>Tavis J. Hampton</name>
    </author>
    <published>2010-03-17T22:30:20+00:00</published>
    <updated>2010-03-17T22:30:20+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>apache</dc:subject><dc:subject>centos</dc:subject><dc:subject>dedicated server</dc:subject><dc:subject>java</dc:subject><dc:subject>linux</dc:subject><dc:subject>servlet</dc:subject><dc:subject>tomcat</dc:subject>
    <summary type="text"><![CDATA[Apache Tomcat  is  free and open source software that implements a Java-based HTTP web server using Java Servlets and JavaServer Pages (JSP).  It is an option to consider when you are implementing a[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/1107/how-to-install-apache-tomcat-in-centosredhatfedora"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/tomcatpage_01.jpg" class="post" border="0" width="586" height="422" alt="Apache Tomcat default page" /><br clear="all" /></p>
	<p><a href="http://tomcat.apache.org/">Apache Tomcat</a>  is  free and open source software that implements a Java-based HTTP web server using Java Servlets and JavaServer Pages (JSP).  It is an option to consider when you are implementing a content management system or creating web applications.  </p>
	<p>There are four main steps to take to get Tomcat ready for use on a dedicated server:</p>
	<p>1. Install Java.  Note that many Linux distributions will offer Java installations through their package managers.  To install on <a href="http://www.internetblog.org.uk/tag/centos">CentOS</a>, see their <a href="http://wiki.centos.org/HowTos/JavaOnCentOS">wiki</a>.</p>
	<p>2. Install Tomcat</p>
	<p>The easiest option is to install Tomcat from the default YUM repository:</p>
	<p><code>yum install tomcat*</code></p>
	<p>This will provide an older version of Tomcat than is currently available from <a href="http://www.internetblog.org.uk/tag/apache">Apache</a>.  If you want the latest, you can download a binary directly from the <a href="http://tomcat.apache.org/download-60.cgi">Apache website</a>.</p>
	<p>Source: <a href="http://www.coreservlets.com/Apache-Tomcat-Tutorial/">coreservlets.com</a><br />
Photo: <a href="http://commons.wikimedia.org/wiki/File:Apache-tomcat-frontpage-epiphany-browser.jpg">Wikimedia Commons</a>
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">Fast control panel script installation</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/1075/fast-control-panel-script-installation" />
    <id>http://www.internetblog.org.uk/post/1075/fast-control-panel-script-installation/</id>
    <author>
      <name>Tavis J. Hampton</name>
    </author>
    <published>2010-03-09T17:59:36+00:00</published>
    <updated>2010-03-09T17:59:36+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>control panel</dc:subject><dc:subject>install</dc:subject><dc:subject>scripts</dc:subject><dc:subject>server</dc:subject><dc:subject>software</dc:subject><dc:subject>website</dc:subject>
    <summary type="text"><![CDATA[As the web hosting industry becomes more competitive,  web hosting providers need to provide extra services and features to stand out from the rest.  One common service that numerous hosts offer is[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/1075/fast-control-panel-script-installation"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/fantasico_01.jpg" class="post" align="left" border="0" width="586" height="403" alt="Fantastico script installer" /><br clear='both' /><br />
As the web hosting industry becomes more competitive,  web hosting providers need to provide extra services and features to stand out from the rest.  One common service that numerous hosts offer is script installation.   Usually managed in the host&#8217;s <a href="http://www.internetblog.org.uk/tag/control+panel">control panel</a>, users can use the service to automatically install content management systems, photo galleries, forums, and other web-based software.</p>
	<p>Ideally, script installation should be fast, easy to use, and should be simple and direct, avoiding any hacks that make the installations incompatible with normal installations (in case the user ever needs to move their data to another server).  But not all hosts are equal in these areas.  </p>
	<p>Go Daddy, for example, is a well known and highly advertised host, but their control panel <a href="http://www.internetblog.org.uk/tag/scripts">scripts</a> installation is mediocre at best.  When a user sets up an installation of a script, Go Daddy&#8217;s control panel will queue it and make the user wait an undetermined amount of time before the script is actually installed.  It is very slow and can be frustrating to a website owner who purchased an account expecting clean and fast script installation.
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">Forbes nails cybersquatter for $300,000</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/895/forbes-nails-cybersquatter-for-300000" />
    <id>http://www.internetblog.org.uk/post/895/forbes-nails-cybersquatter-for-300000/</id>
    <author>
      <name>Daniel Foster</name>
    </author>
    <published>2010-01-18T18:30:37+00:00</published>
    <updated>2010-01-18T18:30:37+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>domain-sales</dc:subject><dc:subject>intellectual-property</dc:subject><dc:subject>.ru</dc:subject><dc:subject>domain dispute</dc:subject><dc:subject>forbes</dc:subject><dc:subject>russia</dc:subject>
    <summary type="text"><![CDATA[The Russian division of business periodical Forbes has won a dispute over the name Forbes.ru. In addition to the name, a Moscow arbitration court has awarded the company $300,000 USD in damages. This[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/895/forbes-nails-cybersquatter-for-300000"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/moscow_3.jpg" class="post-h" align="left" border="0" width="432" height="243" alt="moscow russia" /><br clear="all" /><br />
The <a href="http://www.internetblog.org.uk/tag/russia/">Russian</a> division of business periodical Forbes has won a <a href="http://www.internetblog.org.uk/tag/domain+dispute/">dispute</a> over the name Forbes.ru. In addition to the name, a Moscow arbitration court has awarded the company $300,000 USD in damages. This is the largest compensation ever awarded to an American company in a Russian court case.</p>
	<p>Because Forbes did not initially own Forbes.ru, it was forced to launch its magazine on ForbesRussia.ru last November. Grigory Punanov, chief editor, stated:</p>
	<blockquote><p>We fought for a long time for the legal right to use the domain name Forbes.ru&#8230; I hope the ruling will enter legal force and that our site will soon be available at that address.</p></blockquote>
	<p>Forbes will now be faced with the challenge of informing visitors and subscribers of its new web address. This could easily eat up all of its $300,000 settlement.</p>
	<p>Source | <a href="http://www.themoscowtimes.com/business/article/forbes-gets-300000-from-cybersquatter/397561.html">The Moscow Times</a>
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">Lufthansa wins star-alliance.net domain</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/728/lufthansa-wins-star-alliancenet-domain" />
    <id>http://www.internetblog.org.uk/post/728/lufthansa-wins-star-alliancenet-domain/</id>
    <author>
      <name>Daniel Foster</name>
    </author>
    <published>2009-11-30T14:30:28+00:00</published>
    <updated>2009-11-30T14:30:28+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>airline</dc:subject><dc:subject>domain dispute</dc:subject><dc:subject>lufthansa</dc:subject><dc:subject>star-alliance.net</dc:subject><dc:subject>wipo</dc:subject>
    <summary type="text"><![CDATA[German airline Lufthansa has won a dispute over the domain star-alliance.net. The firm claims the name infringed on the trademark of Star Alliance, an alliance of airlines of which Lufthansa is a[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/728/lufthansa-wins-star-alliancenet-domain"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/lufthansa_plane_cabin.jpg" class="post-h" align="left" border="0" width="432" height="311" alt="lufthansa plane cabin" /><br clear="all" /><br />
German <a href="http://www.internetblog.org.uk/tag/airline/">airline</a> Lufthansa has won a dispute over the domain star-alliance.net. The firm claims the name infringed on the trademark of Star Alliance, an alliance of airlines of which Lufthansa is a member.</p>
	<p>The case was heard by a WIPO arbitration panel. The initial registrant of the name, Lord Oxford from &#8220;Top Banana Piggabeen,&#8221; seems a bit eccentric to say the least. In addition to demanding $50,000 from Lufthansa, he declared:</p>
	<blockquote><p>MY domain www.Star-Alliance.net is allied with www.UnitedSpaceAgency.com and www.Air-Alliance.net. and many other domains.<br />
I’m a legend in my own mind, if not in my own time, which is the future. One a lot better than we’re headed for &#8230; see my ‘www.SavingThePla.net</p></blockquote>
	<p>Source | <a href="http://www.domainnews.com/en/lufthansa-wins-domain-name-dispute.html">Domain News</a><br />
Photo |  <a href="http://www.flickr.com/photos/flight/337687403/">Flickr</a>
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">How to block an IP address from your website</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/566/how-to-block-an-ip-address-from-your-website" />
    <id>http://www.internetblog.org.uk/post/566/how-to-block-an-ip-address-from-your-website/</id>
    <author>
      <name>Tavis J. Hampton</name>
    </author>
    <published>2009-10-09T20:49:25+00:00</published>
    <updated>2009-10-09T20:49:25+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>web-hosting</dc:subject><dc:subject>security</dc:subject><dc:subject>vps-dedicated</dc:subject><dc:subject>apache</dc:subject><dc:subject>htaccess</dc:subject><dc:subject>ip address</dc:subject><dc:subject>web hosting</dc:subject>
    <summary type="text"><![CDATA[It is always important to check your website logs.  Many web hosting providers will give you access to them, even if they do not tell you they do.  In a virtual hosting account, there will be a log[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/566/how-to-block-an-ip-address-from-your-website"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/wwwartscaled.jpg" class="post-h" align="left" border="0" width="432" height="242" alt="Browser with laptop" /><br clear='both' /><br />
It is always important to check your website logs.  Many web hosting providers will give you access to them, even if they do not tell you they do.  In a virtual hosting account, there will be a log directory with Apache server logs.  Among other things, it will tell you the IP addresses of your visitors.  </p>
	<p>Sometimes you have pesky visitors to your site who just do not get the hint.  It may be someone who constantly leaves nasty posts on your message forum or someone with even more malicious intentions.  Regardless of the reason, a simple <a href="http://www.internetblog.org.uk/tag/htaccess">htaccess</a> file can help you tremendously.  In the root directory of your website, make an .htaccess file or edit the current one, entering the following information:<br />
<code><br />
order allow,deny<br />
deny from 192.168.0.1<br />
allow from all</code></p>
	<p>You can change the &#8220;deny from&#8221; to any <a href="http://www.internetblog.org.uk/tag/ip+address">IP address</a>, and you can add more than one &#8220;deny from&#8221; line.  This will give someone coming from that IP address an access denied error.  </p>
	<p>Photo Source: <a href="http://www.sxc.hu/photo/1180239">Flickr</a>
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">What is BSD?</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/530/what-is-bsd" />
    <id>http://www.internetblog.org.uk/post/530/what-is-bsd/</id>
    <author>
      <name>Tavis J. Hampton</name>
    </author>
    <published>2009-09-30T19:50:02+00:00</published>
    <updated>2009-09-30T19:50:02+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>bsd</dc:subject><dc:subject>freebsd</dc:subject><dc:subject>linux</dc:subject><dc:subject>mac os x</dc:subject><dc:subject>netbsd</dc:subject><dc:subject>openbsd</dc:subject><dc:subject>servers</dc:subject><dc:subject>unix</dc:subject>
    <summary type="text"><![CDATA[Question: I have heard of Unix and Linux, but what is BSD?
	Answer:  BSD commonly refers to the the UNIX-like operating system developed at the University of California, Berkley in 1977.  It predates[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/530/what-is-bsd"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/bsd.jpg" class="post-h" align="left" border="0" width="432" height="324" alt="BSD mascots" /><br clear='both' /><br />
<strong>Question</strong>: I have heard of Unix and Linux, but what is BSD?</p>
	<p><strong>Answer</strong>:  <a href="http://www.internetblog.org.uk/tag/bsd">BSD</a> commonly refers to the the UNIX-like operating system developed at the University of California, Berkley in 1977.  It predates Linux and has been used in Unix server environments for decades, in response to the licensing issues of the original and much more expensive AT&#038;T Unix.</p>
	<p>Since the original release, several derivatives have emerged, including <a href="http://www.freebsd.org/">FreeBSD</a>, <a href="http://www.netbsd.org/">NetBSD</a>, <a href="http://www.openbsd.org/">OpenBSD</a>, and to some extent, Darwin, which is the underlying backend of Mac OS X.  All BSD variants are licensed under a permissive license, which allows for integration with proprietary software.  As such it has become useful to both small businesses and large corporations.</p>
	<p>Many web hosting companies use BSD-powered servers, and it offers the same security and stability that is expected from <a href="http://www.internetblog.org.uk/tag/unix">UNIX</a>.  Most Linux-based software has been ported to BSD, making it virtually indistinguishable to the casual observer.  Moreover, BSD systems are known for their long uptimes, and some web hosting experts prefer them over other UNIX variants.</p>
	<p>Photo Source: <a href="http://www.flickr.com/photos/johl/2788983385/">Flickr</a>
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">.CAT turns four amid great success</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/496/cat-turns-four-amid-great-success" />
    <id>http://www.internetblog.org.uk/post/496/cat-turns-four-amid-great-success/</id>
    <author>
      <name>Daniel Foster</name>
    </author>
    <published>2009-09-17T03:18:56+00:00</published>
    <updated>2009-09-17T03:18:56+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>domain-sales</dc:subject><dc:subject>.cat</dc:subject><dc:subject>cctld</dc:subject><dc:subject>domain extension</dc:subject><dc:subject>regional domain</dc:subject><dc:subject>tld</dc:subject>
    <summary type="text"><![CDATA[The Catalan language domain, .cat, celebrated its fourth birthday today. When the suffix was launched in 2005, critics argued there was not a sufficient market base for it to succeed. They[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/496/cat-turns-four-amid-great-success"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/catalonia_flag.jpg" class="post-h" align="left" border="0" width="432" height="324" alt="catalonia flag" /><br clear="all" /><br />
The Catalan language domain, .cat, <a href="http://www.circleid.com/posts/20090916_happy_birthday_cat_icann/">celebrated its fourth birthday today</a>. When the <a href="http://www.internetblog.org.uk/tag/domain+extension/">suffix</a> was launched in 2005, critics argued there was not a sufficient market base for it to succeed. They couldn&#8217;t have been more wrong.</p>
	<p>As of this writing, there are some 36,000 .cat domains registered and 80 million Catalan pages indexed in <a href="http://www.internetblog.org.uk/tag/google/">Google</a>. The extension is so successful that it is preferred by speakers of the language over .com.</p>
	<p>Catalonia is an autonomous region in northern Spain. There are 7.7 million Catalan speakers worldwide, mostly in Spain and southern France. </p>
	<p>The success of .cat will likely aid proponents of other regional extensions like <a href="http://www.internetblog.org.uk/tag/.nyc">.nyc</a> and <a href="http://www.internetblog.org.uk/tag/.bayern">.bayern</a>.
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">Congressmen call for permanent ICANN relationship</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/357/congressmen-call-for-permanent-icann-relationship" />
    <id>http://www.internetblog.org.uk/post/357/congressmen-call-for-permanent-icann-relationship/</id>
    <author>
      <name>Daniel Foster</name>
    </author>
    <published>2009-08-05T22:04:01+00:00</published>
    <updated>2009-08-05T22:04:01+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>domain-sales</dc:subject><dc:subject>web-infrastructure</dc:subject><dc:subject>software</dc:subject><dc:subject>congress</dc:subject><dc:subject>government</dc:subject><dc:subject>icann</dc:subject><dc:subject>internet governance</dc:subject><dc:subject>joint project agreement</dc:subject><dc:subject>jpa</dc:subject><dc:subject>united states</dc:subject><dc:subject>washington</dc:subject>
    <summary type="text"><![CDATA[With less than two months of ICANN&amp;#8217;s Joint Project Agreement with the United States Department of Commence remaining, two key House members are calling for permanent government involvement[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/357/congressmen-call-for-permanent-icann-relationship"><![CDATA[	<p> <img src="http://static.blogo.it/hostinguk/capitol_building.jpg" class="post-h" align="left" border="0" width="432" height="288" alt="capitol building" /><br clear="all" /><br />
With less than two months of <a href="http://www.internetblog.org.uk/tag/icann/">ICANN</a>&#8217;s <a href="http://www.internetblog.org.uk/tag/jpa/">Joint Project Agreement</a> with the United States Department of Commence remaining, two key House members are calling for permanent government involvement in the organization.</p>
	<p>House Energy and Commerce Chairman Henry Waxman, D.-Calif., and Communications Subcommittee Chairman Rick Boucher, D-Va., made a statement regarding their views today:</p>
	<blockquote><p>Rather than replacing the JPA with additional JPAs or Memoranda of Understandings that expire every few years, we believe the time has come for a permanent instrument to which ICANN and the Department of Commerce are co-signatories. This statement of commitments and principles would ensure that ICANN remains perpetually accountable to the public and to all of its global stakeholders.</p></blockquote>
	<p>ICANN has previously declared that it neither wants government involvement nor a renewal of the JPA. The California organization has never really experienced any government oversight before, and it is unclear how the U.S. government could push itself into ICANN.</p>
	<p>Personally, I think <a href="http://www.internetblog.org.uk/tag/internet+governance/">government involvement</a> in ICANN is a good thing. Every other industry is regulated. Why the Internet has not already been made privy to federal oversight I do not know.</p>
	<p>Source | <a href="http://www.eweek.com/c/a/Government-IT/Lawmakers-Back-Permanent-US-Involvement-With-ICANN-367684/">eWeek</a>
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">Horse.ae sells for $1.6 million</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/331/horseae-sells-for-16-million" />
    <id>http://www.internetblog.org.uk/post/331/horseae-sells-for-16-million/</id>
    <author>
      <name>Tavis J. Hampton</name>
    </author>
    <published>2009-07-29T17:43:21+00:00</published>
    <updated>2009-07-29T17:43:21+00:00</updated>
    <dc:subject>uncategorized</dc:subject>
    <summary type="text"><![CDATA[A serious horse enthusiast has purchased the UAE domain horse.ae for Dh6 million (US $1.6 million).  The Indian based firm The Ozone Group ran a vigorous campaign to sell the domain.  UAE financial[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/331/horseae-sells-for-16-million"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/horserace_scaled.jpg" class="post-h" align="left" border="0" width="432" height="287" alt="Horse race" /><br clear='both' /><br />
A serious horse enthusiast has purchased the UAE <a href="http://www.internetblog.org.uk/tag/domain">domain</a> horse.ae for Dh6 million (US $1.6 million).  The Indian based firm The Ozone Group ran a vigorous campaign to sell the domain.  UAE financial experts are hoping that this move will prompt others to push the .ae <a href="http://www.internetblog.org.uk/tag/top-level%20domain">top-level domai</a>n into the global market.  There have already been several high-profile domain disputes for .ae <a href="http://www.internetblog.org.uk/tag/country+domains">country domains</a>, including baskin-robbins.ae.</p>
	<p>No .ae domain had previously come close to the mark of Dh6.  The .ae is just over a year old, and entrepreneurs like Munir Badr, are expecting this to be the beginning of something big.  </p>
	<blockquote><p>“It’s a huge sum. This sale can’t be even compared to the recent two-character ad.com sale, which fetched just Dh5.1m,” he said. </p>
	<p>“This sale is a true record and stereotype breaker and will surely boost the .ae market and its publicity.”</p>
	<p>“People just grabbed hundreds and hundreds of domains like shopping.ae, store.ae, hospital.ae. They’ve already gone.” Most were held for resale.</p></blockquote>
	<p>To date, .com domains still rake in the most cash, with the highest being fund.com which sold for $9.9 million.    To add more hype to the UAE domain craze, they will soon be adding Arabic-language domain names to the already sizzling pot.  This will coincide with the new open <a href="http://www.internetblog.org.uk/tag/gtld">gTLD</a> policy that ICANN is expected to implement next year.</p>
	<p>Source: <a href="http://www.thenational.ae/apps/pbcs.dll/article?AID=/20090729/NATIONAL/707289844/-1/OPINION">The National</a><br />
Photo: <a href="http://www.flickr.com/photos/vegaseddie/3309217425/">Flickr</a>
</p>
 ]]></content>
    

  </entry>
  
  <entry>
    <title type="html">Korean DDoS malware may self destruct</title>
    <link rel="alternate" type="text/html" href="http://www.internetblog.org.uk/post/265/korean-ddos-malware-may-self-destruct" />
    <id>http://www.internetblog.org.uk/post/265/korean-ddos-malware-may-self-destruct/</id>
    <author>
      <name>Tavis J. Hampton</name>
    </author>
    <published>2009-07-10T13:43:42+00:00</published>
    <updated>2009-07-10T13:43:42+00:00</updated>
    <dc:subject>uncategorized</dc:subject><dc:subject>internet</dc:subject><dc:subject>korea</dc:subject><dc:subject>malware</dc:subject><dc:subject>security</dc:subject><dc:subject>servers</dc:subject><dc:subject>u.s.</dc:subject><dc:subject>website</dc:subject><dc:subject>windows</dc:subject>
    <summary type="text"><![CDATA[Earlier this week, we reported a series of attacks on key South Korean and U.S. government servers that took some of them offline.  The attacks are still under investigation, but a blog post on the[...]]]></summary>
    <content type="html" xml:lang="en-us" xml:base="http://www.internetblog.org.uk/post/265/korean-ddos-malware-may-self-destruct"><![CDATA[	<p><img src="http://static.blogo.it/hostinguk/computerbot.jpeg" class="post-h" align="left" border="0" width="432" height="288" alt="Computer bot" /><br clear='both' /><br />
Earlier this week, we reported a series of attacks on key South Korean and U.S. government servers that took some of them offline.  The attacks are still under investigation, but a <a href="http://voices.washingtonpost.com/securityfix/2009/07/pcs_used_in_korean_ddos_attack.html">blog post</a> on the Washington Post&#8217;s <a href="http://www.internetblog.org.uk/tag/websites">website</a> suggests that the botnet being used to deliver the DDoS (distributed denial of service) attack could self destruct.</p>
	<p>An attack bot of this nature works by first infecting vulnerable computers around the world.  The computer user is unaware of its presence and continues going about his business.  Meanwhile, the bot uses that person&#8217;s computer to attack another, usually a server.  With the coordinated effort of possibly thousands or even millions of computers, it easily disrupts service of the server or multiple <a href="http://www.internetblog.org.uk/tag/servers">servers</a>.  With some botnets, after the task is completed, they wipe the person&#8217;s hard drive.</p>
	<p>According to <a href="http://www.internetblog.org.uk/tag/security/">security</a> expert Joe Stewart, director of malware research at SecureWorks, this particular form of malware is a version of the Mydoom worm, includes a Trojan horse program that will overwrite all of the data on a victim&#8217;s hard drive.  Microsoft Windows PCs are vulnerable to this attack, and experts believe that between 60,000 to 100,000 PCs may have been infected with the malware.  South Korean government officials have also warned their citizens about this danger, saying that at least 20,000 PCs in South Korea are infected.</p>
	<p>Source: <a href="http://voices.washingtonpost.com/securityfix/2009/07/pcs_used_in_korean_ddos_attack.html">Washington Post</a><br />
Photo: <a href="http://www.flickr.com/photos/runlevel0/3647554681/">Flickr</a>
</p>
 ]]></content>
    

  </entry>
  
</feed>
