How do I add route (router IP 192.168.1.254) to my Centos Linux systems from the command line?
{ 1 comment }
How do I add route (router IP 192.168.1.254) to my Centos Linux systems from the command line?
{ 1 comment }
I am on Red Hat Enterprise Linux 5.x server. Is there is an easy way to run script or command at boot time after fresh reboot command?
{ 7 comments }
How can I use yum to download source packages instead of manually downloading every single package from RHN / CentOS / RedHat Ftp website?
{ 1 comment }
How do I enable EPEL (Extra Packages for Enterprise Linux) repo and install the packages under RHEL / CentOS Linux server systems?
{ 13 comments }
Q. I’ve installed Postgresql under Red Hat Enterprise Linux 5.x server. I’ve created username / password and database. But when I try to connect it via PHP or psql using following syntax:
psql -d myDb -U username -W
It gives me an error that read as follows:
psql: FATAL: Ident authentication failed for user “username”
How do I fix this error?
{ 27 comments }