Ken D'Ambrosio | 1 Dec 2011 22:39

Gah! (Also known as: anyone able to connect to Exchange 2010?)

Hey, all.  I've had almost complete failure in trying to connect to our
Exchange 2010 servers.  Alas, IMAP *is* disabled, so that's not an option. 
Furthermore, it'd be really nice if I could do the calendaring angle, too.  So:
anyone have any luck on this?  If not, I'll just throw in the towel and stick
with the web client, but I'd *really* like the ease of searching, etc., that a
fat client can offer.

Thanks,

-Ken
Stephen Ryan | 1 Dec 2011 23:01

Re: Gah! (Also known as: anyone able to connect to Exchange 2010?)

On 12/01/2011 04:39 PM, Ken D'Ambrosio wrote:
> Hey, all.  I've had almost complete failure in trying to connect to our
> Exchange 2010 servers.  Alas, IMAP *is* disabled, so that's not an option.
> Furthermore, it'd be really nice if I could do the calendaring angle, too.  So:
> anyone have any luck on this?  If not, I'll just throw in the towel and stick
> with the web client, but I'd *really* like the ease of searching, etc., that a
> fat client can offer.
>
>
Check out davmail (davmail.sourceforge.net).  Thunderbird + Lightning + 
davmail has saved my sanity and my job; being forced over to BPOS was 
the proverbial straw that broke this camel's back, and I had even gone 
so far as to start updating my resume in a fit of insanity when I 
discovered that Thunderbird + davmail actually works, for both mail and 
calendar.  FWIW, I had a great deal of trouble with evolution + davmail.

--

-- 
Stephen Ryan
Derek Atkins | 2 Dec 2011 16:46
Picon
Favicon

Re: Gah! (Also known as: anyone able to connect to Exchange 2010?)

"Ken D'Ambrosio" <ken@...> writes:

> Hey, all.  I've had almost complete failure in trying to connect to our
> Exchange 2010 servers.  Alas, IMAP *is* disabled, so that's not an option. 
> Furthermore, it'd be really nice if I could do the calendaring angle, too.  So:
> anyone have any luck on this?  If not, I'll just throw in the towel and stick
> with the web client, but I'd *really* like the ease of searching, etc., that a
> fat client can offer.

Evolution with the MAPI plugin works, mostly.  Although there is a bug
that it wont reconnect properly in some cases after you work offline.
But in general it works for me.

> Thanks,
>
> -Ken

-derek

--

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord@...                        PGP key available
Ted Roche | 2 Dec 2011 21:44
Favicon
Gravatar

[GNHLUG] LISA conference next week in Boston

I just got an email from folks at USENIX asking me to pass this on.
Please follow the links for more information; this is all I know:

Invitation to attend:
The 25th Annual Large Installation System Administration Conference (LISA)
----------------------------------------------------------------

LISA's in Boston December 4-9, 2011 (next week!).  With the addition of
new speciality presentations and training, the breadth and quality of
this year's tutorials, refereed papers, invited talks, and
participants is unparalleled. 2011 LISA Conference highlights
include:

* The technical program with must-see invited talks such as:
- The DevOps Transformation
- The Operational Impact of Continuous Deployment
- IBM's Jeopardy!-winning Watson Supercomputer

* Practice and Experience presentations sharing real-life experiences
on topics ranging from configuration management to security.

* Over 40 tutorials taught by top instructors including:
- Tobi Oetiker on RRDtool
- Tom Limoncelli on Time Management for SysAdmins
- Ted Ts'o on Data Recovery
- Nan Lui on Puppet
- Mark Burgess on Cfengine

* "Guru Is In" sessions: get answers to your toughest questions.

(Continue reading)

Jerry Feldman | 2 Dec 2011 22:03
Favicon

Boston Linux and Unix InstallFest XLII reminder, tomorrow, Saturday December 3, 2011

Boston Linux Installfest XLII
When:  Saturday December 3, 2011 from 9:00 am to 5:00 pm
Where: MIT Building E-51, Room 061
        2 Amherst St, Cambridge
        Plenty of free parking in front of the building.
	

What you need to bring: Your computer, monitor, power strips and your
Linux distributions. We do have copies of some distributions.
In general we have expertise with most distros, but if you need special
expertise, please email the BLU discussion list in advance. Today, most
distros are using Live CDs that you can try out and then install.
Additionally, CD images can be pushed onto USB sticks using various USB
creators.

COST: It's free! However, we DO have expenses, and contributions are
welcome. Please consider contributing $25 per machine.

Our volunteers will help you to install Linux on your own system.  While
Linux runs on most systems, some systems do have configurations and
hardware that may not be supported. Please consult the following web
pages for hardware compatibility. While we prefer you to bring your own
distros, our volunteers will normally have

       Linux Howto Pages: http://tldp.org/HOWTO/HOWTO-INDEX/howtos.html
       Linux Frequently Asked Questions: http://tldp.org/docs.html#faq
	Additionally, there are forums and listservs for most distros.

Generally our volunteers have sets of the latest Fedora, SuSE and
Ubuntu distributions:
(Continue reading)

Michael ODonnell | 4 Dec 2011 23:10
Picon

FREE - collection of RJ11 phone cords


Offered is an assortment of phone cords (approx 100 pcs)
fitted with RJ11 (standard 4-conductor) connectors.
Cables range in length from a few inches to approx 10ft,
many still in original packaging.  Found these leftovers
from a failed startup while cleaning the basement...
Dan Miller | 7 Dec 2011 03:06
Picon

Free computer gear

I have a lenovo docking station that fits T60 and similar (T40s, and
others).
Mid-tower Antec case. Old style with front door. Dark gray. 4 5.25" bays
and quite a few internal 3.5" bays.
Mid-tower generic case. 4 5.25" bays. Less internal 3.5" bays than Antec.

I've had this stuff sitting around for sometime. Need to get rid of it.

--

-- 
Dan Miller
Thomas Charron | 22 Dec 2011 22:33
Picon

Re: SCP from STDIN: "-t" option undocumented?

Not sure about scp, but you could use:

ssh 192.168.1.2 "cat > destFile"

On Thu, Dec 22, 2011 at 4:25 PM, John Abreau <jabr@...> wrote:
> Long ago, I was looking for a way to make scp read from stdin, and I
> had no luck.
>
> Earlier this afternoon, when I was tweaking my "validate-rsync" script to add
> support for scp, I discovered that when running the command
>
>> scp foo remote:/path/to/bar
>
>  the remote end gets invoked as
>
>> scp -t /path/to/bar
>
> It seems that the scp process on the local machine establishes an ssh
> connection
> to the remote machine, and then invokes an scp process on the remote machine,
> and that remote scp process has to read from stdin.
> When I checked the scp man page, there was no mention of the -t
> option, nor is it
> listed in "scp --help". A google search for "scp -t" didn't locate any
> mention of
> the option, and another google search for "scp from stdin" yielded nothing but
> questions of how to do it followed by replies that "scp cannot read
> from stdin".
>
> Is this documented anywhere? I don't understand why the option would be
(Continue reading)

Shawn O'Shea | 22 Dec 2011 22:35
Gravatar

Re: SCP from STDIN: "-t" option undocumented?

On Thu, Dec 22, 2011 at 4:25 PM, John Abreau <jabr-mNDKBlG2WHs@public.gmane.org> wrote:

Long ago, I was looking for a way to make scp read from stdin, and I
had no luck.
<snip> 
Is this documented anywhere? I don't understand why the option would be
left out of the man page.


Although I've never heard of the -t option to scp myself, I've accomplished the equivalent of copying over stdin/stdout. You can invoke a command that dumps on stdout and then pipe that to ssh with a program that pulls from stdin.

Ie.
dd if=infile | ssh remotehost dd of=outfile
or
tar cf - | ssh remotehost tar xvf -

-Shawn
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@...
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
Shawn O'Shea | 22 Dec 2011 22:36
Gravatar

Re: SCP from STDIN: "-t" option undocumented?



On Thu, Dec 22, 2011 at 4:35 PM, Shawn O'Shea <shawn <at> eth0.net> wrote:

dd if=infile | ssh remotehost dd of=outfile
or
tar cf - | ssh remotehost tar xvf -


Oops, forgot the infile in my 2nd example. Should be:
tar cf - infile | ssh remotehost tar xvf -

-Shawn 
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@...
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Gmane