DevTech101

DevTech101

solaris12

Capturing Solaris 11.4 (12) Analytics By Using Remote Administration Daemon (RAD) – Part 5

Capturing Your Own Solaris 11.4 (12) Analytics By Using Remote Administration Daemon (RAD) – Part 5 Note: The full code is available in a GitHub repository. to play with the code, feel free to clone the Solaris Analytics Publisher Repository. This is part 5 out of a series of articles on how to use Oracle …

Capturing Solaris 11.4 (12) Analytics By Using Remote Administration Daemon (RAD) – Part 5 Read More »

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 »

Oracle Solaris 11.4 / 12 Apache And PHP 5.6

Oracle Solaris 11.4 / 12 Apache And PHP 5.6 Install php pkg install web/php-common web/php-56 web/php-56/extension/php-xdebug Install apache pkg install web/server/apache-24 web/server/apache-24/module/apache-ssl web/server/apache-24/module/apache-wsgi-27 Configure apache cd /etc/apache2/2.4 cp samples-conf.d/php5.6.conf conf.d/. Enable extensions /etc/php/5.6/conf.d/extensions.ini create phpinfo file (to test) /var/apache2/2.4/htdocs/phpinfo.php Create Apache virtual server /etc/apache2/2.4/conf.d/wordpress.conf DocumentRoot /wiki/wp ServerName wpserver.tld ServerAdmin admin@wpserver.tld ErrorLog /var/apache2/2.4/logs/wpserver-error_log TransferLog /var/apache2/2.4/logs/wpserver-access_log Options …

Oracle Solaris 11.4 / 12 Apache And PHP 5.6 Read More »

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 4

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore Note: There is an updated process for Solaris 11.4+, please check out part 5 – Enhanced method on how to capture analytics in Solaris 11.4+ Note: The full code is available in a GitHub repository. to play with the code, feel free to just clone the …

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 4 Read More »

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 3

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore Note: There is an updated process for Solaris 11.4+, please check out part 5 – Enhanced method on how to capture analytics in Solaris 11.4+ Note: The full code is available in a GitHub repository. to play with the code, feel free to just clone the …

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 3 Read More »

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 2

Capturing Solaris 11.4/(12) analytical data Note: There is an updated process for Solaris 11.4+, please check out part 5 – Enhanced method on how to capture analytics in Solaris 11.4+ Note: The full code is available in a GitHub repository. to play with the code, feel free to just clone the Solaris Analytics Publisher repository. …

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 2 Read More »

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 1

How to Capturing / create your own custom analytics Note: There is an updated process for Solaris 11.4+, please check out part 5 – Enhanced method on how to capture analytics in Solaris 11.4+ Note: The full code is available in a GitHub repository. to play with the code, feel free to just clone the …

Capturing Your Own Solaris 11.4 (12) Analytics / Sstore – Part 1 Read More »

First take on docker / Solaris 1.4 /12 (may not be in the current beta)

Enable docker svcadm enable svc:/application/docker/docker Configure base Solaris image docker-support create-base-image # With name service configuration (example xml at the end of post) docker-support create-base-image -p ./sc.xml Run base test image docker run -it solaris not working yet docker commit 8dbd9e392a96 elis_img Make sure firewall service is up Create a container docker run -ti -d …

First take on docker / Solaris 1.4 /12 (may not be in the current beta) Read More »