Hi, You can use the sed command to change all occurrences of one string to another within a file, just like the search-and-replace feature. The sed command can also delete a range of lines from a file. Since sed is a stream editor, it takes the file given as input, and send the output to [...]
Sed Command :- Search & Replace Feature
Nov-3rd-2010
By piyushmap in Linux tutorials
php: symbol lookup error suhosin.so: undefined symbol: zend_atol
Sep-20th-2010
By piyushmap in PHP
Hello friends, Today after updating php and apache on the server. I was getting below error on my site. “/usr/bin/php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/suhosin.so: undefined symbol: zend_atol” The error message appears when an old application or software is upgraded to latest version. It may not cause issues with all the applications but definitely does affect [...]
