Thursday, June 25th, 2009 1 views
This assumes you have installed your LAMP stack using APT (the default LAMP stack in Ubuntu not xampp for linux). It has never got easier to install xdebug using APT compared to compiling it from source. If you don’t know what is xdebug, its uses and benefits, check out my post here and here. As [...]
Posted in Apache server, How to, Knowledge, Linux system, Tutorials | No Comments »
Thursday, June 25th, 2009 236 views
As it’s commonly suggested, tweaking code while it still in development is foolhardy. If your code seems slow while it’s actually doing what it’s suppose to and right , the first is to measure its performance in actual values. It will just be a wasteful action to just try to tweak the code without these [...]
Posted in Apache server, Knowledge, Linux system | No Comments »
Thursday, June 25th, 2009 933 views
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use – just download, extract and start. XAMPP is good if you’re new to a LAMP Stack from scratch or if you don’t want get involved in all the hassles with building it [...]
Posted in Apache server, How to, Knowledge, Linux system, Tutorials, Virtual server | 1 Comment »
Wednesday, June 24th, 2009 1,205 views
This blog entry will explain how to encrypt a shell script on your linux or a Unix based system. Although there might be other ways to encrypt your shell script I found this one the most easiest to use. We will encrypt the script using the shc utility. I have been using this utility since [...]
Posted in Apache server, Hosting Tutorial, Knowledge, Linux system, Tutorials | 1 Comment »
Wednesday, June 24th, 2009 210 views
cPanel is the most popular Linux control panel around, and if you are using Linux web hosting services then you are likely to have access to the cPanel control panel so that you can easily manage your web hosting account. Although cPanel as a control panel is fairly easy to use, some of the advance [...]
Posted in Hosting Tutorial, Linux system, Tutorials | No Comments »