Skip to content

TienLe.sol

  • Home
  • AI
  • TechnologyExpand
    • NodeJS
    • PHP
    • React
    • CSS3
    • Single Sign-On
    • Big DataExpand
      • NOSQL
    • DatabaseExpand
      • MySQL
      • PostgreSQL
  • Enterprise
  • PerformanceExpand
    • Large Scale
    • Front-end performance
  • GeneralExpand
    • Web Servers
    • Linux
    • Host Promo
  • About
TienLe.sol
  • PHP

    Find number of active connections in Linux using netstat

    ByConan July 4, 2013July 4, 2013

    Lets start with the basics. The “netstat” command is quite useful for checking connections to your machine. If we wanted to see ALL of the connections (which i really recommend you don’t do unless you’re trying to debug something and then you should probably pipe it to a file) we could use the “netstat -a”…

    Read More Find number of active connections in Linux using netstatContinue

  • PHP

    PHP Handlers :: DSO (mod_php) vs. CGI vs. suPHP vs. FastCGI

    ByConan July 4, 2013July 4, 2013

    This article will explain about different kinds of PHP handlers and how it will impact to each aspect of an application: from resources usage to security level of each. Understanding pros and cons of each handler might help you save much effort on tuning your website performance. The original article can be found at the…

    Read More PHP Handlers :: DSO (mod_php) vs. CGI vs. suPHP vs. FastCGIContinue

  • MySQL

    MySQL Replication :: Skip Duplicate Errors on Slave

    ByConan July 4, 2013July 4, 2013

    Normally MySQL replication will stop whenever there is an error running a query on the slave. This happens in order for us to be able to identify the problem and fix it, and keep the data consistent with the mater that has sent the query. You can skip such errors, even if this is not recommended, as…

    Read More MySQL Replication :: Skip Duplicate Errors on SlaveContinue

  • MySQL

    MySQL Replication :: Skip a problematic sql query

    ByConan July 4, 2013July 4, 2013

    When working with replication on very big table, we may face problem when update table structure (such as adding an index, removing an index, adding a field, etc.). There are few cases (such as changing indexes) running a local sql is better than having it goes with replication, since the whole replication process will be…

    Read More MySQL Replication :: Skip a problematic sql queryContinue

  • General

    Code Format in Notepad++ with AStyle

    ByConan July 4, 2013July 14, 2013

    If you are familiar with programming IDE such as MS Visual Studio, NetBean, Eclipse, etc., you might found that they come with their own formatting facility, but if you are using a multi-purpose editor such asNotepad++, then you may have to use a plugin to format your code. This tutorial will help you do code…

    Read More Code Format in Notepad++ with AStyleContinue

  • General | PHP

    Practical Tips From Top WordPress Pros

    ByConan July 4, 2013July 4, 2013

    Below are some tips from WordPress pros from across the community. Many of the tips cover development, but there’s also advice on business, running your website and, of course, getting involved with the community. Image: Phil Oakley Tips For Developers USE EVERYTHING WORDPRESS HAS TO OFFER WordPress’ core can do a lot for you, without you…

    Read More Practical Tips From Top WordPress ProsContinue

  • General

    Beanstalk Messaging Queue

    ByConan July 4, 2013July 4, 2013

    When researching about Messaging Queue softwares, I found a very useful blog at http://nubyonrails.com/articles/about-this-blog-beanstalk-messaging-queue, so I decide to re-post here for future reference as well as for anyone who is interested in. FIGURE A Messaging queues are a tool for executing code without taxing your web application processes. Web developers often get into the rut of thinking…

    Read More Beanstalk Messaging QueueContinue

  • Linux

    Transfer files between 2 Linux servers using scp

    ByConan July 4, 2013July 4, 2013

    It is easy to upload file from your local machine to a remote machine via popular file transfer protocols such as ftp, sftp, but how to transfer files between 2 Linux servers with command lines? This article will mention about this need by using scp. First, we must have scp in both machines. Install openssh-clients:…

    Read More Transfer files between 2 Linux servers using scpContinue

  • Linux

    Install Apache Solr on CentOS 6

    ByConan March 18, 2013July 1, 2013

    Solr is the popular, blazing fast open source enterprise search platform from the Apache LuceneTM project. Its major features include powerful full-text search, hit highlighting, faceted search, near real-time indexing, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search. Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication…

    Read More Install Apache Solr on CentOS 6Continue

  • General

    Google Ranking Factors – SEO Checklist

    ByConan March 14, 2013July 1, 2013

    Google Ranking Factor Checklist     1. Positive ON-Page SEO Factors   2. Negative ON-Page SEO Factors   3. Positive OFF-Page SEO Factors   4. Negative OFF-Page SEO Factors Notes for the Above Factors Brief Google Update List – Panda The Sand Box Sources There are “over 200 SEO factors” that Google uses to rank pages in the Google search results (SERPs). What are the search engine optimization…

    Read More Google Ranking Factors – SEO ChecklistContinue

Page navigation

Previous PagePrevious 1 … 11 12 13 14 15 … 18 Next PageNext

© 2026 TienLe.sol

  • Home
  • AI
  • Technology
    • NodeJS
    • PHP
    • React
    • CSS3
    • Single Sign-On
    • Big Data
      • NOSQL
    • Database
      • MySQL
      • PostgreSQL
  • Enterprise
  • Performance
    • Large Scale
    • Front-end performance
  • General
    • Web Servers
    • Linux
    • Host Promo
  • About