File: net-security-tips.page

package info (click to toggle)
gnome-user-docs 49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 143,008 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (76 lines) | stat: -rw-r--r-- 5,630 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="net-security-tips" xml:lang="ta">

  <info>
    <link type="guide" xref="net-general"/>

    <revision pkgversion="3.4.0" date="2012-02-21" status="final"/>
    <revision pkgversion="3.18" date="2015-09-28" status="final"/>

    <credit type="author">
      <name>ஸ்டீவன் ரிச்சர்ட்ஸ்</name>
      <email>steven.richardspc@gmail.com</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>இணையத்தைப் பயன்படுத்தும் போது மனதில் வைத்துக் கொள்ள வேண்டிய சில குறிப்புகள்.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Shantha kumar,</mal:name>
      <mal:email>shkumar@redhat.com</mal:email>
      <mal:years>2013</mal:years>
    </mal:credit>
  </info>

  <title>இணையத்தில் பாதுகாப்பாக இருத்தல்</title>

  <p>Linux இன் உறுதியான பாதுகாப்பே நீங்கள் அதைப் பயன்படுத்த ஒரு முக்கியக் காரணமாக இருக்கலாம். Linux தீம்பொருள் மற்றும் வைரஸ்களால் அதிகம் பாதிக்காமல் இருக்க, குறைவானவர்களே அடைப் பயன்படுத்துவதும் ஒரு காரணம். வைரஸ்கள் பொதுவாக Windows போன்ற பிரபலமான இயக்க முறைமைகளைக் குறிவைத்தே உருவாக்கப்படுகின்றன. Linux மிக பாதுகாப்பானதாக இருக்க அதன் திறமூலப் பண்பும் ஒரு காரணமாகும், அது திறமூலமாக இருப்பதால், ஒவ்வொரு விநியோகத்திலும் பாதுகாப்பு அம்சங்கள் மாற்றி, மேம்படுத்தப்பட்டு வெளிவருகின்றன.</p>

  <p>Linux இன் நிறுவல் பாதுகாப்பானதாக இருக்க தேவையான அனைத்து நடவடிக்கைகளும் எடுக்கப்பட்டிருந்தாலும், பாதிப்புகள் எப்போதும் வாய்ப்புகள் இருக்கவே செய்கின்றன. ஒரு சராசரி இணைய பயனராக நீங்கள் பாதிப்புக்கு உட்படக்கூடிய பாதிப்புகள் பின்வருமாறு:</p>

  <list>
    <item>
      <p>ஃபிஷிங் மோசடி (மோசடி மூலம் முக்கிய தகவல்களை பெற முயற்சி செய்யும் வலைத்தளங்கள் மற்றும் மின்னஞ்சல்கள்)</p>
    </item>
    <item>
      <p><link xref="net-email-virus">தீங்குதரும் மின்னஞ்சல்களைப் பகிர்தல்</link></p>
    </item>
    <item>
      <p><link xref="net-antivirus">தீங்கு தரும் பொருள்களைக் (வைரஸ்) கொண்ட பயன்பாடுகள்</link></p>
    </item>
    <item>
      <p><link xref="net-wireless-wepwpa">Unauthorized remote/local network
      access</link></p>
    </item>
  </list>

  <p>ஆன்லைனில் பாதுகாப்பாக இருக்க, பின்வரும் குறிப்புகளை மனதில் வைத்துக்கொள்ளவும்:</p>

  <list>
    <item>
      <p>உங்களுக்குத் தெரியாவர்களிடமிருந்து பெறும் மின்னஞ்சல்கள், இணைப்புகள் அல்லது இணைப்புகள் போன்றவற்றில் எச்சரிக்கையாக இருங்கள்.</p>
    </item>
    <item>
      <p>If a website’s offer is too good to be true, or asks for sensitive
      information that seems unnecessary, then think twice about what
      information you are submitting and the potential consequences if that
      information is compromised by identity thieves or other criminals.</p>
    </item>
    <item>
      <p>Be careful in providing
      <link xref="user-admin-explain">root level permissions</link> to any
      application, especially ones that you have not used before or which are
      not well-known. Providing anyone or anything with root level permissions
      puts your computer at high risk to exploitation.</p>
    </item>
    <item>
      <p>Make sure you are only running necessary remote-access services.
      Having SSH or RDP running can be useful, but also leaves your computer
      open to intrusion if not secured properly. Consider using a
      <link xref="net-firewall-on-off">firewall</link> to help protect your
      computer from intrusion.</p>
    </item>
  </list>

</page>