~ubuntu-branches/ubuntu/precise/gnome-user-docs/precise

« back to all changes in this revision

Viewing changes to gnome-help/sl/net-security-tips.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="guide" style="task" id="net-security-tips" xml:lang="sl">
 
3
 
 
4
  <info>
 
5
    <revision version="3.2" date="2011-09-30" status="final"/>
 
6
 
 
7
    <link type="guide" xref="net-general"/>
 
8
 
 
9
    <desc>
 
10
    General tips to keep in mind when using the internet
 
11
    </desc>
 
12
 
 
13
    <credit type="author">
 
14
      <name>Steven Richards</name>
 
15
      <email>steven.richardspc@gmail.com</email>
 
16
    </credit>
 
17
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
18
  </info>
 
19
 
 
20
<title>Staying safe on the internet</title>
 
21
 
 
22
<p>A reason why you may be using Linux is for the robust security that it is known for. One reason 
 
23
Linux is relatively safe from malware and viruses is due to the number of people that use it.
 
24
Viruses are targeted at popular operating systems like Windows that have an extremely massive 
 
25
user base. Linux is also very secure due to its open source nature which allows experts 
 
26
to modify and enhance the security features included with each distribution.</p>
 
27
 
 
28
<p>Despite the measures taken to ensure your installation of Linux is secure, there
 
29
are always vulnerabilities. As an average user on the internet you are still susceptible to:</p>
 
30
 
 
31
 <list>
 
32
  <item><p>Phishing Scams (Sites that try to obtain sensitive information through deception)</p></item>
 
33
  <item><p><link xref="net-email-virus">Forwarding malicious emails</link></p></item>
 
34
  <item><p><link xref="net-antivirus">Applications with malicious intents (Viruses)</link></p></item>
 
35
  <item><p><link xref="net-wireless-wepwpa">Unwarranted remote/local network access</link></p></item>
 
36
 </list>
 
37
 
 
38
<p>To stay safe from malicious exploits, keep in mind the following tips:</p>
 
39
 
 
40
 <list>
 
41
  <item><p>Do not open emails, attachments, or links that were sent from people you do not know.</p></item>
 
42
  <item><p>If a website's offer is too good to be true or asks for sensitive information
 
43
that seems unnecessary, then think twice about what you are submitting and the potential 
 
44
consequences if that information is compromised by identity thieves or other criminals.</p></item>
 
45
  <item><p>Be careful in providing any application root level permissions, especially ones that 
 
46
you have not used before or apps that are not well-known. Providing anyone/anything with root level 
 
47
permissions puts your computer at high risk to exploitation.</p></item>
 
48
  <item><p>Make sure you are only running necessary remote-access services. Having
 
49
<app>SSH</app> or <app>VNC</app> running can be useful but also leaves your computer open to intrusion if not 
 
50
secured properly. Consider using a <link xref="net-firewall-on-off">firewall</link> to help 
 
51
protect your computer from intrusion.</p></item>
 
52
 </list>
 
53
 
 
54
</page>