1
| $ nohup SOME_COMMAND & |
1
| $ nohup scp file_to_copy user@server:/path/to/copy/the/file > nohup.out 2>&1 |
1
| $ bg |
Este Blog inicia como notas personales con datos recolectados de diferentes fuentes que trataré de reconocer siempre, se encuentran publicadas por si alguien más se puede beneficiar de ellas.
1
| $ nohup SOME_COMMAND & |
1
| $ nohup scp file_to_copy user@server:/path/to/copy/the/file > nohup.out 2>&1 |
1
| $ bg |
yum update
yum install -y java
yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps
connectionTimeout="20000"
redirectPort="8443" />
chkconfig tomcat6 onservice tomcat6 startiptables -I INPUT -p tcp --dport 8o -j ACCEPT
service iptables save
service iptables restart