Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 16-08-2007, 03:57 PM   #1 (permalink)
Broken In
 
mak1012's Avatar
 
Join Date: Mar 2005
Location: mumbai
Posts: 168
Default how to connect ubuntu with windows


hi friends,
In my college lab i'm using ubuntu. I am connected to the network and i'm using internet. The problem is that i'm not able to see any other connction in my network.
how can i use the software like putty.
__________________
Every Body Says I'm Fine.
mak1012 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 16-08-2007, 05:19 PM   #2 (permalink)
Evil Genius
 
faraaz's Avatar
 
Join Date: Oct 2004
Location: Bangalore
Posts: 692
Default Re: how to connect ubuntu with windows

Your query makes no sense. Be more specific.
__________________
Roses are #FF0000, Violets are #0000FF...All of my base are belong to you!
faraaz is offline  
Old 16-08-2007, 07:04 PM   #3 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: how to connect ubuntu with windows

Quote:
Originally Posted by mak1012
hi friends,
In my college lab i'm using ubuntu. I am connected to the network and i'm using internet. The problem is that i'm not able to see any other connction in my network.
how can i use the software like putty.
is that a dhcp ip assigned system?check the o/p of "ifconfig" from terminal to see ur ip assigned.now for linux-to-windows file sharing is done by Samba server-if that what u meant.u can try ssh,telnet etc to other pcs for a test!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 16-08-2007, 07:27 PM   #4 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: how to connect ubuntu with windows

If u want to ssh to Ubuntu, then u have to setup a ssh server on ubuntu.

Do "sudo apt-get install ssh". Then do "ifconfig", to find ur ip. and then from windows machine, open putty and enter "the ip address" of ubuntu machine that u found. Simple!

Neways, ur question is vague! If u r asking to find the machines that r up n running then u can ping them!

U can use my shell script to find the machines that r alive, to enable u to see them! Here...

Quote:
ip_add=`echo $1 | cut -f1,2,3 -d.`
for (( i=$2 ; i<=$3 ; i++ ))
do
cnt=`ping "$ip_add.$i" -c 1 | grep "100%" | wc -l`
if [ $cnt -eq 1 ];then
echo "$ip_add.$i is dead"
else
echo "$ip_add.$i is alive"
fi
done
License : GPL3
author:mediator

1. Save this code and name the file as say 'detect'
2. Open terminal to the directory containing the file 'detect'
3. Do 'chmod +x detect'
3. './detect <IPaddress> <start> <end>

So if u do './detect 192.168.1.1 5 10' , it will look from 192.168.1.5 to 192.168.1.10 and will inform u about the machines that r alive and in ur network and to which u may connect!
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 24-08-2007, 12:05 PM   #5 (permalink)
Right Off the Assembly Line
 
raj.aprilfool's Avatar
 
Join Date: Nov 2006
Posts: 3
Default Re: how to connect ubuntu with windows

u most probably would want to use smbclient,
with smbclient u can access windows shared drives.... or u could use tsclient which GUI for rdesktop, if desktop sharing in windows is enabled...
raj.aprilfool is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to wirelessly connect LINUX and Windows eagle_y2j Open Source 24 02-06-2007 07:19 PM
Install and run Ubuntu thru Windows without disturbing Windows shankar_ganesh Open Source 1 26-01-2007 11:18 AM
TATA Indicom Wireless Internet Auto Connect at Windows Start up deadly_dude Software Q&A 7 03-07-2006 07:32 PM
R-Connect on Ubuntu Aijaz Akhtar Open Source 8 02-08-2005 11:54 AM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 12:55 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2