Installing Xdebug on Ubuntu LAMP Stack Using APT

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 [...]

Installing Xdebug on xampp for linux

Thursday, June 25th, 2009 235 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 [...]

Installing a LAMP Stack on Linux using XAMPP For Linux

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 [...]

How to lock a shell script on a Linux or Unix based system

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 [...]

Linux Command Cheatsheet: Basic Linux Commands line !

Wednesday, June 24th, 2009 135 views

File Commands ls – directory listing ls -al – formatted listing with hidden files cd dir – change directory to dir cd – change to home pwd – show current directory mkdir dir – create a directory dir rm file – delete file rm -r dir – delete directory dir rm -f file – force [...]

Common SSH Commands – Linux Shell Commands

Wednesday, June 24th, 2009 148 views

We’ve put together some of the more frequently used SSH commands or linux shell commands, and organized them by name so you can easily find a command, their description and how to use it. This guide will continue to be updated and should not be considered a complete list of SSH commands or linux shell [...]