DevTech101

DevTech101

Month: January 2015

SSH connection to Solaris 11 is sometimes slow…

We migrated the first box to Solaris 11 and we experienced the first bug, as soon as we login onto the server, it would wait and wait and continue to wait…. As these delays are quite common when SSH’d is configured with the default settings, we quickly modified the lines below to help with the …

SSH connection to Solaris 11 is sometimes slow… Read More »

Nodejs Bootstrap and Express project

Configuring NodeJS, Express, and Bootstrap npm install –save express-partials Initialize /install NodeJS express Module npm install -g express-generator Create all need structure with express express –ejs bootstrap/ Finally, install NodeJS modules npm install Next, start NodeJS npm start Note: If you are using Netbeans, to be able to start from within Netbeans, add the below …

Nodejs Bootstrap and Express project Read More »

Setting Node JS / NPM Proxy

To make node js or npm work behind a firewall Get node compiled for Solaris from http://www.petertribble.co.uk/Solaris/node.html Note: after pkgadd, move Node to node. also modify this file /opt/node/lib/node_modules/npm/bin/npm-cli.js Disable strict ssl use npm config set strict-ssl false Set the regstry to non https npm config set registry http://registry.npmjs.org/ Verfy with npm config list Then …

Setting Node JS / NPM Proxy Read More »

Free Jquerey chart lib

http://justgage.com/ – gage http://www.rgraph.net/examples/meters-and-gauge-charts.html – gage http://www.jqplot.com/ http://www.jqplot.com/deploy/dist/examples/meterGauge.html – gage https://github.com/rendro/easy-pie-chart – gage http://benpickles.github.io/peity/ http://jpgraph.net/ http://elycharts.com/examples http://www.flotcharts.org/ http://www.highcharts.com http://anthonyterrien.com/knob/ Refrence – list of free https://cube3x.com/37-free-jquery-or-javascript-chart-libraries/