Guest User

Untitled

a guest
May 20th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. chkconfig --level 0123456 iptables off
  2. chkconfig --level 0123456 ip6tables off
  3. chkconfig --level 0123456 yum-updatesd off
  4. chkconfig --level 0123456 avahidaemon off
  5. chkconfig --level 0123456 avahi-daemon off
  6. chkconfig --level 0123456 bluetooth off
  7. chkconfig --level 0123456 pcscd off
  8. chkconfig --level 0123456 netfs off
  9. chkconfig --level 0123456 sendmail off
  10. chkconfig --level 0123456 cups off
  11. chkconfig --level 0123456 rpcbind off
  12. chkconfig --level 0123456 rpcgssd off
  13. chkconfig --level 0123456 rpcidmapd off
  14. chkconfig --level 0123456 nfslock off
  15. chkconfig --level 0123456 autofs off
  16. chkconfig --level 0123456 avahidaemon off
  17.  
  18. yum install -y ruby ruby-devel ruby-libs irb rdoc rubygems nginx git ruby-sqlite3
  19.  
  20. sudo gem update --system
  21. sudo gem update
  22. sudo gem install -y rails mongrel
  23.  
  24. git clone git://github.com/lix/lamenet.git
Add Comment
Please, Sign In to add comment