red hat linux

Q. I’ve Redhat Enterprise Linux 5 server with Iptabeles firewall enabled. By default it is only allowing port 22. How do I open port 80 / 143 / 110 on Linux? I’ve started all services but don’t know how to open port using iptables. A. By default iptables firewall stores its configuration at /etc/sysconfig/iptables file. [...]

{ 40 comments }

Q. I’ve installed Red Hat enterprise Linux 5 and now added one more LAN card (NIC). How do I configure the network card from the command line? I can see 2nd my network card detected while booting the IBM server. A. Red hat Linux provides following tools to make changes to Network configuration such as [...]

{ 87 comments }

Q. I have Apache Web server and MySQL configured. Everything works fine except I am not able to connect to a MySQL database server (I am able to connect mysql server with mysql client). So how do I configure or connect PHP scripts? A. You need to install MySQL module for php4 or php5. Without [...]

{ 10 comments }