Daily Archives: September 9, 2010

NMAP Scan

September 9, 2010
By admin

Speedy NMAP scans Nmap (http://www.insecure.org/nmap) is the most popular network scanner widely used and misused. Most people tend to ignore the various “switches (options)” and only use the default parameters. It is possible to prioritize SPEED or STEALTH in nmap scans but i’ll mainly be talking about maximizing SPEED.

Read more »

GNU Project

September 9, 2010
By admin

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is more often known as “Linux”, and many users are not aware of the extent of its connection with the GNU Project.

Read more »

Zope in Nepali Market

September 9, 2010
By admin

Zope is a relatively obscure but powerful open source application server based on Python programming language. Zope has been around for over half a decade but is relatively unknown in the market due to its perhaps eccentric nature as compared to market heavyweights such as J2EE and .NET.

Read more »

E-Business

September 9, 2010
By admin

The term E-business was initially used by IBM in 1997. In order to allow more types of business on the web created the term E-Business. But we generally happen to have the term E-Commerce more frequently. Actually, E-commerce is  only one aspect of E-Business. E-business is about using the convenience,  availability and world-wide reach to...

Read more »

Snort – Intrusion Detection System

September 9, 2010
By admin

Designed to fill the gap left by expensive, heavy-duty network intrusion detection systems, Snort is a free, cross-platform packet sniffer, logger, and intrusion detector for monitoring smaller TCP/IP networks. It runs on Linux/UNIX and Win32 systems. It takes mere minutes to install and start  using it.

Read more »

Linux and NetBSD

September 9, 2010
By admin

The two operating systems are generally very similar, but they have some important differences: Linux behaves more like System V UNIX, while NetBSD is more similar to the Berkeley flavors of UNIX.  From an end user perspective, Linux tends to support more and newer hardware, and tends to have a larger share of users. ...

Read more »

How to write a Makefile?

September 9, 2010
By admin

Definition A simple makefile consists of rules with the following shape target … : dependencies … command  …  … A target is the name of a file that is generated by a program; examples of targets are executable or object files. A target can also be the name of an action such as clean,...

Read more »

DNS Quickie

September 9, 2010
By admin

DNS Quickie  The nameserver is a program that matches an IP address say (192.168.0.244) to a hostname say (test.linuxnepal.com.np). It also provides for matching in the opposite direction as well, informing you that the machine that has the address 192.168.0.244 is called test.linuxnepal.com.np. To setup the Domain Name Server, following files and directories have...

Read more »

Tags