Sysads Gazette

Linux tutorials, howtos and step by step guides

Installing Zabbix 2.0 package from EPEL on CentOS 6.4

[code lang=”js”] vi /etc/sysconfig/iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT -A INPUT -m state –state NEW -m tcp -p tcp –dport 10050 -j ACCEPT -A INPUT -m state –state NEW -m tcp -p tcp –dport 10051 -j ACCEPT [/code] [code lang=”js”]service iptables restart[/code]

Installing CentOS 6.4 on VirtualBox

– Lets quickly configure the networking by clicking on Configure Network, highlight appropriate network if you have more than one adapter enabled and click on Edit…