Ubuntu Server VM: copy paste?How to copy and paste from VirtualBox?Copy Paste to Guest Ubuntu Server in...
Re-entry to Germany after vacation using blue card
Is the claim "Employers won't employ people with no 'social media presence'" realistic?
What's the polite way to say "I need to urinate"?
A Note on N!
How exactly does Hawking radiation decrease the mass of black holes?
a sore throat vs a strep throat vs strep throat
How do I reattach a shelf to the wall when it ripped out of the wall?
How to not starve gigantic beasts
Does Gita support doctrine of eternal samsara?
Aliens crash on Earth and go into stasis to wait for technology to fix their ship
Map of water taps to fill bottles
How to fry ground beef so it is well-browned
Why do games have consumables?
Multiple options vs single option UI
Do electrons go to even lower ground states after exothermic reactions?
Pulling the rope with one hand is as heavy as with two hands?
Checks user level and limit the data before saving it to mongoDB
Can I criticise the more senior developers around me for not writing clean code?
How to pronounce 'c++' in Spanish
Implications of cigar-shaped bodies having rings?
Providing evidence of Consent of Parents for Marriage by minor in England in early 1800s?
555 timer FM transmitter
Apply MapThread to all but one variable
How does a program know if stdout is connected to a terminal or a pipe?
Ubuntu Server VM: copy paste?
How to copy and paste from VirtualBox?Copy Paste to Guest Ubuntu Server in VirtualboxVirtualBox 4.1.20 (Windows 7 / Ubuntu 12.04 (32 bit)) copy/paste is brokenUnable to paste text into virtual box guestCopy&Paste Ubuntu ServerVirtualBox 4.3.12, Windows 7 as guest and host OS: host -> guest clipboard not workingNo Mouse-Up for Chrome on Ubuntu VM; other apps fineHow do I copy and paste text from Mac Host to Ubuntu Guest in VirtualBox?How do I copy/paste into a minimal installation of CentOS on VirtualBox?How to copy/paste from windows clipboard to ubuntu in virtualbox?Copy and paste to VirtualBox VMs
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I've installed Ubuntu Server under Virtualbox just to get a nice little shell. I've also installed the VirtualBox "Guest Additions" and set "Shared Clipboard: Bidirectional".
I still can't seem to get any copy-paste working.
Am I missing something here?
I've installed gpm which gives mouse support in server mode (no X), and allows copy-paste using the mouse, but still the VirtualBox integration doesn't work.
ubuntu virtualbox virtual-machine copy-paste
add a comment |
I've installed Ubuntu Server under Virtualbox just to get a nice little shell. I've also installed the VirtualBox "Guest Additions" and set "Shared Clipboard: Bidirectional".
I still can't seem to get any copy-paste working.
Am I missing something here?
I've installed gpm which gives mouse support in server mode (no X), and allows copy-paste using the mouse, but still the VirtualBox integration doesn't work.
ubuntu virtualbox virtual-machine copy-paste
add a comment |
I've installed Ubuntu Server under Virtualbox just to get a nice little shell. I've also installed the VirtualBox "Guest Additions" and set "Shared Clipboard: Bidirectional".
I still can't seem to get any copy-paste working.
Am I missing something here?
I've installed gpm which gives mouse support in server mode (no X), and allows copy-paste using the mouse, but still the VirtualBox integration doesn't work.
ubuntu virtualbox virtual-machine copy-paste
I've installed Ubuntu Server under Virtualbox just to get a nice little shell. I've also installed the VirtualBox "Guest Additions" and set "Shared Clipboard: Bidirectional".
I still can't seem to get any copy-paste working.
Am I missing something here?
I've installed gpm which gives mouse support in server mode (no X), and allows copy-paste using the mouse, but still the VirtualBox integration doesn't work.
ubuntu virtualbox virtual-machine copy-paste
ubuntu virtualbox virtual-machine copy-paste
edited Jan 4 '13 at 14:21
Nifle
28.3k2395130
28.3k2395130
asked Oct 3 '10 at 18:57
bukzorbukzor
1,30521221
1,30521221
add a comment |
add a comment |
7 Answers
7
active
oldest
votes
Just trying this myself. Couldn't get it to work with gpm and a console only guest.
I strongly suspect that the clipboard integration rely's on having a running X server in the Guest.
A work-a-round is to install openssh-server on the guest and ssh using a terminal from your host to the guest. Then you have 'clipboard integration'
2
That's not a bad suggestion. In fact it's probably more efficient/responsive than using the VM window.
– bukzor
Feb 24 '11 at 5:32
1
@James Brilliant idea !!! :)
– TraderJoeChicago
Mar 30 '12 at 8:16
ran into this issue myself, this is definitely the only way I have found to work around this
– adeleinr
Dec 21 '12 at 2:01
Couldn't get it to work either on Ubuntu Server 16.04 no matter what, most likely it is tied to the X server like you suggest, so no-can-do with terminal only OSs.
– Mahn
Jul 11 '16 at 17:53
2
What IP address and port would you use to connect via SSH if the virtualbox is on a localhost?
– DPSSpatial
Feb 2 '17 at 18:21
|
show 2 more comments
Try to use PuTTY and connect via SSH to your virtual Linux system.
See also cygwin, with apt-cyg (apt-cyg install openssh-server)
– Jonathan
Sep 23 '16 at 7:39
@JonathanLeaders You would only need a SSH client and not server on your Windows host.
– phk
Jan 1 '17 at 23:00
add a comment |
I came up with a different workaround. Open a shared folder, and create an executable script in the shared folder. Put "#!/bin/bash" (or whatever/wherever shell you want to use), followed by the command(s) you want to execute. Like this:
#!/bin/bash
cp foo bar
echo 'copied foo to bar'
Just replace "cp foo bar" with the long complicated string you wanted to cut and paste.
Depending on what you're doing, you might have to source the script rather than running it directly:
source ./myscript
EDIT: Oops! I forgot to add that you have to change the line endings from Windows-style to Unix-style line endings. In Emacs you can use
M-x set-buffer-file-coding-system
while in vim it would be
:set ff=unix
Sorry!
add a comment |
This is probably not a "solution", but it's how I was able to get some data off my ubuntu server VM. I set up a simple php file upload script on one of my servers, then shot the file up to it via curl. As soon as I was done I removed it.
add a comment |
If you're running a Server in a VM , then why don't you just ssh into the VM and use the terminal?
Think about it. It's a server with no graphical interface.
If you only had the sever version installed on a actual computer instead of the VM would you have been able to copy paste into it's command line prompt? You have no multitasking available in the same TTY unless you use some multimplexer like "screen" or "tmux" or a software such as "gpm" as v3.xx suggested.
add a comment |
I don't think that you will be able to copy/paste in Ubuntu Server, mostly because:
- If you try to do Ctrl+V, the OS will see that as a ^V control sequence.
- You can't do a copy/paste with a right-click menu as there are no mouse daemons that support that. (As far as I know anyways, someone feel free to correct me.)
1
The shortcut I'd expect to work is shift-insert. en.wikipedia.org/wiki/…
– bukzor
Oct 4 '10 at 3:46
Not the point. This is a problem with the virtualization a guest additions.
– GregB
Apr 8 '13 at 21:58
add a comment |
You need to use CTL+Shift+V
to paste, copy as normal in the Host, and back in the VM add Shift as well if you wish to copy, so CTL+SHIFT+C
( then Cut with same + X ).
Cheers!
3
You are wrong. CTL+SHIFT+V is the keyboard shortcut for the Ubuntu terminal, but there is an issue with the guest additions in Ubuntu 12.04 which will cause copy/paste to periodically break in one, or both directions.
– GregB
Apr 8 '13 at 21:57
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f195436%2fubuntu-server-vm-copy-paste%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just trying this myself. Couldn't get it to work with gpm and a console only guest.
I strongly suspect that the clipboard integration rely's on having a running X server in the Guest.
A work-a-round is to install openssh-server on the guest and ssh using a terminal from your host to the guest. Then you have 'clipboard integration'
2
That's not a bad suggestion. In fact it's probably more efficient/responsive than using the VM window.
– bukzor
Feb 24 '11 at 5:32
1
@James Brilliant idea !!! :)
– TraderJoeChicago
Mar 30 '12 at 8:16
ran into this issue myself, this is definitely the only way I have found to work around this
– adeleinr
Dec 21 '12 at 2:01
Couldn't get it to work either on Ubuntu Server 16.04 no matter what, most likely it is tied to the X server like you suggest, so no-can-do with terminal only OSs.
– Mahn
Jul 11 '16 at 17:53
2
What IP address and port would you use to connect via SSH if the virtualbox is on a localhost?
– DPSSpatial
Feb 2 '17 at 18:21
|
show 2 more comments
Just trying this myself. Couldn't get it to work with gpm and a console only guest.
I strongly suspect that the clipboard integration rely's on having a running X server in the Guest.
A work-a-round is to install openssh-server on the guest and ssh using a terminal from your host to the guest. Then you have 'clipboard integration'
2
That's not a bad suggestion. In fact it's probably more efficient/responsive than using the VM window.
– bukzor
Feb 24 '11 at 5:32
1
@James Brilliant idea !!! :)
– TraderJoeChicago
Mar 30 '12 at 8:16
ran into this issue myself, this is definitely the only way I have found to work around this
– adeleinr
Dec 21 '12 at 2:01
Couldn't get it to work either on Ubuntu Server 16.04 no matter what, most likely it is tied to the X server like you suggest, so no-can-do with terminal only OSs.
– Mahn
Jul 11 '16 at 17:53
2
What IP address and port would you use to connect via SSH if the virtualbox is on a localhost?
– DPSSpatial
Feb 2 '17 at 18:21
|
show 2 more comments
Just trying this myself. Couldn't get it to work with gpm and a console only guest.
I strongly suspect that the clipboard integration rely's on having a running X server in the Guest.
A work-a-round is to install openssh-server on the guest and ssh using a terminal from your host to the guest. Then you have 'clipboard integration'
Just trying this myself. Couldn't get it to work with gpm and a console only guest.
I strongly suspect that the clipboard integration rely's on having a running X server in the Guest.
A work-a-round is to install openssh-server on the guest and ssh using a terminal from your host to the guest. Then you have 'clipboard integration'
answered Feb 24 '11 at 2:23
James McDonaldJames McDonald
53143
53143
2
That's not a bad suggestion. In fact it's probably more efficient/responsive than using the VM window.
– bukzor
Feb 24 '11 at 5:32
1
@James Brilliant idea !!! :)
– TraderJoeChicago
Mar 30 '12 at 8:16
ran into this issue myself, this is definitely the only way I have found to work around this
– adeleinr
Dec 21 '12 at 2:01
Couldn't get it to work either on Ubuntu Server 16.04 no matter what, most likely it is tied to the X server like you suggest, so no-can-do with terminal only OSs.
– Mahn
Jul 11 '16 at 17:53
2
What IP address and port would you use to connect via SSH if the virtualbox is on a localhost?
– DPSSpatial
Feb 2 '17 at 18:21
|
show 2 more comments
2
That's not a bad suggestion. In fact it's probably more efficient/responsive than using the VM window.
– bukzor
Feb 24 '11 at 5:32
1
@James Brilliant idea !!! :)
– TraderJoeChicago
Mar 30 '12 at 8:16
ran into this issue myself, this is definitely the only way I have found to work around this
– adeleinr
Dec 21 '12 at 2:01
Couldn't get it to work either on Ubuntu Server 16.04 no matter what, most likely it is tied to the X server like you suggest, so no-can-do with terminal only OSs.
– Mahn
Jul 11 '16 at 17:53
2
What IP address and port would you use to connect via SSH if the virtualbox is on a localhost?
– DPSSpatial
Feb 2 '17 at 18:21
2
2
That's not a bad suggestion. In fact it's probably more efficient/responsive than using the VM window.
– bukzor
Feb 24 '11 at 5:32
That's not a bad suggestion. In fact it's probably more efficient/responsive than using the VM window.
– bukzor
Feb 24 '11 at 5:32
1
1
@James Brilliant idea !!! :)
– TraderJoeChicago
Mar 30 '12 at 8:16
@James Brilliant idea !!! :)
– TraderJoeChicago
Mar 30 '12 at 8:16
ran into this issue myself, this is definitely the only way I have found to work around this
– adeleinr
Dec 21 '12 at 2:01
ran into this issue myself, this is definitely the only way I have found to work around this
– adeleinr
Dec 21 '12 at 2:01
Couldn't get it to work either on Ubuntu Server 16.04 no matter what, most likely it is tied to the X server like you suggest, so no-can-do with terminal only OSs.
– Mahn
Jul 11 '16 at 17:53
Couldn't get it to work either on Ubuntu Server 16.04 no matter what, most likely it is tied to the X server like you suggest, so no-can-do with terminal only OSs.
– Mahn
Jul 11 '16 at 17:53
2
2
What IP address and port would you use to connect via SSH if the virtualbox is on a localhost?
– DPSSpatial
Feb 2 '17 at 18:21
What IP address and port would you use to connect via SSH if the virtualbox is on a localhost?
– DPSSpatial
Feb 2 '17 at 18:21
|
show 2 more comments
Try to use PuTTY and connect via SSH to your virtual Linux system.
See also cygwin, with apt-cyg (apt-cyg install openssh-server)
– Jonathan
Sep 23 '16 at 7:39
@JonathanLeaders You would only need a SSH client and not server on your Windows host.
– phk
Jan 1 '17 at 23:00
add a comment |
Try to use PuTTY and connect via SSH to your virtual Linux system.
See also cygwin, with apt-cyg (apt-cyg install openssh-server)
– Jonathan
Sep 23 '16 at 7:39
@JonathanLeaders You would only need a SSH client and not server on your Windows host.
– phk
Jan 1 '17 at 23:00
add a comment |
Try to use PuTTY and connect via SSH to your virtual Linux system.
Try to use PuTTY and connect via SSH to your virtual Linux system.
edited Aug 22 '14 at 10:19
030
96771636
96771636
answered Sep 4 '13 at 10:24
trigg3rtrigg3r
8111
8111
See also cygwin, with apt-cyg (apt-cyg install openssh-server)
– Jonathan
Sep 23 '16 at 7:39
@JonathanLeaders You would only need a SSH client and not server on your Windows host.
– phk
Jan 1 '17 at 23:00
add a comment |
See also cygwin, with apt-cyg (apt-cyg install openssh-server)
– Jonathan
Sep 23 '16 at 7:39
@JonathanLeaders You would only need a SSH client and not server on your Windows host.
– phk
Jan 1 '17 at 23:00
See also cygwin, with apt-cyg (apt-cyg install openssh-server)
– Jonathan
Sep 23 '16 at 7:39
See also cygwin, with apt-cyg (apt-cyg install openssh-server)
– Jonathan
Sep 23 '16 at 7:39
@JonathanLeaders You would only need a SSH client and not server on your Windows host.
– phk
Jan 1 '17 at 23:00
@JonathanLeaders You would only need a SSH client and not server on your Windows host.
– phk
Jan 1 '17 at 23:00
add a comment |
I came up with a different workaround. Open a shared folder, and create an executable script in the shared folder. Put "#!/bin/bash" (or whatever/wherever shell you want to use), followed by the command(s) you want to execute. Like this:
#!/bin/bash
cp foo bar
echo 'copied foo to bar'
Just replace "cp foo bar" with the long complicated string you wanted to cut and paste.
Depending on what you're doing, you might have to source the script rather than running it directly:
source ./myscript
EDIT: Oops! I forgot to add that you have to change the line endings from Windows-style to Unix-style line endings. In Emacs you can use
M-x set-buffer-file-coding-system
while in vim it would be
:set ff=unix
Sorry!
add a comment |
I came up with a different workaround. Open a shared folder, and create an executable script in the shared folder. Put "#!/bin/bash" (or whatever/wherever shell you want to use), followed by the command(s) you want to execute. Like this:
#!/bin/bash
cp foo bar
echo 'copied foo to bar'
Just replace "cp foo bar" with the long complicated string you wanted to cut and paste.
Depending on what you're doing, you might have to source the script rather than running it directly:
source ./myscript
EDIT: Oops! I forgot to add that you have to change the line endings from Windows-style to Unix-style line endings. In Emacs you can use
M-x set-buffer-file-coding-system
while in vim it would be
:set ff=unix
Sorry!
add a comment |
I came up with a different workaround. Open a shared folder, and create an executable script in the shared folder. Put "#!/bin/bash" (or whatever/wherever shell you want to use), followed by the command(s) you want to execute. Like this:
#!/bin/bash
cp foo bar
echo 'copied foo to bar'
Just replace "cp foo bar" with the long complicated string you wanted to cut and paste.
Depending on what you're doing, you might have to source the script rather than running it directly:
source ./myscript
EDIT: Oops! I forgot to add that you have to change the line endings from Windows-style to Unix-style line endings. In Emacs you can use
M-x set-buffer-file-coding-system
while in vim it would be
:set ff=unix
Sorry!
I came up with a different workaround. Open a shared folder, and create an executable script in the shared folder. Put "#!/bin/bash" (or whatever/wherever shell you want to use), followed by the command(s) you want to execute. Like this:
#!/bin/bash
cp foo bar
echo 'copied foo to bar'
Just replace "cp foo bar" with the long complicated string you wanted to cut and paste.
Depending on what you're doing, you might have to source the script rather than running it directly:
source ./myscript
EDIT: Oops! I forgot to add that you have to change the line endings from Windows-style to Unix-style line endings. In Emacs you can use
M-x set-buffer-file-coding-system
while in vim it would be
:set ff=unix
Sorry!
edited Aug 19 '18 at 0:16
answered Aug 18 '18 at 21:44
user5753767user5753767
112
112
add a comment |
add a comment |
This is probably not a "solution", but it's how I was able to get some data off my ubuntu server VM. I set up a simple php file upload script on one of my servers, then shot the file up to it via curl. As soon as I was done I removed it.
add a comment |
This is probably not a "solution", but it's how I was able to get some data off my ubuntu server VM. I set up a simple php file upload script on one of my servers, then shot the file up to it via curl. As soon as I was done I removed it.
add a comment |
This is probably not a "solution", but it's how I was able to get some data off my ubuntu server VM. I set up a simple php file upload script on one of my servers, then shot the file up to it via curl. As soon as I was done I removed it.
This is probably not a "solution", but it's how I was able to get some data off my ubuntu server VM. I set up a simple php file upload script on one of my servers, then shot the file up to it via curl. As soon as I was done I removed it.
answered Apr 30 '12 at 4:50
Shane ReustleShane Reustle
1296
1296
add a comment |
add a comment |
If you're running a Server in a VM , then why don't you just ssh into the VM and use the terminal?
Think about it. It's a server with no graphical interface.
If you only had the sever version installed on a actual computer instead of the VM would you have been able to copy paste into it's command line prompt? You have no multitasking available in the same TTY unless you use some multimplexer like "screen" or "tmux" or a software such as "gpm" as v3.xx suggested.
add a comment |
If you're running a Server in a VM , then why don't you just ssh into the VM and use the terminal?
Think about it. It's a server with no graphical interface.
If you only had the sever version installed on a actual computer instead of the VM would you have been able to copy paste into it's command line prompt? You have no multitasking available in the same TTY unless you use some multimplexer like "screen" or "tmux" or a software such as "gpm" as v3.xx suggested.
add a comment |
If you're running a Server in a VM , then why don't you just ssh into the VM and use the terminal?
Think about it. It's a server with no graphical interface.
If you only had the sever version installed on a actual computer instead of the VM would you have been able to copy paste into it's command line prompt? You have no multitasking available in the same TTY unless you use some multimplexer like "screen" or "tmux" or a software such as "gpm" as v3.xx suggested.
If you're running a Server in a VM , then why don't you just ssh into the VM and use the terminal?
Think about it. It's a server with no graphical interface.
If you only had the sever version installed on a actual computer instead of the VM would you have been able to copy paste into it's command line prompt? You have no multitasking available in the same TTY unless you use some multimplexer like "screen" or "tmux" or a software such as "gpm" as v3.xx suggested.
answered yesterday
AsimRazaKhanAsimRazaKhan
206112
206112
add a comment |
add a comment |
I don't think that you will be able to copy/paste in Ubuntu Server, mostly because:
- If you try to do Ctrl+V, the OS will see that as a ^V control sequence.
- You can't do a copy/paste with a right-click menu as there are no mouse daemons that support that. (As far as I know anyways, someone feel free to correct me.)
1
The shortcut I'd expect to work is shift-insert. en.wikipedia.org/wiki/…
– bukzor
Oct 4 '10 at 3:46
Not the point. This is a problem with the virtualization a guest additions.
– GregB
Apr 8 '13 at 21:58
add a comment |
I don't think that you will be able to copy/paste in Ubuntu Server, mostly because:
- If you try to do Ctrl+V, the OS will see that as a ^V control sequence.
- You can't do a copy/paste with a right-click menu as there are no mouse daemons that support that. (As far as I know anyways, someone feel free to correct me.)
1
The shortcut I'd expect to work is shift-insert. en.wikipedia.org/wiki/…
– bukzor
Oct 4 '10 at 3:46
Not the point. This is a problem with the virtualization a guest additions.
– GregB
Apr 8 '13 at 21:58
add a comment |
I don't think that you will be able to copy/paste in Ubuntu Server, mostly because:
- If you try to do Ctrl+V, the OS will see that as a ^V control sequence.
- You can't do a copy/paste with a right-click menu as there are no mouse daemons that support that. (As far as I know anyways, someone feel free to correct me.)
I don't think that you will be able to copy/paste in Ubuntu Server, mostly because:
- If you try to do Ctrl+V, the OS will see that as a ^V control sequence.
- You can't do a copy/paste with a right-click menu as there are no mouse daemons that support that. (As far as I know anyways, someone feel free to correct me.)
answered Oct 4 '10 at 1:20
WuffersWuffers
13.7k1280117
13.7k1280117
1
The shortcut I'd expect to work is shift-insert. en.wikipedia.org/wiki/…
– bukzor
Oct 4 '10 at 3:46
Not the point. This is a problem with the virtualization a guest additions.
– GregB
Apr 8 '13 at 21:58
add a comment |
1
The shortcut I'd expect to work is shift-insert. en.wikipedia.org/wiki/…
– bukzor
Oct 4 '10 at 3:46
Not the point. This is a problem with the virtualization a guest additions.
– GregB
Apr 8 '13 at 21:58
1
1
The shortcut I'd expect to work is shift-insert. en.wikipedia.org/wiki/…
– bukzor
Oct 4 '10 at 3:46
The shortcut I'd expect to work is shift-insert. en.wikipedia.org/wiki/…
– bukzor
Oct 4 '10 at 3:46
Not the point. This is a problem with the virtualization a guest additions.
– GregB
Apr 8 '13 at 21:58
Not the point. This is a problem with the virtualization a guest additions.
– GregB
Apr 8 '13 at 21:58
add a comment |
You need to use CTL+Shift+V
to paste, copy as normal in the Host, and back in the VM add Shift as well if you wish to copy, so CTL+SHIFT+C
( then Cut with same + X ).
Cheers!
3
You are wrong. CTL+SHIFT+V is the keyboard shortcut for the Ubuntu terminal, but there is an issue with the guest additions in Ubuntu 12.04 which will cause copy/paste to periodically break in one, or both directions.
– GregB
Apr 8 '13 at 21:57
add a comment |
You need to use CTL+Shift+V
to paste, copy as normal in the Host, and back in the VM add Shift as well if you wish to copy, so CTL+SHIFT+C
( then Cut with same + X ).
Cheers!
3
You are wrong. CTL+SHIFT+V is the keyboard shortcut for the Ubuntu terminal, but there is an issue with the guest additions in Ubuntu 12.04 which will cause copy/paste to periodically break in one, or both directions.
– GregB
Apr 8 '13 at 21:57
add a comment |
You need to use CTL+Shift+V
to paste, copy as normal in the Host, and back in the VM add Shift as well if you wish to copy, so CTL+SHIFT+C
( then Cut with same + X ).
Cheers!
You need to use CTL+Shift+V
to paste, copy as normal in the Host, and back in the VM add Shift as well if you wish to copy, so CTL+SHIFT+C
( then Cut with same + X ).
Cheers!
answered Apr 30 '12 at 6:12
brandon.holtsclawbrandon.holtsclaw
262
262
3
You are wrong. CTL+SHIFT+V is the keyboard shortcut for the Ubuntu terminal, but there is an issue with the guest additions in Ubuntu 12.04 which will cause copy/paste to periodically break in one, or both directions.
– GregB
Apr 8 '13 at 21:57
add a comment |
3
You are wrong. CTL+SHIFT+V is the keyboard shortcut for the Ubuntu terminal, but there is an issue with the guest additions in Ubuntu 12.04 which will cause copy/paste to periodically break in one, or both directions.
– GregB
Apr 8 '13 at 21:57
3
3
You are wrong. CTL+SHIFT+V is the keyboard shortcut for the Ubuntu terminal, but there is an issue with the guest additions in Ubuntu 12.04 which will cause copy/paste to periodically break in one, or both directions.
– GregB
Apr 8 '13 at 21:57
You are wrong. CTL+SHIFT+V is the keyboard shortcut for the Ubuntu terminal, but there is an issue with the guest additions in Ubuntu 12.04 which will cause copy/paste to periodically break in one, or both directions.
– GregB
Apr 8 '13 at 21:57
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f195436%2fubuntu-server-vm-copy-paste%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown