Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Unix and XP

  • 23-10-2006 11:22pm
    #1
    Registered Users, Registered Users 2 Posts: 314 ✭✭


    Hey guys, as a Unix Newb I need some help. Basically for college I need to learn how to use a linux/unix shell. So I've installed Ubuntu Dapper on an old PC, I have Windows XP Pro on my main PC. The Ubuntu PC has a NIC card in it, I have a crossover cable. Is there a straight forward way to connect from the XP PC to a linux shell via Putty or similar using this kind (or other) of configuration?

    Any help much appreciated

    PS - I am aware I can just run the linux terminal from the Ubuntu PC but I only have one monitor, keyboard and mouse hence the reason I'm looking to do it from windows


Comments

  • Registered Users, Registered Users 2 Posts: 549 ✭✭✭declan_lgs




  • Registered Users, Registered Users 2 Posts: 1,636 ✭✭✭henbane


    There's no reason you can't use putty. Where are you at in terms of connecting the two systems and configuring the network?


  • Registered Users, Registered Users 2 Posts: 314 ✭✭conorgriff


    henbane wrote:
    There's no reason you can't use putty. Where are you at in terms of connecting the two systems and configuring the network?
    The two PCs are networked already and connecting to the internet. Linux PC connects through the Windows PC


  • Registered Users, Registered Users 2 Posts: 1,636 ✭✭✭henbane




  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    declan_lgs wrote:

    Synergy is great, and works across Mac and PC as well as linux and solaris,
    but it expects a monitor on all connected machines.
    Basically it allows you mouse off the edge of your linux screen onto
    a windows display on a monitor next to it.

    Just type sudo apt-get install ssh on the ubuntu box,
    move the monitor and keyboard back to your XP machine,
    and you should be fine with putty.

    NiallB


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 314 ✭✭conorgriff


    Ok, I've started Putty, entered the IP address of the Ubuntu PC, selected ssh option and hit enter, a terminal window pops up but I get a message saying connection refused... any clue why?


  • Closed Accounts Posts: 68 ✭✭moynihan


    Conorgriff, type ps -af | grep ssh on your ubuntu box and post the results. I don't think the base install of ubuntu has the ssh server installed...


  • Registered Users, Registered Users 2 Posts: 549 ✭✭✭declan_lgs


    Conorgriff, type ps -af | grep ssh on your ubuntu box and post the results. I don't think the base install of ubuntu has the ssh server installed...
    It doesn't.
    henbane wrote:
    .


  • Registered Users, Registered Users 2 Posts: 314 ✭✭conorgriff


    conor 4791 4741 0 23:12 pts/0 00:00:00 grep ssh
    there's the results of ps -af | grep ssh guys, does that shed any light?


  • Registered Users, Registered Users 2 Posts: 2,747 ✭✭✭niallb


    Yes it does, but we've already seen the light :-)
    ssh isn't running - all you're matching is your grep.

    Type in what I posted yesterday morning:
    Just type sudo apt-get install ssh on the ubuntu box

    Once ssh is installed, you'll be able to connect to it from XP.

    Good luck,
    NiallB


  • Advertisement
  • Closed Accounts Posts: 583 ✭✭✭monkey tennis


    You could always run Ubuntu on your Windows box using VMWare (free). This would solve the monitor problem, save you having to use a seperate PC at all, and allow you to try out Ubuntu as an OS on your main hardware.

    Or you could always dual-boot. If you're going to be learning linux, you might as well do it properly.


  • Registered Users, Registered Users 2 Posts: 314 ✭✭conorgriff


    niallb wrote:
    Yes it does, but we've already seen the light :-)
    ssh isn't running - all you're matching is your grep.

    Type in what I posted yesterday morning:


    Once ssh is installed, you'll be able to connect to it from XP.

    Good luck,
    NiallB
    Sorry Niall, legendary stuff out of you! It works lie a charm, thanks for everyone's help


  • Technology & Internet Moderators Posts: 28,820 Mod ✭✭✭✭oscarBravo


    You could always run Ubuntu on your Windows box using VMWare (free).
    Better yet, what I do: Windows in VMware on my Ubuntu laptop. Allows me to run the few pesky Windows apps I can't live without, while spending almost all my time using a real OS.


  • Registered Users, Registered Users 2 Posts: 314 ✭✭conorgriff


    Ok so now I have the ssh putty connection working, I'm wondering if I can get vnc working too, I've installed vnc server on the ubuntu box and I've installed realvnc client on the windows box, from what I've read I need to setup a password on the ubunto box so that it can authenticate me when I connect from windows. How do I do this?

    I should also say that the pc's are currently connected via a crossover cable and are sharing the XP machines Internet connection.


Advertisement