Skip to main content

Installing Java in Ubuntu

Open Ubuntu terminal and before we install jdk, make sure if it is install on your system or not. To check, run sudo apt-get purge openjdk*. Enter password to proceed. 


In my ubuntu system jdk is not is installed and is highlighted by red underline. Now we are going add repository to my system, i.e.: sudo add-apt-repository ppa:webupd8team/java.

Once repository is added to your system, update your system by running sudo apt-get update in the terminal.

Once it is updated run java installer by running sudo apt-get install oracle-java8-installer.

Once package lists is read it will open configuration window. Accept License Agreement and proceed to install java on your system.



Downloading java on your system. Once the file is download it will extract the file to install java8 on your system.


Comments

Popular posts from this blog

How to increase VRAM in VMware

When you get poor graphics performance in VMware, you need to increase vram to get better graphics. To increase graphics value, you need to edit .vmx file of your Guest OS. Goto, VMware folder or to the Guest OS folder to find .vmx file. Once you get that file, open it with a text editor. Click to zoom this Image Depending on the type of VRAM, change the value for your Guest OS. Click to zoom this Image Click to zoom this Image Once you change the value of VRAM (please check above screenshot of VRAM values from 16MB to 512MB). Save the file and exit and then check the Graphics performance of your Guest OS. Click to zoom this Image You are Done. For more details, please check the knowledge-base of VMware website. Link: https://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1003

Where to find Windows 10 Spotlight Photos

Windows Spotlight Photos are when your Windows 10 is locked and you find nice looking pictures of personalized slideshow. We are curious to know where will we find this nice looking wallpapers. So, here I am going to tell you the location Spotlight Photo. The default path to find Spotlight Photo is: C:\Users\[user profile name]\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets This location could be hidden and you need unhide this. Below screenshot is shown to unhide. Click to zoom this Image  Once you unhide this folder, you will find several files with gibberish filename without file extension like  *.jpg  or  *.png . To find this, Right click any of these files and you click on " Open with " and select any program that support picture file. I chose  Picture Gallery  to picture file. Click to zoom this Image Click to zoom this Image Click to zoom this Image

How to create shortcut in Library

On this post, I will show you how to create a shortcut to access a folder from Windows Library in a super easy step. 1. Goto your profile from windows Start button (Here, I have Windows 7 installed on my PC). 2. Right click on Libraries on left side of the window pane. Select " New " and then " Library " to create Library folder. 3. Once Library folder is created, right on it and rename Library folder (I gave it a name Downloads). And, Click on " Include a Folder " to create a folder. 4. Show the path of the folder which is to be accessed from the Library and click on " Include Folder ". 5. And, here you are. The shortcut folder and its path is created under Library folder.