Bash phpize command not found
# phpize bash: phpize: command not found This error comes as “phpize” command is not available on my system To…
Read More# phpize bash: phpize: command not found This error comes as “phpize” command is not available on my system To…
Read More20 Useful GREP Commands grep -V Show the version of Grep command like “grep (GNU grep) 2.14” grep "search string"…
Read MoreTo Find if a record exists or not: Normally we use : SELECT COUNT(*) FROM anj_table WHERE fileldName = ‘anj_field’…
Read MoreArchive.tar Create Archive tar cvf archive.tar dir_name/ Creating archive.tar Extract Files tar xvf archive.tar Extracting all files from archive.tar tar…
Read MoreTo join/concatenate two variables in bash-script use following: 1) “${var1}_${var2}” # here we have joined var1 and var2 separated by…
Read MoreSometimes we want to store php array in file for debugging or examination purpose. One way for this is to…
Read MoreI am upgrading from 2.4 to 3.3.3 Pre-requisite: JDK 1.5 or above, JAVA_HOME set in environment variable Step 1) Download…
Read MoreI want to create a custom command on linux (ubantu) which I need to execute regularly. steps are: create a…
Read More