Archive for the ‘Linux tutorials’ Category

How to enable the APC extension in php

Mar-18th-2011

Alternative PHP Cache (APC) is a free, open source framework that optimizes PHP intermediate code and caches data and compiled code from the PHP bytecode compiler in shared memory. What this means is that APC reads your PHP files, parses them into a more efficient binary format and then caches them in memory so that [...]

Access Your MySQL Server Remotely Over SSH

Mar-7th-2011

Hello Friends, Access Your MySQL Server Remotely Over SSH | SSH Tunnel Everybody wants to secure their server and also wants to access application from remotely. So if you have MYSQL server, But bydefault its only opened for local machine for the security reasons. And if you want to access your database server or database [...]