LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 09-24-2011, 06:13 AM   #1
fayspook
LQ Newbie
 
Registered: Sep 2011
Posts: 4

Rep: Reputation: Disabled
Connecting a Linux machine to a Windows machine


Dear Forum,
Unfortunately I've got to work in Windows in my new job. My boss has offered me an extra machine. Never say no, I thought. I wanted to attach a Linux machine so I could have some programming power. What software/hardware should I ask for to enable me to access/manipulate the Windows machine?
Thank you.
Fay
 
Old 09-24-2011, 06:18 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
attach? manipulate? what does this mean? what do you actually want to do?? there is no need for special equipment. At a network level you don't connect a windows machine to a linux machine. you connect two tcp/ip capable devices to a tcp/ip network.

Guessing that you might want rdp access, rdesktop is a decent linux client for this.
 
Old 09-24-2011, 09:10 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,307
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
If you explain more precisely what you mean by "manipulate," it will be easier to answer you.

Also, if you are talking about connecting with your Windows machine at work and the Windows machine is in a work network, what type of network your organization is using becomes a major factor.
 
Old 09-25-2011, 03:55 PM   #4
fayspook
LQ Newbie
 
Registered: Sep 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thanks for replying Chris and Frank. Sorry to be thick. I had a Mac at home and Linux at work and I was used to being able to access all my directories/files with Unix and write programs in Perl/Python or whatever to do stuff to them. That's what I want to do with the stuff on my Windows machine. Am I stuck with VBA?
Yours,
Fay
 
Old 09-25-2011, 06:54 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,307
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
Well, you could use ssh and scp to do a lot from Windows to Linux using a Windows ssh client such as PuTTY, but as nearly as I can determine, PuTTY is not a server, so you could not connect from Linux to the Windows machine with it. Plus it's not a full graphical connection, though with the right switches you can run individual programs in GUI window under ssh.

To access all the files on the Windows machine (as opposed to accesssing a shared directory), you may need to use some sort of VNC, and that's a topic I'm not qualified to discuss--I just don't know that much about it. Telnet may also be an option, but when I last used that it was on a GEnie dial-up connection.

I think your best bet would be some kind of VNC, but there are others here more qualified than I. Hopefully, they'll step in.

Best wishes. Sorry I can't help more.
 
Old 09-27-2011, 11:54 AM   #6
fayspook
LQ Newbie
 
Registered: Sep 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
'Connecting a Linux machine to a Windows machine'

Thanks for your post Frank. I've just found a terminal-like thing on Windows called the Command Prompt which seems to be a bit like unix so I am going to have a go with that. At least I can access the directories and files without all those windows and buttons flying round the place.
Ys,
Fay
 
Old 09-27-2011, 12:08 PM   #7
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by fayspook View Post
I've just found a terminal-like thing on Windows called the Command Prompt which seems to be a bit like unix so I am going to have a go with that. At least I can access the directories and files without all those windows and buttons flying round the place.
If you are that anti GUI, or even if you have any other reason to want to do a lot with text command mode, do not waste your time learning Windows Command Prompt.


Install Cygwin on your Windows system. Cygwin includes a Unix shell and basic Unix command line utilities all ported to work in Windows. (It includes a lot more than that, but that is the part I think you clearly need first).

In addition, you can share the entire Windows partition, then mount it via SMB in the Linux system and use whatever tools you want on your Linux system to manipulate all the files and directories on the Windows system.

If what you can do via SMB isn't enough, but you prefer to use just the Linux mouse/keyboard/display there are a few GUI and text mode methods to use a Windows system from your Linux keyboard/mouse/display. I don't have details, because I only use the reverse.

Last edited by johnsfine; 09-27-2011 at 12:14 PM.
 
Old 09-29-2011, 11:00 AM   #8
fayspook
LQ Newbie
 
Registered: Sep 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
Dear Johnsfine,

Command Prompt does seem a bit impoverished. Thank you v much for suggesting Cygwin; I'll try that as soon as I'm back at work. Universities let you install anything but now I'm in the public sector it may be harder. I don't mind GUIs if I can write them myself but for everyday stuff I just prefer the Linux/Unix way of doing things.

I didn't understand the bit about sharing the entire Windows partition, then mounting it via SMB in the Linux system but hey this is not a tutorial. Thanks.

Ys,
Fay
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
connecting a shared windows printer to linux machine. Jakablack LinuxQuestions.org Member Intro 2 12-03-2009 08:23 AM
Problem connecting to linux machine from Windows slideh Linux - Newbie 15 07-12-2008 06:23 AM
Restarting Windows machine stops Linux machine mounting/connecting jamespetts Linux - Networking 3 05-29-2008 03:12 AM
Connecting linux machine to windows network corbis_demon Linux - Networking 3 11-08-2004 02:47 AM
Connecting Linux to a Windows ME machine amykhar Linux - Networking 2 05-08-2001 07:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration