How can I copy-paste following command:
rm -r ~/.gconf/apps/gnome-terminal
gconftools --recursive-unset /apps/gnome-terminal
into a virtual-terminal?
How can I copy-paste following command:
rm -r ~/.gconf/apps/gnome-terminal
gconftools --recursive-unset /apps/gnome-terminal
into a virtual-terminal?
If you can't use the standard terminal:
start your installed packet manager Synaptic and install an other terminal
xterm
.Use Alt+F2 and type
xterm
and ReturnNow you can copy and paste:
Alternatively write a short script and start the script in the virtual terminal:
Start gedit and add the lines below:
Save the file as
foo
in yourhome
folder and switch to tty.Login and make the script executable
Start the script
As far as I know, there is no way to access a desktop clipboard from a virtual terminal.
The easiest thing to do in this case is to save and run these commands as a script.