[Solved] How-To: Install Java 17 on CentOS Stream 8

Install Java 17 on CentOS Stream 8 You can install JAVA 17 on any version of CentOS Linux without any hassle using few commands. Yum has the capability to pull the installer from internet URLS and install any application in couple of commands and steps. Yum command needs some configuration and location from where it …

Read more

[Solved] How To: Install Percona XtraDB Cluster 8.0 on Ubuntu 20.04LTS

Percona XtraDB Cluster 8.0 on Ubuntu 20.04LTS Percona XtraDB Cluster is a database clustering solution for MySQL. It ensures high availability, prevents downtime and data loss, and provides linear scalability for a growing environment. This is very efficient in managing data and replicating it between nodes. It can be a life saver in many ways …

Read more

[Solved] Tomcat5 Startup Script for Ubuntu 20.04 LTS

[Solved] Tomcat5 Startup Script for Ubuntu 20.04 LTS Tomcat5.5 and JDK5 are very old items on the application table but they still exists for legacy applications. There might be some business reasons but for IT they are headache. Configuration is almost manual at every step and you need to invest too much time thinking rather …

Read more

[Solved] How to Install Tomcat5 and JDK5 on Ubuntu 20.04 LTS

[Solved] How to Install Tomcat5 and JDK5 on Ubuntu 20.04 LTS Installation of Tomcat and JDK on Unbuntu is just issuing few commands and having a glass of coke. It will surely install the latest versions of both but what if someone is too lazy to upgrade its code and requirement Tomcat version. Legacy applications …

Read more

[Solved] How to Install JDK5 on Ubuntu 16.04

There can be a need to install JDK5 on Ubuntu16.04 to run some legacy applications. apt-get will install the most recent version of JDK available in the repository which might not be good for the old applications. I was trying to install an old application on UBUNTU server but for that an old version of …

Read more

X11 Forwarding for Oracle Installation Error can’t open display

Error while trying to connect remote Linux/Unix Server from Windows Client: Error Description: XCLOCK not working with oracle user can’t open display cannot open display: :0.0 Solution: can’t open display You can face above mentioned errors and most commonly can’t open display when try to connect Linux remote server via windows client during Oracle installation. …

Read more

How to reset Ubuntu root password?

How to reset Ubuntu root password? Ubuntu is a very good variant of Linux family. It comes with great features. The security of this variant is really good. By default the root user of this variant comes with disabled mode. There might another possibility that user might lost his root password. in this way you …

Read more