Dedicated Servers
Here are the basics for getting a new dedicated server set up properly.
Dedicated Server Setup
HOSTNAME=atlded
(can list FQDN instead of short name -- does it help?
NM_CONTROLLED=no
ONBOOT=yes
domain rpiz.com
nameserver 8.8.8.8
nameserver 8.8.4.4
(the squares should be asterisks when pasted into the file)
root hard core unlimited
root hard data unlimited
root hard fsize unlimited
root hard memlock unlimited
root hard cpu unlimited
root hard nproc unlimited
root hard locks unlimited
root hard sigpending unlimited
root hard msgqueue unlimited
root hard rtprio 0
newer versions of centos (6.7 and beyond?) use /etc/rc.d/init.d by default and commands like "service" won't work
- cd /etc/init.d
- ln -s /etc/rc.d/init.d/iptables
~/bin/rm_fw.sh
~/bin/set_fw.sh
CPU SPEED
Some cpus are rate limited. Check and fix:
https://www.servernoobs.com/avoiding-cpu-speed-scaling-in-modern-linux-distributions-running-cpu-at-full-speed-tips/