Monthly Archives: September 2013

Get country IP address in php

php code

Get country IP address in php I was checking around stackoverflow recently and I tend to look at what people are doing or making and getting what I know refreshed or trying to learn new tricks from here and there. Today I saw one user trying to get country IP address in php and I

How to install node.js on Debian and CentOS linux

How to install node.js on Debian and CentOS What is node.js? From their website, node.js is a platform built on Google Chrome JavaScript runtime for building fast and scalable network application. I did however seen lots of users still thinking they can install this on a shared hosting service, and here I am confirming that

Nginx block sql injection and file injection

Nginx block sql injection and file injection Currently most hackers are looking for two major things when trying to hack a website, they are testing if its possible to inject their own sql queries for reading the actual database for other information, but also testing for file injection, and this is a major security that

Mysql server optimization for InnoDB and MyISAM

Mysql server optimization In my other articles I showed you how to install a mysql server on Centos or on Debian / Ubuntu and the process wasn’t that hard right? Well that’s how it should be, installing things on a server is a basic thing really, configuring and optimizing it for your needs its the

Mysql sample configuration for InnoDB 4GB ram

Mysql_real_escape example

This particular mysql sample configuration file is for large server setup with heavy queries, you need at least 4GB ram, specifically for InnoDB only with few connections.

Mysql sample configuration with 512M ram

Mysql_real_escape example

On this page you will find a mysql sample configuration for servers with 512M ram, usually small to medium mysql server setup for medium websites with moderate usage.

Mysql sample configuration for less than 64M

Mysql_real_escape example

Mysql sample configuration file for server configuration with less than 64M ram, usually a small mysql server setup for small websites with less usage.

 

Mysql sample configuration for less than 128M

Mysql_real_escape example

On this page you will find a mysql sample configuration file for server configuration with less than 128M ram, usually small mysql server setup for small websites with less usage.

Mysql sample configuration for 1G-2G ram

Mysql_real_escape example

On this page you will find a mysql sample configuration file for server with memory of 1G-2G ram, usually for large mysql server setup for big websites with more usage.

Remote mysql connection using cPanel and VPS server

What is a remote mysql connection? Have you ever thought that you could use the web server in one place and the mysql server in a different place? It is possible, this is usually done to split the server resources, so that your database server is used separately than your other web server. Normally mysql

Request an article ←