Linux Sysadmin Blog

Utilizing Google Apps Email as a Web Host - Sign of Strenght or Weakness?

- | Comments

PrometHost offers best of class hosting for websites, databases, and other services such as email, domain registration, spam filtering, etc. We have recently made a decision to focus on three things for our hosting offering: * security * reliability * scalability

Performance is obviously important, and we help with performance on a case by case basis.

As with most businesses, we use third party tools and solutions to put together our offering. The value that we bring with our hosting offering depends on the processes and decisions along with the quality of implementation. We make decisions to use a reliable Data Center and provider of primary and secondary power and IP. We make decisions on hardware choices (HP, CISCO, etc), and software platforms (RedHat, cPanel, etc.) and software services (srsPlus, Netcleanse, etc). In terms of email – we chose an email server, spam service and configuration options. With the constant battle with spam bots, physhing scams, along with other more serious threats to data security we have decided to look for the best in class email service to offer to our clients so that we can focus on our core offerings.

We have looked at a number of options. Installing network filtering solutions such as Barracuda (http://www.barracudanetworks.com/ns/?L=en) and Sonicwall 9 ) . We have looked at beefing up our Netcleanse solution as well as using on server open source solutions such as spam assassin. However no option stood out as well as Google Apps.

Google apps not only is seamless in integration on the back end as well as the customer, but it also comes with some impressive set of tools which are extremely valuable to anyone running their business, virtual or not (Calendar, Docs, etc. http://www.google.com/a/help/intl/en/var_1c.html)

We have made this decision several months before this slashdot story was exposed: “Large webhost urges customers to use Gmail.”

Although there were some negative comments I think the slashdot community understood and supported the decision. We stand by it and will always offer our customers an alternative to gmail but will recommend it as it is the best of class option at the moment.

The decision was not easy as we really like to manage as many things as we can and “outsourcing” it seemed like giving up on it, but business wise this was one of the best decisions we made. Fighting spam is frustrating and if there is a free better solution out there and most of your customers will not notice a difference if they use POP or IMAP, except maybe less spam.

Amazon Down Time Slashdoted

- | Comments

Any host or system admin hates the words its not working or its down. When I see a big site take a hit or is town there are two reactions that I generally have:

  • Site Down - those poor bastards (system admins) their life must suck right now

  • Site Down - SEE!!! It happens to them too! No one is perfect! No one is immune!

Here is a story that elicited these feelings in today’s Slashdot stories:

+--------------------------------------------------------------------+ | US Amazon.com Website Down For Over 1 Hour | | from the there-goes-the-bottom-line dept. | | posted by ScuttleMonkey on Friday June 06, @15:10 (The Internet) | | [http://tech.slashdot.org/article.pl?sid=08/06/06/199211 ](http://tech.slashdot.org/comments.pl?sid=08/06/06/199211) | +--------------------------------------------------------------------+

CorporalKlinger writes CNET News is reporting that Amazon’s US website, Amazon.com, has been unreachable since 10:30 AM PDT today. As of posting, visiting www.amazon.com produces an ‘Http/1.1 Service Unavailable’ message. According to CNET, “Based on last quarter’s revenue of $4.13 billion, a full-scale global outage would cost Amazon more than [0]$31,000 per minute on average.” Some of Amazon’s international websites still appear to be working, and some pages on the US Amazon.com site load if accessed using HTTPS instead of HTTP.

Discuss this story at: http://tech.slashdot.org/comments.pl?sid=08/06/06/199211

Install Subversion on CentOS With Cpanel

- | Comments

To install Subversion (SVN) login to your server (shell) and execute:

1
yum install subversion

If perl-URI is not installed edit /etc/yum.conf and remove perl* then execute:

1
yum install perl-URI

Restore perl* on /etc/yum.conf.

Install Wordpress With Subversion

- | Comments

To install Wordpress with Subversion you need shell access to your server and have Subversion installed. To start, login to your server (shell) and go to directory where you want to install Wordpress and execute this command:

1
svn co http://svn.automattic.com/wordpress/trunk/ .

Copy wp-config-sample.php to wp-config.php. Edit wp-config.php and enter database details. Access your blog url to complete installation.