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!.

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Filter by Categories
alfresco
Andriod
Andriod Studio
angularjs
Apple
Applications
AWS
BDA
bootstrap
brocade
cassandra
Chef
cloud
Configuration Managment
Consul
css
dansguardian
DB
DIP
django
docker
Drupal
elasticsearch
emc
Enterprise Manager 12c
Enterprise Manager 13c
ESX-5.4
Ethernet
firefox
flume
Fun
Genral
Github
grafana
Hadoop
Hardware
highcharts
hitachi-vsp
HP iLO
HylaFax
IB
IDM
ilom
informix
java
javascript
jmeter
jquery
Kubernetes
KVM
LDAP
Load Test
mac
mediawiki
Mongodb
Monitoring
Music
neo4j
NetBackup
NetBeans
NetScaller
network
nginx
node
nodejs
NoSQL
Odsee
oel-6
oel-7
office
OpenGL
openstack
openstack
Ops Center
Oracle
Oracle IDM
Oracle iLOM
Oracle NoSQL
OracleDB
os
OTD
OUD
OUDSM
ovm-for-sparc
OVN
perl
php
Puppet
python
python
redhat-6
redis
scripting
solaris
solaris-11.3
solaris10
solaris11
solaris11.1
solaris11.2
solaris11.4
solaris12
SQLite
squid
storage
Sun
thunderbird
Tripwire
Uncategorized
Veritas
violin
virtualization
web
weblogic
wiki
windows-2008
windows-2012
wordpress
ZFSSA
zones
Python remote backup script
#!/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...
Oracle Solaris 11.4 / 12 Apache And PHP 5.6
(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...
Example Of Capturing IOStat With Python
(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,...
Solaris-analytics-3
Capturing Your Own Solaris 11.4 (12) Analytics / Sstore - Part 4
(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...
Solaris-analytics-2
Capturing Your Own Solaris 11.4 (12) Analytics / Sstore - Part 3
(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...
Solaris-analytics-2
Capturing Your Own Solaris 11.4 (12) Analytics / Sstore - Part 2
(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...
Solaris-analytics-2
Capturing Your Own Solaris 11.4 (12) Analytics / Sstore - Part 1
(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...
First take on docker / Solaris 1.4 /12 (may not be in the current beta)
(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...
1 12 13 14 15 16 58