0
votes
0answers
12 views

Unable to copy embedding link generated by Mathematica / Ubuntu

Mathematica offers export to a format they call Computed Document Format (CDF) - it is basically a player for the notebooks you work in that environment. One way to use them is to embed it on a web ...
1
vote
0answers
65 views

Cant copy source code from pdf files in ubuntu

How to copy source code from pdf files in ubuntu. No tabs are copied at the beginning of lines. I have tried many pdf viewers: evince, Adobe Reader, xpdf. Is there any solution for it ?
1
vote
1answer
43 views

Is there a way to copy the Ubuntu desktop menu or parts of it between computers?

Is there a way to copy the Ubuntu desktop menu or parts of it between computers? I am copying some program files in my home folder from one computer to another. I don't need the whole menu to be ...
2
votes
3answers
323 views

Linux: Copy all files by extension to single dirrectory

I am trying to copy all *.tif files from ./old to the ./new. In ./old i have lots of subdirs with different files, and in ./new i need only TIF files, without folder tree. So, I had tried cp -vR ...
1
vote
2answers
801 views

Copying/Creating files on TimeCapsule/Mac using Ubuntu 12.04 and afp

I have a TimeCapsule that I am currently just using as an external hard drive (not using time machine) and a Mac laptop. Using a fresh Ubuntu 12.04 installation, I am able to connect to the hard ...
3
votes
3answers
276 views

Copy Linux server software (Ubuntu)

We have a private server set up by a stranger. Now I'd like to make a server with exact same configuration and software (for localhost virtual machine - VirtualBox). Is there any simple way to ...
0
votes
2answers
1k views

Sending files through ssh

I need to send files to a server using ssh. I have never used ssh so this is being really frustrating to me. Mention the client (me) is using windows and the server is using Ubuntu. I connected to ...
0
votes
1answer
331 views

Files missing after copying from one sdcard to another using Ubuntu 12.04

I have two Kingston sdcards 8GB and 32GB. The 8GB for HTC Sensation and 32GB for my Tablet (Chinese). I soon ran out of space on my phone and decided to swap the data between the sdcards. I copied the ...
1
vote
1answer
272 views

Can I stop a netcat tar pipe and continue later without overriding existing files?

I'm trying to copy a lot of files from my NAS to my server, about 2TB. I found that using a netcat tar pipe to copy the directories goes pretty fast, about 40mb/s. It seems to work faster than rsync ...
0
votes
1answer
444 views

ddrescue in ubuntu

I want to copy from a damaged external HDD having a size of 500GB. I will use ddrescue for this. Can I use like the following: I want to copy only one directory(named 'Important Docs') from 500GB ...
3
votes
1answer
471 views

How can I copy large number of files from one Ubuntu machine to another effectively?

I have two Ubuntu machines, one of which has a large number of files. How can I copy the files from one machine to another effectively? I would like to copy only the delta files and not all the files ...
0
votes
3answers
6k views

Copy from remote server to my laptop via ssh

I am on centos server (via SSH) and I don't want to open file manager to copy dump file. What comand whould I use (scp or what) to copy that file from remote server directly to my comp. like cp ...
1
vote
2answers
483 views

Ways of file copy

I sometimes found that when using simple right-click and copy-and-paste, some files/directories are not copied completely or not at all, because of various reasons, such as some saved webpage ...
0
votes
1answer
117 views

ubuntu to ubuntu backup in internal network

hey, i got my development "home" server witch is ubuntu 10, i brought today a computer in order to make a backup to this computer (the development server does also to him self backups every day but im ...
3
votes
2answers
13k views

How do you copy a file from Windows to a Vmware virtual hard disk(UBUNTU)?

I have VMware Player, and I run Ubuntu with it on my Windows 7 system. Now i want to copy some files from my windows folders into the Vmware virtual hard disk, so that i can view these files on ...
2
votes
5answers
6k views

Find document files and copy them to another directory

This is a bit of a basic question but I'm trying to copy all .doc files I find in a directory and copy them to another directory. I know each command: find -name '*.doc' . and: cp filename ...
2
votes
4answers
4k views

how to copy data from server using terminal by telnet

i have one folder to copy that consist of php files or something else for create a web.. how to copy one folder from server (linux ubuntu) to client PC (linux ubuntu)using terminal??could i using ...
0
votes
0answers
227 views

Recover backup copy of a ubuntu linux installation on a usb stick using dd [duplicate]

Possible Duplicate: Recover backup copy of a ubuntu linux installation on a usb stick using dd Hi, I installed Ubuntu 10.04 on a usb stick in persistent install mode. So I could boot the ...
6
votes
4answers
11k views

What's a fast way to copy a lot of files from an internal hard-drive to external (USB) storage?

I have a large amount of data - about 500 GB - on the internal hard drive of a desktop PC. This includes music, videos, PDFs... you name it. I want to copy everything to an external USB hard drive ...