Search Results

Search: Posts Made By: gongotar
Forum: IP Networking 03-08-2012
2,219
Posted By gongotar
Test network routing algourithm
hi, I've wrote my own network routing algorithm in java, now i wanna test it and see if it works correctly, also i wanna test it's performance in comparison with other network routing algorithms like...
Forum: IP Networking 11-01-2011
4,776
Posted By gongotar
you'e right, maybe i said it in a bad way, in...
you'e right, maybe i said it in a bad way, in fact all the devices in the picture are hosts, but if there is more than one connection for a host, it means that there is a switch connected to the...
Forum: IP Networking 10-31-2011
4,776
Posted By gongotar
what kind of clarification do you need? tnx for...
what kind of clarification do you need?
tnx for answer.
Forum: IP Networking 10-28-2011
4,776
Posted By gongotar
it's not exactly the topology that i wanna use!...
it's not exactly the topology that i wanna use! i've drown this picture to show what i want, there are no switches, all the hosts have an ip.
in fact, i want the ips of the hosts that can be used...
Forum: IP Networking 10-28-2011
4,776
Posted By gongotar
How to find the ip of ...
hi,
i want to know how can i get the ip of the hosts that are directly connected to my computer. for example in picture 1, host A is directly connected to the hosts C, E and B. if i'm working on...
Forum: IP Networking 09-28-2011
2,515
Posted By gongotar
Find out my gateway ips?
hi,
i want to know how can i get my gateway ips in the network,what i want is the ip of my neighbors in subnet( computers that are directly connected to my computer via lan or wlan), how can i get...
24,105
Posted By gongotar
that solved my problem, i used the one with the...
that solved my problem, i used the one with the passwd file, and i have no problem, thanks
24,105
Posted By gongotar
i've already inserted my script in my first post...
i've already inserted my script in my first post in this thread, but here is my script again: #!/usr/bin/expect
set pass [lindex $argv 0]
set c [lindex $argv 1]
set command [string map {"_" "...
24,105
Posted By gongotar
when i try apt-get install packagenameit...
when i try apt-get install packagenameit works,even if i alter my script as following and run it with the command ./MyScript mypassword it works correctly:
#!/usr/bin/expect
set pass [lindex $argv...
24,105
Posted By gongotar
help a beginner, expect script, command not found
hi,
i have a problem with my expect script, here is MyScript:

#!/usr/bin/expect
set pass [lindex $argv 0]
set c [lindex $argv 1]
set command [string map {"_" " "} $c]
spawn sudo $command...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 03:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy