Skip to main content

Posts

Showing posts from October, 2013

Distributed Database Management System

Distributed Computing A computer program  that runs in a distributed system is called distributed program and distributed programming is the process of writing such programs A distributed system may have common goal, such as solving a large computational problem. Alternatively each computer may have its own user with individual needs and the purpose of the distributed system is to coordinate the use of shared resources or provide communication services to the users. There are several autonomous computational entities, each of which has its own local memory.These entities communicate with each other by message passing. Typical properties of distributed systems. The system has to tolerate failures in individual computers. The structure of the system(network topology, network latency, number of computers) is not know in advance, the system may consist of different kinds of computers and network links. and the system may change during the execution of a distributed prog...

A2Z Linux Commands

List of Linux Commands: Command Description alias Create an alias apropos Search manual for keyword at Schedule a job to run in the future. awk Find and Replace text within file(s) break Exit from a loop builtin Run a shell builtin bunzip2 Decompress file from bzip2 format bzip2 Compress file to bzip2 format cal Display a calendar case Conditionally perform a command cat Concatenate files to standard output cd Change Directory cfdisk Partition table manipulator for Linux chgrp Change group ownership chmod Change access permissions chown Change file owner and group chroot Run a command with a different root directory chvt Change the virtual Terminal cksum Print CRC checksum and byte counts clear Clear terminal screen cmp Compare two files comm Compare two sorted files line by line command Run a command – ignoring shell functions compress Compress file(s) to old Unix compress format continue Resume the next iteration of a loop convmv A perl script that c...

Free EBooks List

This post has collection of Free EBooks for all the latest technology available online Meta-Lists 25 Free Computer Science Ebooks Book Training - On Video Cheat Sheets (Free) CodePlex List of Free E-Books Free Tech Books Galileo Computing   (German) How to Design Programs: An Introduction to Computing and Programming Microsoft Press: Free E-Books MindView Inc O'Reilly's Open Books Project Sofware Program Managers Network TechBooksForFree.com Theassayer.org Wikibooks: Programming Graphics Programming DirectX manual   (draft) Learning Modern 3D Graphics Programming   (draft) GPU Gems GPU Gems 2   -   ch 8,14,18,29,30 as pdf GPU Gems 3 Graphics Programming Black Book ShaderX series Language Agnostic 97 Things Every Programmer Should Know Algorithms and Data-Structures   (PDF) Algorithms   (draft) The Architecture of Open Source Applications The Art of Unix Programming Best Kept Secrets of Peer Code Review Binary Trees...