Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Maybe it's worth mentioning that Clipboard is just using xclip under the hood (on unix-ish systems). In other words, xclip would need to be installed for it to work... — which unfortunately often isn't the case, as xclip doesn't belong to the base tools that come with X11.

In some cases, you might find xsel installed instead, which is another similar utility.

<off-topic>

BTW, seems like a good occasion to advertise a little trick: you may use xclip to conveniently copy files between machines when you already have a working X connection (e.g. ssh login with X forwarding enabled), and other means like scp or s/ftp would require you to re-authenticate.

For example, when I log into client sites, I often have to go through a somewhat cumbersome procedure, requiring me to enter various passphrases, SecureID tokens and whatnot, until I finally have my SSH/X connection... (yes I know there's ssh-agent, but it doesn't always help). In these cases, xclip comes to rescue. I.e. with the following two aliases in my ~/.bashrc (though it of course also works without aliases):

alias Xcopy='xclip -selection secondary -loops 1 -i <' alias Xpaste='xclip -selection secondary -o >'

I can just type

$ Xcopy myapp-latest-patches.tar.gz

on the local machine. And then, on the machine I'm logged in remotely:

$ Xpaste myapp-latest-patches.tar.gz

to have the tarball transferred without needing to retype my credentials every time.

(But mind you, however neat this seems, it isn't the right tool for copying Gigabyte-sized volumes... :)

</off-topic>


In reply to Re^2: Copy and Paste? (xclip, xsel) by almut
in thread Copy and Paste? by pileofrogs

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.
  • Log In?
    Username:
    Password:

    What's my password?
    Create A New User
    Domain Nodelet?
    Chatterbox?
    and the web crawler heard nothing...

    How do I use this?Last hourOther CB clients
    Other Users?
    Others surveying the Monastery: (2)
    As of 2025-06-20 01:25 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found

      Notices?
      erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.