Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-29-2009, 04:01 PM
|
#1
|
LQ Newbie
Registered: Aug 2009
Location: Colombia
Distribution: CentOs - Ubuntu
Posts: 14
Rep:
|
Copy and Paste in Putty
hello all..
is a stupid question, but don't know
how can copy text of a putty windows and paste in a file of text?? or copy some command of a page and paste in a putty windows?? i try Ctrl + C and don't works.. Shift + Ctlr + C and don't works.. and try select test and after right click and don't works..
somebody can help me?
|
|
|
09-29-2009, 04:15 PM
|
#2
|
Member
Registered: Feb 2007
Location: Iceland
Distribution: Fedora 14, CentOS, FreeNAS
Posts: 127
Rep:
|
Putty
You just highlight the text with the mouse and then go to the notepad or whatever you use and do CTRL-V. To copy and paste again in putty you highlight to copy and to paste you just rightclick but keep in mind that you paste where the cursor is, not where the mouse is.
|
|
|
09-29-2009, 04:16 PM
|
#3
|
Member
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528
Rep:
|
This is copying something from putty running on a windows system logged into a linux system and pasting it onto a windows app like notepad.
When you have the putty window open and you have something that you want to copy, highlight the text. By highlighting the text it stores it in ram memory, now go to what app you want to copy it to, right click and select paste.
|
|
|
09-29-2009, 04:28 PM
|
#4
|
LQ Newbie
Registered: Aug 2009
Location: Colombia
Distribution: CentOs - Ubuntu
Posts: 14
Original Poster
Rep:
|
Quote:
Originally Posted by mrrangerman
This is copying something from putty running on a windows system logged into a linux system and pasting it onto a windows app like notepad.
When you have the putty window open and you have something that you want to copy, highlight the text. By highlighting the text it stores it in ram memory, now go to what app you want to copy it to, right click and select paste.
|
i'm work in CentOs, putty running in Centos in windows is easy.. just highlight the text and paste with Ctrl + V or right click in same window.. but in CentOs dont know...
thx
|
|
|
09-29-2009, 04:47 PM
|
#5
|
Member
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528
Rep:
|
Quote:
camposomar
i'm work in CentOs, putty running in Centos in windows is easy.. just highlight the text and paste with Ctrl + V or right click in same window.. but in CentOs dont know...
|
Then highlight the text and use your middle mouse button to paste, if you have a two button mouse press them both at the same time and this will paste the contents stored in ram. If you don't have your mouse setup to emulate a three button mouse edit your xorg.conf and add
Code:
Option "Emulate3Buttons" "yes"
to the Section "InputDevice" section.
|
|
|
09-29-2009, 05:27 PM
|
#6
|
LQ Newbie
Registered: Aug 2009
Location: Colombia
Distribution: CentOs - Ubuntu
Posts: 14
Original Poster
Rep:
|
Quote:
Originally Posted by mrrangerman
Then highlight the text and use your middle mouse button to paste, if you have a two button mouse press them both at the same time and this will paste the contents stored in ram. If you don't have your mouse setup to emulate a three button mouse edit your xorg.conf and add
Code:
Option "Emulate3Buttons" "yes"
to the Section "InputDevice" section.
|
hey .. thx so much bro
|
|
|
09-30-2009, 01:11 AM
|
#7
|
LQ Newbie
Registered: Mar 2005
Location: CA
Distribution: SuSE, Debian
Posts: 27
Rep:
|
There is also Ctrl+<insert>/ Shift+<insert>
|
|
|
12-21-2011, 06:58 AM
|
#8
|
LQ Newbie
Registered: Dec 2011
Posts: 2
Rep:
|
PuTTY usage on LInux - Copy Paste issue - How I solved it
Hi:
I solved this issue using 2 methods:
1. Using PuTTY linux version:
clicking in both touchpad buttons I simulated the middle button.
Since Linux Mint distro I'm using had not this middle button simulation activated (The latest version of evdev, version 2.5, changed the default for the middle mouse button emulation code. This change has disabled emulation of the middle mouse button by clicking the left and right mouse buttons) I needed to enable it manually:
Enabling the middle mouse button emulation adding this to xorg.conf snippet:
Section "InputClass"
Identifier "middle button emulation class"
MatchIsPointer "on"
Option "Emulate3Buttons" "on"
EndSection
2. Using PuTTY Windows version (I prefer that since I do not need to change distro setting like Xorg, only Wine settings in order to connect to console serial ports):
Since wine handles com ports by having a link to the device (ie /dev/ttyUSB0), in the ~/.wine/dosdevices folder, this link would be created as follows, in order to update your wine profile configs:
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
I prefer this second method, since the copy paste works allways, do not need the middle button simulation and, the sherry in the top of the cake, it NEVER hangs (occasionally PuTTY hangs on some Windows XP installations).
Otherwise, in case you do not need/want to install wine, the first method is preferable.
Enjoy.
Joao
|
|
|
08-05-2012, 06:05 PM
|
#9
|
LQ Newbie
Registered: Mar 2012
Posts: 2
Rep:
|
Solved
I was having the same problem... Shift-Insert. solved
|
|
|
All times are GMT -5. The time now is 01:04 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|