Install Java 6 in Ubuntu 11.04 from repository Canonical
Who installed the Ubuntu 11.04 and need to run applications that require java installed ORACLE / SUN, just remove comment in file /etc/apt/source.list:
http://archive.canonical.com/ubuntu natty partner
To upgrade and install :
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts sun-java6-jdk
Install GIT on Ubuntu 11.04
The GIT is a software for managing versions of projects, was created by LinusTorvalds to the Linux Kernel project, and today is used by a number of other projects.
$ sudo apt-get install git-core git-doc git-svn git-gui gitk
Install Java 6 in Ubuntu 11.04
Who installed the Ubuntu 11.04 and need to run applications that require java installed ORACLE / SUN, just add the repository below:
sudo add-apt-repository ppa:ferramroberto/java
To upgrade and install :
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
How to Map SkyDrive Folders as Network Drives And Sync SkyDrive
If you use Microsoft’s SkyDrive for storing or sharing files, you can create mapped network drives that are easily accessible from your applications as well as the operating system itself.
1.Fist link online ID with your Windows user account in Control Panel and User Accounts.
2. Go to SkyDrive and login to your account.
3. In the address bar, after the http://, look at the address. Between the cid-<your_skydrive_id_number>.skydrive.live.com, you will see a set of numbers and letters (your ID number). Copy the ID number, as you will need it later.
3.Go to the Windows (Start button).
4. Right-click Computer.
5. Select Map Network Drive from the resulting menu.
6. Use the Drive dropdown to select the desired Drive letter.
7. In the Folder textbox, input
\\docs.live.net@SSL\<your_skydrive_id_number>\^2Documents
where your_skydrive_id_number is the ID number you copied back in step
2. This will map the drive to your My Documents folder on SkyDrive.
To map the drive to your Public folder, use
\\docs.live.net@SSL\<your_skydrive_id_number>\^2Public
8. Click the Finish button.
9. After a few seconds, Windows will ask you for your credentials, input your SkyDrive username and password, click the Remember my credentials checkbox and click the OK button.
What is Windows Live Mesh?
Keep your documents, photos, and other files up to date on all your computers, whether PC or Mac.* When you sync a folder, your latest files are right at hand even if you’re working offline at the moment. You can also sync folders on SkyDrivesynced storage, so you can go to the Windows Live Devices website to access them on the web from any computer
https://www.mesh.com/welcome
Visualizando arquivos XPS no Ubuntu
Para quem utiliza redes mistas Windows/Linux ou tem a necessidade de visualizar documentos .xps, pode instalar o visualizador de documentos xps “Okular”.
Pode ser instalado pela Central de Programas ou pelo terminal.
Pela Central de Programas, pesquise por “okular” e faça a instalação.
No terminal, digite:
$ sudo apt-get install okular -y
Site do projeto : http://okular.kde.org/
