Re: What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread Brian Cluff
I offer this only for completness since I would just go ahead and use scp or rsync, but you did ask how to transfer files though ssh so here goes: tar -cv /source/files/or/directory/ |ssh u...@server-ip-or-domian 'tar -x -C /destination/directory/' Enjoy, Brian Cluff On 08/03/2010 11:03 AM,

Android Development 101

2010-08-03 Thread Shawn Badger
I found this series of articles on Hack a Day that goes though some basic Android development. I am not a developer but on the surface they look to be fairly detailed. Hello World http://hackaday.com/2010/07/15/android-dev-101-%E2%80%93-part-1hello-world/ Graphical elements http://hackaday.com/2

Re: What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread Eric Shubert
Nice, Ben. Two things to add: .) -p option on scp will preserve attributes as well .) if security is not a concern (on a local home network), you can omit the '-e "ssh -l username"' and simply provide the remote user name (if different that the current user name) like 'usern...@remote.host.nam

Re: What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread Ben Trussell
If you need to preserve attributes such as uid/gid (owner, group) and timestamps etc, you can use rsync: rsync -av -e "ssh -l username" /some/dir/locationA remote.host.name:/dest/location preserving extended attributed and ACLs? try using rsync -avAX -e "ssh -l username" /some/dir/locatio

Subject: USB Floppy

2010-08-03 Thread gm5729
Make a udev rule for it. HAL is pulled out of a lot of distros now. I I was going to suggest if it was CD/DVD drive that the region might not be set on it so you could use region set. The only thing I do possibly seem to recall on Mitsumi drives is they are proprietary linked to the original hardw

Re: What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread Bryan O'Neal
With SCP only one box has to run an SSH server and it does not mater which, destination or source, but it does change the syntax. On Tue, Aug 3, 2010 at 11:18 AM, kitepi...@kitepilot.com wrote: > There is not a "command to copy files from computer A to computer B when ssh > logged in...", but you

Re: What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread joe
> j...@actionline.com wrote: >> What is the correct command syntax to copy files from computer A >> to computer B when ssh logged in to comuter B from computer A? > That depends. Is name resolution set up, or do you need to specify an IP > address when referencing the other computer? What ssh comm

Re: What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread kitepi...@kitepilot.com
There is not a "command to copy files from computer A to computer B when ssh logged in...", but you can use SSH as a "transport" (regardless of which computer you are logged-in-how, providing the the destination computer is running an SSH server and you have the appropriate credentials) using:

Re: What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread Bryan O'Neal
Are you SCP'ing from A to B or B to A - as in which box are you on and which (if not both) have the ssh server running. In any case / combination of events SCP is the command and with more information we can give you the correct syntax. Or, now that you know SCP you could just Google the syntax.

Re: What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread Eric Shubert
j...@actionline.com wrote: What is the correct command syntax to copy files from computer A to computer B when ssh logged in to comuter B from computer A? That depends. Is name resolution set up, or do you need to specify an IP address when referencing the other computer? What ssh command did

Re: What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread Nadim Hoque
I believe it is scp directory/from/A usernameofB:location/on/computer/B Sent via BlackBerry from T-Mobile -Original Message- From: j...@actionline.com Sender: plug-discuss-boun...@lists.plug.phoenix.az.us Date: Tue, 3 Aug 2010 12:03:08 To: Reply-To: Main PLUG discussion list Subject: Wh

Re: Computer for a good kid...

2010-08-03 Thread Tim Bogart
Good enough... We'll see...Tim From: Bryan O'Neal To: Main PLUG discussion list Sent: Sun, August 1, 2010 10:42:48 PM Subject: Re: Computer for a good kid... Well I have an old some what fussy monitor and some old computers I would give up. But not sure how u

Re: Computer for a good kid...

2010-08-03 Thread Tim Bogart
That's helpful. Thank You. Tim... From: Technomage To: plug-discuss@lists.plug.phoenix.az.us Sent: Mon, August 2, 2010 10:22:38 AM Subject: Re: Computer for a good kid... my brother-in-law has some later model parts laying around (vid card, motherboard, ram

What is the command to copy files from A to B when ssh connected?

2010-08-03 Thread joe
What is the correct command syntax to copy files from computer A to computer B when ssh logged in to comuter B from computer A? --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail

Re: Computer for a good kid...

2010-08-03 Thread Tim Bogart
cool, once I get the email's together, we'll see what can be cobbled together... Tim. From: Stephen To: Main PLUG discussion list Sent: Sun, August 1, 2010 11:43:28 PM Subject: Re: Computer for a good kid... I have an old IBM netvista P4 2ghz or so PC133

Re: Computer for a good kid...

2010-08-03 Thread Tim Bogart
That will be helpful. ... Tim. From: Matt Graham To: Main PLUG discussion list Sent: Mon, August 2, 2010 8:59:50 AM Subject: Re: Computer for a good kid... From: Tim Bogart > He doesn't have a computer. He can't buy one. No money. I told him I would > put

Re: Virtualbox installation of RHEL5

2010-08-03 Thread Eric Cope
I enabled IO_APIC and it got past that point of hanging. I'll let you know how it goes. Eric On Tue, Aug 3, 2010 at 10:27 AM, Eric Cope wrote: > I tried acpi=off. Attached is the screen shot. Lisa, can you elaborate > regarding the VIA processor? This is on a Core 2 Duo machine. > > thanks, > Er

Re: OT: MySQL DBA job (you are probably more qualified than you think...)

2010-08-03 Thread Lisa Kachold
Rob: On Sun, Aug 1, 2010 at 10:16 AM, Rob Wultsch wrote: > On Sun, Aug 1, 2010 at 10:13 AM, Rob Wultsch wrote: > >> If you have questions feel free to email off list. > > Keith, > Reading comprehension is also helpful. Unlike the other half dozen > people that had questions your questions were

Re: Virtualbox installation of RHEL5

2010-08-03 Thread Lisa Kachold
Hi Eric: On Wed, Jul 28, 2010 at 2:45 PM, Eric Cope wrote: > Hello all, > I am trying to install RHEL5 within a Virtualbox instance on my windows pc. > It hangs at this line: > > NET: Registered protocol family 2 > > Has anyone successfully installed RHEL5 in Virtualbox? What settings did > you