In light of the problems I had recently, I figured that this would be a good time to once-and-for-all get the low down on the optimal server setup. Please offer your input on the following points. Fee Read all
I'm looking for an SSH client that lets me log straight in as root. At the moment I connect but still have to type in root and password - it would be better if this could be stored in the app Simon Read all
I am trying to login to my server through putty. When the command comes up for login as: I type in my username and hit enter. However, it then hangs and never asks me for a password. I was seeing if a Read all
Hi Everyone, Our server doesnt let us send mail through the nobody apache account, which means that the php mail() function doesnt work, it always bounces back saying "unrouteable address". If we de Read all
Suppose you have a root access, how can you view the crons of all the users together, rather than going one by one for each user using crontab -u username -e or something. is there is any command to s Read all
Hi all, Has anyone else become a victim of this? Twice now customers PHPNuke installations have been exploited. The crook signs up for an account, and once in uses the webmail module to send mass spam Read all
I've got a backup drive on my server, to store backups. I've seen the backup function in WHM, but I cant see anywhere you can tell it what time to back it up. Read all
We are running exim and noticed that mail was not working both in and out this morning. Went in to investigate in WHM and found over 3000 messages in the queue (about 1500-2000 being spam), some of th Read all
I'm attempting to download CentOS for an IBM PC of mine to give it a shot, but I'm not sure which version should I go for ... x86_64 or i386? p.s. Sorry, do you even call this the version? or ...? Read all
I have a server running on Cpanel. My primary HDD is for storing data and Secondary HDD for backup purposes. I am running "Incremental Backup" every night under the backup configuration in WHM. When i Read all
I am trying to execute the following query to find all matches not listed in the kuponglinje table: SELECT matchID FROM matches WHERE matchID NOT IN (SELECT matchID FROM kuponglinje ORDER BY matchID) Read all
Actually, I'm not sure if it's $_SERVER["REMOTE_ADDR"] -- or which if/else statement -- that's the problem, but what I'm getting as a value for $visip looks like this: 172.16.42.181, 62.138.35.94 Why Read all