Monthly Archives: March 2010

Want to defame others anonymously on Linkedin? Use Unvarnished.

This thoughtful post at TechCrunch talks about this service that is in Beta on Linkedin.  This seems like a terrible idea.  When someone is anonymous where is the accountability?  More importantly it becomes like a high school popularity contest, not … Continue reading

Posted in Social Media | Tagged , , | 1 Comment

Does email crash on your iPhone when you try to delete?

Then what should you do?  Turn it on airplane mode and thank doctorbuck. If that doesn’t work try PhotoLife’s suggestion. On the iPhone: 1. Tap the Settings icon and switch to airplane mode (just to make sure no other e-mails … Continue reading

Posted in iPhone | Tagged , , | Leave a comment

Psst Buddy. Wanna see Microsoft Office 2011 for Mac screenshots?

Take a peak here but don’t stay too long.  They might be tracking this page you know.  Looks like the plain Mac Mail app to me.

Posted in Microsoft Apps for Mac | Tagged , , | Leave a comment

How to install OpenSSH from source on CentOS

Interesting problem.  Here is a possible solution. cd /tmp mkdir -p /opt/openssh wget ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-4.7p1.tar.gz tar xvzf openssh-4.7p1.tar.gz cd openssh-4.7p1 ./configure –prefix=/opt/openssh –with-ssl-dir=/opt/openssl –with-xauth=/usr/X11R6/bin/xauth –with-zlib=/opt/zlib make make install

Posted in Open Source | Tagged , , | Leave a comment