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

    The 2013 SEO Checklist

    ByConan March 14, 2013July 1, 2013

    This article is got from the excellent one from [ClickMinded]. All links/refenreces are kept as it is. This SEO checklist covers the top 30 things you should consider when it comes to getting a new site live and into the search index. It has been updated for 2013. It uses a simple script to tally…

    Read More The 2013 SEO ChecklistContinue

  • Linux

    Configure Static IP Address On CentOS

    ByConan March 11, 2013July 1, 2013

    A common question when allowing your website to be available on Internet is “How do I configure the Internet Protocol version 4 (IPv4) properties of a network connection with a static IP address for servers running Linux operating systems?”. This article will show how to do it. Log on as root, change directory to /etc/sysconfig/network-scripts…

    Read More Configure Static IP Address On CentOSContinue

  • Technology

    Memcached – Installation and configuration

    ByConan March 6, 2013July 1, 2013

    Introduction Memcache is a Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering….

    Read More Memcached – Installation and configurationContinue

  • PHP

    Install XDebug and WebGrind on CentOS for debugging and profiling

    ByConan March 4, 2013July 1, 2013

    Xdebug is a PHP extension created by Derick Rethans, one of the PHP core developers. Webgrind is an Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick’n’dirty optimizations it does the job. This article will show how to install XDebug and WebGrind into your…

    Read More Install XDebug and WebGrind on CentOS for debugging and profilingContinue

  • Large Scale

    Scaling a PHP MySQL Web Application, Part 2

    ByConan March 2, 2013July 1, 2013

    This article was original written by By Eli White and was published at http://www.oracle.com/technetwork/articles/dsl/white-php-part2-355138.html. This includes tips for scaling your PHP-MySQL Web app based on real-world experiences at Digg, TripAdvisor, and other high-traffic sites. In Part 1 of this article, I explained the basic steps to move your application from a single server to a scalable solution for both PHP andMySQL….

    Read More Scaling a PHP MySQL Web Application, Part 2Continue

  • Large Scale

    Scaling a PHP MySQL Web Application, Part 1

    ByConan March 2, 2013July 1, 2013

    This article was original written by By Eli White and was published at http://www.oracle.com/technetwork/articles/dsl/white-php-part1-355135.html. This includes tips for scaling your PHP-MySQL Web app based on real-world experiences at Digg, TripAdvisor, and other high-traffic sites. Creating a Web application – actually writing the core code – is often the initial focus of a project. It’s fun, it’s exciting, and…

    Read More Scaling a PHP MySQL Web Application, Part 1Continue

  • General

    Increase partition size in Linux after increasing VM disk space

    ByConan March 1, 2013July 10, 2017

    This tutorial show how to increase partition size in Linux after increasing the disk space in VM with Citrix XenServer. Basically, there are some steps that we must do some steps in Linux to let Linux “aware” of this change. Scripts: [root@webserver search]# fdisk /dev/xvda WARNING: DOS-compatible mode is deprecated. It’s strongly recommended to switch…

    Read More Increase partition size in Linux after increasing VM disk spaceContinue

  • MongoDB | NOSQL

    Install MongoDB 2.0.6 on Fedora 17/16, CentOS/Red Hat (RHEL) 6.3/5.8

    ByConan February 28, 2013July 1, 2013

    The first part of this article is copied from http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/ since we will not reinvent the wheels 🙂 What is MongoDB? MongoDB (from “humongous”) is a scalable, high-performance, open source, schema-free, document-oriented database. Written in C++. MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide structured schemas…

    Read More Install MongoDB 2.0.6 on Fedora 17/16, CentOS/Red Hat (RHEL) 6.3/5.8Continue

  • MySQL

    Select random records in MySQL

    ByConan February 27, 2013July 1, 2013

    There are some case we need to select random records in mysql. The normal way I did see many developers have used is ORDER BY RAND(). But they might not recognize that if the number of records increase, the query is extremely slow due to the fact that it must use filesort for the random…

    Read More Select random records in MySQLContinue

  • MySQL | NOSQL

    Using MySQL as a NoSQL – A story for exceeding 750,000 qps on a commodity server

    ByConan February 27, 2013July 1, 2013

    This article describe an example of using MySQL as a NoSQL in which the application can exceed 750,000 qps on a commodity server. This is originated from http://yoshinorimatsunobu.blogspot.com/2010/10/using-mysql-as-nosql-story-for.html UPDATE: Oracle officially released memcached daemon plugin that talks with InnoDB. I’m glad to see that NoSQL+MySQL has become an official solution. It’s still preview release but will be very promising….

    Read More Using MySQL as a NoSQL – A story for exceeding 750,000 qps on a commodity serverContinue

Page navigation

Previous PagePrevious 1 … 12 13 14 15 16 … 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