installing htop error configure: error: missing headers: curses.h
You just need to run
yum install ncurses-devel
then after that install htop again
that's all
Thanks
Fixing You need to install the LWP perl module (libwww-perl) and then install csf
I had just installed Direct Admin control panel on my centos server
It was my first time dealing with Direct Admin so after that I decided to install CSF to protect server againts common attacks...
Installing git on Centos 5 tutorial
tere are two options to install git on centos 5 servers
using rpm or use yum package manager that is so easier
How to install git using yum:
run the following command that it will install git...
How to fix yum install perl-DBI No package perl-DBI available. Nothing to do
Hi
I wanted to install perl-DBI which is a dependency of git-1.7.3.4-1.el5.rf.i386.rpm
when I wanted to install git-1.7.3.4-1.el5.rf.i386.rpm by running
yum install git-core
or even running
rpm -i git-1.7.3.4-1.el5.rf.i386.rpm
it prompted me with a notice that
Error: Missing...
fixing Linux centos Iptables ip_conntrack: table full, dropping packet
Sometimes the server were blocking connections and from about 10 time requesting the sites on the server one of them would show the site hosted on that server or in the midle of serving...
fixing ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib ...
fixing ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib /mysql/mysql.sock' (2)
This may have so many causes
but the cause that i encountered today was because of permission problem both...
Fixing Error InnoDB: The error means mysqld does not have the access rights to
When I wanted to fix my friends MySQL service one of the errors that loged in the
/var/log/mysqld.log
was the following
101114 12:45:43 mysqld started
101114 12:45:43 InnoDB: Operating system error number 13 in a...
Fixing Error Timeout error occurred trying to start MySQL Daemon.
If you encountered this error
Timeout error occurred trying to start MySQL Daemon.
while you wanted to start MySql service by running the command service mysqld start, this may have so amny reasons
one may be that...
fixing [ERROR] /usr/libexec/mysqld: Can’t create/write to file ‘/var/run/mysqld/mysqld.pid’ (Errcode: 13)
Today I had to fix so many of ones server permission taht coudln't start the MySql SERvice on a linux server
after fixing so many ownership finally I got this error in the log file
/var/log/mysqld.log
that...
Remove Default Centos Firewalled port 80′
Firewalled Port after each restart on Centos
If You have Experienced problems connecting to your port 80 after restarting a Centos Lniux server that needs the firewall to be stopped don't worry and don't feel...