<?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>23Systems &#187; Linux</title> <atom:link href="http://www.23systems.net/tag/linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.23systems.net</link> <description>Custom website design and development</description> <lastBuildDate>Thu, 19 Jan 2012 07:50:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Installing Alterative PHP Cache (APC) with Plesk on Ubuntu</title><link>http://www.23systems.net/2009/07/installing-alterative-php-cache-apc-with-plesk-on-ubuntu/</link> <comments>http://www.23systems.net/2009/07/installing-alterative-php-cache-apc-with-plesk-on-ubuntu/#comments</comments> <pubDate>Fri, 24 Jul 2009 21:02:19 +0000</pubDate> <dc:creator>Dan Zappone</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[development]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[alternative php cache]]></category> <category><![CDATA[apc]]></category> <category><![CDATA[plesk]]></category> <category><![CDATA[ubuntu]]></category><guid
isPermaLink="false">http://www.23systems.net/?p=368</guid> <description><![CDATA[Alternative PHP Cache (APC) is a PHP accelerator. PHP accelerators are extensions built to increase the performance and decrease the load time of software applications written using the PHP programming language. Most PHP accelerators work by caching the compiled bytecode &#8230; <a
href="http://www.23systems.net/2009/07/installing-alterative-php-cache-apc-with-plesk-on-ubuntu/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<div
id="attachment_399" class="wp-caption alignright" style="width: 160px"><a
href="http://www.parallels.com/products/plesk/"><img
class="size-thumbnail wp-image-399" title="Parallels Plesk" src="http://23systems.info/wp-content/uploads/2009/07/ParallelsLogo-150x31.png" alt="ParallelsLogo 150x31 Installing Alterative PHP Cache (APC) with Plesk on Ubuntu" width="150" height="31" /></a><p
class="wp-caption-text">Parallels Plesk</p></div><div
id="attachment_400" class="wp-caption alignright" style="width: 160px"><a
href="http://www.ubuntu.com/"><img
class="size-thumbnail wp-image-400" title="Ubuntu Linux" src="http://23systems.info/wp-content/uploads/2009/07/UbuntuLogo-150x39.png" alt="UbuntuLogo 150x39 Installing Alterative PHP Cache (APC) with Plesk on Ubuntu" width="150" height="39" /></a><p
class="wp-caption-text">Ubuntu Linux</p></div><p>Alternative PHP Cache (APC) is a PHP accelerator. PHP accelerators are extensions built to increase the performance and decrease the load time of software applications written using the PHP programming language. Most PHP accelerators work by caching the compiled bytecode of PHP scripts to avoid the overhead of parsing and compiling source code on each request. A PHP accelerator typically reduces server load and increases the speed of PHP code anywhere from 2-10 times.</p><p>APC is a free, open source accelerator that optimizes PHP intermediate code and caches data and compiled code from the PHP bytecode compiler in shared memory.<br
/> <span
id="more-368"></span><br
/> This should improve performance on both physical and virtual hosted machines. These instructions are aimed at Plesk users but should be easily adapted to any Debian based installation.</p><p>To install APC the first course of action you will need to take is enter the following command on your server:</p><pre lang="email">sudo apt-get install php-pear php5-dev gcc apache2-threaded-dev</pre><p>Once that has completed you should be able to run the following:</p><pre lang="email">pecl install apc</pre><p>You should see something like this:</p><pre lang="email">downloading APC-3.0.19.tgz ...
Starting to download APC-3.0.19.tgz (115,735 bytes)
.........................done: 115,735 bytes
47 source files, building
running: phpize
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
1. Use apxs to set compile flags (if using APC with Apache)? : yes

1-1, 'all', 'abort', or Enter to continue:</pre><p>Hit Enter</p><p>Next you will need to enable the extension, use vi or nano or whatever your favorite text editor for Linux is.</p><pre lang="email">sudo vi /etc/php5/conf.d/apc.ini</pre><p>At the very minimum you will need to add the follow to the file:</p><pre lang="ini">extension=apc.so
apc.enabled=1
apc.shm_size=30</pre><p>There are numerous options for APC so please see the following <a
title="APC Configuration Options" href="http://us3.php.net/manual/en/apc.configuration.php">http://us3.php.net/manual/en/apc.configuration.php</a> for details</p><p>Copy the apc.php file to your website:</p><pre lang="email">sudo cp /usr/share/php/apc.php /var/www/vhosts/domain.tld/httpdocs</pre><p>Edit the apc.php file and change the default username and password. These must be changed inorder to login to the APC control panel.</p><pre lang="email">sudo vi /var/www/vhosts/domain.tld/httpdocs/apc.php</pre><pre lang="php">defaults('ADMIN_USERNAME','apc'); 			// Admin Username
defaults('ADMIN_PASSWORD','password');  	// Admin Password - CHANGE THIS TO ENABLE!!!</pre><p>After that issue the following command</p><pre lang="email">sudo /etc/init.d/apache2 restart</pre><p>You should be good to go and APC should be running. To verify got to yourdomain.tld/apc.php.</p> ]]></content:encoded> <wfw:commentRss>http://www.23systems.net/2009/07/installing-alterative-php-cache-apc-with-plesk-on-ubuntu/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>23Systems&#8217; Services - Custom website design, development, and hosting</title><link>http://www.23systems.net/services/</link> <comments>http://www.23systems.net/services/#comments</comments> <pubDate>Tue, 11 Mar 2008 20:57:08 +0000</pubDate> <dc:creator>Dan Zappone</dc:creator> <category><![CDATA[23Systems]]></category> <category><![CDATA[design]]></category> <category><![CDATA[development]]></category> <category><![CDATA[drupal]]></category> <category><![CDATA[joomla]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[MediaWiki]]></category> <category><![CDATA[Plugins]]></category> <category><![CDATA[Themes]]></category> <category><![CDATA[typo3]]></category> <category><![CDATA[web presence]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://www.23systems.net/home/</guid> <description><![CDATA[A good website is about communication. At 23Systems we specialize in website development and design, web application development and WordPress/Drupal/MediaWiki/Typo3 Customization. It is our goal is to provide top quality, customized and accessible web sites that allow you to focus &#8230; <a
href="http://www.23systems.net/services/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><img
class="alignleft size-full wp-image-1236" title="Learn about 23Systems custom website  design, development, and hosting services" src="http://www.23systems.net/wp-content/uploads/2008/03/services1.png?9d7bd4" alt="services1 23Systems Services" width="600" height="83" /><br
/> A good website is about communication. At 23Systems we specialize in website development and design, web application development and WordPress/Drupal/MediaWiki/Typo3 Customization. It is our goal is to provide top quality, customized and accessible web sites that allow you to focus not on the technology but rather on what is critical: the message you are communicating.</p><blockquote><p>&#8220;Usability and the utility, not the visual design, determine the success or failure of a web-site. Since the visitor of the page is the only person who clicks the mouse and therefore decides everything, user-centric design has become a standard approach for successful and profit-oriented web design. After all, if users can’t use a feature, it might as well not exist.&#8221;<br
/><cite
style="text-align: right;">&#8211;Vitaly Friedman, 10 Principles Of Effective Web Design</cite></p></blockquote><p>We wholeheartedly agree with the above quote. If a user can&#8217;t use your site it&#8217;s not an effective communication tool. We want you to have a site that allows you to communicate clearly with your users so that you can convey the message you want in a manner that is clear and concise.</p><p>We also have a number of free <a
title="WordPress Themes" href="/themes/">themes</a> and <a
title="WordPress Plugins" href="/plugins/">plugins</a> available to download for WordPress.</p><table
width="100%" border="0"><tbody><tr><td
valign="top" width="50%"><h4>Our services</h4><ul><li>Website Development</li><li>Website Design</li><li>Web Application Development</li><li>Domain Name Registration</li><li>Website and Web Application Hosting</li><li>E-Commerce/Online Store Development</li><li>Search Engine Optimization (SEO)</li><li>Social Media Integration</li><li>Site and Content Management</li><li>Mobile website development</li><li>Web Systems Integrations</li></ul></td><td
valign="top" width="50%"><h4>Our skill set</h4><ul><li>HTML and XHTML Development</li><li>Advanced CSS Development</li><li>Usability and User Interface Design</li><li>Web standards and Semantic Markup</li><li>JavaScript Programming<ul><li>jQuery Framework</li><li>AJAX Programming</li></ul></li><li>WordPress Customization</li><li>MediaWiki Customization</li><li>Drupal Customization</li><li>Typo3 Customization</li><li>PHP/MySQL Programming<ul><li>Yii Application Framework</li><li>Zend Application Framework</li></ul></li><li>Web Design (using Illustrator and Photoshop)</li></ul></td></tr><tr><td
colspan="2" valign="top"><h4>Development Platforms</h4><ul><li>Linux, Apache, MySQL and PHP (LAMP) servers</li><li>Windows, Apache, MySQL and PHP (WAMP) servers</li><li>MS IIS web servers with MS SQL</li></ul></td></tr></tbody></table><p>If you are interested in hiring us for a project, please use the <a
href="/services/client-questionnaire/">website questionnaire</a> form to receive a quote. General queries please use the <a
href="/about/contact">contact</a> form.</p> ]]></content:encoded> <wfw:commentRss>http://www.23systems.net/services/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: basic
Database Caching 18/35 queries in 0.008 seconds using disk: basic
Object Caching 861/883 objects using disk: basic

Served from: www.23systems.net @ 2012-02-04 01:34:56 -->
