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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-04-01 06:44:41 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120401064441-kzqieiifcso1lnhe
Tags: 3.4.0-1
* New upstream release.
* Bump Standards-Version to 3.9.3.

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="it">
 
3
 
 
4
  <info>
 
5
    <revision pkgversion="3.4.0" date="2012-02-21" 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
  
 
19
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
20
      <mal:name>Luca Ferretti</mal:name>
 
21
      <mal:email>lferrett@gnome.org</mal:email>
 
22
      <mal:years>2011</mal:years>
 
23
    </mal:credit>
 
24
  </info>
 
25
 
 
26
<title>Staying safe on the internet</title>
 
27
 
 
28
<p>A possible reason for why you are using Linux is the robust security that 
 
29
it is known for. One reason that Linux is relatively safe from malware and 
 
30
viruses is due to the lower number of people who use it.
 
31
Viruses are targeted at popular operating systems like Windows, that have an extremely large 
 
32
user base. Linux is also very secure due to its open source nature, which allows experts 
 
33
to modify and enhance the security features included with each distribution.</p>
 
34
 
 
35
<p>Despite the measures taken to ensure that your installation of Linux is secure, there
 
36
are always vulnerabilities. As an average user on the internet you can still be susceptible to:</p>
 
37
 
 
38
 <list>
 
39
  <item><p>Phishing Scams (websites and emails that try to obtain sensitive information through deception)</p></item>
 
40
  <item><p><link xref="net-email-virus">Forwarding malicious emails</link></p></item>
 
41
  <item><p><link xref="net-antivirus">Applications with malicious intent (viruses)</link></p></item>
 
42
  <item><p><link xref="net-wireless-wepwpa">Unauthorised remote/local network access</link></p></item>
 
43
 </list>
 
44
 
 
45
<p>To stay safe online, keep in mind the following tips:</p>
 
46
 
 
47
 <list>
 
48
  <item><p>Be wary of emails, attachments, or links that were sent from people you do not know.</p></item>
 
49
  <item><p>If a website's offer is too good to be true, or asks for sensitive information
 
50
that seems unnecessary, then think twice about what information you are submitting and the potential 
 
51
consequences if that information is compromised by identity thieves or other criminals.</p></item>
 
52
  <item><p>Be careful in providing any application <link xref="user-admin-explain">root level permissions</link>, especially ones that 
 
53
you have not used before or apps that are not well-known. Providing anyone/anything with root level 
 
54
permissions puts your computer at high risk to exploitation.</p></item>
 
55
  <item><p>Make sure you are only running necessary remote-access services. Having
 
56
SSH or VNC running can be useful, but also leaves your computer open to intrusion if not 
 
57
secured properly. Consider using a <link xref="net-firewall-on-off">firewall</link> to help 
 
58
protect your computer from intrusion.</p></item>
 
59
 </list>
 
60
 
 
61
</page>