├── .gitignore ├── Blog_Supplements ├── .DS_Store ├── A_Demonstration_of_File_Relabeling │ ├── README.md │ └── labeldemo.html ├── Changing_memory_size_of_running_Solaris_Kernel_Zones │ └── README.md ├── Controlling_PF_Rules_with_SMF_and_IPS │ ├── README.md │ └── example_files │ │ ├── firewall-stencil-profile.xml │ │ ├── firewall-webui-profile.xml │ │ ├── firewall.stencil │ │ ├── pf-firewall-webui.p5m.4.res │ │ ├── pf.ips │ │ ├── pf.puppet │ │ ├── pf.rad │ │ ├── pf.webui │ │ └── pf_firewall_webui.mog ├── Database_In_Memory_on_SPARC │ ├── README.md │ └── ssb_load │ │ ├── README.md │ │ ├── benchmark │ │ ├── export.csv │ │ ├── load-cfg.jmx │ │ └── query.sql │ │ ├── scripts │ │ ├── dump-im.sql │ │ ├── mv-inmemory.sql │ │ ├── no-inmemory.sql │ │ └── prep_db.sql │ │ └── sqlldr │ │ ├── customer.ctl │ │ ├── date.ctl │ │ ├── lineorder.ctl │ │ ├── lineorder_test.ctl │ │ ├── part.ctl │ │ └── supplier.ctl ├── Host_Resource_Considerations_for_Running_Oracle_Solaris_Native_Zones │ └── README.md ├── Live_Storage_Migration_for_Solaris_Kernel_Zones_in_a_Single_Step │ └── README.md ├── Oracle_Solaris_11.1_Security_Lab │ ├── README.md │ └── oracle_solaris_11_rbac_lab.html ├── Puppet_6_on_Oracle_Solaris_11.4 │ └── README.md ├── README.md ├── Solaris_IPS_On_Steroids │ ├── README.md │ ├── libzmq-build.p5m.1 │ ├── proto │ │ ├── README │ │ └── lib │ │ │ └── svc │ │ │ ├── manifest │ │ │ └── site │ │ │ │ └── libzmq-build.xml │ │ │ └── method │ │ │ └── libzmq_build.sh │ └── screenshot.png ├── Threshold_FMA_Alerts │ ├── README.md │ ├── Screenshots │ │ ├── 2020-11-12_9-23-27.png │ │ ├── 300sec_interval.png │ │ ├── 300sec_interval_testfile.png │ │ ├── Copy of FMA.png │ │ ├── FMA.png │ │ ├── FMA2.gif │ │ ├── FMA_Alert.png │ │ ├── alerts_list.png │ │ ├── firstalert.png │ │ ├── overloadlimit.png │ │ ├── testfile.png │ │ ├── testfile1.png │ │ ├── testfile2.png │ │ └── threshold_alert.png │ └── StatsStore_threshold_alerts.md ├── Whats_new_in_User_Rights_Management │ ├── README.md │ ├── oracle_solaris_11_pam_lab.html │ └── oracle_solaris_11_smf_lab.html └── Zones_Sheet │ ├── Images │ ├── Additional │ │ ├── 2021-01-28_13-20-43.png │ │ ├── 2021-01-28_14-11-40.png │ │ ├── 2021-01-28_14-12-16.png │ │ ├── 2021-01-28_14-12-25.png │ │ ├── 2021-01-28_14-30-39.png │ │ ├── 2021-01-28_14-31-02.png │ │ ├── 2021-01-28_14-32-17.png │ │ ├── 2021-01-28_14-32-36.png │ │ ├── 2021-01-28_9-53-26.png │ │ └── 2021-01-28_9-55-04.png │ ├── filesystem_stats_notitan.png │ ├── filesystem_stats_titan.png │ ├── network_stats_notitan.png │ ├── network_stats_titan.png │ ├── virtmem_stats_titan.png │ ├── virtmemstats_notitan.png │ ├── zone_list_before_install.png │ ├── zonecfg_titan.png │ ├── zones_sheet.gif │ ├── zonestats_libra.png │ ├── zonestats_notitan.png │ └── zonestats_titan.png │ ├── README.md │ └── zones_sheet.md ├── CONTRIBUTING.md ├── LICENSE.md ├── LICENSE.txt ├── OracleSolaris_OCI ├── 01_Launch_Instance │ ├── Images │ │ ├── OCI_Instance_01_navigate.png │ │ ├── OCI_Instance_02_create.png │ │ ├── OCI_Instance_03_choose_name.png │ │ ├── OCI_Instance_04_choose_oracle_images.png │ │ ├── OCI_Instance_05_choose_Solaris_image.png │ │ ├── OCI_Instance_06_choose_shape.png │ │ ├── OCI_Instance_07_provision.png │ │ ├── OCI_Instance_08_final.png │ │ ├── OCI_activeconsole.png │ │ ├── OCI_available_shapes.png │ │ ├── OCI_keys.png │ │ ├── OCI_marketplace.png │ │ ├── OCI_solaris.png │ │ ├── OCI_solaris_launchinstance.png │ │ └── OCI_solaris_on_cloud.png │ ├── Launch_through_Instances.md │ ├── Launch_through_Marketplace.md │ └── README.md ├── 02_Block_Storage │ ├── Images │ │ ├── OCI_attach_block_storage.png │ │ ├── OCI_attach_block_volume.png │ │ ├── OCI_attach_block_volume_instance.png │ │ ├── OCI_attach_disk.png │ │ ├── OCI_attached_block_volume_compartment.png │ │ ├── OCI_attaching_block_volume.png │ │ ├── OCI_block_volume_iSCSICommands.png │ │ ├── OCI_create_block_volume.png │ │ ├── OCI_define_block_storage.png │ │ └── solaris_instance_format.png │ └── README.md ├── 03_Oracle_Solaris_Zones │ ├── Images │ │ ├── attached_vnic.png │ │ ├── oci_boot_volume.png │ │ ├── solaris_zones.jpg │ │ └── zone_installed.png │ └── README.md ├── 04_VirtualBox_to_OCI │ ├── Images │ │ ├── OCI_VCN.png │ │ ├── OCI_bucket.png │ │ ├── OCI_compartment.png │ │ ├── OCI_export.png │ │ ├── OCI_subnet.png │ │ ├── OCI_tenancy.png │ │ ├── OCI_user.png │ │ ├── VBox7_cloudprofilemanager.png │ │ ├── VBox_cloudprofilemanager.png │ │ ├── VBox_eeprom.png │ │ ├── VBox_export.png │ │ ├── VirtualBox_Migration_Blog_01.png │ │ ├── VirtualBox_Migration_Blog_02.png │ │ ├── VirtualBox_Migration_Blog_03.png │ │ ├── VirtualBox_Migration_Blog_04.png │ │ ├── VirtualBox_Migration_Blog_05.png │ │ └── VirtualBox_Migration_Blog_06.png │ └── README.md ├── 05_Install_OCICLI_on_Oracle_Solaris │ └── README.md ├── 06_Solaris_On_OCI_Using_CLI │ ├── Images │ │ └── screenshot_01.png │ └── README.md ├── 07_Automating_Migration_from_OracleVirtualBox_to_OracleCloudInfrastructure │ ├── README.md │ └── vboxoci.sh ├── 08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT │ ├── Images │ │ ├── Screenshot_01.png │ │ ├── Screenshot_02.png │ │ ├── Screenshot_03.png │ │ ├── Screenshot_04.png │ │ ├── Screenshot_05.png │ │ ├── Screenshot_06.png │ │ ├── Screenshot_07.png │ │ ├── Screenshot_08.png │ │ └── Screenshot_09.png │ └── README.md ├── Launch_Solaris_with_Python │ ├── OCI_Python_API-Basic-Blog.md │ ├── README.md │ ├── oci-python-basic.ipynb │ └── oci-python-full.ipynb ├── Launch_Solaris_with_Terraform │ ├── .gitignore │ ├── README.md │ ├── compute.tf │ ├── image.tf │ ├── network.tf │ ├── outputs.tf │ ├── provider.tf │ └── variables.tf └── README.md ├── OracleSolaris_sysdiff ├── README.implementation ├── README.md ├── excludeDirs ├── executionExample ├── known_mod_files.i86pc ├── known_mod_files.sun4v ├── known_new_files.i86pc ├── known_new_files.sun4v ├── pkglist.i86pc ├── pkglist.sun4v └── sysdiff.py ├── README.md ├── REST ├── Postman │ ├── RAD-REST-Solaris 11.4.postman_collection.json │ └── README.md ├── README.md ├── Using_the_X509_Client.md ├── Using_the_X509_Client.png ├── python │ └── notebooks │ │ ├── Compliance_Framework │ │ ├── README.md │ │ └── rad_rest_compliance.ipynb │ │ ├── Images │ │ ├── Compliance_REST_API_Jupyter.png │ │ ├── SMF_REST_API_Jupyter.png │ │ └── Zones_REST_API_Jupyter.png │ │ ├── Pipfile │ │ ├── README.md │ │ ├── Service_Management_Facility │ │ ├── README.md │ │ └── rad_rest_smf_basic.ipynb │ │ ├── Solaris_Zones │ │ ├── README.md │ │ ├── rad_rest_zones_basic.ipynb │ │ └── template-sc_profile.xml │ │ ├── base_login_info.json │ │ ├── certs │ │ └── README.md │ │ └── installing_jupyter_on_oracle_solaris.md └── setting_up_the_connection.md ├── SECURITY.md ├── StatsStore_WebUI ├── Command_Line_Interface │ ├── README.md │ ├── accessing_solaris.md │ ├── capture_stats.md │ └── solaris_list_of_stats.md ├── Creating_Sheets │ ├── README.md │ └── creating_sheets.md ├── Custom_Statistics │ ├── Images │ │ ├── Creating custom statistic representations on the WebUI.md │ │ ├── add-group.png │ │ ├── add-statistic.png │ │ ├── add-visualization.png │ │ ├── cpu-across-zones.png │ │ ├── cpu-partition-core.png │ │ ├── cpu-usage-zone.png │ │ ├── custom-statistics.png │ │ ├── element-list.png │ │ ├── enter-new-statistic.png │ │ └── list-of-class.png │ ├── README.md │ └── creating_custom_statistic_representations_on_the_WebUI.md ├── Images │ ├── Creating_Sheets │ │ ├── add_new_sheet.png │ │ ├── add_sheet.png │ │ ├── add_statistic_choice.png │ │ ├── add_statistic_dropdown.png │ │ ├── add_statistic_options.png │ │ ├── add_visualization.png │ │ ├── configure_new_sheet.png │ │ ├── new_sheet.png │ │ ├── solaris-dashboard.png │ │ ├── solaris_analytics_dropdown.png │ │ ├── solaris_webUI_login.png │ │ ├── statistic_checkout.png │ │ ├── webuidemo.gif │ │ └── workflow.png │ ├── Postman │ │ ├── .DS_Store │ │ ├── Postman_image_01.png │ │ ├── Postman_image_02.png │ │ ├── Postman_image_03.png │ │ ├── Postman_image_04.png │ │ └── Postman_image_05.png │ ├── README.md │ ├── Sharing_Sheets │ │ ├── sample-sheet.png │ │ └── solaris-contrib.png │ ├── StatsStore_Scraper │ │ ├── Local_vs_Remote.png │ │ ├── Splunk_Screenshot.png │ │ └── Splunk_Screenshot_crop.png │ └── WebUI.gif ├── README.md ├── Sharing_Sheets │ ├── README.md │ ├── add_shared_sheet.md │ ├── sample-sheet.json │ ├── sample_sheet.md │ ├── solaris-contrib.json │ └── solaris_contrib.md └── StatsStore_Scraper │ ├── Build_Environment │ ├── README.md │ ├── Splunk_Example.md │ ├── StatsStore_Scraper_Structure.md │ └── build │ │ ├── proto_install │ │ ├── lib │ │ │ └── svc │ │ │ │ └── manifest │ │ │ │ └── site │ │ │ │ └── sstore_scraper.xml │ │ └── opt │ │ │ └── sstore_scraper │ │ │ ├── bin │ │ │ ├── sstore_scraper.py │ │ │ └── sstore_uri_list.py │ │ │ └── etc │ │ │ ├── server_info.yaml │ │ │ └── sstore_list.yaml │ │ └── sstore_scraper.p5m.3.res │ ├── Packages │ ├── README.md │ └── sstore_scraper.p5p │ └── README.md └── sbom_generation.yaml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/.gitignore -------------------------------------------------------------------------------- /Blog_Supplements/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/.DS_Store -------------------------------------------------------------------------------- /Blog_Supplements/A_Demonstration_of_File_Relabeling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/A_Demonstration_of_File_Relabeling/README.md -------------------------------------------------------------------------------- /Blog_Supplements/A_Demonstration_of_File_Relabeling/labeldemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/A_Demonstration_of_File_Relabeling/labeldemo.html -------------------------------------------------------------------------------- /Blog_Supplements/Changing_memory_size_of_running_Solaris_Kernel_Zones/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Changing_memory_size_of_running_Solaris_Kernel_Zones/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/firewall-stencil-profile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/firewall-stencil-profile.xml -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/firewall-webui-profile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/firewall-webui-profile.xml -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/firewall.stencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/firewall.stencil -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf-firewall-webui.p5m.4.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf-firewall-webui.p5m.4.res -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf.ips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf.ips -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf.puppet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf.puppet -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf.rad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf.rad -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf.webui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf.webui -------------------------------------------------------------------------------- /Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf_firewall_webui.mog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Controlling_PF_Rules_with_SMF_and_IPS/example_files/pf_firewall_webui.mog -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/benchmark/export.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/benchmark/export.csv -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/benchmark/load-cfg.jmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/benchmark/load-cfg.jmx -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/benchmark/query.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/benchmark/query.sql -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/scripts/dump-im.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/scripts/dump-im.sql -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/scripts/mv-inmemory.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/scripts/mv-inmemory.sql -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/scripts/no-inmemory.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/scripts/no-inmemory.sql -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/scripts/prep_db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/scripts/prep_db.sql -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/customer.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/customer.ctl -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/date.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/date.ctl -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/lineorder.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/lineorder.ctl -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/lineorder_test.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/lineorder_test.ctl -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/part.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/part.ctl -------------------------------------------------------------------------------- /Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/supplier.ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Database_In_Memory_on_SPARC/ssb_load/sqlldr/supplier.ctl -------------------------------------------------------------------------------- /Blog_Supplements/Host_Resource_Considerations_for_Running_Oracle_Solaris_Native_Zones/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Host_Resource_Considerations_for_Running_Oracle_Solaris_Native_Zones/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Live_Storage_Migration_for_Solaris_Kernel_Zones_in_a_Single_Step/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Live_Storage_Migration_for_Solaris_Kernel_Zones_in_a_Single_Step/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Oracle_Solaris_11.1_Security_Lab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Oracle_Solaris_11.1_Security_Lab/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Oracle_Solaris_11.1_Security_Lab/oracle_solaris_11_rbac_lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Oracle_Solaris_11.1_Security_Lab/oracle_solaris_11_rbac_lab.html -------------------------------------------------------------------------------- /Blog_Supplements/Puppet_6_on_Oracle_Solaris_11.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Puppet_6_on_Oracle_Solaris_11.4/README.md -------------------------------------------------------------------------------- /Blog_Supplements/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Solaris_IPS_On_Steroids/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Solaris_IPS_On_Steroids/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Solaris_IPS_On_Steroids/libzmq-build.p5m.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Solaris_IPS_On_Steroids/libzmq-build.p5m.1 -------------------------------------------------------------------------------- /Blog_Supplements/Solaris_IPS_On_Steroids/proto/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Solaris_IPS_On_Steroids/proto/README -------------------------------------------------------------------------------- /Blog_Supplements/Solaris_IPS_On_Steroids/proto/lib/svc/manifest/site/libzmq-build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Solaris_IPS_On_Steroids/proto/lib/svc/manifest/site/libzmq-build.xml -------------------------------------------------------------------------------- /Blog_Supplements/Solaris_IPS_On_Steroids/proto/lib/svc/method/libzmq_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Solaris_IPS_On_Steroids/proto/lib/svc/method/libzmq_build.sh -------------------------------------------------------------------------------- /Blog_Supplements/Solaris_IPS_On_Steroids/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Solaris_IPS_On_Steroids/screenshot.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/2020-11-12_9-23-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/2020-11-12_9-23-27.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/300sec_interval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/300sec_interval.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/300sec_interval_testfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/300sec_interval_testfile.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/Copy of FMA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/Copy of FMA.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/FMA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/FMA.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/FMA2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/FMA2.gif -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/FMA_Alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/FMA_Alert.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/alerts_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/alerts_list.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/firstalert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/firstalert.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/overloadlimit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/overloadlimit.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/testfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/testfile.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/testfile1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/testfile1.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/testfile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/testfile2.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/Screenshots/threshold_alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/Screenshots/threshold_alert.png -------------------------------------------------------------------------------- /Blog_Supplements/Threshold_FMA_Alerts/StatsStore_threshold_alerts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Threshold_FMA_Alerts/StatsStore_threshold_alerts.md -------------------------------------------------------------------------------- /Blog_Supplements/Whats_new_in_User_Rights_Management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Whats_new_in_User_Rights_Management/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Whats_new_in_User_Rights_Management/oracle_solaris_11_pam_lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Whats_new_in_User_Rights_Management/oracle_solaris_11_pam_lab.html -------------------------------------------------------------------------------- /Blog_Supplements/Whats_new_in_User_Rights_Management/oracle_solaris_11_smf_lab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Whats_new_in_User_Rights_Management/oracle_solaris_11_smf_lab.html -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_13-20-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_13-20-43.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-11-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-11-40.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-12-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-12-16.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-12-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-12-25.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-30-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-30-39.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-31-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-31-02.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-32-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-32-17.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-32-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_14-32-36.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_9-53-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_9-53-26.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_9-55-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/Additional/2021-01-28_9-55-04.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/filesystem_stats_notitan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/filesystem_stats_notitan.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/filesystem_stats_titan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/filesystem_stats_titan.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/network_stats_notitan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/network_stats_notitan.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/network_stats_titan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/network_stats_titan.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/virtmem_stats_titan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/virtmem_stats_titan.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/virtmemstats_notitan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/virtmemstats_notitan.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/zone_list_before_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/zone_list_before_install.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/zonecfg_titan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/zonecfg_titan.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/zones_sheet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/zones_sheet.gif -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/zonestats_libra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/zonestats_libra.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/zonestats_notitan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/zonestats_notitan.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/Images/zonestats_titan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/Images/zonestats_titan.png -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/README.md -------------------------------------------------------------------------------- /Blog_Supplements/Zones_Sheet/zones_sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/Blog_Supplements/Zones_Sheet/zones_sheet.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_01_navigate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_01_navigate.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_02_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_02_create.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_03_choose_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_03_choose_name.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_04_choose_oracle_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_04_choose_oracle_images.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_05_choose_Solaris_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_05_choose_Solaris_image.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_06_choose_shape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_06_choose_shape.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_07_provision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_07_provision.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_08_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_Instance_08_final.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_activeconsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_activeconsole.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_available_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_available_shapes.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_keys.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_marketplace.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_solaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_solaris.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_solaris_launchinstance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_solaris_launchinstance.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Images/OCI_solaris_on_cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Images/OCI_solaris_on_cloud.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Launch_through_Instances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Launch_through_Instances.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/Launch_through_Marketplace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/Launch_through_Marketplace.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/01_Launch_Instance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/01_Launch_Instance/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/OCI_attach_block_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/OCI_attach_block_storage.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/OCI_attach_block_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/OCI_attach_block_volume.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/OCI_attach_block_volume_instance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/OCI_attach_block_volume_instance.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/OCI_attach_disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/OCI_attach_disk.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/OCI_attached_block_volume_compartment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/OCI_attached_block_volume_compartment.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/OCI_attaching_block_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/OCI_attaching_block_volume.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/OCI_block_volume_iSCSICommands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/OCI_block_volume_iSCSICommands.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/OCI_create_block_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/OCI_create_block_volume.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/OCI_define_block_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/OCI_define_block_storage.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/Images/solaris_instance_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/Images/solaris_instance_format.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/02_Block_Storage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/02_Block_Storage/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/03_Oracle_Solaris_Zones/Images/attached_vnic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/03_Oracle_Solaris_Zones/Images/attached_vnic.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/03_Oracle_Solaris_Zones/Images/oci_boot_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/03_Oracle_Solaris_Zones/Images/oci_boot_volume.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/03_Oracle_Solaris_Zones/Images/solaris_zones.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/03_Oracle_Solaris_Zones/Images/solaris_zones.jpg -------------------------------------------------------------------------------- /OracleSolaris_OCI/03_Oracle_Solaris_Zones/Images/zone_installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/03_Oracle_Solaris_Zones/Images/zone_installed.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/03_Oracle_Solaris_Zones/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/03_Oracle_Solaris_Zones/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_VCN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_VCN.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_bucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_bucket.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_compartment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_compartment.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_export.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_subnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_subnet.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_tenancy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_tenancy.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/OCI_user.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VBox7_cloudprofilemanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VBox7_cloudprofilemanager.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VBox_cloudprofilemanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VBox_cloudprofilemanager.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VBox_eeprom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VBox_eeprom.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VBox_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VBox_export.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_01.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_02.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_03.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_04.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_05.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/Images/VirtualBox_Migration_Blog_06.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/04_VirtualBox_to_OCI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/04_VirtualBox_to_OCI/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/05_Install_OCICLI_on_Oracle_Solaris/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/05_Install_OCICLI_on_Oracle_Solaris/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/06_Solaris_On_OCI_Using_CLI/Images/screenshot_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/06_Solaris_On_OCI_Using_CLI/Images/screenshot_01.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/06_Solaris_On_OCI_Using_CLI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/06_Solaris_On_OCI_Using_CLI/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/07_Automating_Migration_from_OracleVirtualBox_to_OracleCloudInfrastructure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/07_Automating_Migration_from_OracleVirtualBox_to_OracleCloudInfrastructure/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/07_Automating_Migration_from_OracleVirtualBox_to_OracleCloudInfrastructure/vboxoci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/07_Automating_Migration_from_OracleVirtualBox_to_OracleCloudInfrastructure/vboxoci.sh -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_01.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_02.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_03.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_04.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_05.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_06.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_07.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_08.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/Images/Screenshot_09.png -------------------------------------------------------------------------------- /OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/08_Create_an_Oracle_Solaris_Instance_in_OCI_using_OKIT/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Python/OCI_Python_API-Basic-Blog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Python/OCI_Python_API-Basic-Blog.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Python/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Python/oci-python-basic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Python/oci-python-basic.ipynb -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Python/oci-python-full.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Python/oci-python-full.ipynb -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Terraform/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Terraform/.gitignore -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Terraform/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Terraform/README.md -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Terraform/compute.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Terraform/compute.tf -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Terraform/image.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Terraform/image.tf -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Terraform/network.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Terraform/network.tf -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Terraform/outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Terraform/outputs.tf -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Terraform/provider.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Terraform/provider.tf -------------------------------------------------------------------------------- /OracleSolaris_OCI/Launch_Solaris_with_Terraform/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/Launch_Solaris_with_Terraform/variables.tf -------------------------------------------------------------------------------- /OracleSolaris_OCI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_OCI/README.md -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/README.implementation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/README.implementation -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/README.md -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/excludeDirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/excludeDirs -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/executionExample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/executionExample -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/known_mod_files.i86pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/known_mod_files.i86pc -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/known_mod_files.sun4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/known_mod_files.sun4v -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/known_new_files.i86pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/known_new_files.i86pc -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/known_new_files.sun4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/known_new_files.sun4v -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/pkglist.i86pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/pkglist.i86pc -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/pkglist.sun4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/pkglist.sun4v -------------------------------------------------------------------------------- /OracleSolaris_sysdiff/sysdiff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/OracleSolaris_sysdiff/sysdiff.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/README.md -------------------------------------------------------------------------------- /REST/Postman/RAD-REST-Solaris 11.4.postman_collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/Postman/RAD-REST-Solaris 11.4.postman_collection.json -------------------------------------------------------------------------------- /REST/Postman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/Postman/README.md -------------------------------------------------------------------------------- /REST/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/README.md -------------------------------------------------------------------------------- /REST/Using_the_X509_Client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/Using_the_X509_Client.md -------------------------------------------------------------------------------- /REST/Using_the_X509_Client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/Using_the_X509_Client.png -------------------------------------------------------------------------------- /REST/python/notebooks/Compliance_Framework/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Compliance_Framework/README.md -------------------------------------------------------------------------------- /REST/python/notebooks/Compliance_Framework/rad_rest_compliance.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Compliance_Framework/rad_rest_compliance.ipynb -------------------------------------------------------------------------------- /REST/python/notebooks/Images/Compliance_REST_API_Jupyter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Images/Compliance_REST_API_Jupyter.png -------------------------------------------------------------------------------- /REST/python/notebooks/Images/SMF_REST_API_Jupyter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Images/SMF_REST_API_Jupyter.png -------------------------------------------------------------------------------- /REST/python/notebooks/Images/Zones_REST_API_Jupyter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Images/Zones_REST_API_Jupyter.png -------------------------------------------------------------------------------- /REST/python/notebooks/Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Pipfile -------------------------------------------------------------------------------- /REST/python/notebooks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/README.md -------------------------------------------------------------------------------- /REST/python/notebooks/Service_Management_Facility/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Service_Management_Facility/README.md -------------------------------------------------------------------------------- /REST/python/notebooks/Service_Management_Facility/rad_rest_smf_basic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Service_Management_Facility/rad_rest_smf_basic.ipynb -------------------------------------------------------------------------------- /REST/python/notebooks/Solaris_Zones/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Solaris_Zones/README.md -------------------------------------------------------------------------------- /REST/python/notebooks/Solaris_Zones/rad_rest_zones_basic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Solaris_Zones/rad_rest_zones_basic.ipynb -------------------------------------------------------------------------------- /REST/python/notebooks/Solaris_Zones/template-sc_profile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/Solaris_Zones/template-sc_profile.xml -------------------------------------------------------------------------------- /REST/python/notebooks/base_login_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/base_login_info.json -------------------------------------------------------------------------------- /REST/python/notebooks/certs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/certs/README.md -------------------------------------------------------------------------------- /REST/python/notebooks/installing_jupyter_on_oracle_solaris.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/python/notebooks/installing_jupyter_on_oracle_solaris.md -------------------------------------------------------------------------------- /REST/setting_up_the_connection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/REST/setting_up_the_connection.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/SECURITY.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Command_Line_Interface/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Command_Line_Interface/README.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Command_Line_Interface/accessing_solaris.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Command_Line_Interface/accessing_solaris.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Command_Line_Interface/capture_stats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Command_Line_Interface/capture_stats.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Command_Line_Interface/solaris_list_of_stats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Command_Line_Interface/solaris_list_of_stats.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Creating_Sheets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Creating_Sheets/README.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Creating_Sheets/creating_sheets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Creating_Sheets/creating_sheets.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/Creating custom statistic representations on the WebUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/Creating custom statistic representations on the WebUI.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/add-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/add-group.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/add-statistic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/add-statistic.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/add-visualization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/add-visualization.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/cpu-across-zones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/cpu-across-zones.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/cpu-partition-core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/cpu-partition-core.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/cpu-usage-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/cpu-usage-zone.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/custom-statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/custom-statistics.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/element-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/element-list.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/enter-new-statistic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/enter-new-statistic.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/Images/list-of-class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/Images/list-of-class.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/README.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Custom_Statistics/creating_custom_statistic_representations_on_the_WebUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Custom_Statistics/creating_custom_statistic_representations_on_the_WebUI.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/add_new_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/add_new_sheet.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/add_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/add_sheet.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/add_statistic_choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/add_statistic_choice.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/add_statistic_dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/add_statistic_dropdown.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/add_statistic_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/add_statistic_options.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/add_visualization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/add_visualization.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/configure_new_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/configure_new_sheet.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/new_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/new_sheet.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/solaris-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/solaris-dashboard.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/solaris_analytics_dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/solaris_analytics_dropdown.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/solaris_webUI_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/solaris_webUI_login.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/statistic_checkout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/statistic_checkout.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/webuidemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/webuidemo.gif -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Creating_Sheets/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Creating_Sheets/workflow.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Postman/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Postman/.DS_Store -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Postman/Postman_image_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Postman/Postman_image_01.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Postman/Postman_image_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Postman/Postman_image_02.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Postman/Postman_image_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Postman/Postman_image_03.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Postman/Postman_image_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Postman/Postman_image_04.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Postman/Postman_image_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Postman/Postman_image_05.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/README.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Sharing_Sheets/sample-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Sharing_Sheets/sample-sheet.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/Sharing_Sheets/solaris-contrib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/Sharing_Sheets/solaris-contrib.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/StatsStore_Scraper/Local_vs_Remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/StatsStore_Scraper/Local_vs_Remote.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/StatsStore_Scraper/Splunk_Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/StatsStore_Scraper/Splunk_Screenshot.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/StatsStore_Scraper/Splunk_Screenshot_crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/StatsStore_Scraper/Splunk_Screenshot_crop.png -------------------------------------------------------------------------------- /StatsStore_WebUI/Images/WebUI.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Images/WebUI.gif -------------------------------------------------------------------------------- /StatsStore_WebUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/README.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Sharing_Sheets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Sharing_Sheets/README.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Sharing_Sheets/add_shared_sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Sharing_Sheets/add_shared_sheet.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Sharing_Sheets/sample-sheet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Sharing_Sheets/sample-sheet.json -------------------------------------------------------------------------------- /StatsStore_WebUI/Sharing_Sheets/sample_sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Sharing_Sheets/sample_sheet.md -------------------------------------------------------------------------------- /StatsStore_WebUI/Sharing_Sheets/solaris-contrib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Sharing_Sheets/solaris-contrib.json -------------------------------------------------------------------------------- /StatsStore_WebUI/Sharing_Sheets/solaris_contrib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/Sharing_Sheets/solaris_contrib.md -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Build_Environment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Build_Environment/README.md -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Build_Environment/Splunk_Example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Build_Environment/Splunk_Example.md -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Build_Environment/StatsStore_Scraper_Structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Build_Environment/StatsStore_Scraper_Structure.md -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/lib/svc/manifest/site/sstore_scraper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/lib/svc/manifest/site/sstore_scraper.xml -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/opt/sstore_scraper/bin/sstore_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/opt/sstore_scraper/bin/sstore_scraper.py -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/opt/sstore_scraper/bin/sstore_uri_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/opt/sstore_scraper/bin/sstore_uri_list.py -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/opt/sstore_scraper/etc/server_info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/opt/sstore_scraper/etc/server_info.yaml -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/opt/sstore_scraper/etc/sstore_list.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/proto_install/opt/sstore_scraper/etc/sstore_list.yaml -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/sstore_scraper.p5m.3.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Build_Environment/build/sstore_scraper.p5m.3.res -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Packages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Packages/README.md -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/Packages/sstore_scraper.p5p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/Packages/sstore_scraper.p5p -------------------------------------------------------------------------------- /StatsStore_WebUI/StatsStore_Scraper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/StatsStore_WebUI/StatsStore_Scraper/README.md -------------------------------------------------------------------------------- /sbom_generation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/oraclesolaris-contrib/HEAD/sbom_generation.yaml --------------------------------------------------------------------------------