Explore >> Select a destination


You are here

nenadnoveljic.com
| | chandlerdba.com
4.7 parsecs away

Travel
| | August 2023 - Oracle 19C We have considered observability. Knowing where you may have a security problem. We now need to look at removing some of the main problems associated with Oracle databases. Lets start with Network Security. By default, all data travelling over the network with Oracle is unencrypted. This means that anyone with...
| | wittchen.io
5.1 parsecs away

Travel
| | Sometimes we need to run specific program with a concrete version of JVM. We can also work with Java 7, but we want to try Java 8. In such cases, we can have installed both Java 7 and 8 on our system and easily switch between them. In order to show current java version, we can simply type: java -version in terminal. On my computer I received the following response:
| | www.optaplanner.org
5.0 parsecs away

Travel
| | Java 11 was released some time ago, although the majority of developers stay on Java 8. Let's see which one of them is faster for OptaPlanner. The best way to find out is of course running ...
| | forensicitguy.github.io
32.4 parsecs away

Travel
| In this post I set out to analyze a simple chunk of Log4Shell log4j exploit code to see how it works.