Requires iOS 3.0+
Everything is done on your device (iPhone, iPad, or iPod Touch)
Don’t forget to back up! Sync with iTunes/iCloud.
0. Delete the Gmail account (Settings › Mails, Contacts, Calendars › Gmail › Delete Account) 0. In Safari, go to [m.google.com/sync](http://m.google.com/sync) [Resource 1] [1] 0. Sign in 0. Select the most recent sync 0. Select the calendars you want to sync on your device 0. Save 0. (I don't think it's necessary but I rebooted my device to be sure) 0. Create an Exchange account (Settings › Mails, Contacts, Calendars › Add Account › Exchange) [Resource 2] [2] 0. Enter your email in email and username, and your password, leave domain blank. Tap Next. Tap Cancel if "Unable to Verify Certificate". 0. When "Server" field appears, enter "m.google.com". Tap Next.
0. [1] [Setting up Google Sync with your iOS device](http://support.google.com/mobile/bin/answer.py?hl=en&answer=138740&topic=14252&ctx=topic) 0. [2] [iOS 5 Sync Not Working](http://www.google.bg/support/forum/p/Calendar/thread?tid=6f303b9bc85b2696&hl=en#fid_6f303b9bc85b26960004b02ca14830d3)
Reference: http://askubuntu.com/questions/47864/how-to-update-eclipse-3-5-2-to-3-6-2
Download http://www.eclipse.org/downloads/ » Eclipse Classic » Other Downloads » 3.6.2 » Platform Runtime Binary » eclipse-platform-3.6.2-linux-gtk-x86_64.tar.gz
As root
cd ~
mkdir eclipse-platform
apt-get install fakeroot dpkg-dev debhelper unp
unp eclipse-platform-3.6.2-linux-gtk-x86_64.tar.gz
mkdir -p eclipse-platform/usr/lib
mv eclipse eclipse-platform/usr/lib/
mkdir -p eclipse-platform/usr/bin
vi eclipse-platform/usr/bin/eclipse
#!/bin/sh
export UBUNTU_MENUPROXY=0
exec /usr/lib/eclipse/eclipse “$@”
chmod +x eclipse-platform/usr/bin/eclipse
mkdir -p eclipse-platform/usr/share/applications
vi eclipse-platform/usr/share/applications/eclipse.desktop
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Eclipse
Exec=eclipse
Terminal=false
Icon=/usr/lib/eclipse/icon.xpm
Comment=Eclipse Integrated Development Environment
Categories=Development;IDE;
mkdir eclipse-platform/DEBIAN
vi eclipse-platform/DEBIAN/control
Note: Replace maintainer’s name on line 4.
Package: eclipse-platform
Version: 3.6.2-1
Architecture: amd64
Maintainer: YourName
Depends: openjdk-6-jre | sun-java6-jre
Section: devel
Priority: optional
Description: Eclipse IDE, static-linked, minimal plugins.
fakeroot dpkg -b eclipse-platform eclipse-platform_3.6.2-1_amd64.deb
dpkg -i eclipse-platform_3.6.2-1_amd64.deb
rm -rf eclipse-platform*
Launch Eclipse
Help » Install New Software // Restart after each install
Eclipse » Preferences » PyDev » Interpreter – Python
Keyboard » Keyboard Shortcuts
Update: There’s actually a default shortcut: Ctrl+Shift+Eject.
What I did to undo what I did below:
Credits
Thank you for your collaboration!
Web Design: Be-Spicy
HTML Integration: MediaAndMe
Thank you also to Spice Up for their collaboration on the first PHP version ;-)