[qt4user@landon-PC ~]$ rcp 192.168.1.102:/home/landon/Moths .
192.168.1.102: No route to host
[qt4user@landon-PC ~]$ rcp -r Precision-380:/home/landon/Moths .
Precision-380: No route to host
[qt4user@landon-PC ~]$ rcp -r 192.168.1.102:/home/landon/Moths .
192.168.1.102: No route to host
[qt4user@landon-PC ~]$
improved description of both machines east and west for reference
now connected with a
Hi all, I'm new here, so apologies if this has already been answered, but I have searched with no joy.
We have some debian 5 based machines, which I would like to move from static to dhcp addressing. This is because they will be moved to different locations, where routers may vary etc.
Hi I am trying to write a script which runs until the host is up. i got it figured out that it needs to be in loop till it return $? = 0.
Not getting it through though. I am not sure about the 6th line !!!
Code:
#!/bin/sh
HOSTS="host.txt"
ping(){
for myhost in "$HOSTS"
do
ping -c -1 "$myhost" && $?
Hello All,
i would like to start ping command and the result should contain also Timestate.
this i'm able to do with following command :
Code:
ping HOSTNAME | perl -nle 'print scalar(localtime), " ", $_'
or
Code:
ping HOSTNAME | awk '/time\=([0-9]+\.[0-9]{2}) ms /^[0-9]+ bytes from / { "date" | getline pong; close("date"); print pong":",$0; }'
oh, ok. Well, I have two archlinux machines behind a router, and some other windows ones. At times I can't ping between them (local ips), at times I can.
Hi guys,i am trying to set up Vim as my C++ IDE since 2 days and no success so far.I have installed Vim pacman -Q vim
vim 7.3.661-1I have downloaded vim-latex and clang tar balls,extract and place appropriate directorys in ~/.vim e.g.
I have two computers running Ubuntu on the local network connected to a router. The router (at 192.168.2.1) sees both systems (as well as my TV set, isn't technology wonderful!) and recognizes them by name "jcobban-laptop" and "linux-server". However if I try to use those names, for example in a ping, I get "unknown host".
Hi,
I have a file in the following format
Code:
"SYLVESTER,WILLARD G"|"S00633600"|"221052958A"|"H2256"|"015"|""|"00000042BASJ"|"665303"|"N"|"20100211"|"380.4"|""|""|""|"5400"|"20110218"|""|"20110218"|"FEESC&qu
I'm using virtual box 4.1.20 on a windows 7 host and fedora 17 guest. Windows can ping fedora and fedora can ping windows.
sshd is running on fedora because I "ssh 127.0.0.1" works.