In order to connect, we need to make use of SSL.
In a nutshell, here's the command:
openssl s_client -connect pop.gmail.com:995 -CApath /System/Library/OpenSSL/certs
ssh -X user@host
However, if you need to su - root after logging in, the X11 forwarding setup by ssh will no longer be valid.<as user> $ echo $DISPLAY
<note down the value>
<as root> # export DISPLAY=<the value noted earlier>
This will set the proper display. However, the Xauthority will not match. To fix that do the following:# cp /home/<user>/.Xauthority /.Xauthority
(or wherever the root home directory is)
Yeah, Movist wins.
I've been a fan of linux since it's inception, and I've watched as it matured throughout the years. At least once a year since about 2001, I've installed it and tried to see if I could use it as my primary operating system.
For the most part, I've always ended up going back to my original operating system (Windows XP/2000 up until 2007, and Mac OS X after that). There were always issues that made it impractical to use on a daily basis.
In recent years, linux has matured considerably, and Ubuntu in particular makes a strong case for a daily workstation.
So, I will attempt to see if I can use linux as my primary operating system.
I'm going to look at the following main areas:
For this test, I will be using Ubuntu 10.04 LTS Desktop, Lucid Lynx, running on VMWare. LTS stands for Long Term Support, so this is a pretty stable build to run.
I won't go through the setup and install since there's a ton of documentation on that already.
Before anything else, System updates. Total time: 5 minutes. 10.04 is relatively new, so there wasn't much to update.
But that wallpaper has got to go.
Also, I'll organize the desktop a bit.
Changes:
Firefox on Ubuntu works pretty good, but it's pretty slow compared to Google Chrome. Getting Chrome is as easy as going to the website and selecting 32 bit .deb. By default, it opens with the Package Installer and the install was painless.
Browsing is nice and fast, but now we have to address the pain that is flash. But I was in for a surprise since Flash is already installed. In previous versions of Ubuntu, it had to be installed separately, so it's nice to have it out of the box.
Everything feels pretty snappy on Chrome and the browsing experience is great.
Setting up the Evolution email client was pretty easy, but there aren't any configuration guides specific to it. The only note was that in order to specify the port number, you have to suffix the server name with colon and the port. i.e. imap.gmail.com:993
Setting up chat on Empathy was similarly easy.
The good thing about using the installed clients is the integration with the status bar at the top.
Skype has to be installed from the website, but it's an easy install.
So far, things are looking good.
This is a category in which Ubuntu and linux in general has had problems, but 10.04 handled it pretty well. It found the shares and mounted them easily without having to install anything.
My first test was an m4v file encoded with h264. Movie Player opened the file and then prompted to download the codecs. There were 34 package files on the download queue, so I decided to scrap the incumbent and go with VLC.
VLC opened up the file with no problems and everything worked flawlessly, as expected. Music files weren't a problem either.
For pictures, the Gnome picture viewer worked well and it didn't balk at browsing a folder with over 100 pictures.
So far, Ubuntu 10.04 is proving to be a worthy desktop replacement.
Dropbox is kind of like taking the best elements of subversion, trac and rsync and making them "just work" for the average individual or team. Hackers have access to these tools, but normal people don't.And that's basically what it is. Dropbox takes a folder on your computer and syncs it with the Dropbox service and any other computers you install the application on. And, well, yeah there's an App for it too. (iTunes Link)