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

    Install PHPUnit to work with NetBeans in Windows

    ByConan December 17, 2012July 1, 2013

    PHPUnit is the de-facto standard for unit testing in PHP projects. It provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results. Install PEAR Download go-pear.phar Run php go-pear.phar Install PHPUnit If using a local installation, we should use pear.bat instead…

    Read More Install PHPUnit to work with NetBeans in WindowsContinue

  • Linux

    Disable AMDs CPU-scaling (AMD cool and quiet)

    ByConan December 13, 2012July 1, 2013

    Our centos system with AMD Cool and Quite activated seems to be slower under load than without cpu scaling. Another point is running a vmware server on such a host – will this feature work probably? Follow these steps to turn it off, just to make sure 😉 To immediate turn off on running system:…

    Read More Disable AMDs CPU-scaling (AMD cool and quiet)Continue

  • General

    Apache – Nginx – PHP – MySQL – Some configuration notes

    ByConan November 30, 2012July 1, 2013

    This article mentions show popular configuration notes in popular softwares on PHP-based server: Apache, Nginx, PHP, and MySQL. 1. MySQL Should use MySQLTunner tool to analyze query_cache_size parameter is used to allocate an amount of memory to cache the frequently executed queries and return the result set back to the client. E.g.: 128M query_cache_limit (default 1MB) parameter sets the…

    Read More Apache – Nginx – PHP – MySQL – Some configuration notesContinue

  • Large Scale | MySQL

    MySQL Replication :: Add a new slave server

    ByConan November 29, 2012July 6, 2018

    This post explains how to add a new slave to the existing MySQL replication. New slave server can be added to the MySQL replication without stopping master or shutting down existing slave server. You will have to temporarily stop replication on the slave server in order to take the current data snapshot. On the other…

    Read More MySQL Replication :: Add a new slave serverContinue

  • Linux

    CentOS 6 with Python 2.6.7: Yum broken: No module named yum

    ByConan November 28, 2012July 1, 2013

    This article shows how to solve the error when installing Python 2.6.7 on CentOS 6: “Yum broken: No module named yum”. When installing the dropbox service in Linux command line, I did compile python 2.6.7 from source, and after that, the yum command line stopped working. As you can see, it is terrible case as…

    Read More CentOS 6 with Python 2.6.7: Yum broken: No module named yumContinue

  • General

    Location aware DNS with Bind

    ByConan November 21, 2012July 1, 2013

    This article provides basic background about location aware DNS and how to setup it to work with Bind. Article can be found at Geolocation-aware DNS with Bind. This can be referred to Bind-GeoIP and GeoDNS Bind Patch. Some bash script can be found at http://phix.me/geodns/ Can also refer to the topic “How to build your own CDN using BIND,…

    Read More Location aware DNS with BindContinue

  • General

    Load Sharing with DNS

    ByConan November 21, 2012July 1, 2013

    This article discusses on how to do Load sharing with DNS (Domain Name System). Introduction: A DNS based approach is a classical approach to sharing the load between multiple servers. DNS responds to domain name look-up requests issued by clients and returns the corresponding IP address. DNS is an Internet service that translates domain names…

    Read More Load Sharing with DNSContinue

  • General

    How to Install and Configure X11 with Remote VNC Access on Centos 5

    ByConan November 19, 2012July 1, 2013

    The instructions below will walk you through the process of installing the X window system, GNOME desktop environment, and configuring VNC so that you can access it remotely. yum -y upgrade yum -y groupinstall “GNOME Desktop Environment” yum -y install vnc-server As a general rule of thumb you should never run X windows as root….

    Read More How to Install and Configure X11 with Remote VNC Access on Centos 5Continue

  • Large Scale | MySQL

    Setup MySQL Replication

    ByConan November 12, 2012July 6, 2018

    This tutorial describes how to setup MySQL replication. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync….

    Read More Setup MySQL ReplicationContinue

  • Forex Programming

    Protected: Create A Trade Copier via Internet – Architecture Design

    ByConan November 8, 2012

    There is no excerpt because this is a protected post.

    Read More Protected: Create A Trade Copier via Internet – Architecture DesignContinue

Page navigation

Previous PagePrevious 1 … 15 16 17 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