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
Solaris privlges
To find out what privileges are stopping you from running a command, you should run it under ppriv -eD command. For example: You can then use usermod -K ... to assign the necessary privileges to a user....
Collecting Oracle (OVN) - Xsigo Director Logs
First log in to each director as admin and run get-log-files -all xsigo1 get-log-files -all -cores xsigo1 Then copy off the logs scp 10.10.105.51:/var/fsroot/admin/xsigo1.gz .
NetBackup SAN Client Installation configuration
Contents 1 Hardware Requirements 1.1 Before you start 2 NetBackup Media Server configuration 2.1 Make sure the NetBackup Media Server is running 6.52A 2.2 Unload the default HBA initiator drivers 2.3 Mark...
jquery ajax function callback
jQuery callback examples explaind Using jQuery Deferred to Manage Multiple AJAX calls http://jmonkee.net/wordpress/2012/03/13/returning-data-retrieved-via-a-jquery-ajax-request/ List of very good jQuery...
Modify Brocade Zones With The CLI
(No Ratings Yet)Loading... Modify Brocade Zones With The CLI Creating a new alias(s). alicreate "cloud4_global_FAA","50:01:39:71:00:53:21:57" alicreate "cloud4_global_FAB","50:01:39:71:00:53:21:58" alicreate...
Solaris Linux and windows lun alignment
Click to access partitionalign-111512-1875560.pdf
Modifying Solaris Zone Properties With a Loop.
Modifying Solaris Zone Properties With a Loop. To modify many Solaris Zone Properties, you can run a loop something like the below. Example 1 for i in `zoneadm list -cv |grep wapp1|awk '{print $2}'`;do...
Protecting Files From Getting Overwritten Mistakenly
Protecting Files From Overwriting Mistakenly To set protection on, run the below. set -o noclobber To make it permanent just add to your .bashrc echo 'set -o noclobber' >> ~/.bashrc An example how things...
1 45 46 47 48 49 58