Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions templates/static/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h1>{{ _("Updates") }}</h1>
IPFire is based on Linux, which is the best Open Source kernel around.
Additionally, IPFire is <strong>not</strong> based on any other
distribution like Knoppix is on Debian. It is compiled from the sources
of every single package. This comsumes a lot of work, but finally
of every single package. This consumes a lot of work, but finally
gives the opportunity to not rely on the update cycles of others.
The advantages we gain is that we are able to select very stable
versions of software and build the distribution from them. For example
Expand Down Expand Up @@ -997,7 +997,7 @@ <h1>{{ _("Intrusion detection system") }}</h1>
</p>
{% else %}
<p>
An Intrusion Dection System (or IDS), is a piece of software designed to detect attacks against computer systems
An Intrusion Detection System (or IDS), is a piece of software designed to detect attacks against computer systems
and networks. Thereby the IDS will analyze the network traffic and search for attack samples. If someone
scans the ports of the IPFire-System to see which services are available, the IDS will immediately notice it.
</p>
Expand All @@ -1008,7 +1008,7 @@ <h1>{{ _("Intrusion detection system") }}</h1>
</p>
<p>
It is possible to use IDS and IPS on the IPFire system. We call this system "Intrusion Detection
and Prevention System" (or IDPS). A very important deputy of this system is Snort, the free Network Intrusion Dection System
and Prevention System" (or IDPS). A very important deputy of this system is Snort, the free Network Intrusion Detection System
(NIDS). It analyzes the network traffic and if something abnormal happens, it will log the event. IPFire gives you
the possibility to see it very explicitly in the web interface.
</p>
Expand Down Expand Up @@ -1281,7 +1281,7 @@ <h3>Others</h2>

<h3>A note on virtualization</h3>
<p>
Virtualization does have advantages, but it is not without disadavantages.
Virtualization does have advantages, but it is not without disadvantages.
There is always the possibility that the VM container security can be
bypassed in some way and a hacker can gain access beyond the VM.
Because of this, it is not suggested to use IPFire as a virtual machine
Expand Down