Home Page

Featured Articles

Working with Linux Processes
Saturday, 11/05/13 - 4 comment(s)
The brain of any operating system is its kernel. But a computer with only an operating system(kernel) is of no use, because nobody really uses an operating system. The end user of a computer is always concerned about programs, and not the operating system. What an operating system really does is to provide an environment, where these programs can... + continue reading
nfs performance tuning in linux
Wednesday, 01/05/13 - 0 comment(s)
Our introductory guide to NFS did not contain some major topics, that requires special attention when we talk about NFS. These topics must always be given an extra bit of care, while configuring NFS. We purposely skipped out most of the serious topics in NFS in that tutorial guide, because of the simple reason that they are serious topics and must... + continue reading
NFS in Linx Complete Guide
Monday, 29/04/13 - 0 comment(s)
During the infancy period of computer's, SUN Microsystems developed a technology, which made accessing files from other computer's over network easy. This technology gave a new dimension to access data through network, and is heavily used even today in organizations. The advantage of this technology is the fact that it made directories and... + continue reading
Passwords in Linux
Wednesday, 24/04/13 - 0 comment(s)
A user account with a corresponding password for that account, is the primary mechanism that can be used for getting access to a Linux machine. Its very much logical to think that the passwords of all the user's in a system must first be saved in some kind of a file or a database, so that it can be verified during a user login attempt.And you do... + continue reading

Security Related

SSH Working Explained
154
reads
3 today
Tuesday, 14/05/13 - 0 comment(s)
Taking remote shell, for carrying out different tasks is a norm, if you have multiple server machine's in your infrastructure. Different protocols and tools were made to accomplish this task of... + continue reading
Passwords in Linux
1.045
reads
13 today
Wednesday, 24/04/13 - 0 comment(s)
A user account with a corresponding password for that account, is the primary mechanism that can be used for getting access to a Linux machine. Its very much logical to think that the passwords of... + continue reading
GPG Privacy Guard
606
reads
16 today
Monday, 22/04/13 - 2 comment(s)
Communication through internet is always exposed to security risks of some or the other kind. Any message transmission done through TCP or UDP can always be intercepted with simple packet capturing... + continue reading

Networking Related

210
reads
1 today
Thursday, 28/03/13 - 0 comment(s)
DHCP- Dynamic Host Configuration Protocol.Suppose you have a small network and you want all the machines in the network to have an ip address,dns server address,gateway etc to be configured... + continue reading
eigrp tutorial
260
reads
6 today
Friday, 01/02/13 - 0 comment(s)
INTRODUCTION TO EIGRPEIGRP is a Cisco proprietary routing protocol. and since  it is proprietary, one can use it only in a Cisco network.Technology used in EIGRP  (Diffused Update Algorithm... + continue reading
routing information protocol
274
reads
1 today
Friday, 01/02/13 - 0 comment(s)
This notes is all about how to configure RIP Version 1 and Version 2  on cisco routers.This tutorial on RIP will make CCNA studentrs works more easier.Here we see how to configure rip version 1... + continue reading

Technical News

ubuntu inside windows
269
reads
1 today
Wednesday, 28/11/12 - 0 comment(s)
Recently one of our Facebook friend asked us about a way to install Linux inside windows like an application. People who are very much used to windows for their day to day usage are a bit hesitant... + continue reading
Google Speedy Protocol
184
reads
2 today
Monday, 12/11/12 - 0 comment(s)
What is SPDY or Speedy Protocol?Speedy or SPDY is an expermental protocol developed by google. Its an effort made to reduce the latency present in HTTP.Its a protocol for transporting web content.... + continue reading
convert html to pdf
195
reads
3 today
Saturday, 20/10/12 - 0 comment(s)
wkhtmltopdf is a superb tool that can be used to convert a given url or local html page, to pdf format. This tool after installing can be embeded inside php code,inside shell script or any other... + continue reading