Skip to content

Instantly share code, notes, and snippets.

@maltzsama
Created April 16, 2013 14:29
Show Gist options
  • Select an option

  • Save maltzsama/5396355 to your computer and use it in GitHub Desktop.

Select an option

Save maltzsama/5396355 to your computer and use it in GitHub Desktop.
yum install tftp-server
vi /etc/xinetd.d/tftp
#Encontre a linha:
disable = yes
#Mude-a para:
disable = no
#Levante o serviço:
/sbin/chkconfig tftp on
/sbin/chkconfig xinetd on
/sbin/service xinetd start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment