mv command

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?

{ 0 comments }

HowTo Run a Script In Linux

by Vivek Gite on November 10, 2011 · 4 comments

How do I run a Linux shell script? How can I run a script in Linux?

{ 4 comments }

HowTo: Linux Rename Files

by Vivek Gite on February 15, 2010 · 0 comments

How do I rename a file under Linux operating systems using command line (bash shell prompt)?

{ 0 comments }

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?

{ 9 comments }

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?

{ 38 comments }

How To: Rename A File In Bash

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?

{ 1 comment }

Unix Command To Rename A Folder

by Vivek Gite on January 2, 2009 · 1 comment

How do I rename a folder under UNIX operating systems using a command line tools?

{ 1 comment }