OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.2 KiB

  1. <!doctype html public "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <html>
  4. <head>
  5. <title>T2 @Live</title>
  6. </head>
  7. <body>
  8. <H1>T2 @Live</H1>
  9. <H3>What is this?</H3>
  10. <p>This is the <a href="http://www.t2-project.org/">T2 SDE</a>
  11. (System Development Environment)
  12. <a href="http://www.t2-project.org/live/">Live CD</a>.</p>
  13. <H3>What is the root password?</H3>
  14. <p>Since having a default password is very unsecure if the box is connected
  15. to a network and services are started (such as ssh, http, ftp, ...) the Live
  16. CD does not allow root login by default. The only login allowed is the
  17. password-less "live" account.</p>
  18. <p>In order to gain root privileges run use sudo:</p>
  19. <PRE>
  20. sudo bash --login
  21. </PRE>
  22. <p>Once root you can of course enable the account by seting a password
  23. (via passwd).</p>
  24. <p>We strongly recomment to set a live password when you start remote
  25. services such as ssh, http, ... or work for a longer time in the live
  26. system:</p>
  27. <PRE>
  28. passwd
  29. </PRE>
  30. <H3>How to report feedback</H3>
  31. <p>Please provide feedback about problems you experience, ideas for
  32. future improvements or just that it works for you to the
  33. <a href="mailto:t2@t2-project.org">T2 mailing list</a>.</p>
  34. </body>
  35. </html>