Sometimes we wish to execute PHP code inside the HTML files and allow their parsing to be done by PHP This can be easily achieved by enabling .htaccess files in the Apache, following steps will help in enabling this: Open
Enabling root user in Ubuntu 14.04
By default root user account is disabled for login in Ubuntu. Steps mentioned below will allow you to enable the root user and login as root on the OS. Login to your account and open Terminal sudo passwd root Type
Configure unixODBC for Ubuntu 14.04 using FreeTDS
unixODBC is a great utility for communicating with Microsoft SQL Server. FreeTDS ( http://www.freetds.org ) is a driver supported by unixODBC for communicating with MSSQL. In Ubuntu 14.04 both can be installed using the synaptics package manager, to successfully configure
Compressing Javascript To The Maximum Level (More than any tool can do)
There are many tools available on the net to compress javascript code but some powerful optimization techniques can enhance this compression to unprecedented levels. Today we are going to explore one of the most effective technique to achieve this compression.
Compiling & Installing PHP for Ubuntu 14.04
Today we are going to learn about PHP Compilation for Ubuntu. I installed Ubuntu 14.04 and PHP 5.5 came pre-installed with the system but my problem was that I had to make use of ZendOptimizer which supports PHP upto 5.4