Skip to main content

Posts

Showing posts from 2017

Zoom out and Zoom in Desktop Hangouts for Windows

I would like to share my experience before exposing the Steps for how to Zoom out and Zoom in in Desktop Hangouts.  I was responding to my mentor in Desktop hangouts at the time I entered some key with Ctrl button that results Zoom out the desktop hangouts. But I didn't know which key I pressed with Ctrl button. This moment triggered me to find the answer for my title.  I don't want you guys to wait anymore. Here the answers for our title. - Zoom out  Hold Ctrl button and  press - button - Zoom in Hold Ctrl button and press + button - Default Hold Ctrl button and press 0 ( Zero ) Regards and Thanks, Gokul Karthik M Please leave comments and support me if it's helpful for you.

Install Oracle Java in Ubuntu via terminal using PPA

- Launch Terminal and type the following command sudo apt - get install python - software - properties sudo add - apt - repository ppa : webupd8team / java sudo apt - get update sudo apt - get install oracle - java8 - installer When there are multiple Java installations on your System, the Java version to use as default can be chosen. To do this, execute the following command. sudo update - alternatives -- config java sudo update - alternatives -- config javac sudo update - alternatives -- config javaws Edit - Manual Java Installation Download oracle jdk http : //www.oracle.com/technetwork/java/javase/downloads/index.html Extract zip into desired folder e . g / usr / local / after extract / usr / local / jdk1 . 8.0 _65 Setup sudo update - alternatives -- install / usr / bin / java java / usr / local / jdk1 . 8.0 _65 / bin / java 1 sudo update - alternatives -- install / usr / bin / javac javac / usr / local / jdk1 . 8.0 _65 / bin / javac 1 sudo update - alte...