DiscountASP Announces Opening Of London, UK Datacenter
July 24, 2008 · Filed Under Press Releases · Comment 

Pasadena, California - July 23, 2008 - ASP.net hosting and SQL hosting provider, DiscountASP.NET, has opened a new data center location in London, UK, in order to expand its global reach into Europe.

Advanced Windows 2008 hosting, Windows 2003 hosting, and SQL hosting are available in the new Europe-based data center.

Takeshi Eto, VP Marketing at DiscountASP.NET noted, ”We have a large European customer base and we wanted to address their concerns of website latency issues due to data transport over long distances. Our global expansion is a strategic move for us, and now, with our ASP.NET hosting infrastructure available in the UK, we can better serve our international customers.”

For this new location, DiscountASP.NET partnered with Equinix for state-of-the-art data center infrastructure services in London, UK. The ASP.NET hosting infrastructure solution is powered by DELL servers, NetApp SAN storage solutions, and VMware virtualization solutions.

Mr. Eto added, ”For a seamless experience, customers can select the data center location where they desire to host their website as part of our online ordering process and after successful order submission, the website account will be instantly setup. And we did not leave out our existing customers; we have a team ready to assist in data center location migration. Our team worked hard for the past year on this project and we are extremely proud to officially announce our European expansion is open for business.”

DiscountASP.NET is a Microsoft Windows-based shared hosting provider, focused on providing the best value in ASP.NET and SQL database hosting. A Microsoft Gold Certified partner, DiscountASP.NET was one of the first hosts to launch Windows 2008 hosting, and .NET 3.5 hosting supporting LINQ and ASP.NET AJAX hosting.

For more information about DiscountASP.NET, please visit: www.discountasp.net.

Contest Results
July 24, 2008 · Filed Under Site Related · Comment 

Hi everyone! Sorry about the delay in any updates on the contest. We’re going to have a drawing on Monday, August 4th, 2008 at 10AM EST in the chatroom on PureDiscussion’s chatroom.

You will not need to be a member of the forum to attend.

I will post a URL to the chat room shortly before the drawing happens.

2MHost Announces Launch Of Container Hosting Service
July 23, 2008 · Filed Under Press Releases · Comment 

Washington, D.C. - July 22, 2008 - Shared, reseller, and virtual private server web hosting for businesses and individuals, has launched its Managed Dedicated Container Hosting service, designed to offer dedicated servers in a virtualized environment.

Mike Noman, Owner of 2MHost noted, ”Our Managed Dedicated Container Hosting service is our company’s first major leap into the virtualization market. We have been developing this offering for the past several months and our customers who have tried the service have been enormously impressed with its performance. We are offering a fully-managed virtual solution that will give any mid-level dedicated server a serious run for its money.”

Similar to a Virtual Private Server, Managed Dedicated Container Hosting provides users with guaranteed access to server resources and a fully managed hosting environment. Plans start at $69/monthly for at least 512MB of RAM, 25GB of disk space and 25GB of backup storage. A maximum 30 users share each server, powered by 8 Intel Xeon 5430 processor cores with 16 GB of RAM.

Each Managed Dedicated Container Hosting package comes with a fully-loaded, optimized hosting environment. 2MHost installs and maintains Apache, MySQL 5, PHP 5, Ruby, Perl, Python and cPanel/WHM. Users have the option to self-manage their Dedicated Container, in which case they will be provided with root access and 2MHost will no longer maintain software in their hosting environment.

2MHost has been serving clients for nearly eight years, for nearly 30,000 Web sites, from users on six continents.

Launched in 2001, 2MHost represents the pinnacle of quality for shared and reseller hosting for businesses and individuals. Hosting nearly 30,000 Web sites, 2MHost provides its users with 24×7 live chat support and a variety of value-added software packages, including the 2MExpress Web site builder and one-click open source script installations.

To learn more about Managed Dedicated Container Hosting from 2MHost, please visit: www.2mhost.com/vps-hosting.

For more about 2MHost, please visit: www.2mhost.com.

LAMP Tutorial for Debian and Ubuntu
July 22, 2008 · Filed Under Tutorials · 3 Comments 

You’ve always wanted to set up LAMP on your Debian/Ubuntu server but never knew how, right? Well, now you can. We’ll walk you through setting up LAMP on your server step by step.

Let’s start off by installing Apache 2 and PHP 5.

On Debian:

apt-get install apache2 php5 libapache2-mod-php5

On Ubuntu:

sudo apt-get install apache2 php5 libapache2-mod-php5

Once this has run, you will now have accomplished the “LAP” part of “LAMP”. Apache and PHP are now installed, and since you’re on Debian/Ubuntu, Linux is done too.

Let’s test out your PHP set up and make sure it’s working.

Run:

cd /var/www
echo “<? phpinfo(); ?>” > index.php

That command will create index.php with inside of it.

Visit http://yourip/index.php, you should see a PHP info page. If so, you’re good to go.

Now, let’s install MySQL to finish this job up. The following will install MySQL 5 and the PHP module for it.

On Debian:

apt-get install mysql-server mysql-client php5-mysql

On Ubuntu:

sudo apt-get install mysql-server mysql-client php5-mysql

Once this is done, the actual LAMP setup is finished. Now it’s time for a few little tweaks. We strongly recommend setting a MySQL root password. To set a MySQL root password, there’s a simple command to run:

mysqladmin -u root password NEWPASSWORD

Once this is set, restart Apache and your setup is finished.

The command to restart Apache is:

/etc/init.d/apache2 restart

Your LAMP setup is ready to go! Good luck.

AtlantaNAP Announces Launch of Enterprise Data Center 2
July 22, 2008 · Filed Under Press Releases · Comment 

Santa Clara, California - July 22, 2008 - Colocation facility, AtlantaNAP, has completed a new expansion of its facility, with the Enterprise Data Center 2, which originally opened in May, 2008.

The new Data Center adds another 12,500 square feet of Tier 3 colocation space to the market. The new Data Center was designed with our enterprise customer in mind with 36 inch raised floors, state-of-the-art high density power capability and hot air containment.

Jeff Hinkle, President of AtlantaNAP noted, ”We believe this will bring in additional enterprise and corporate customers who are looking for Atlanta colocation with the best combination of facility, security and service for their money.”

AtlantaNAP boasts a security system consisting of a 10-foot razor fence, key carded entry, redundant security camera servers, biometric handprint scanning, and armed security guards.

Currently 37,500 square feet of a total of 50,000 square feet are built and online. 8,000 square feet of the new expansion area is available for rent, with the remaining already occupied through pre sales.

AtlantaNAP is located in Atlanta, Georgia and is the city’s newest large scale data center and disaster recovery center. Built by the owners of Global Net Access, AtlantaNAP has the features of a carrier class facility without the high costs. AtlantaNAP provides cage colocation, cabinet colocation and full rack colocation.

To learn more, please visit: www.atlantanap.com.

« Previous PageNext Page »