Quick note to self: re terminal in ubuntu running in a VM
Saturday, January 1st, 2011 01:41 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I run my dev environment (ubuntu) in a VM on my laptop, because that makes things a lot easier for me. Unfortunately
cmd+alt+fn + f1 through f6 = virtual terminal mode
(I don't need the full gnome mode, and the terminal I get to by logging in via the GUI login is weird. It seems to be bigger than my actual window size and all output is way past the lower edge of my screen, so when I type, I can't see what I'm typing, and after I run a command, I have to hit enter approximately half a gajillion times before I can find my output.)
apt-get install console-data
dpkg-reconfigure console-data
(installing and configuring console-data has let me set the terminal keyboard to dvorak, rather than qwerty. It's not a big deal; I usually just ssh into my dev environment using the Terminal application, but it's been a minor annoyance, that now is fixed yay :D)
cmd+alt+fn + f1 through f6 = virtual terminal mode
(I don't need the full gnome mode, and the terminal I get to by logging in via the GUI login is weird. It seems to be bigger than my actual window size and all output is way past the lower edge of my screen, so when I type, I can't see what I'm typing, and after I run a command, I have to hit enter approximately half a gajillion times before I can find my output.)
apt-get install console-data
dpkg-reconfigure console-data
(installing and configuring console-data has let me set the terminal keyboard to dvorak, rather than qwerty. It's not a big deal; I usually just ssh into my dev environment using the Terminal application, but it's been a minor annoyance, that now is fixed yay :D)