oraclesolaris-contrib
oraclesolaris-contrib copied to clipboard
oraclesolaris-contrib is a repository focussed on the Oracle Solaris 11.4 StatsStore, using methodologies like REST to connect to Oracle Solaris 11.4 and the new features being introduced in Oracle So...
The instructions about installing OCICLI on latest Solaris 11.4 SRU are outdated, and the installation fails with oci_cli-3.22.4, because cryptography-38.0.4 (and probably earlier) require rust compiler to be installed. So...
The https://github.com/oracle/oraclesolaris-contrib/tree/master/OracleSolaris_OCI/05_Install_OCICLI_on_Oracle_Solaris relies on OpenSSL 1.1 and Python 3.7, both of which are going away soon - they are listed in the 'End of Features (EOF) Planned for Future Updates...
Solaris 11.4 comes with Java 8. More and more free and open-source software components we use require more modern Java environments and won't run with Java 8 anymore. This PR...
... and redundant checks for booleans against `True` and `False`. P.I.N.J.! (Python Is Not Java!) --- sysdiff.py-orig 2022-05-03 15:23:27.830589810 +1200 +++ sysdiff.py 2022-05-03 15:38:24.052224454 +1200 @@ -1,4 +1,4 @@ -#!/usr/bin/python3.7...
On Solaris-cbe, mutt dumps core, when one wants to save a message (s-key, followed by =filena) using tab-expansion, and that tab-expansion leads to more than one possible file.. It works,...
Hi, This is great idea, so I could not resist to test it. Since OI does not have SunStudio available, I have tried with GCC 10, and Oracle (former Sun)...
I want to share with you a python RAD REST client API and CLI I am working on. With this tool you can connect and interact remotely with a Solaris...
Hello, does the rest API have CORS support?
I would like to share some probe of concept I was working on a while ago. Basically it is a thin wrapper over zones to make them feel like docker...
The terraform plan example for creating solaris VM's from OCI Marketplace has following flaw: The signatures in oci_marketplace_accepted_agreement are time based and expire over time, so that if you have...