If you're like me you like new info on how you can do things better, or on features of newly released product versions. So I try to keep up with blogs other...
If you're like me you like new info on how you can do things better, or on features of newly released product versions. So I try to keep up with blogs other folks write and new versions of related products that get released and there are a few things I'd like to share. Firstly, I'd like to highlight a series of blogs by Joerg Moellenkamp on his c0t0d0s0 blog on how to use Oracle Solaris 11.4 features. Lately he's been on fire! He has released a blog nearly every day and it...
If you're like me you like new info on how you can do things better, or on features of newly released product versions. So I try to keep up with blogs other folks write and new versions of...
As you've seen in previous blogs we've been correcting the accidental deletion of older blogs that hold still useful knowledge. After bringing back blogs by...
As you've seen in previous blogs we've been correcting the accidental deletion of older blogs that hold still useful knowledge. After bringing back blogs by James McPherson and Darryl Gove, we're now bringing back a set of blogs by one of our long time security engineers Glenn Faden. These posts he wrote under the handle Trusted Blogger cover various aspects of Oracle Solaris in the security space and how to use and configure its often unique features. Some of the older...
As you've seen in previous blogs we've been correcting the accidental deletion of older blogs that hold still useful knowledge. After bringing back blogs by James McPherson and Darryl Gove, we're now...
With this month's release of Oracle Solaris 11.4.21, we're making it easy for Solaris users of Oracle Cloud Infrastructure (OCI) to build custom images for use...
With this month's release of Oracle Solaris 11.4.21, we're making it easy for Solaris users of Oracle Cloud Infrastructure (OCI) to build custom images for use in your tenancies by releasing the tooling we have used to build the Solaris 11.4 images that are available in the Oracle Cloud Marketplace. We build these images using the Solaris Distribution Constructor tool, distro_const(8), which we use to build all of the Solaris 11 media images for distribution. Some of you...
With this month's release of Oracle Solaris 11.4.21, we're making it easy for Solaris users of Oracle Cloud Infrastructure (OCI) to build custom images for use in your tenancies by releasing...
If you are an administrator of Oracle Solaris 11 systems you will very likely be aware that several of the critical installation and management tools are...
If you are an administrator of Oracle Solaris 11 systems you will very likely be aware that several of the critical installation and management tools are implemented in Python rather than the more traditional C and/or shell script. Python is often a good choice as a systems development language and Oracle Solaris is not alone in choosing to use it more extensively. If you have done any programming with Python or have installed other Python tools you are probably aware that...
If you are an administrator of Oracle Solaris 11 systems you will very likely be aware that several of the critical installation and management tools are implemented in Python rather than the...
Following on to my previous posts on using Oracle Solaris with Oracle Cloud Infrastructure (OCI)... All modern clouds provide a fancy browser console that lets...
Following on to my previous posts on using Oracle Solaris with Oracle Cloud Infrastructure (OCI)... All modern clouds provide a fancy browser console that lets you easily manage any of your cloud resources. For power users, though, the browser console is often the slowest way to get things done. Plus, if you're trying to leverage the cloud as part of other automation, which has often been written as traditional Unix shell scripts,you may need a command line interface (CLI),...
Following on to my previous posts on using Oracle Solaris with Oracle Cloud Infrastructure (OCI)... All modern clouds provide a fancy browser console that lets you easily manage any of your...
This post is in part tong-in-cheek, and in part serious. Last week someone told me that even the NSA (yes the National Security Agency of the USA) now advises...
This post is in part tong-in-cheek, and in part serious. Last week someone told me that even the NSA (yes the National Security Agency of the USA) now advises to upgrade to Oracle Solaris 11.4 and my initial thought was "sure they do", but I was swiftly pointed to this very recent Cybersecurity Advisory they had put out (which also acts as guidance for the various government agencies). And sure enough, it states: "Upgrade to Solaris® 11.4 from earlier versions of Solaris® and...
This post is in part tong-in-cheek, and in part serious. Last week someone told me that even the NSA (yes the National Security Agency of the USA) now advises to upgrade to Oracle Solaris 11.4 and...
1) Function Pointers Declaring Function Pointers Similar to a variable declared as pointer to some data type, a variable can also be declared to be a pointer to...
1) Function Pointers Declaring Function Pointers Similar to a variable declared as pointer to some data type, a variable can also be declared to be a pointer to a function. Such a variable stores the address of a function that can later be called using that function pointer. In other words, function pointers point to the executable code rather than data like typical pointers. eg., void (*func_ptr)(); In the above declaration, func_ptr is a variable that can point to a...
1) Function Pointers Declaring Function Pointers Similar to a variable declared as pointer to some data type, a variable can also be declared to be a pointer to a function. Such a variable stores the...
Continuing my series of posts on how to use Oracle Solaris in Oracle Cloud Infrastructure (OCI), I'll next explore using Solaris Zones in OCI. In this post I...
Continuing my series of posts on how to use Oracle Solaris in Oracle Cloud Infrastructure (OCI), I'll next explore using Solaris Zones in OCI. In this post I assume you're somewhat familiar with zones already, as they've been around since we released Solaris 10 in 2005. Before diving in, there's a little terminology to review. The original zones introduced in Solaris 10 are known as non-global zones, which share a kernel with the global zone but otherwise appear to...
Continuing my series of posts on how to use Oracle Solaris in Oracle Cloud Infrastructure (OCI), I'll next explore using Solaris Zones in OCI. In this post I assume you're somewhat familiar with...
Target Audience: Oracle SuperCluster customers The primary objective of this blog post is to provide some related information on this obscure tool to...
Target Audience: Oracle SuperCluster customers The primary objective of this blog post is to provide some related information on this obscure tool to inquisitive users/customers as they might have noticed the osc-interdom service and the namesake package and wondered what is it for at some point. SuperCluster InterDomain Communcation Tool, osc-interdom, is an infrastructure framework and a service that runs on Oracle SuperCluster products to provide flexible monitoring and...
Target Audience: Oracle SuperCluster customers The primary objective of this blog post is to provide some related information on this obscure tool to inquisitive users/customers as they might have...