Home 2016 January

Monthly Archives: January 2016

Exploring Processes Using Sysinternals

0
  Sysinternals is a freeware tool that can help to manage, diagnose, troubleshoot and monitor a Windows environment. It is a part of the Microsoft...

Configuring an SDN Controller in Open Source Mininet Emulator

0
The exponential increase in the use of the Internet, coupled with the growth in cloud computing, has created a need for better network control...
Node.js Introduction

An Introduction to Node.js, the Server Side JavaScript

0
  Node.js, often referred to as just Node, is a powerful tool that can run JavaScript applications on both the server side as well as...

DOT: A Language that Helps You to Draw Graphs

0
DOT is a simple, plain text language that can describe graphs which both humans and computers can use. It can be used to generate...

JavaScript: The New Parts

0
This article is the fourth part in this series. The author discusses the for...of iterator, collections and arrow functions. The JavaScript language is evolving to...

Apache Mahout The Recommender System for Big Data

0
  In social networking sites and in e-commerce, recommendations play a key role. E-commerce, in particular, depends on website traffic which is driven to it...

Running a Web Server Inside a Docker Container

0
  There are problems with setting up Docker when it is operated behind a proxy. This article explains how these can be overcome. Wikipedia defines Docker...

The Basics of Graphic Network Simulator 3 (GNS3 )

1
GNS3 is a software emulator for networks. The GNS3 website describes it as the ‘…software that empowers network professionals.’ This article provides the reader...

Deploying the LAMP Stack on Docker Containers

0
This article gives the reader a tutorial on deploying the LAMP stack on a Docker container. Before discussing Docker, we need to know about the...
lxcos

LXCOS: Unleashing the Power of LXC to Build PaaS Solutions

0
  LXC or Linux Containers is virtualisation at the operating system level, which can be used to run multiple isolated containers or Linux systems on...