• About
    • asdfasdf
      • ffdsfsdf
  • Portfolio

  • Web Development
  • SEO Techniques
  • Tips and Tricks
  • Site News

MYSQL Connection Pool in Node.js

So, one of the cool advantages of Node.JS (over PHP for example) is the ability to pool up MYSQL DB connections. The Reasoning: If you have 1 connection to the database, when you get 500 requests a second,...

Install FTP and Add User on Amazon EC2

First we need to install very secure ftp demon yum install vsftpd Once its installed we need to add a user: sudo adduser YOUR_USER_NAME Now we need to create a password for this user: sudo...

Install LAMP on Amazon EC2

If you create a new 64-bit Amazon AMI on their EC2 system, this is the easiest way to get LAMP up and running: First we need to update our YUM installer: sudo yum update confirm any requests to update...

Recent Posts


nginx init.d start script
#!/bin/sh # # nginx - this script starts and stops the nginx daemon # # chkconfig: - 85 15 # description: Nginx is an HTTP(S) server, HTTP(S) reverse \ # proxy and IMAP/POP3 proxy server # processname: nginx # config: /etc/nginx/nginx.conf # config: /etc/sysconfig/nginx # pidfile: /var/run/nginx.pid # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. [...

Continue Reading
Install nginx on CentOS Min.
First you will need to install a compiler: yum install gcc-c++ Then install the Perc modules: pcre-devel.x86_64 pcre.x86_64 pcre-static.x86_64 Then configure the nginx: ./configure --without-http_autoindex_module --without-http_ssi_module --without-http_userid_module --without-http_auth_basic_module --without-http_geo_module --without-http_fastcgi_module --without-http_empty_gif_module --with-openssl=/lib64

Continue Reading



MYSQL Connection Pool in Node.js
So, one of the cool advantages of Node.JS (over PHP for example) is the ability to pool up MYSQL DB connections. The Reasoning:...
Install FTP and Add User on Amazon EC2
First we need to install very secure ftp demon yum install vsftpd Once its installed we need to add a user: sudo...



Install LAMP on Amazon EC2
If you create a new 64-bit Amazon AMI on their EC2 system, this is the easiest way to get LAMP up and running: First we need...
Javascript Callbacks - Async your site
One of the best features of javascript is that its event based and Asynchronous. This means the system will idle until something...


  • Recent Posts

    • nginx init.d start script
    • Install nginx on CentOS Min.
    • MYSQL Connection Pool in Node.js
    • Install FTP and Add User on Amazon EC2
    • Install LAMP on Amazon EC2
    • Javascript Callbacks – Async your site
    • jQuery – Fast selectors using Context
    • Faster Loops in JS
  • Recent Posts

    • nginx init.d start script
      #!/bin/sh # # nginx - this script starts and stops the nginx daemon # # chkconfig:...
    • Install nginx on CentOS Min.
      First you will need to install a compiler: yum install gcc-c++ Then install the Perc...
    • MYSQL Connection Pool in Node.js
      So, one of the cool advantages of Node.JS (over PHP for example) is the ability to pool...
    • Install FTP and Add User on Amazon EC2
      First we need to install very secure ftp demon yum install vsftpd Once its installed...
    • Install LAMP on Amazon EC2
      If you create a new 64-bit Amazon AMI on their EC2 system, this is the easiest way to get LAMP...
  • Tags

    *amp amazon apache arrays cache centos database ec2 encryption ftp gd google v8 htaccess javascript JQuery lamp linux loops MAC mysql nginx node.js objects optimization OS X PHP php.ini scope security selectors sessions Site News ssh terminal UI user experience vsftpd Web Dev


 

 
Copyright © 2010 Peerapong. Remove this once after purchase from the ThemeForest.net