Re: [Linux-users] Open Office Calc calculation problen

2010-11-15 Thread Glenn Cogle
=IF(N68=N69,TRUE()) can also be written as =N68=N69, which returns TRUE or FALSE =ABS(N68-N69)0.005 will return TRUE if the two values are close enough, or FALSE if they're not. . . . adjust the tolerance value as required. gc On Tue, Nov 16, 2010 at 12:03 AM, Christopher Sawtell

Re: [Linux-users] ssh connection timed out

2010-11-15 Thread C. Falconer
Roger Searle wrote, On 11/15/2010 05:00 PM: ro...@neptune:~$ sudo netstat -anltp | grep sshd tcp6 0 0 :::22 :::* LISTEN 6464/sshd Do you have a line that looks like this: tcp0 0 :::22 :::* LISTEN 1688/sshd

Re: [Linux-users] ssh connection timed out

2010-11-15 Thread Steve Holdoway
IIRC ( having given up on vmware - is virtualbox an option? ) you can create up to 3 network connections, one of which offers networking to the host, and one is bridged. Is the bridged network set up on your Ubuntu client? Cheers, Steve On Mon, 2010-11-15 at 17:00 +1300, Roger Searle wrote: Hi,