Your software is Vitamin or Painkiller?

How to Quickly Tell If Your Software Product Idea Will Be Successful : http://www.phpclasses.org/blog/post/411-How-to-Quickly-Tell-If-Your-Software-Product-Idea-Will-Be-Successful.html

The dream of many software developers is to create their own business, so they can work for themselves all the time instead of working for others.

So they start thinking of ideas for new software products, but they are never certain of which ideas will be successful. So they often pick one idea they like and then start working it. After many months they launch it but often the product does not have the traction they hoped.

This is what is called the shot in the dark. The dream turns into a frustration. I have found myself in this situation many times, so I thought to myself that there should be a way to avoid the frustration.

Minecraft – Computer Freezes on Ubuntu – Solution

I tried this:

sudo apt-get update
sudo apt-get upgrade

sudo apt-get dist-upgrade

http://askubuntu.com/questions/301484/how-do-i-update-ubuntu-manually
Error:
E: dpkg was interrupted, you must manually run ‘sudo dpkg –configure -a’ to correct the problem.

sudo dpkg --configure -a

http://askubuntu.com/questions/163200/e-dpkg-was-interrupted-run-sudo-dpkg-configure-a

Java:

sudo apt-get install --reinstall openjdk-8-jre

http://www.minecraftforum.net/forums/support/unmodified-minecraft-client/1860989-computer-freezes-ubuntu

Remove Java 7 JRE:

sudo apt-get remove openjdk-7-jre

I didn’t try LWJGL – Lightweight Java Game Library , but I found in the Ubuntu Software Center