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
NodeJS and mongoose
npm install mongoose app.js var express = require('express'); var os = require('os'); // Mongoose import var mongoose = require('mongoose'); // Mongoose connection to MongoDB (ted/ted is readonly) mongoose.connect('mongodb://127.0.0.1/users',...
Using NodeJS With MongoDB
Configuring MongoDB First test and connect to mongo From connect line > use mcfly switched to db mcfly > db.createCollection('mathpeeps') { "ok" : 1 } > db.mathpeeps.insert({Firstname: 'Eli', lastname:...
Node JS and express
Bootstrap + nodejs http://lresende.blogspot.com/2015/01/nodejs-building-html-site-template.html Express using EJS (not jade the default) express --ejs node_app2 In the Views > headers.ejs In the index.ejs...
Mongodb Solaris configuration
http://www.oracle.com/technetwork/articles/servers-storage-admin/sol-howto-mongodb-zones-1954559.html
OEL + KVM
Make sure to install yum -y install qemu-kvm qemu-img virt-manager libvirt libvirt-python python-virtinst libvirt-client virt-install virt-viewer yum -y install kvm libvirt python-virtinst virt-top virt-manager...
Nodejs install
Download from linux binary from https://nodejs.org/download/ Extract node in /data/node
Redis installation and configuration
Increase the file descriptor limits ————————– * soft nofile 65000 * hard nofile 65000 —— compile the redis server cd /data/redis/src/ make...
Neo4j Installation, Configuration - 3 Node Example
How to Install and Configure a 3 node Neo4j Cluster First make sure to install the Oracle (Sun) version Java yum install java-1.8.0-openjdk.x86_64 To change the system to listen to the physical ip (not...
1 25 26 27 28 29 58