Bookmarks for 31 lug 2012 through 2 ago 2012

These are my links for 31 lug 2012 through 2 ago 2012:

  • Magento optimization Howto – Welcome to this Magento hardcore performance howto, I hope it will be useful.
  • Nginx+PHP(FPM)+MySQL+Memcache+eAccelerator on Debian6 | Qi Yang – I recently rebuild my linux image on Linode, so I have to reinstall the LEMP stack again from ground. Last time was probably more than a year ago, with the help of many tutorials from google. So this time I decide to write what I did step by step for my reference in the future [...]
  • Magento caching, APC, eAccelerator Memcached, files, sqlite, Vanish, what’s the … happen? | Alex Paradise – Magento is slow! It’s how start most of the article about Magento cache optimization. Yes, Magento is slow and this because of the way the code is written, extreme object oriented. Stackoverflow say “It is written in an Enterprise Java idiom” and there are right. Anyway, we can’t change anything about it and in one side that let us lot of flexibility.
    So, Magento IS SLOW! And what’s can we do? There is many thing to do, many, many. But the most important one is to work around the cache. I am searching for a cache solution and found so much different stuff like APC, eAccelerator, memcached, tmpfs, varnich, lighthttpd, nginx and so on… I will try to explain the different possibilities if found while my research and finished by the one I will implement[...]
  • Do you have any tips for making WorldClient run faster? – Question:

    Do you have any tips for making WorldClient run faster?

  • MySQL-Galera cluster with HAproxy – Sébastien han – When I started working on Open Stack, I had to investigate about the HA of the nova component. Unfortunatly the nova configuration needed a single entry point to connect to the MySQL database. The solution that came to me was to use HAProxy on top of my existing Galera cluster…

Bookmarks for 30 dic 2011 through 2 gen 2012

These are my links for 30 dic 2011 through 2 gen 2012:

  • fahd.blog: Find Blocking Processes Using sp_who [Sybase] – If a user has executed an insert/update on a table, but not committed the transaction, other users will find that their queries on the same table hang. This is because the table has been locked and the first user's process is blocking everyone else's.
  • Pocket Survival Guide – NetApp
  • 30 Best Sources For Linux / *BSD / Unix Documentation On the Web – Here are thirty best documentation sites on the web for learning Linux and Unix like operating systems.
  • OpenShift by Red Hat – What is OpenShift?
    OpenShift, is a portfolio of free, portable cloud services for deploying and managing applications in the cloud. Currently there are two application deployment services offered as part of OpenShift; Express & Flex.

    What is OpenShift Express and when should I use it?
    Express is a free, cloud-based application platform for Java, Perl, PHP, Python, and Ruby applications delivered in a shared-hosting model. With just a few commands you’ll be able to deploy your application to the cloud.

    What is OpenShift Flex and why should I use it?
    Flex is a cloud-based application platform for Java EE and PHP. Applications can be deployed on middleware components such as JBoss and Tomcat. Flex is an ideal platform for those who require a greater degree of control and choice over their middleware components with valuable features including versioning, monitoring and auto-scaling.

  • saidar – saidar is a curses-based tool for viewing the system statistics available through libstatgrab. Statistics include CPU, processes, load, memory, swap, network I/O, disk I/O, and file system information.

    "like a small nmon"
    [ via http://www.spippolazione.net/index.php/2011/12/30/saidar ]

Bookmarks for 26 apr 2011 through 27 apr 2011

These are my links for 26 apr 2011 through 27 apr 2011:

  • Miniguida: Scrivere il profilo su LinkedIn
  • OpenPanel – OpenPanel is a free open source control panel. It has lots of functionality, an attractive interface and is very user friendly. OpenPanel is a platform for developers. Because it is extremely open and modular it can be utilised to control any process on a Linux server.
  • Sql Performance Explained – SQL Performance Explained is a free SQL tuning e-book for developers.<br />
    It avoids unnecessary details about database internalsbut highlights the one topic that is most often neglected: proper indexing.

Bookmarks for 19 apr 2011 from 16:57 to 17:01

These are my links for 19 apr 2011 from 16:57 to 17:01:

  • Enabling Pretty Permalinks in WordPress : URL Rewrite Module … – This walkthrough describes how to enable “Pretty Permalinks” for blog posts in the WordPress blog engine that is installed on IIS 7
  • Install and Configure PHP : Install the Microsoft Web … – The fastest and easiest way to install PHP on Internet Information Services (IIS) is by using the Microsoft® Web Platform Installer (Web PI). Web PI completely automates setting up IIS, FastCGI, and the latest version of PHP from the php.net Web site. With Web PI, you can navigate to the “Web Platform” tab and select “PHP” under “Framework and Runtimes” customize link. Alternately, use the instructions that follow as guidance for installing PHP with Windows® Installer or using a compressed (Zip) file installation.
  • Enable FastCGI Support in IIS 7 on Windows Server 2008 … – Internet Information Services 7 (IIS 7) comes with extended support for application frameworks through FastCGI, an open protocol supported by many open-source application frameworks that otherwise may not support stable and high-performance native integration with IIS.FastCGI provides a high-performance alternative to the Common Gateway Interface (CGI), a standard way for external applications to interface with Web servers that has been supported as part of the IIS feature set since the first release.