SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Politics : PRESIDENT GEORGE W. BUSH -- Ignore unavailable to you. Want to Upgrade?


To: ZenWarrior who wrote (148474)5/24/2001 5:32:30 PM
From: Thomas A Watson  Read Replies (1) | Respond to of 769670
 
dear dear zen, If you look at my past work, you will see that I have created everything in software from drivers through complete applications to complete systems with general and dedicated and embedded applications. In hardware design I designed chips and circuits or computer boards and general purpose and dedicated and embeded computers through complete systems. I've even designed complete systems of networked computers. I developed robotic and automated systems, the software, the hardware and the systems architecture. Now I have 900 plus web pages published show casing some of the stuff I've done.

Zen has posted a retarded analysis that in now way shows in any fashion that this statement has any merit.

But Cheney's call to construction exaggerates, if not misconstrues, the nation's future energy problems.

Zen, What is needed, What is proposed, What are the numbers that exaggerate or misconstrues.

I don't see any arithmetic. Show me if you are so smart.
I just see bullshit. Feel free to defend bullshit.

My latest nits script to monitor my dhcp connection.


#this route to internal network.
#route add -net 192.168.1.0 netmask 255.255.255.0 dev eth0
##this get all routes non 192.168.1 to go to eth0 the cable modem
#route add default eth1
@ run = 1
@ state = 0
@ noPingCount = 0
@ noExternalTime = 0
set ns1 = 24.151.8.210
set ns2 = 24.151.8.211
set dhcpServer = 24.151.8.219
set timeServer = 132.163.4.203
set modemIp = 192.168.100.1

while ($run)
@ ping_ns1 = `ping -c 1 $ns1 | grep packet | awk '{print $4} '`
@ ping_ns2 = `ping -c 1 $ns2 | grep packet | awk '{print $4} '`
@ ping_dhcpServer = `ping -c 1 $dhcpServer | grep packet | awk '{print $4} '`
if ( -e govtime.lynx ) then
rm -f govtime.lynx
endif

lynx -dump time.gov\?Eastern/d/-5 | head -4 >govtime.lynx
if ( `cat govtime.lynx | grep 2001 |wc -l` ) then
set govday = ` cat govtime.lynx | grep 2001 `
set govtime = ` cat govtime.lynx | grep : |grep -v official `
xmessage -geom +0+105 -bg green -fn 12x24 -timeout 7 OFFICIAL time.gov $govday $govtime >&! done
else
xmessage -fg yellow -bg red -geom +520+100 -fn 12x24 -timeout 7 NO Ping No Server Time >&! done
endif

echo ns1 $ping_ns1 ns2 $ping_ns2 dhcp $ping_dhcpServer
echo " "`date` ....................................
xmessage -bg grey -geom +0+0 -fn 12x24 -timeout 7 " "`date` >&! done
if ( $ping_ns1 & $ping_ns2 & $ping_dhcpServer ) then
xmessage -bg green -geom +520+0 -fn 12x24 -timeout 7 echo ns1 $ping_ns1 ns2 $ping_ns2 dhcp $ping_dhcpServer >&! done
# lynx -dump 24.151.8.219 |grep Local | awk -F: '{print $2":"$3":"$4}'
else
xmessage -fg yellow -bg red -geom +520+0 -fn 12x24 -timeout 7 echo ns1 $ping_ns1 ns2 $ping_ns2 dhcp $ping_dhcpServer NO Ping No Server Time >&! done
endif

set is_eth1_in_ifconfig = `ifconfig |grep eth1 | wc -l`
if ( $is_eth1_in_ifconfig ) then
echo OK eth1 is in ifconfig no args
else
echo FAIL eth1 not in regular ifconfig no args
xmessage -bg orange -geom +800+0 -fn 12x24 -timeout 7 echo FAIL NO eth1 defined in ifconfigf >&! done
endif

set is_eth1_in_config_eth1 = `ifconfig eth1 | grep eth1 | wc -l`
if ( $is_eth1_in_config_eth1 ) then
xmessage -bg LightBlue3 -geom +0+210 -fn 12x24 -timeout 7 echo OK eth1 defined in ifconfig eth1 >&! done
echo OK eth1 defined in ifconfit eth1
else
xmessage -bg yellow -geom +0+0 -fn 12x24 -timeout 7 FAIL eth1 NOT defined in ifconfig eth1 >&! done
echo FAIL eth1 NOT defined in ifconfit eth1
endif

set eth1Address = `ifconfig eth1 |grep inet |awk '{print $2}' |awk -F: '{print $2}'`

@ is_ip_address_good = `echo $eth1Address | awk -F. '{print $1 }'`
if ( $is_ip_address_good ) then
echo OK is_ip_address_good $eth1Address
else
echo FAIL eth1 IP address is $eth1Address

endif
set eth1_routed = `route |grep eth1 |wc -l`

if ( $eth1_routed ) then
echo OK eth1 routed
@ eth1Default = ` route | grep eth1 | wc -l `
if ($eth1Default) then
echo OK eth1 is the default route
else
echo FAIL eth1 is not the default route
sh /sbin/route add default eth1
endif
else
echo eth1 not routed
xmessage -bg yellow -geom +0+0 -fn 12x24 -timeout 10 Adding Default Route ifconfig eth1 >&! done
/sbin/route add default eth1
endif
sleep 1 >&! done
end

tom watson tosiwmee