Tuesday 26 June 2012

Ubuntu Tips

==============================

How to use Update Manager to update your Ubuntu system 12.04

1.Click the gear icon on the far right end of the panel at the top of your Ubuntu 12.04 desktop.

2. Choose the Updates Available option.

3. Update Manager will open and refresh itself (or you can click the Check button to manually do it). 

4. By default all of the updates will be checked, but you can uncheck the ones you don't want. 

5. When you're ready to update, click the Install Updates button. 

6. Type in your password.

7. Click the Authenticate button to begin updating your Ubuntu 12.04 system.

============================== 

Howto- Install Skype in Ubuntu 12.04 Precise Pangolin

To get started go to this website and download a version for your system. You can choose a 32-bit or 64-bit version for your system.

When prompted, choose ‘Open with Ubuntu Software Center (default)’

skype_4_precise

Then click the ‘Install’ button to install it.

skype_4_precise_2

Enjoy!

skype_4_precise_3

 

===========================

Installing jdk7 in ubuntu 12.04 (64 bit)


This way has always worked for me:
Code:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

 

 

error:eclipse

/home/velammal/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1340727186784.log.

 velammal@dcimobileteam1:~/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration$ tail 1340727186784.log
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

 

 

No comments:

Post a Comment