TekBytz

Archive for November, 2019

Issue in installing IBM JDK on CENTOS Linux

by on Nov.29, 2019, under Uncategorized

I had a a issue in installing the IBM JDK on a new CENTOS Linux box.

Error message:

./ibm-java-linux-sdk-8.0-5.41.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

JRE libraries are missing or not compatible....
Exiting....

There was no way that I could figure out what libraries are missing. IBM installer does not have a direct option or log to figure that out. Finally found that we need to enable debug and here is way to do that.

export LAX_DEBUG=true

 

Once the debug is enabled and when you try to run the installer again, it provides the library that was missing.

Leave a Comment more...

Cut/Copy/Paste not working in Microsoft Remote Desktop for Mac

by on Nov.29, 2019, under Issues, MAC, Software, Windows

Had a wired issue that when I cut/copy/past from my MAC machine to Windows remote desktop machine it was not working. Meanwhile the vice versa was working.

After may attempts this solution worked.

In the command Prompt of Remote windows machine  run the commands

Taskkill.exe /im rdpclip.exe
Rdpclip.exe

Alternately, you can go to task manager and locate the process rdpclip.exe and end the process. Start again the process from the command prompt or Run option

Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!