1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

[Geek Challenge] I will pay $100 for this solution

Discussion in 'BBS Hangout' started by heypartner, Mar 22, 2013.

  1. heypartner

    heypartner Contributing Member

    Joined:
    Oct 27, 1999
    Messages:
    62,574
    Likes Received:
    56,317
    I need to move a file from my Windows 7 machine into a VMware, also running on my machine. The VMware is running Ubuntu Linux. I have root, command line control of this.

    HINT: what I'd focus on if I had the time is: scp

    Deadline: 10pm CST, Today

    If a Rockets fan who can actually go to a playoff game solves this first, I will up the prize to a $150 playoff ticket....which could likely be in a cfnet group suite ticket.
     
  2. gnozahs

    gnozahs Member

    Joined:
    Nov 7, 2012
    Messages:
    2,847
    Likes Received:
    33
    Try asking for someone to do the job via liveperson.com They have all these professionals that will do jobs or assignments for a price. I've had C programming done through some people on there for a good price and they know what they are doing.
     
  3. TheRealist137

    TheRealist137 Member

    Joined:
    Jan 27, 2009
    Messages:
    33,392
    Likes Received:
    19,256
    couldn't you just use a hard drive/flash drive to transfer the file onto, and then back into the virtual machine?

    Or use a cloud storage like drop box to upload and then download it again.

    do I win?
     
  4. heypartner

    heypartner Contributing Member

    Joined:
    Oct 27, 1999
    Messages:
    62,574
    Likes Received:
    56,317
    gnozahs

    or you could as proxy for me. Think about it!

    cfnet Geeks...Activate!
     
  5. zoids

    zoids Member

    Joined:
    Apr 1, 2006
    Messages:
    377
    Likes Received:
    7
  6. heypartner

    heypartner Contributing Member

    Joined:
    Oct 27, 1999
    Messages:
    62,574
    Likes Received:
    56,317
  7. calcium

    calcium Member

    Joined:
    Mar 16, 2013
    Messages:
    937
    Likes Received:
    102
    Couple of things you can try.

    1. Drag and drop?

    2. You mentioned scp.
    You will need
    - the IP address of the VM host.
    In a terminal on the linux machine, type
    $ ifconfig -a
    The entry next to eth0 will give you the IP address.

    - sshd running on one of the machines. I will assume you run
    it on the linux machine.

    - scp application on the windows box. (cygwin? or google for one).

    Then on the windows box, you do the scp.

    eg
    $ scp thefile.txt username:password@192.168.1.100:

    That should work.

    The file will land on the username's home directory.

    I hope I understood the problem :)

    No charge. If it works, send the money to the local red cross :)
     
    2 people like this.
  8. AroundTheWorld

    AroundTheWorld Insufferable 98er
    Supporting Member

    Joined:
    Feb 3, 2000
    Messages:
    68,764
    Likes Received:
    46,209
    I am barely sure if I know what language all these posts are written in. Hardly understood a word! Good luck HP.
     
  9. Jontro

    Jontro Member

    Joined:
    Feb 3, 2010
    Messages:
    34,463
    Likes Received:
    22,221
    Same here. I'll just pretend that they're all anti-Lin sentiments. McBrilliant is not utilizing him correctly.
     
  10. Air Langhi

    Air Langhi Contributing Member

    Joined:
    Aug 26, 2000
    Messages:
    21,626
    Likes Received:
    6,259
    You can ssh into the Ubuntu machine. Find the ip address of your Ubuntu machine using ifconfig and simply use winscp. With winscp you can just log in to the Ubuntu machine from windows and drag and drop files.
     
  11. bobrek

    bobrek Politics belong in the D & D

    Joined:
    Sep 16, 1999
    Messages:
    36,288
    Likes Received:
    26,639
    Email it to yourself.

    This should not be so hard. This is a ridiculously easy task using Parallels to run Windows on a MAC. Why is this so hard using VMWare Linux?
     
  12. tmoney1101

    tmoney1101 Contributing Member

    Joined:
    Jul 3, 2009
    Messages:
    17,473
    Likes Received:
    21,823
    Try smacking it, flipping it, then rubbing it down.
     
    1 person likes this.
  13. Haymitch

    Haymitch Custom Title
    Supporting Member

    Joined:
    Dec 22, 2005
    Messages:
    28,003
    Likes Received:
    23,206
    [​IMG]
     
    1 person likes this.
  14. Vengeance

    Vengeance Contributing Member

    Joined:
    Nov 29, 2000
    Messages:
    5,894
    Likes Received:
    20
    Just create a file share on the W7 machine, mount it in Linux, then copy it to where you want.
     
    1 person likes this.
  15. rockbox

    rockbox Around before clutchcity.com

    Joined:
    Jul 28, 2000
    Messages:
    21,656
    Likes Received:
    10,576
    Is vmwaretools installed on the linux image? If so, you can just use shared folders. The share folder ends up mounted in /mnt/hgfs/name of folder.

    <iframe width="560" height="315" src="http://www.youtube.com/embed/i8wuovwNLrI" frameborder="0" allowfullscreen></iframe>

    If you don't want to go that route, just download filezilla on your windows machine and sftp/ftp it on to the VM.
     
    #15 rockbox, Mar 22, 2013
    Last edited: Mar 22, 2013
    2 people like this.
  16. No Worries

    No Worries Contributing Member

    Joined:
    Jun 30, 1999
    Messages:
    30,159
    Likes Received:
    17,104
    Shared folders is the answer.
     
  17. Deckard

    Deckard Blade Runner
    Supporting Member

    Joined:
    Mar 28, 2002
    Messages:
    56,814
    Likes Received:
    39,127
    There going to be a CF playoffs group suite thingy? Damn. Maybe I could wear a disguise. I'd be the old cat with a cane, a wig on my bald head, and a Harden beard. Yeah, that might work. Hope they have the AC turned way up. Don't know the answer to this, however, but I can afford to buy a ticket.
     
  18. doboyz

    doboyz Contributing Member

    Joined:
    Dec 15, 2005
    Messages:
    866
    Likes Received:
    35
    Install cygin on your windows box. Choose SSHd server for it. SSH and scp to your hearts content. Any windows box I do work on always has cygwin as a way to run linux stuff on windows. It's just handy to have for me when working in a multienvironment. http://www.cygwin.com/

    edit: also a common problem with the vmware stuff is the way it handles network routing from your base machine to your vm. I think the 2 choices are NAT or bridge. If you want your VM to be on the same subnet as your host machine, i think you have to choose bridged network. That way there's no complications in network routing when trying to ssh to your vm. This is what happens to me when I get a brain fart and can't access my vm on my local subnet. Just a helpful tip, so my apologies if this is known to you already.
     
    1 person likes this.
  19. AMS

    AMS Contributing Member

    Joined:
    Oct 8, 2003
    Messages:
    9,646
    Likes Received:
    218
    ftp that ho
     
    1 person likes this.
  20. Haymitch

    Haymitch Custom Title
    Supporting Member

    Joined:
    Dec 22, 2005
    Messages:
    28,003
    Likes Received:
    23,206
    Yeah I'm more interested in this as well. Planning for this should start ASAP so that tickets can be purchased as soon as they go on sale.
     

Share This Page

  • About ClutchFans

    Since 1996, ClutchFans has been loud and proud covering the Houston Rockets, helping set an industry standard for team fan sites. The forums have been a home for Houston sports fans as well as basketball fanatics around the globe.

  • Support ClutchFans!

    If you find that ClutchFans is a valuable resource for you, please consider becoming a Supporting Member. Supporting Members can upload photos and attachments directly to their posts, customize their user title and more. Gold Supporters see zero ads!


    Upgrade Now