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 »

Configuring NAT Using PF Firewall in Solaris 11 / 12 Zones

Solaris 11/12 PF Firewall NAT Configuration Below is an update on how to configure NAT in Solaris 11/12, the original post used IPfilter(IPF). Since Solaris now officially switched to the BSD firewall(PF) I created the updated example below. Assumptions The network used in the kernel zones are 10.10.1.0/24 The network used on the global zone …

Configuring NAT Using PF Firewall in Solaris 11 / 12 Zones Read More »

How to Configure Solaris 12 as a DNS server using bind

Installing and configuring a Bind DNS server on Solaris I was recently working with an openstack installation in a Solaris environment, and to simplify the configuration I had the need to configure my own DNS server. Below are the steps required to configure a Solaris 12(11.x) DNS server, the config was using BIND 9.x. Note: …

How to Configure Solaris 12 as a DNS server using bind Read More »

How to add a new launcher/shortcut in Gnome 3.x

Adding a launcher shortcut in Gnome 3.x Example of a shortcut is below, place this in one of two places. /usr/share/applications/vlc.desktop ~/.local/share/applications/vlc.desktop [Desktop Entry] Version=1.0 Name=MPlayer Name[en_US]=MPlayer GenericName=Media player Comment=Read, broadcast your multimedia streams Terminal=false Icon[en_US]=/opt/SMM/mplayer/share/icons/hicolor/32×32/apps/mplayer.png Exec=/opt/SMM/mplayer/bin/gmplayer TryExec=/opt/SMM/mplayer/bin/gmplayer-org Terminal=false Type=Application Icon=/opt/SMM/mplayer/share/icons/hicolor/32×32/apps/mplayer.png Categories=AudioVideo;Player;Recorder; Keywords=Player;Capture;DVD;Audio;Video;Server;Broadcast; An example of a NetBeans shortcut /usr/share/applications/netbeans.desktop netbeans.desktop [Desktop Entry] Version=1.0 Type=Application …

How to add a new launcher/shortcut in Gnome 3.x 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 »