Here you got another video tutorial about installing urlfilter in IPCop
Firts you have to download WINSCP from the source page http://winscp.net/eng/download.php#download2 and install it on you windows xp
Then download URLfiltre
And now just follow the video.
Sunday, September 20, 2009
Tuesday, September 15, 2009
Installing IPCOP
IPCOP
Its sole purpose in life is to protect the network that it is installed on. By implementing existing technology, outstanding new technology and secure programming practices, IPCop is the Linux Distribution for those wanting to keep their computers/networks safe and sound.
here you got a video about installing ipcop on VNWARE
Its sole purpose in life is to protect the network that it is installed on. By implementing existing technology, outstanding new technology and secure programming practices, IPCop is the Linux Distribution for those wanting to keep their computers/networks safe and sound.
here you got a video about installing ipcop on VNWARE
doubts?
http://www.ipcop.org/1.4.0/en/install/html/
http://www.ipcop.org/1.4.0/en/install/html/
Tuesday, September 8, 2009
Basic Concepts
Lambda
A lambda expression is an anonymous function that can contain expressions and statements, and can be used to create delegates or expression tree types.
Polymorphism
The term polymorphism refers to the ability of two or more objects beloging to different classes to respond exactly the same message (method call) in different class-specific ways.
The term polymorphism is defined in Merriam Webster's Disctionary as:
"The quality or state of being able to assume different forms"
Abstraction:
A process that involves recognizing and focusing on the important characteristics of a situation or object, and filtering out or ignoring all of the unessential details.
Object:
Is a software construct that bundles together data(state) and functions (behavior) which, taken together, represent an abstraction of the real world (physical or conceptual) object.
Attributes:
this is the data that characterizes an object. These are variables which store data relating to the state of an object.
Methods:
An object's methods characterize its behaviour, meaning all actions that the object itself is capable of performing. These operations enable the object to respond to external requests. Furthermore, operations are closely linked to attributes, as their actions may depend on or even modify attribute values.
Classes:
Is an abstraction describing the common features of all members in a group of similar objects.
Instantiation:
Is used to refer to the process by which an object is created/constructed based upon a class definition.
Encapsulation:
Is a formal term referring to the mechanism that bundles together the state information(Attributes) of an object into a single logical unit.
Delegation:
If a request is made of an object A and, in fulfilling the request, A in turn requests assistance from another object B, this is known as delegation by A to B.
A lambda expression is an anonymous function that can contain expressions and statements, and can be used to create delegates or expression tree types.
Polymorphism
The term polymorphism refers to the ability of two or more objects beloging to different classes to respond exactly the same message (method call) in different class-specific ways.
The term polymorphism is defined in Merriam Webster's Disctionary as:
"The quality or state of being able to assume different forms"
Abstraction:
A process that involves recognizing and focusing on the important characteristics of a situation or object, and filtering out or ignoring all of the unessential details.
Object:
Is a software construct that bundles together data(state) and functions (behavior) which, taken together, represent an abstraction of the real world (physical or conceptual) object.
Attributes:
this is the data that characterizes an object. These are variables which store data relating to the state of an object.
Methods:
An object's methods characterize its behaviour, meaning all actions that the object itself is capable of performing. These operations enable the object to respond to external requests. Furthermore, operations are closely linked to attributes, as their actions may depend on or even modify attribute values.
Classes:
Is an abstraction describing the common features of all members in a group of similar objects.
Instantiation:
Is used to refer to the process by which an object is created/constructed based upon a class definition.
Encapsulation:
Is a formal term referring to the mechanism that bundles together the state information(Attributes) of an object into a single logical unit.
Delegation:
If a request is made of an object A and, in fulfilling the request, A in turn requests assistance from another object B, this is known as delegation by A to B.
Subscribe to:
Comments (Atom)