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
  • General

    Some notes when developing an IPB based website with big data

    ByConan July 4, 2013July 4, 2013

    Recent time, I supporting a development team on customizing an intensive social network website with integrated IPB forum software. The main problems that the team faced are (1) very slow on accessing the website, and (2) the db is often crashed in the peak time (about 1000 online users). There are some checklists which might help…

    Read More Some notes when developing an IPB based website with big dataContinue

  • General

    Popular SVN commands used when deploying a website

    ByConan July 4, 2013October 19, 2014

    This tutorial mentions about common tasks that we need to do when deploying a website to server using subversion (SVN commands). This assumes that we understand how to install svn client to the server, and understand some basic commands in according operating systems (Windows, Linux, etc.) Checkout a new project Cause: You want to deploy a…

    Read More Popular SVN commands used when deploying a websiteContinue

  • 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

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