VMWare help
I'm using VMWare on WindowsXP for several things, one of which is so I can run a Linux/Unix for certian programming projects. My problem is, I have no idea how to access the files on my computer from the "virtual machine" in VMWare Player. I have looked around but I just keep finding ways to "install" OSs.
Woudl anybody be able to tell me?
Thanks, Reaper
I used VMWare for a while, i do not believe there is a shared hd option, what you probably have to do is stash them in an email to yourself and download them or something. the best solution of course is to get another computer for linux, but odds are good you dont have money jusy laying around. sorry mate
I've actually had to tackle this problem more than once before at my current job. The easiest option would be to share a directory on your XP box and use smbclient in Linux to access the share from within your virtual machine. You might have to play with the networking choices in VMWare or add a second IP to your NIC in Windows XP, but that's the part you get to do yourself. ;)
Edit: You could also start a SSH server on the virtual Linux install and use WinSCP in Windows XP to copy the files to your virtual SSH server. B)
Zephyr_Pure wrote: [quote]reaper4334 wrote: Thanks guys… I've finally got it working… now I just need to find a good linux/unix that's not too big and is appropriate for me lol :]
And tips would be nice :]
Thanks, Reaper
Elaborating on "appropriate for me" would be nice, if you actually want useful tips. [/quote]
Sorry… I thought I had, but I just realised that wasn't in this thread hehe.
Well… I don't know… something useful for programming (mainly C++, Python & Perl)… maybe with some good programming resources?
Thanks, Reaper
reaper4334 wrote: something useful for programming (mainly C++, Python & Perl)… maybe with some good programming resources?
Well, most flavors of Linux that I know of come with built-in support for C++ (gcc) and Perl scripting. Some give you the option to install Python's packages during the initial install. If not, Python can be added to any of them quite easily.
As far as "good programming resources", I'd imagine you'll still be learning through online searches and e-books.
So, basically, the answer is, as always… you have to choose a Linux distro that you're comfortable using. After that, you can mold it into whatever you need to use it for.
I would make a few recommendations as possible starting points (Fedora Core, Red Hat, Debian, etc.), but I don't want this thread to turn into another "what's your favorite Linux distro" thread. So, just do some reading up, check out ones that sound like they interest you (from other's opinions and such), and go from there.
Link for getting some feedback on Linux distros: http://www.google.com/search?hl=en&q=Linux&btnG=Google+Search
Link for starting out with Linux programming: http://hari.literaryforums.org/2006/12/11/basic-tips-for-linux-programming/
Hope that helps some.