yum install openssh-server
chkconfig sshd on
Instalando MySQL en Fedora 17
yum install mysql-server
service mysqld start
chkconfig --levels 235 mysqld on
/usr/bin/mysql_secure_installation
yum install mysql-query-browser
Instalando APACHE Server en Fedora 17
yum install httpd
service httpd start
chkconfig httpd on
Instalando PHP y PhpMyAdmin en Fedora 17
yum install php php-common
yum install phpmyadmin
Instalando Tomcat 6 en Fedora 17
yum -y install tomcat6 tomcat6-webapps tomcat6-admin-webapps
service tomcat6 start
chkconfig tomcat6 on
chkconfig --levels 235 mysqld on
/usr/bin/mysql_secure_installation
yum install mysql-query-browser
Instalando APACHE Server en Fedora 17
yum install httpd
service httpd start
chkconfig httpd on
Instalando PHP y PhpMyAdmin en Fedora 17
yum install php php-common
yum install phpmyadmin
Instalando Tomcat 6 en Fedora 17
yum -y install tomcat6 tomcat6-webapps tomcat6-admin-webapps
service tomcat6 start
chkconfig tomcat6 on
Instalando Herramientas de desarrollo C/C++ (Equivalente a "Build Essentials" en Debian)
yum groupinstall "Development Tools" "Development Libraries"