Blame gnome-help/id/net-security-tips.page

Packit 6d2957
Packit 6d2957
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="guide" style="task" id="net-security-tips" xml:lang="id">
Packit 6d2957
Packit 6d2957
  <info>
Packit 6d2957
    <link type="guide" xref="net-general"/>
Packit 6d2957
Packit 6d2957
    <revision pkgversion="3.4.0" date="2012-02-21" status="final"/>
Packit 6d2957
    <revision pkgversion="3.18" date="2015-09-28" status="final"/>
Packit 6d2957
Packit 6d2957
    <credit type="author">
Packit 6d2957
      <name>Steven Richards</name>
Packit 6d2957
      <email>steven.richardspc@gmail.com</email>
Packit 6d2957
    </credit>
Packit 6d2957
Packit 6d2957
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
Packit 6d2957
Packit 6d2957
    <desc>General tips to keep in mind when using the internet.</desc>
Packit 6d2957
  
Packit 6d2957
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
Packit 6d2957
      <mal:name>Andika Triwidada</mal:name>
Packit 6d2957
      <mal:email>andika@gmail.com</mal:email>
Packit 6d2957
      <mal:years>2011-2014, 2017.</mal:years>
Packit 6d2957
    </mal:credit>
Packit 6d2957
  
Packit 6d2957
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
Packit 6d2957
      <mal:name>Ahmad Haris</mal:name>
Packit 6d2957
      <mal:email>ahmadharis1982@gmail.com</mal:email>
Packit 6d2957
      <mal:years>2017.</mal:years>
Packit 6d2957
    </mal:credit>
Packit 6d2957
  </info>
Packit 6d2957
Packit 6d2957
  <title>Tetap aman di internet</title>
Packit 6d2957
Packit 6d2957
  

A possible reason for why you are using Linux is the robust security that

Packit 6d2957
  it is known for. One reason that Linux is relatively safe from malware and
Packit 6d2957
  viruses is due to the lower number of people who use it. Viruses are targeted
Packit 6d2957
  at popular operating systems, like Windows, that have an extremely large user
Packit 6d2957
  base. Linux is also very secure due to its open source nature, which allows
Packit 6d2957
  experts to modify and enhance the security features included with each
Packit 6d2957
  distribution.

Packit 6d2957
Packit 6d2957
  

Despite the measures taken to ensure that your installation of Linux is

Packit 6d2957
  secure, there are always vulnerabilities. As an average user on the internet
Packit 6d2957
  you can still be susceptible to:

Packit 6d2957
Packit 6d2957
  <list>
Packit 6d2957
    <item>
Packit 6d2957
      

Phishing Scams (websites and emails that try to obtain sensitive

Packit 6d2957
      information through deception)

Packit 6d2957
    </item>
Packit 6d2957
    <item>
Packit 6d2957
      

<link xref="net-email-virus">Meneruskan surel jahat</link>

Packit 6d2957
    </item>
Packit 6d2957
    <item>
Packit 6d2957
      

<link xref="net-antivirus">Aplikasi dengan niat jahat (virus)</link>

Packit 6d2957
    </item>
Packit 6d2957
    <item>
Packit 6d2957
      

<link xref="net-wireless-wepwpa">Unauthorized remote/local network

Packit 6d2957
      access</link>

Packit 6d2957
    </item>
Packit 6d2957
  </list>
Packit 6d2957
Packit 6d2957
  

Agar tetap aman daring, ingatlah tip-tip berikut:

Packit 6d2957
Packit 6d2957
  <list>
Packit 6d2957
    <item>
Packit 6d2957
      

Be wary of emails, attachments, or links that were sent from people

Packit 6d2957
      you do not know.

Packit 6d2957
    </item>
Packit 6d2957
    <item>
Packit 6d2957
      

If a website’s offer is too good to be true, or asks for sensitive

Packit 6d2957
      information that seems unnecessary, then think twice about what
Packit 6d2957
      information you are submitting and the potential consequences if that
Packit 6d2957
      information is compromised by identity thieves or other criminals.

Packit 6d2957
    </item>
Packit 6d2957
    <item>
Packit 6d2957
      

Be careful in providing

Packit 6d2957
      <link xref="user-admin-explain">root level permissions</link> to any
Packit 6d2957
      application, especially ones that you have not used before or which are
Packit 6d2957
      not well-known. Providing anyone or anything with root level permissions
Packit 6d2957
      puts your computer at high risk to exploitation.

Packit 6d2957
    </item>
Packit 6d2957
    <item>
Packit 6d2957
      

Make sure you are only running necessary remote-access services.

Packit 6d2957
      Having SSH or VNC running can be useful, but also leaves your computer
Packit 6d2957
      open to intrusion if not secured properly. Consider using a
Packit 6d2957
      <link xref="net-firewall-on-off">firewall</link> to help protect your
Packit 6d2957
      computer from intrusion.

Packit 6d2957
    </item>
Packit 6d2957
  </list>
Packit 6d2957
Packit 6d2957
</page>