Archive for the ‘Linux’ Category

Samba errror : unable to connect to CUPS server localhost – Connection refused

June 23rd, 2011 by @HKw@! | No Comments | Filed in Linux

I have a Samba Server running on my network. When i check on system logs files in /var/log/message, i realize that errors message about printer always appear.

[2011/06/23 08:22:32, 0] printing/print_cups.c:cups_cache_reload(85)

Unable to connect to CUPS server localhost – Connection refused (more…)

Share

Tags: , ,

How to remove Apache 2 Test Page in CentOS/REHL/Fedora

June 21st, 2011 by @HKw@! | 1 Comment | Filed in centos, Fedora, Linux, RedHat

I just installed Apache web server on my Fedora 15 system. After starting HTTP (Apache web server) in Linux & pointing your web browser to http://localhost, you will see below test page. This means your server has configures & ready to use.

(more…)

Share

Tags: , , , ,

Centos 5.6: Find PHP Version using Command Line

May 30th, 2011 by @HKw@! | No Comments | Filed in centos, Fedora, Linux, RedHat, Unix

I wanted to install phpmyadmin on Centos 5.6 Machine. I check from phpmyadmin official web site, phpmyadmin requires at least PHP 5.2 and MySQL 5. I have to check my php version 1st before start install.

Here is a useful command to display or show what version of php you have installed in your Linux Machine.

Just enter following command to check your PHP Version

root@raptor(~)
[ 2]# php -v
PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:46)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

Once you enter the php -v command, you should able to see the result like what i show you above, if you don’t get something like the above, then it means that you don’t have php installed in your server.

 

Share

Tags: , ,

BlogCatalog