Skip to main content

Posts

Showing posts from March, 2017

Node.js Tutorial for Beginners

Node.js Tutorial for beginners - Learn Node.js framework in simple and easy steps starting from basic to advanced concepts with examples including Introduction, Environment Setup, Node Package Manager, Node Callbacks Concept, Node Buffers Module, Node Streams, Node File System, Node Utility Modules, Node Web Module, Node Express Application, Node RESTFul API, Node Scaling Application.  Node.js Tutorial for Beginners 1 - Node.js Introduction Node.js Tutorial for Beginners 2 - How to Install Node.js with NPM on Windows Node.js Tutorial for Beginners 3 - How to Install Node.js with NPM on Ubuntu Linux How to install Visual Studio Code on Windows Node.js Tutorial for Beginners 4 - Run First NodeJs Web Server Cmder : A Better Command Prompt Tool for Windows Node.js Tutorial for Beginners 5 - Node.js debugger Node.js Tutorial for Beginners 6 - Node.js Docs and The Global Object Node.js Tutorial for Beginners 7 - Creating Custom Modules in Nodejs How to install Atom editor in Ubu

Shell Scripting Tutorial for Beginners

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. A shell usually interprets a single line of input, but we can also create a file containing a number of lines of commands to be interpreted. This file is a program known as a shell script. The program can also contain control structures (if-then, loops). Shell scripts allow a sequence of commands to be executed automatically . UNIX Operating System (OS) Tutorial for Beginners - Learn fundamentals of UNIX in simple and easy steps starting from basic to advanced concepts with examples including of Getting Started, Unix Korn and Bourne Shell and Programming, File Permission / Access Modes, Environment, Utilities, Pipes and Filters, Network Communication Utilities, File System, Directories, Memory Management, Special Variables, vi editor, What is Shell?, Using Shell Variables, Arrays, Basic Ope