DevTech101

DevTech101

Month: January 2018

Using LDAP Search On Linux / Solaris 12 With TLS/SSL

Using ldapsearch to do an LDAP Search using TLS/SSL In older / previous versions of Solaris (pre-Solaris 12/11.4) ldapsearch was based on the original Netscape ldapsearch using a different syntex. Searching for a user was something like the syntax below. ldapsearch -Z -P /var/ldap -h ldap.domain.com -p 1636 -b dc=domain,dc=com uid=usera dn In more recent …

Using LDAP Search On Linux / Solaris 12 With TLS/SSL Read More »

Oracle Solaris 11.4 (12) Beta – Released!!

Oracle finally releases Oracle Solaris 11.4 Beta I have been waiting for the Oracle Solaris 12 release for a while now. While its clear that Solaris 12 will not be released, but that doesn’t mean the end of Solaris (updates), in fact most of the work going in to Solaris 12 (hopefully) got pushed back …

Oracle Solaris 11.4 (12) Beta – Released!! Read More »

Master Index – Related Posts To Oracle Solaris 11.4 / Solaris 12

Master Index Of Posts Related to Oracle Solaris 11.4 / Solaris 12 Articles Below you will find links on this blog to articles related to Oracle Solaris 11.4 / Solaris 12. Creating A DevOps Like Environment In Oracle Solaris 11.3/11.4 By Using RAD And REST – Part 1 Creating A DevOps Like Environment In Oracle …

Master Index – Related Posts To Oracle Solaris 11.4 / Solaris 12 Read More »

GitHub Configuration / Setup Branching and Merging Examples

Configuring, Using GitHub Branching and Merging Recently, I had to work with a repository on GitHub, below are my notes on configuration, usage etc.. Note: To work with git there are many helpful utility’s. one rely widely used helpful utility is called bash-it, it will help with your branching and many more, available here. First, …

GitHub Configuration / Setup Branching and Merging Examples Read More »

Creating, Hosting Your Own CoreOS Rkt App Container Images(ACI)

Creating, Hosting your own CoreOS Rkt (ACI) Images Creating your own (ACI) package The document below uses the ACI image format since we are dealing with Rkt. in the future Rkt might switch to the OCI format. to note Docker is using the OCI image format, which is part of the opencontainer initiative. The steps …

Creating, Hosting Your Own CoreOS Rkt App Container Images(ACI) Read More »