Blog Posts
Would you like to start a project with us?
Use the Contact Form to get in touch with us, comments, questions or suggestions. You can also simply say hello!.
September 13, 2016
12:36 pm
Comments: 0
Eli Kleinman
#!/bin/python import os import sys import time import datetime import subprocess import smtplib from email.mime.text import MIMEText def mysqlBackup(): mysql_host = 'localhost' mysql_user = 'root' mysql_user_passwd...
September 7, 2016
5:51 pm
Comments: 0
Eli Kleinman
(No Ratings Yet)Loading... 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...
September 7, 2016
12:50 pm
Comments: 2
Eli Kleinman
(No Ratings Yet)Loading... The below Example captures IOStat output with Python in Solaris #!/bin/python import subprocess import csv io_c = subprocess.Popen(['iostat', '-xnsMr', '1', '2'], stdout=subprocess.PIPE,...
August 31, 2016
5:51 pm
Comments: 0
Eli Kleinman
(No Ratings Yet)Loading... 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...
August 31, 2016
5:40 pm
Comments: 0
Eli Kleinman
(No Ratings Yet)Loading... 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...
August 31, 2016
5:22 pm
Comments: 0
Eli Kleinman
(No Ratings Yet)Loading... 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...
August 31, 2016
12:21 pm
Comments: 0
Eli Kleinman
(No Ratings Yet)Loading... 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...
August 30, 2016
2:54 pm
Comments: 0
Eli Kleinman
(No Ratings Yet)Loading... 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...
No posts found