Hi!
Not really but i am intrested so i will digg this when my i am a bit more 
inspired.
/A

> 10 feb. 2018 kl. 17:31 skrev Jonathan Cohn <jon.c.c...@gmail.com>:
> 
> that does not make sense to me I would expect the Open SSH server should only 
> be needed when going from Mac to Linux. Did you find an explanation on line 
> of why you needed the server also? 
> 
> 
>               Best wishes,
> 
> Jonathan Cohn
> 
> 
> 
>> On Feb 9, 2018, at 7:53 PM, Anders Holmberg <and...@pipkrokodil.se 
>> <mailto:and...@pipkrokodil.se>> wrote:
>> 
>> Hi guys!
>> I have resolved the issue.
>> It was on my Linux machine the problem was.
>> I had to install the openssh-server.
>> Now things are working as expected.
>> THanks for all your great help anyway!
>> /A
>> 
>>> 8 feb. 2018 kl. 21:47 skrev Tim Kilburn <kilbu...@me.com 
>>> <mailto:kilbu...@me.com>>:
>>> 
>>> Hi,
>>> 
>>> Conflicting but not.  As you've mentioned, if there's multiple routers, 
>>> then it's possible that alternative networks are being created so that 
>>> connectivity is complicated.  Although, in a perfect world, if everything 
>>> is going through one Access Point using a basic, default style of 
>>> configuration, whether devices are connected wirelessly or via ethernet, 
>>> and whether 2.4 G or 5 G, DHCP services should be handing out through a 
>>> single subnet, so connections between devices should be possible.
>>> 
>>> Later...
>>> 
>>> Tim Kilburn
>>> Fort McMurray, AB Canada
>>> 
>>> On Feb 8, 2018, at 12:53, Jonathan Cohn <jon.c.c...@gmail.com 
>>> <mailto:jon.c.c...@gmail.com>> wrote:
>>> 
>>> Well, you gave conflicting information from what I did.  So to be clear 
>>> your statement is probably right as long as there is exactly one device 
>>> providing all network connectivity. 
>>> 
>>> But perhaps we will learn more soon about the number of access points and 
>>> routers that he has. 
>>> 
>>>> On Feb 8, 2018, at 2:47 PM, Tim Kilburn <kilbu...@me.com 
>>>> <mailto:kilbu...@me.com>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> That shouldn't make any difference.  If they are both connected through 
>>>> the same router, and if you haven't configured private networks within the 
>>>> WiFi configurations, then you should be able to talk between devices.
>>>> 
>>>> • determine the IP addresses of each.
>>>> • from the Mac, see if you can ping the Windows box.  To accomplish this 
>>>> in Terminal, type "ping -c 5 IP_Address_of_Windows_Box".  If it answers, 
>>>> then they're seeing each other and there's something else going on.
>>>> 
>>>> Later...
>>>> 
>>>> Tim Kilburn
>>>> Fort McMurray, AB Canada
>>>> 
>>>> On Feb 8, 2018, at 12:19, Anders Holmberg <and...@pipkrokodil.se 
>>>> <mailto:and...@pipkrokodil.se>> wrote:
>>>> 
>>>> Hi!
>>>> Well the machines are on the same network but i have the machine i ssh 
>>>> from connected via cable.
>>>> THe mac is wirelessly connected.
>>>> Does it matter if i have both a 2.5 gz and 5Gz network.
>>>> /A
>>>> 
>>>>> 8 feb. 2018 kl. 16:15 skrev Jonathan Cohn <jon.c.c...@gmail.com 
>>>>> <mailto:jon.c.c...@gmail.com>>:
>>>>> 
>>>>> Hello,
>>>>> 
>>>>> This message means that the computer you are ssh from does not know the 
>>>>> correct path to the  10.0.0.0/24 network. So I expect your machines are 
>>>>> on separate networks or perhaps you are not connected to a network at all 
>>>>> for the source machine.
>>>>> 
>>>>> Generally, for IPv4 what happens when they connect to a network is that 
>>>>> the machine will do a DHCP query to the all broadcast address 
>>>>> 255.255.255.255 and the DHCP server (usually your router) will respond 
>>>>> with a few pieces of information.
>>>>> 
>>>>> 1. An IP address that your computer can use for a time.
>>>>> 2. How long until that IP address is available for reassignment.
>>>>> 3. The address of the default router.
>>>>> 4. The Netmask of the current network.
>>>>> 5. The DNS servers to use to translate from names to IP addresses.
>>>>> 
>>>>> That default route listed above means that any information not on the 
>>>>> local network will be sent to the default router to forward onto a 
>>>>> different network. The default router can do four things with your 
>>>>> traffic being requested to be sent:
>>>>> 1. It can forward it to the destination / next router in the path to the 
>>>>> destination.
>>>>> 2. It can send back a network unreachable message.
>>>>> 3. It can send back a host unreachable message.
>>>>> 4. It can just drop the packet and say nothing back to your computer.
>>>>> 
>>>>> If you are getting the network unreachable it means either your system 
>>>>> doesn’t have a location on your network to send the information addressed 
>>>>>  to the 10.x.x.x network or it forwarded it to a router that gave back a 
>>>>> message indicating that it could not forward to the 10 network.
>>>>> 
>>>>> Now the 10 network is very special. It was the original Arpanet network 
>>>>> and once Arpanet was disbanded it was not allowed to be routed over the 
>>>>> Internet, so it is exclusively used as a private network.  
>>>>> 
>>>>> I think that is enough of an Internet lesson today.
>>>>> 
>>>>> Best wishes,
>>>>> 
>>>>> Jonathan Cohn  
>>>>>> On Feb 8, 2018, at 9:42 AM, Anders Holmberg <and...@pipkrokodil.se 
>>>>>> <mailto:and...@pipkrokodil.se>> wrote:
>>>>>> 
>>>>>> Hi!
>>>>>> Ok, more on this thread.
>>>>>> I typed wrong the first time i did it and that’s why i get the not 
>>>>>> routed to host message.
>>>>>> Now when i type ssh andersholmberg@10.0.1.8 
>>>>>> <mailto:andersholmberg@10.0.1.8> i get the network is not reacchable.
>>>>>> Even though the remote login is turned on so i am a bit confused.
>>>>>> /A
>>>>>> 
>>>>>>> 7 feb. 2018 kl. 21:21 skrev Chris Moore <chris.w...@gmail.com 
>>>>>>> <mailto:chris.w...@gmail.com>>:
>>>>>>> 
>>>>>>> Did you allow your mac to accept remote logins?  This is done in system 
>>>>>>> preferences, sharing.  It also shows the format of the ssh command.  
>>>>>>> This command looks like”:
>>>>>>> ssh user@computer-name
>>>>>>> When prompted for the password you would enter the password for your 
>>>>>>> mac user.
>>>>>>> 
>>>>>>> HTH 
>>>>>>> Chris
>>>>>>> 
>>>>>>>> On Feb 7, 2018, at 2:59 PM, Bill Gallik <wfgal...@icloud.com 
>>>>>>>> <mailto:wfgal...@icloud.com>> wrote:
>>>>>>>> 
>>>>>>>> I wonder, are you using the <ENTER> key after typing in your password?
>>>>>>>> 
>>>>>>>> My thought is that you may need to terminate the password string with 
>>>>>>>> a line feed rather than a carriage return (<CONTROL>M rather than 
>>>>>>>> <CONTROL>J).
>>>>>>>> 
>>>>>>>> It’s been a lot of years since I worked on a UNIX system, but if 
>>>>>>>> memory serves me correctly the carriage return and the line feed are 
>>>>>>>> treated as different animals.
>>>>>>>> 
>>>>>>>> I think you may be able to use the line feed by entering <BACKSLASH>M.
>>>>>>>> 
>>>>>>>> I’d be curious if this helps, please let me know?
>>>>>>>> 
>>>>>>>> HTH
>>>>>>>> 
>>>>>>>> ****************
>>>>>>>> - Bill from Ino, Wisconsin
>>>>>>>> - "Always acknowledge a fault. This will throw those in authority off 
>>>>>>>> their guard and give you an opportunity to commit more."
>>>>>>>> - US Humorist, Mark Twain (1835 - 1910)
>>>>>>>> 
>>>>>>>> On Feb 7, 2018, at 1:37 PM, Anders Holmberg <and...@pipkrokodil.se 
>>>>>>>> <mailto:and...@pipkrokodil.se>> wrote:
>>>>>>>> 
>>>>>>>> Hi!
>>>>>>>> I have a Linux machine with braille and i want to perform tasks on my 
>>>>>>>> macbook air using ssh from that linux machine since terminal and 
>>>>>>>> voiceover isn’t the best combination.
>>>>>>>> I have not compiled brltty yet onto the mac so i have to ssh into it.
>>>>>>>> However when i type ssh and then the ip addres i am asked for the 
>>>>>>>> password.
>>>>>>>> I enter the password and press enter.
>>>>>>>> Then i am asked for the password again and i enter it again and so on.
>>>>>>>> I know there’s something wrong i do but i can not figure out what.
>>>>>>>> SSH is not blocked on my network so it should work.
>>>>>>>> I am not really familiar with setting up public keys even though this 
>>>>>>>> might be the best.
>>>>>>>> Can anyone please help me out?
>>>>>>>> Thanks in advance.
>>>>>>>> /A
>>>>>>>> 
>>>>>>>> -- 
>>>>>>>> The following information is important for all members of the Mac 
>>>>>>>> Visionaries list.
>>>>>>>> 
>>>>>>>> If you have any questions or concerns about the running of this list, 
>>>>>>>> or if you feel that a member's post is inappropriate, please contact 
>>>>>>>> the owners or moderators directly rather than posting on the list 
>>>>>>>> itself.
>>>>>>>> 
>>>>>>>> Your Mac Visionaries list moderator is Mark Taylor.  You can reach 
>>>>>>>> mark at:  macvisionaries+modera...@googlegroups.com 
>>>>>>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is 
>>>>>>>> Cara Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>>>>>>> <mailto:caraqu...@caraquinn.com>
>>>>>>>> 
>>>>>>>> The archives for this list can be searched at:
>>>>>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>>>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>>>>>> --- 
>>>>>>>> You received this message because you are subscribed to the Google 
>>>>>>>> Groups "MacVisionaries" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>>>>> an email to macvisionaries+unsubscr...@googlegroups.com 
>>>>>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>>>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>>>>>> <mailto:macvisionaries@googlegroups.com>.
>>>>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>>>>> <https://groups.google.com/d/optout>.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> -- 
>>>>>>>> The following information is important for all members of the Mac 
>>>>>>>> Visionaries list.
>>>>>>>>  
>>>>>>>> If you have any questions or concerns about the running of this list, 
>>>>>>>> or if you feel that a member's post is inappropriate, please contact 
>>>>>>>> the owners or moderators directly rather than posting on the list 
>>>>>>>> itself.
>>>>>>>>  
>>>>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>>>>>> at:macvisionaries+modera...@googlegroups.com 
>>>>>>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is 
>>>>>>>> Cara Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>>>>>>> <mailto:caraqu...@caraquinn.com>
>>>>>>>>  
>>>>>>>> The archives for this list can be searched at:
>>>>>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>>>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>>>>>> --- 
>>>>>>>> You received this message because you are subscribed to the Google 
>>>>>>>> Groups "MacVisionaries" group.
>>>>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>>>>> an email to macvisionaries+unsubscr...@googlegroups.com 
>>>>>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>>>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>>>>>> <mailto:macvisionaries@googlegroups.com>.
>>>>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>>>>> <https://groups.google.com/d/optout>.
>>>>>>> 
>>>>>>> 
>>>>>>> -- 
>>>>>>> The following information is important for all members of the Mac 
>>>>>>> Visionaries list.
>>>>>>>  
>>>>>>> If you have any questions or concerns about the running of this list, 
>>>>>>> or if you feel that a member's post is inappropriate, please contact 
>>>>>>> the owners or moderators directly rather than posting on the list 
>>>>>>> itself.
>>>>>>>  
>>>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>>>>> at:macvisionaries+modera...@googlegroups.com 
>>>>>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is 
>>>>>>> Cara Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>>>>>> <mailto:caraqu...@caraquinn.com>
>>>>>>>  
>>>>>>> The archives for this list can be searched at:
>>>>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>>>>> --- 
>>>>>>> You received this message because you are subscribed to the Google 
>>>>>>> Groups "MacVisionaries" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>>>> an email to macvisionaries+unsubscr...@googlegroups.com 
>>>>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>>>>> <mailto:macvisionaries@googlegroups.com>.
>>>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>>>> <https://groups.google.com/d/optout>.
>>>>>> 
>>>>>> 
>>>>>> -- 
>>>>>> The following information is important for all members of the Mac 
>>>>>> Visionaries list.
>>>>>>  
>>>>>> If you have any questions or concerns about the running of this list, or 
>>>>>> if you feel that a member's post is inappropriate, please contact the 
>>>>>> owners or moderators directly rather than posting on the list itself.
>>>>>>  
>>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>>>> at:macvisionaries+modera...@googlegroups.com 
>>>>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is 
>>>>>> Cara Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>>>>> <mailto:caraqu...@caraquinn.com>
>>>>>>  
>>>>>> The archives for this list can be searched at:
>>>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>>>> --- 
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "MacVisionaries" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>>> an email to macvisionaries+unsubscr...@googlegroups.com 
>>>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>>>> <mailto:macvisionaries@googlegroups.com>.
>>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>>> <https://groups.google.com/d/optout>.
>>>>> 
>>>>> 
>>>>> -- 
>>>>> The following information is important for all members of the Mac 
>>>>> Visionaries list.
>>>>>  
>>>>> If you have any questions or concerns about the running of this list, or 
>>>>> if you feel that a member's post is inappropriate, please contact the 
>>>>> owners or moderators directly rather than posting on the list itself.
>>>>>  
>>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>>> at:macvisionaries+modera...@googlegroups.com 
>>>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is Cara 
>>>>> Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>>>> <mailto:caraqu...@caraquinn.com>
>>>>>  
>>>>> The archives for this list can be searched at:
>>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>>> --- 
>>>>> You received this message because you are subscribed to the Google Groups 
>>>>> "MacVisionaries" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>>> email to macvisionaries+unsubscr...@googlegroups.com 
>>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>>> <mailto:macvisionaries@googlegroups.com>.
>>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>>> <https://groups.google.com/group/macvisionaries>.
>>>>> For more options, visit https://groups.google.com/d/optout 
>>>>> <https://groups.google.com/d/optout>.
>>>> 
>>>> 
>>>> -- 
>>>> The following information is important for all members of the Mac 
>>>> Visionaries list.
>>>>  
>>>> If you have any questions or concerns about the running of this list, or 
>>>> if you feel that a member's post is inappropriate, please contact the 
>>>> owners or moderators directly rather than posting on the list itself.
>>>>  
>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>> at:macvisionaries+modera...@googlegroups.com 
>>>> <mailto:macvisionaries+modera...@googlegroups.com> and your owner is Cara 
>>>> Quinn - you can reach Cara at caraqu...@caraquinn.com 
>>>> <mailto:caraqu...@caraquinn.com>
>>>>  
>>>> The archives for this list can be searched at:
>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>> --- 
>>>> You received this message because you are subscribed to the Google Groups 
>>>> "MacVisionaries" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>> email to macvisionaries+unsubscr...@googlegroups.com 
>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>> <mailto:macvisionaries@googlegroups.com>.
>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>> <https://groups.google.com/group/macvisionaries>.
>>>> For more options, visit https://groups.google.com/d/optout 
>>>> <https://groups.google.com/d/optout>.
>>>> 
>>>> 
>>>> -- 
>>>> The following information is important for all members of the Mac 
>>>> Visionaries list.
>>>>  
>>>> If you have any questions or concerns about the running of this list, or 
>>>> if you feel that a member's post is inappropriate, please contact the 
>>>> owners or moderators directly rather than posting on the list itself.
>>>>  
>>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>>> at:mk...@ucla.edu <mailto:mk...@ucla.edu> and your owner is Cara Quinn - 
>>>> you can reach Cara at caraqu...@caraquinn.com 
>>>> <mailto:caraqu...@caraquinn.com>
>>>>  
>>>> The archives for this list can be searched at:
>>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>>> --- 
>>>> You received this message because you are subscribed to the Google Groups 
>>>> "MacVisionaries" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>>> email to macvisionaries+unsubscr...@googlegroups.com 
>>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>>> <mailto:macvisionaries@googlegroups.com>.
>>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>>> <https://groups.google.com/group/macvisionaries>.
>>>> For more options, visit https://groups.google.com/d/optout 
>>>> <https://groups.google.com/d/optout>.
>>> 
>>> 
>>> -- 
>>> The following information is important for all members of the Mac 
>>> Visionaries list.
>>>  
>>> If you have any questions or concerns about the running of this list, or if 
>>> you feel that a member's post is inappropriate, please contact the owners 
>>> or moderators directly rather than posting on the list itself.
>>>  
>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>> at:mk...@ucla.edu <mailto:mk...@ucla.edu> and your owner is Cara Quinn - 
>>> you can reach Cara at caraqu...@caraquinn.com 
>>> <mailto:caraqu...@caraquinn.com>
>>>  
>>> The archives for this list can be searched at:
>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>> --- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "MacVisionaries" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to macvisionaries+unsubscr...@googlegroups.com 
>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>> <mailto:macvisionaries@googlegroups.com>.
>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>> <https://groups.google.com/group/macvisionaries>.
>>> For more options, visit https://groups.google.com/d/optout 
>>> <https://groups.google.com/d/optout>.
>>> 
>>> 
>>> -- 
>>> The following information is important for all members of the Mac 
>>> Visionaries list.
>>>  
>>> If you have any questions or concerns about the running of this list, or if 
>>> you feel that a member's post is inappropriate, please contact the owners 
>>> or moderators directly rather than posting on the list itself.
>>>  
>>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>>> at:mk...@ucla.edu <mailto:mk...@ucla.edu> and your owner is Cara Quinn - 
>>> you can reach Cara at caraqu...@caraquinn.com 
>>> <mailto:caraqu...@caraquinn.com>
>>>  
>>> The archives for this list can be searched at:
>>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>>> --- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "MacVisionaries" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to macvisionaries+unsubscr...@googlegroups.com 
>>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>>> To post to this group, send email to macvisionaries@googlegroups.com 
>>> <mailto:macvisionaries@googlegroups.com>.
>>> Visit this group at https://groups.google.com/group/macvisionaries 
>>> <https://groups.google.com/group/macvisionaries>.
>>> For more options, visit https://groups.google.com/d/optout 
>>> <https://groups.google.com/d/optout>.
>> 
>> 
>> -- 
>> The following information is important for all members of the Mac 
>> Visionaries list.
>>  
>> If you have any questions or concerns about the running of this list, or if 
>> you feel that a member's post is inappropriate, please contact the owners or 
>> moderators directly rather than posting on the list itself.
>>  
>> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark 
>> at:mk...@ucla.edu <mailto:mk...@ucla.edu> and your owner is Cara Quinn - you 
>> can reach Cara at caraqu...@caraquinn.com <mailto:caraqu...@caraquinn.com>
>>  
>> The archives for this list can be searched at:
>> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
>> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "MacVisionaries" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to macvisionaries+unsubscr...@googlegroups.com 
>> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
>> To post to this group, send email to macvisionaries@googlegroups.com 
>> <mailto:macvisionaries@googlegroups.com>.
>> Visit this group at https://groups.google.com/group/macvisionaries 
>> <https://groups.google.com/group/macvisionaries>.
>> For more options, visit https://groups.google.com/d/optout 
>> <https://groups.google.com/d/optout>.
> 
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
>  
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
>  
> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
> mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
> caraqu...@caraquinn.com
>  
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
> <http://www.mail-archive.com/macvisionaries@googlegroups.com/>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com 
> <mailto:macvisionaries+unsubscr...@googlegroups.com>.
> To post to this group, send email to macvisionaries@googlegroups.com 
> <mailto:macvisionaries@googlegroups.com>.
> Visit this group at https://groups.google.com/group/macvisionaries 
> <https://groups.google.com/group/macvisionaries>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

Reply via email to