ReferencePlatforms/Linux-Public: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: (This page will be filled up soon) = Usernames and Passwords = By default, this image has two accounts:<br /> (username)/(password)<br /> root/root/<br /> cltbld/cltbld)
 
No edit summary
Line 1: Line 1:
(This page will be filled up soon)
= Using This VM as a Development Environment =
By default, the reference platform only runs a console and a VNC server. If you want to use it for actual development you'll probably want to run X. Here's how to do it:
# Disable the VNC server with this command:
chkconfig --level 2345 vncserver off
# Change the default run level. As root, run:
sed -i -e 's/^id:[0-9]:initdefault:$/id:5:initdefault:/' /etc/inittab
Reboot, and you should be graphical!


= Usernames and Passwords =
= Usernames and Passwords =
By default, this image has two accounts:<br />
By default, this image has two accounts:<br />
(username)/(password)<br />
(username)/(password)<br />
root/root/<br />
root/root<br />
cltbld/cltbld
cltbld/cltbld

Revision as of 15:15, 7 January 2008

Using This VM as a Development Environment

By default, the reference platform only runs a console and a VNC server. If you want to use it for actual development you'll probably want to run X. Here's how to do it:

  1. Disable the VNC server with this command:
chkconfig --level 2345 vncserver off
  1. Change the default run level. As root, run:
sed -i -e 's/^id:[0-9]:initdefault:$/id:5:initdefault:/' /etc/inittab

Reboot, and you should be graphical!

Usernames and Passwords

By default, this image has two accounts:
(username)/(password)
root/root
cltbld/cltbld