Next Conference: Pluralsight LIVE 2018

by Xavier Comments: 0

And so it is time to get ready to my next conference, Pluralsight Live which will take place in August 28-30 in Salt Lake City. I will be presenting on how to deploy Cloudera clusters on Microsoft Azure. Hope to see you there!

Use discount code 3061 to register at  https://www.pluralsight.com/event-details/2018/live-2018/registration

 

How to Install TeamViewer on CentOS (useful on Cloudera QuickStart VM)

by Xavier Comments: 0

The other day I needed to finish a task I had in one of my servers and needed to remote into one of my Cloudera QuickStart VMs to run a test while on a trip. So I installed TeamViewer to access it. Steps are simple:

# Click on Download TeamViewer link for RedHat, CentOS, Fedora, SUSE to get the rpm package from the downloads page

https://www.teamviewer.com/en/download/linux/

Open terminal and go to downloads directory

sudo yum localinstall teamviewer_12.0.71510.i686.rpm

And then start with

teamviewer

Tip of the Day: Disable Screen Blanking in Linux CentOS while Installing Cloudera CDH

by Xavier Comments: 0

Something that really annoys me, especially when connecting remotely is how the terminal blanks when installing Cloudera Manager in Linx CentOS

Well, there is a very simple fix, simply run the following command and the terminal will not go black

sudo setterm -blank 0