Talk:Using QEMU on Troubleshooting: Difference between revisions
Jump to navigation
Jump to search
(shortcut keys?) |
|||
Line 2: | Line 2: | ||
Which is it? There's been a little edit war between <tt>[Alt + Ctrl + 1]</tt>, <tt>[Alt + Ctrl + 3]</tt> and <tt>[Alt + Ctrl + 7]</tt>... does it depend on the build? or underlying OS? or just careless typos? flaky memory? Currently it has settled on 'a set of alternatives' (better than the wrong key combination) but is it really an alternative or one of them is wrong?--[[User:Xavi|Xavi]] 01:02, 11 January 2007 (EST) |
Which is it? There's been a little edit war between <tt>[Alt + Ctrl + 1]</tt>, <tt>[Alt + Ctrl + 3]</tt> and <tt>[Alt + Ctrl + 7]</tt>... does it depend on the build? or underlying OS? or just careless typos? flaky memory? Currently it has settled on 'a set of alternatives' (better than the wrong key combination) but is it really an alternative or one of them is wrong?--[[User:Xavi|Xavi]] 01:02, 11 January 2007 (EST) |
||
== Enabling the Network Alternative #1 == |
|||
I think it has to be |
|||
echo ifup eth0 >> /etc/rc.local |
|||
instead of |
|||
echo ifup eth0''':''' >> /etc/rc.local |
Revision as of 19:20, 31 January 2007
Terminal mappings
Which is it? There's been a little edit war between [Alt + Ctrl + 1], [Alt + Ctrl + 3] and [Alt + Ctrl + 7]... does it depend on the build? or underlying OS? or just careless typos? flaky memory? Currently it has settled on 'a set of alternatives' (better than the wrong key combination) but is it really an alternative or one of them is wrong?--Xavi 01:02, 11 January 2007 (EST)
Enabling the Network Alternative #1
I think it has to be
echo ifup eth0 >> /etc/rc.local
instead of
echo ifup eth0: >> /etc/rc.local