I‘m running the Mediawiki software under Apache web server running on the Unix operating systems. I’m getting the following in my php error log:
PHP Fatal error: Cannot redeclare wfProfileIn() (previously declared in /var/www/html/wiki/includes/profiler/Profiler.php:14) in /var/www/html/wiki/includes/ProfilerStub.php on line 25.
How do I fix this problem under Mediawiki version 1.18.0?
How do I run a Linux shell script? How can I run a script in Linux?
How do I rename a file under Linux operating systems using command line (bash shell prompt)?
We have over 20+ Dell Precision M6400 laptops pre installed with Red Hat Enterprise Linux version 5.x. I was asked to disable Wi-Fi on all laptops as it poses a serious security risk to our sensitive (classified) systems and networks. How do I disable wireless networking (802.11) under Linux?
I am trying to use xargs command using shell pipes and not able to understand how to control and use command line arguments. For example I’d like to find out all *.c file located in 100s of sub-directories and move them to another directory called ~/old.src. How do I use command line args with xargs to achieve the same?
by Vivek Gite on January 27, 2009 · 1 comment
How do I rename a file in bash under UNIX / OS X / Linux / BSD operating systems?
How do I rename a folder under UNIX operating systems using a command line tools?