<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Anthony Taliercio - Managed Hosting Atlanta &#187; Blog</title> <atom:link href="http://www.anthonyt.com/category/blog/feed/" rel="self" type="application/rss+xml" /><link>http://www.anthonyt.com</link> <description>Call me at 678-365-2828</description> <lastBuildDate>Tue, 07 Jun 2011 00:39:34 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>How to edit php.ini to to increase allowed file size upload on a Plesk dedicated server</title><link>http://www.anthonyt.com/2011/modify-php-ini-to-to-increase-allowed-file-size-upload-on-a-plesk-dedicated-server/</link> <comments>http://www.anthonyt.com/2011/modify-php-ini-to-to-increase-allowed-file-size-upload-on-a-plesk-dedicated-server/#comments</comments> <pubDate>Sun, 22 May 2011 22:18:01 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[Plesk]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=620</guid> <description><![CDATA[How to edit php.ini to to increase allowed file size upload on a Plesk dedicated server I&#8217;m a big fan of Plesk.  It allows novice system administrators to manage a dedicated server via the web browser.  Plesk is one of the web hosting industries best tools. Plesk is setup in such a way that you won&#8217;t want [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://cdn.anthonyt.com/wp-content/plesk300.png"><img
class="alignnone size-full wp-image-622" title="Modify php.ini on a Plesk server" src="http://cdn.anthonyt.com/wp-content/plesk300.png" alt="" width="300" height="93" /></a></p><h1>How to edit php.ini to to increase allowed file size upload on a Plesk dedicated server</h1><p>I&#8217;m a big fan of Plesk.  It allows novice system administrators to manage a dedicated server via the web browser.  Plesk is one of the web hosting industries best tools.</p><p>Plesk is setup in such a way that you won&#8217;t want to make PHP changes directly in the /etc/php.ini config file.  You&#8217;ll have make those changes within the Plesk configuration for the domain.</p><p>To do so you&#8217;ll have to modify the vhost.conf (or vhost_ssl.conf for anything running under SSL).</p><p>Here&#8217;s directions on editing the Plesk vhost.conf file via SSH:</p><blockquote><p>vi /var/www/vhosts/yourdomainname.com/conf/vhost.conf</p></blockquote><p>And then add the following (I chose 60 M but you can make this whatever you want):</p><blockquote><p>&lt;Directory /var/www/vhosts/yourdomainname.com/httpdocs&gt;</p><p>php_admin_value post_max_size 60M</p><p>php_admin_value upload_max_filesize 60M</p><p>&lt;/Directory&gt;</p></blockquote><p>Now you&#8217;ll have to rebuild Plesk to see the new vhost.conf file:</p><blockquote><p>/usr/local/psa/admin/sbin/websrvmng &#8211;reconfigure-vhost &#8211;vhost-name=yourdomainname.com</p></blockquote><p>And then restart Apache:</p><blockquote><p>/etc/init.d/httpd restart</p></blockquote><p>Your server will now allow your web application to upload larger files!</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2011/modify-php-ini-to-to-increase-allowed-file-size-upload-on-a-plesk-dedicated-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install and configure memcached for Magento 1.5.0.1 on RedHat 5.5</title><link>http://www.anthonyt.com/2011/install-and-configure-memcached-for-magento-on-redhat-5/</link> <comments>http://www.anthonyt.com/2011/install-and-configure-memcached-for-magento-on-redhat-5/#comments</comments> <pubDate>Sun, 15 May 2011 16:44:40 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[Magento]]></category> <category><![CDATA[E-Commerce]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[memcached]]></category> <category><![CDATA[redhat 5]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=588</guid> <description><![CDATA[Magento is a very powerful shopping cart.  Because there are so many requests to the database during each load it&#8217;s speed is depentant upon MySQL. Memcached is a memory caching system used to speed up dynamic database driven websites by caching MySQL in RAM. The service allows MySQL database tables to be stored in memory, [...]]]></description> <content:encoded><![CDATA[<div
id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Magento is a very powerful shopping cart.  Because there are so many requests to the database during each load it&#8217;s speed is depentant upon MySQL.</div><div
id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Memcached is a memory caching system used to speed up dynamic database driven websites by caching MySQL in RAM.</div><div
id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The service allows MySQL database tables to be stored in memory, thus increasing the speed of Magento.</div><p><a
href="http://cdn.anthonyt.com/wp-content/magento.jpg"><img
class="alignnone size-medium wp-image-590" title="magento" src="http://cdn.anthonyt.com/wp-content/magento-300x84.jpg" alt="magento" width="300" height="84" /></a></p><p><a
href="http://cdn.anthonyt.com/wp-content/memcached_banner75.jpg"><img
class="alignnone size-medium wp-image-589" style="border: 0px initial initial;" title="memcached" src="http://cdn.anthonyt.com/wp-content/memcached_banner75-300x55.jpg" alt="memcached" width="300" height="55" /></a></p><h1>Installing memcached on RedHat 5.5 to speed up Magento 1.5.0.1</h1><p><a
href="http://www.magentocommerce.com/" target="_blank">Magento</a> is a very powerful shopping cart.  Because there are so many requests to the database during each page load it&#8217;s speed is bottlenecked by MySQL.</p><p>The Magento team built in the option to use a few caching systems to help with speed.  Memcached, APC, &amp; xcache are some available options.</p><p>Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of Magento database calls.</p><h2>Install Memcached using an RPM</h2><p>Memcached is not built into RedHat Enterprise Linux 5 by default.  So I&#8217;m going to install an RPM that has the software (<a
href="http://www.lullabot.com/articles/installing-memcached-redhat-or-centos" target="_blank">credit</a>):</p><blockquote><p>rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm</p></blockquote><p>RedHat 5.5 has some dependency issues (<a
href="http://stackoverflow.com/questions/4420066/memcached-installing-issues" target="_blank">credit</a>) so we&#8217;ll need to tell Yum how to correct them:</p><blockquote><p>yum &#8211;enablerepo=rpmforge,rpmforge-extras install memcached</p></blockquote><p>Confirm memcached is running:</p><blockquote><p>memcached -h</p></blockquote><h2>Install the PECL extension</h2><p>Now we have to allow PHP to access memcached with the PECL extension:</p><blockquote><p>pecl install memcache</p></blockquote><p>Add the memcache extension to the php.ini file (usually at /etc/php.ini)</p><blockquote><p>extension=memcache.so</p></blockquote><p>Configure memcache</p><blockquote><p>vi /etc/sysconfig/memcached</p></blockquote><p>Depending upon how much RAM you have to play with adjust these settings.  For my install I want to give memcache 2 GB of RAM and listen on localhost:</p><blockquote><p>PORT=&#8221;11211&#8243;</p><p>USER=&#8221;memcached&#8221;</p><p># max connection 2048</p><p>MAXCONN=&#8221;2048&#8243;</p><p># set ram size to 2048 &#8211; 2GB</p><p>CACHESIZE=&#8221;2048&#8243;</p><p># listen to loopback ip 127.0.0.1, for network connection use real ip e.g., 10.0.0.4</p><p>OPTIONS=&#8221;-l 127.0.0.1&#8243;</p></blockquote><p>Verify the the install in PHP info:</p><table
style="border-collapse: collapse; margin-left: auto; margin-right: auto; text-align: left;" border="0" cellpadding="3" width="600"><tbody><tr
class="h" style="background-color: #9999cc; font-weight: bold; color: #000000;"><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">memcache support</th><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">enabled</th></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">Active persistent connections</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">0</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">Version</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">2.2.6</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">Revision</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">$Revision: 303962 $</td></tr></tbody></table><table
style="border-collapse: collapse; margin-left: auto; margin-right: auto; text-align: left;" border="0" cellpadding="3" width="600"><tbody><tr
class="h" style="background-color: #9999cc; font-weight: bold; color: #000000;"><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">Directive</th><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">Local Value</th><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">Master Value</th></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.allow_failover</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">1</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">1</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.chunk_size</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">8192</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">8192</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.default_port</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">11211</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">11211</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.default_timeout_ms</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">1000</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">1000</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.hash_function</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">crc32</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">crc32</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.hash_strategy</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">standard</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">standard</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.max_failover_attempts</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">20</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">20</td></tr></tbody></table><h2>Set up Memcached as a service</h2><p>Just installing memcached by itself wont don anything.  Now we have to set it up as a service.  Register the script to start with the server:</p><blockquote><p>/sbin/chkconfig &#8211;add memcached</p></blockquote><div>And finally start memcached as a service:</div><blockquote><div>/etc/init.d/memcached start</div></blockquote><h2>Intergrate memcached with Magento</h2><div>To enable Memcached within Magento, you will need to add the following block of code to your app/etc/local.xml file (<a
href="http://blog.nexcess.net/2010/03/22/enabling-memcached-in-magento/" target="_blank">credit</a>)</div><div><blockquote><div><div>&lt;session_save&gt;&lt;![CDATA[memcached]]&gt;&lt;/session_save&gt; &lt;!&#8211; db / memcache / empty=files &#8211;&gt;</div><div>&lt;session_save_path&gt;&lt;![CDATA[tcp://127.0.0.1:11211?persistent=1&amp;weight=2&amp;timeout=10&amp;retry_interval=10]]&gt;&lt;/session_save_path&gt;</div><div>&lt;cache&gt;</div><div>&lt;backend&gt;&lt;![CDATA[memcached]]&gt;&lt;/backend&gt;</div><div>&lt;slow_backend&gt;&lt;![CDATA[database]]&gt;&lt;/slow_backend&gt;</div><div>&lt;memcached&gt;&lt;!&#8211; memcached cache backend related config &#8211;&gt;</div><div>&lt;servers&gt;&lt;!&#8211; any number of server nodes can be included &#8211;&gt;</div><div>&lt;server&gt;</div><div>&lt;host&gt;&lt;![CDATA[127.0.0.1]]&gt;&lt;/host&gt;</div><div>&lt;port&gt;&lt;![CDATA[11211]]&gt;&lt;/port&gt;</div><div>&lt;persistent&gt;&lt;![CDATA[1]]&gt;&lt;/persistent&gt;</div><div>&lt;weight&gt;&lt;![CDATA[1]]&gt;&lt;/weight&gt;</div><div>&lt;timeout&gt;&lt;![CDATA[10]]&gt;&lt;/timeout&gt;</div><div>&lt;retry_interval&gt;&lt;![CDATA[10]]&gt;&lt;/retry_interval&gt;</div><div>&lt;status&gt;&lt;![CDATA[1]]&gt;&lt;/status&gt;</div><div>&lt;/server&gt;</div><div>&lt;/servers&gt;</div><div>&lt;compression&gt;&lt;![CDATA[0]]&gt;&lt;/compression&gt;</div><div>&lt;cache_dir&gt;&lt;![CDATA[]]&gt;&lt;/cache_dir&gt;</div><div>&lt;hashed_directory_level&gt;&lt;![CDATA[]]&gt;&lt;/hashed_directory_level&gt;</div><div>&lt;hashed_directory_umask&gt;&lt;![CDATA[]]&gt;&lt;/hashed_directory_umask&gt;</div><div>&lt;file_name_prefix&gt;&lt;![CDATA[]]&gt;&lt;/file_name_prefix&gt;</div><div>&lt;/memcached&gt;</div><div>&lt;/cache&gt;</div></div></blockquote></div><h2>Flushing Cache</h2><p>Magento is now using Memcached so you wont use the native cache found in  /var/cache.  Anytime you make changes to Magento you&#8217;ll have to flush the memcached cache to see changes.  To flush the cache you&#8217;ll have to Telnet to the memcached service:</p><blockquote><p>telnet localhost 11211</p></blockquote><p>You&#8217;ll see an output:</p><blockquote><p>Trying 127.0.0.1&#8230;</p><p>Connected to localhost.</p><p>Escape character is &#8216;^]&#8217;.</p></blockquote><p>The just give the following command:</p><blockquote><p>flush_all</p></blockquote><p>That&#8217;s all you need to do.. the cache is now flushed.  You can quit the Telnet session and you&#8217;re done.</p><blockquote><p>quit</p><p>Connection to localhost closed by foreign host.</p><p>$</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2011/install-and-configure-memcached-for-magento-on-redhat-5/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Intel Solid State Hard Drives</title><link>http://www.anthonyt.com/2011/intel-solid-state-hard-drives/</link> <comments>http://www.anthonyt.com/2011/intel-solid-state-hard-drives/#comments</comments> <pubDate>Mon, 14 Feb 2011 18:33:13 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=568</guid> <description><![CDATA[Managed Hosting Servers with Intel Solid State Hard Drives Intel Solid-State Hard Drives (SSDs) have no moving parts, high reliability and longer life-span than traditional hard drives. This allows SSD to outperform SATA, 15k RPM SAS, and Fibre Channel disk by leaps and bounds. SSD are the new standard for a high I/O database servers. Increase [...]]]></description> <content:encoded><![CDATA[<p><span
class="title" style="font-size: 24px;font-weight: bold;color: #ffffff;font-family: Helvetica;line-height: 110%;"><br
/> Managed Hosting Servers with Intel Solid State Hard Drives</span></p><p><strong>Intel Solid-State Hard Drives</strong> (SSDs) have no moving parts, high reliability and longer life-span than traditional hard drives.</p><p>This allows SSD to outperform SATA, 15k RPM SAS, and Fibre Channel disk by leaps and bounds.</p><p><span
style="font-size:14px;"><strong>SSD are the new standard for a high I/O database servers.</strong></span></p><p><img
src="http://gallery.mailchimp.com/b3cab42c7c2e1dede16002f28/images/intelssd.1.png" border="0" alt="Intel SSD" width="330" height="99" /></p><ul><li> Increase speed of your Managed Hosting server up to 400% faster than 15k SAS</li><li> Same reliability as traditional disk</li><li> Great for database servers with high I/O demands</li><li> Available in 80 or 160 GB size</li></ul><p><strong><span
style="font-size:14px;"><span
style="color:#000000;">To REALLY make your SSD database server <em>smoke</em> from now until 02/28/11 we&#8217;ll DOUBLE THE RAM FREE.</span></span></strong></p><p><strong> </strong></p><p><strong>Call me @ 678-365-2828 &#038; ask me how you can get setup with a SSD server to get the performance you deserve !!!</strong></p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2011/intel-solid-state-hard-drives/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Struggling with PCI Compliance?</title><link>http://www.anthonyt.com/2010/struggling-with-pci-compliance/</link> <comments>http://www.anthonyt.com/2010/struggling-with-pci-compliance/#comments</comments> <pubDate>Wed, 22 Dec 2010 19:38:55 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=557</guid> <description><![CDATA[Even Santa struggles with getting the North Pole PCI compliant. What should you do when your bank asks you to become PCI compliance? A great place to start is by reading &#8220;How to Be Compliant&#8221; on pcisecuritystandards.org. PEER 1 Managed Hosting can help your business with the following requirements: - Firewall - Intrusion Detection - [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://cdn.anthonyt.com/wp-content/pcichecklist.png"><img
class="aligncenter size-medium wp-image-559" title="pcichecklist" src="http://cdn.anthonyt.com/wp-content/pcichecklist-300x200.png" alt="pcichecklist" width="300" height="200" /></a></p><p>Even Santa struggles with getting the North Pole PCI compliant.</p><p>What should you do when your bank asks you to become PCI compliance?  A great place to start is by reading &#8220;<a
href="https://www.pcisecuritystandards.org/merchants/how_to_be_compliant.php" target="_blank">How to Be Compliant</a>&#8221; on pcisecuritystandards.org.</p><p>PEER 1 Managed Hosting can help your business with the following requirements:<br
/> - Firewall<br
/> - Intrusion Detection<br
/> - Log Monitoring<br
/> - Backup<br
/> - SSL Encryption<br
/> - Virus Protection<br
/> - Patch Management</p><p>Call me at 678-365-2828 discuss how PEER 1 Hosting can help you.</p><p>We&#8217;re one of the only companies in Atlanta Georgia offering truly secure managed hosting.</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/struggling-with-pci-compliance/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PEER 1 Hosting Business Class Email</title><link>http://www.anthonyt.com/2010/peer-1-hosting-business-class-email/</link> <comments>http://www.anthonyt.com/2010/peer-1-hosting-business-class-email/#comments</comments> <pubDate>Fri, 13 Aug 2010 20:58:33 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category> <category><![CDATA[Atlanta]]></category> <category><![CDATA[business class email]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Exchange]]></category> <category><![CDATA[hosted]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=550</guid> <description><![CDATA[PEER 1 Hosting recently released its highly anticipated Business Class Email system running off Microsoft Exchange! Why should you outsource your email ? - Eliminate the cost of owning &#38; maintaining in-house email servers. - Save time, money, and system administration resources. - Focus on your core business, let us worry about the technical details. [...]]]></description> <content:encoded><![CDATA[<p>PEER 1 Hosting recently released its highly anticipated Business Class Email system running off Microsoft Exchange!</p><p>Why should you outsource your email ?<br
/> - Eliminate the cost of owning &amp; maintaining in-house email servers.<br
/> - Save time, money, and system administration resources.<br
/> - Focus on your core business, let us worry about the technical details.</p><p>If you have an in-house email server you can save up to 50-90% by outsourcing your email!</p><p>Each Mailbox Includes:<br
/> - Microsoft Outlook 2007 or Entourage for Macs<br
/> - ActiveSync Integration for Mobile Phones<br
/> - Shared Calendar, Contacts, Tasks &amp; Public Folder<br
/> - McAfee MX Logic Antivirus &amp; Anti-spam Filtering Services<br
/> - Backups, Patching &amp; Software Upgrades<br
/> - WebMail Access via Outlook Web Access<br
/> - 3 GB per mailbox, aggregated between accounts</p><p>It starts at only $10 per month per mailbox!</p><p>Call me @ 678-365-2828 for more information.</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/peer-1-hosting-business-class-email/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>VMware Solutions in Atlanta</title><link>http://www.anthonyt.com/2010/vmware-solutions-in-atlanta/</link> <comments>http://www.anthonyt.com/2010/vmware-solutions-in-atlanta/#comments</comments> <pubDate>Sat, 15 May 2010 20:32:47 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category> <category><![CDATA[Atlanta]]></category> <category><![CDATA[hosting]]></category> <category><![CDATA[IT]]></category> <category><![CDATA[virtualization]]></category> <category><![CDATA[vmware]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=545</guid> <description><![CDATA[PEER 1 Hosting is now offering VMware solutions in the Atlanta, Georgia office. You can now guarantee the highest availability of hosting services with VMware desktop &#38; server virtualization. Reduce IT spending, run enterprise apps with the highest Service Level Agreement, automate IT tasks and create IT agility &#38; efficiency with VMware virtualization. Call me [...]]]></description> <content:encoded><![CDATA[<p>PEER 1 Hosting is now offering VMware solutions in the Atlanta, Georgia office.</p><p>You can now guarantee the highest availability of hosting services with VMware desktop &amp; server virtualization.</p><p>Reduce IT spending, run enterprise apps with the highest Service Level Agreement, automate IT tasks and create IT agility &amp; efficiency with VMware virtualization.</p><p>Call me @ 678-365-2828 for more information.</p><p><a
href="http://cdn.anthonyt.com/wp-content/vmware-vsp.png"><br
/> </a></p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/vmware-solutions-in-atlanta/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Video Why Pick PEER 1 Hosting? &#8211; Ping &amp; People</title><link>http://www.anthonyt.com/2010/peer-1-hosting-ping-people-video/</link> <comments>http://www.anthonyt.com/2010/peer-1-hosting-ping-people-video/#comments</comments> <pubDate>Wed, 10 Feb 2010 19:09:03 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=447</guid> <description><![CDATA[This video does a great job at explaining why you should pick PEER 1 Hosting &#8211; Ping &#38; People. Watch it now ! . . . . . . . . . . .]]></description> <content:encoded><![CDATA[<p>This video does a great job at explaining why you should pick PEER 1 Hosting &#8211; Ping &amp; People.</p><p>Watch it now !</p><p><a
href="http://www.anthonyt.com/2010/peer-1-hosting-ping-people-video/"><em>Click here to view the embedded video.</em></a></p><p>.</p><p>.</p><p>.</p><p>.</p><p>.</p><p>.</p><p>.</p><p>.</p><p>.</p><p>.</p><p>.</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/peer-1-hosting-ping-people-video/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hosting For Haiti</title><link>http://www.anthonyt.com/2010/hosting-for-haiti/</link> <comments>http://www.anthonyt.com/2010/hosting-for-haiti/#comments</comments> <pubDate>Wed, 27 Jan 2010 16:35:02 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category> <category><![CDATA[Web Hosting]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=408</guid> <description><![CDATA[Over 30+ hosting companies have come together to form Hosting for Haiti.  It&#8217;s really great to see the Industry come together in a time of need. All monies raised benefit the Red Cross for aid to Haiti. http://hostingforhaiti.com/]]></description> <content:encoded><![CDATA[<p>Over 30+ hosting companies have come together to form Hosting for Haiti.  It&#8217;s really great to see the Industry come together in a time of need.</p><p>All monies raised benefit the Red Cross for aid to Haiti.</p><p><a
href="http://hostingforhaiti.com/" target="_blank">http://hostingforhaiti.com/</a></p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/hosting-for-haiti/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Is your website slow or fast?  How do you really know??</title><link>http://www.anthonyt.com/2010/speed-up-website/</link> <comments>http://www.anthonyt.com/2010/speed-up-website/#comments</comments> <pubDate>Tue, 26 Jan 2010 15:58:10 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[Marketing]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=401</guid> <description><![CDATA[Is your website slow or fast?  How do you really know?? Yahoo! makes a Firefox plug-in called Yslow.  This tool will analyze your website based on the Yahoo! rules for performance and give your website a letter grade: A through F. Download the Firefox YSlow Add-On What was your YSlow grade ? Did you get [...]]]></description> <content:encoded><![CDATA[<h2>Is your website slow or fast?  How do you really know??</h2><p>Yahoo! makes a Firefox plug-in called Yslow.  This tool will analyze your website based on the Yahoo! rules for performance and give your website a letter grade: A through F.</p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/5369" target="_blank">Download the Firefox YSlow Add-On</a></p><p>What was your YSlow grade ?<br
/> Did you get an A &#8211; Great!<br
/> Did you get an F &#8211; Keep on Reading</p><p>Not happy with the results?  Here are some tips on how you can make your website faster:</p><p><a
href="http://developer.yahoo.com/performance/rules.html" target="_blank">Best Practices for Speeding Up Your Web Site</a></p><p>PEER 1 can offer you the following to help improve website speed:<br
/> 1. 1000 Mbps connection to Internet<br
/> 2. Content Delivery Network (CDN)<br
/> 3. Split your website into multiple subdomain on SuperDNS<br
/> 4. Upgrade to fast Quad Core CPU w/ 15k RPM SAS hard drives<br
/> 5. Have a PEER 1 DBA analyze and improve your MySQL or Microsoft SQL database</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/speed-up-website/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Alert Logic Security</title><link>http://www.anthonyt.com/2010/alert-logic-security/</link> <comments>http://www.anthonyt.com/2010/alert-logic-security/#comments</comments> <pubDate>Tue, 26 Jan 2010 15:42:56 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=390</guid> <description><![CDATA[Internet security regulations are increasing at a rapid rate. In the past keeping your website secure was &#8220;best practice&#8221; but now in some cases it&#8217;s the LAW ! Every Industry has their own rules and regs.. but here are a few: - Payment Card Industry PCI) &#8211; E-commerce - Health Information Privacy (HIPAA) &#8211; Healthcare [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-391" title="al" src="http://cdn.anthonyt.com/wp-content/al.png" alt="al" width="315" height="79" /><br
/> Internet security regulations are increasing at a rapid rate.   In the past keeping your website secure was &#8220;best practice&#8221; but now in some cases it&#8217;s the LAW !</p><p>Every Industry has their own rules and regs.. but here are a few:</p><p>- Payment Card Industry PCI) &#8211; E-commerce<br
/> - Health Information Privacy (HIPAA) &#8211; Healthcare / Medical<br
/> - Sarbanes-Oxley Act (SOX) &#8211; For Corporate Companies<br
/> - Gramm-Leach-Bliley Act (GLBA) &#8211; Banks &amp; Financial Organizations</p><p>PEER 1 has partnered with security consulting company Alert Logic to offer advanced security solutions to protect you!</p><p>Alert Logic&#8217;s Threat Manager solution offers the easiest way to comply with regulations and protect your internal network from attack. Threat Manager is designed to provide a critical layer of network defense against threats that easily bypass perimeter and endpoint defenses &#8211; constantly protecting your internal network from viruses, worms, and other threats.</p><p>Alert Logic&#8217;s Log Manager solution offers more than just event log monitoring &#8211; it is the easiest way to comply with regulations and enhance the security and availability of your network. Log Manager is designed to enable compliance with regulations such as PCI, SOX, HIPAA, and GLBA that mandate log data be collected, regularly reviewed, and securely archived.</p><p>Alert Logic is easy to buy, deploy, use, and own with no software or hardware to purchase or maintain, no upfront capital investment required, and everything included in one convenient monthly fee</p><p>Call me @ 866-823-9806 for more information.</p><p>Watch a video how Threat Manager can detect an attack:<br
/> <object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="allowFullScreen" value="true" /><param
name="allowscriptaccess" value="always" /><param
name="src" value="http://www.youtube.com/v/z3opL0BZTjc&amp;hl=en_US&amp;fs=1&amp;" /><param
name="allowfullscreen" value="true" /><embed
type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/z3opL0BZTjc&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/alert-logic-security/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 7/32 queries in 0.013 seconds using disk: basic
Object Caching 988/1044 objects using disk: basic
Content Delivery Network via cdn.anthonyt.com

Served from: www.anthonyt.com @ 2012-02-08 06:08:36 -->
