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
Thunderbird google imap setup
Server Name: imap.googlemail.com Port: 993 User Name: usera@gmail.com Connection Security: SSL/TLS Auth Methud: Normal Password
Managing Docker By Using Docker Swarm
Managing Docker Swarm The below Docker swarm how to is part of build highly available private docker registry. To configure Docker Swarm you will need minimum 3 nodes, below I will use the names/ip’s...
Upgrading mediawiki
Step one is backup mysql cd /wiki/mysql_backups ./mysql_backup.sh Step two, install/upgrade mediawiki /usr/gnu/bin/tar xvf mediawiki-1.26.2.tar -C /wiki/mediawiki --strip-components=1 chown -R webservd:webservd...
BDA
Updating Kafka and Setup on Oracle BDA
To update Kafka on an Oracle BDA (or on CM), follow the process below Log into CM as admin user and check if KAFKA parcel 0.8.2.0-1.kafka1.3.1.p0.9 is available for download. Go to Hosts –> Parcels...
BDA
Installing, adding software to an Oracle Big Data Appliance (BDA)
Follow Doc ID 2069351.1 Example of installing postgress SQL First, just download the rpm from the Oracle yum repo http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/ Then, run dcli -C rpm...
Testing HDFS Over WebHDFS By Using CURL
A quick update on hdfs put/get/etc… Simplest solution to upload/download/delete/etc… Use webhdfs. samples are below. ————— Simple Example in one step. Note: In...
How to recover from an Oracle DB archivelog full error
How to recover from an Oracle DB if the disk/file system for archive logs gets full Note: if DB is hung at shutdown i.e. shu immediate, then force a shutdown, like below SQL> shutdown abort; SQL> startup...
ASM migrate from one lun to anther lun
To add new disk array / lun sqlplus / as sysasm ALTER DISKGROUP DATA ADD DISK '/dev/rdsk/c1d1s0' REBALANCE POWER 5; # Fastest ALTER DISKGROUP DATA ADD DISK '/dev/rdsk/c1d1s0' REBALANCE POWER 11; To verify...
1 21 22 23 24 25 58