home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / files / 101.swf / texts / 29.txt < prev    next >
Encoding:
Text File  |  2006-09-19  |  1020 b   |  43 lines

  1. # # # # # # # # # Start des telnet-
  2. --- RECORDSEPARATOR ---
  3. daemons
  4. --- RECORDSEPARATOR ---
  5. /usr/sbin/telnetd -l /sbin/ar7login
  6. --- RECORDSEPARATOR ---
  7. while !(ping -c 1 www.tecchannel.de); 
  8. --- RECORDSEPARATOR ---
  9. do
  10. --- RECORDSEPARATOR ---
  11. sleep 7
  12. --- RECORDSEPARATOR ---
  13. done
  14. --- RECORDSEPARATOR ---
  15. # # # # # # # # # Installation 
  16. --- RECORDSEPARATOR ---
  17. FTP-Server
  18. --- RECORDSEPARATOR ---
  19. cd /var/tmp
  20. --- RECORDSEPARATOR ---
  21. wget http://www.tecchannel.de/
  22. --- RECORDSEPARATOR ---
  23. download/432803/bftpd.conf
  24. --- RECORDSEPARATOR ---
  25. wget http://www.tecchannel.de/
  26. --- RECORDSEPARATOR ---
  27. download/432803/bftpd
  28. --- RECORDSEPARATOR ---
  29. chmod +x bftpd
  30. --- RECORDSEPARATOR ---
  31. chmod 777 bftpd.conf
  32. --- RECORDSEPARATOR ---
  33. # Hier den Usernamen und den Passwort-
  34. --- RECORDSEPARATOR ---
  35. Hash f├╝r den FTP-Server eintragen
  36. --- RECORDSEPARATOR ---
  37. echo ΓÇ₧xxxxx:xxxxxxxxxx:0:0:root:/:
  38. --- RECORDSEPARATOR ---
  39. nullΓÇ£ >> /var/tmp/passwd
  40. --- RECORDSEPARATOR ---
  41. /var/tmp/bftpd -d -c /var/tmp/bftpd.
  42. --- RECORDSEPARATOR ---
  43. conf