|
|
<!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>T2 @Live</title> </head> <body>
<H1>T2 @Live</H1>
<H3>What is this?</H3>
<p>This is the <a href="http://www.t2-project.org/">T2 SDE</a> (System Development Environment) <a href="http://www.t2-project.org/live/">Live CD</a>.</p>
<H3>What is the root password?</H3>
<p>Since having a default password is very unsecure if the box is connected to a network and services are started (such as ssh, http, ftp, ...) the Live CD does not allow root login by default. The only login allowed is the password-less "live" account.</p>
<p>In order to gain root privileges run use sudo:</p>
<PRE> sudo bash --login </PRE>
<p>Once root you can of course enable the account by seting a password (via passwd).</p>
<p>We strongly recomment to set a live password when you start remote services such as ssh, http, ... or work for a longer time in the live system:</p>
<PRE> passwd </PRE>
<H3>How to report feedback</H3>
<p>Please provide feedback about problems you experience, ideas for future improvements or just that it works for you to the <a href="mailto:t2@t2-project.org">T2 mailing list</a>.</p>
</body> </html>
|