特殊:Badtitle/NS100:Security:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
正在将页面替换为 '{{From|https://help.ubuntu.com/community/security}} {{Languages|UbuntuHelp:security}} Please see UbuntuHelp:Glossary#security -- UbuntuHelp:duncan-lithgow <<DateTi...'
Wikibot留言 | 贡献
无编辑摘要
第1行: 第1行:
{{From|https://help.ubuntu.com/community/security}}
{{From|https://help.ubuntu.com/community/Security}}
{{Languages|UbuntuHelp:security}}
{{Languages|UbuntuHelp:Security}}
Please see [[UbuntuHelp:Glossary#security]]
{|border="1" cellspacing="0"
-- [[UbuntuHelp:duncan-lithgow]] <<DateTime(2008-07-26T17:22:54+0200)>>
| {i} Security is part of the [[UbuntuHelp:UserDocumentation|UserDocumentation]] series of index pages.  Please read the [[UbuntuHelp:WikiGuide|WikiGuide]] prior to making changes.
|}
=== Security Guides ===
==== General Information ====
* [[UbuntuHelp:ProactiveSecurity|ProactiveSecurity]] - An overview of security options and thoughts how to create a hidden encrypted volume with Truecrypt
* [[UbuntuHelp:UnsafeDefaults|UnsafeDefaults]] - Default settings that you should change if you run network services
==== Security Updates ====
* [[UbuntuHelp:AutomaticSecurityUpdates|AutomaticSecurityUpdates]] - How to set up Ubuntu to install security updates automatically
==== Passwords ====
* [[UbuntuHelp:StrongPasswords|StrongPasswords]] - How to generate and use strong passwords in Ubuntu
=== Security Tools ===
==== General ====
* [[UbuntuHelp:InstallingSecurityTools|InstallingSecurityTools]] - A guide to installing several security applications in Ubuntu
==== Firewall ====
* [[UbuntuHelp:UFW|UFW]] - Uncomplicated Firewall - https://launchpad.net/ufw
* [[UbuntuHelp:IptablesHowTo|IptablesHowTo]] - An introduction to the powerful Linux IPTables firewall
* [[UbuntuHelp:SinglePacketAuthorization|SinglePacketAuthorization]] - Advanced "firewall knocking" via cryptographic authentication
==== Intrusion Detection ====
* '''resource needed'''
==== System Hardening ====
* [[UbuntuHelp:BastilleLinux|BastilleLinux]] - The Bastille Linux Security Hardening Tool
==== System Integrity ====
* [[UbuntuHelp:BitDefender|BitDefender]] - How to install Bit Defender Linux Edition
* [[UbuntuHelp:FileIntegrityAIDE|FileIntegrityAIDE]] - File integrity monitoring and verification with AIDE
==== SSH ====
* [[UbuntuHelp:AdvancedOpenSSH|AdvancedOpenSSH]] - Advanced OpenSSH configuration for enhanced security
==== Data Deletion ====
* [[UbuntuHelp:SecureDeletion|SecureDeletion]] - How to erase (wipe) data from hard discs in a way that hampers data recovery
==== Encrypted Filesystems ====
* [[UbuntuHelp:EncryptedFilesystemHowto|EncryptedFilesystemHowto]] - How to transparently encrypt hard discs (Home and Swap)
* [[UbuntuHelp:EncryptedFilesystemHowto2|EncryptedFilesystemHowto2]] - How to transparently encrypt hard discs (Root, Home and Swap)
* [[UbuntuHelp:EncryptedFilesystemHowto3|EncryptedFilesystemHowto3]] - Encrypted Swap and Home with LUKS (on Ubuntu 6.06 and 5.10)
* [[UbuntuHelp:EncryptedFilesystemHowto4|EncryptedFilesystemHowto4]] - Install Ubuntu 6.06 LTS with encrypted Root and Swap
* [[UbuntuHelp:EncryptedFilesystemHowto5|EncryptedFilesystemHowto5]] - Install Ubuntu 6.06 LTS with encrypted Root, Swap, and Home using LUKS
* [[UbuntuHelp:EncryptedFilesystem|EncryptedFilesystem]] - Encrypted Root and Swap with LUKS (on Ubuntu 6.06)
* [[UbuntuHelp:EncryptedFilesystemLVMHowto|EncryptedFilesystemLVMHowto]] - Install Ubuntu 6.06 LTS with encrypted LVM for Root, Swap, and Home using LUKS
* [[UbuntuHelp:EncryptedFilesystemHowtoEdgy|EncryptedFilesystemHowtoEdgy]] - How to encrypt your root and swap partitions and mount user homes via pam_mount
* [[UbuntuHelp:FeistyEncryptedRootWithInstaller|FeistyEncryptedRootWithInstaller]] - How to install Ubuntu 7.04 directly to an encrypted disk, using the installer for all work but encryption stuff.
* [[UbuntuHelp:TruecryptHiddenVolume|TruecryptHiddenVolume]] - How to create a hidden encrypted volume with Truecrypt
==== Encrypted Folders ====
* [[UbuntuHelp:FolderEncryption|FolderEncryption]] - How to encrypt a folder with encfs, and automatically mount it at login
==== GPG ====
* [[UbuntuHelp:GnuPrivacyGuardHowto|GPG Key]] - How to create/manage a GPG key and use it in your favorite E-Mail client
* [[UbuntuHelp:GPGKeyOnUSBDrive|GPGKeyOnUSBDrive]] - How to store your GPG key securely on an encrypted USB flash drive
==== SSL ====
* [[UbuntuHelp:OpenSSL|OpenSSL]] - [[UbuntuHelp:OpenSSL|OpenSSL]] Secure Sockets Layer implementation information
* [[UbuntuHelp:CommonAccessCard|CommonAccessCard]] - Department of Defence Common Access Card (CAC) for Public key infrastructure (PKI) Authentication
==== Anti-Virus ====
* [[UbuntuHelp:Linuxvirus|Linuxvirus]] - An overview of viruses on Linux and why you might need an anti-virus program
* [[UbuntuHelp:Antivirus|Antivirus]] - How to install an antivirus for Linux
* [[UbuntuHelp:ClamAV|ClamAV]] - How to install [[UbuntuHelp:ClamAV|ClamAV]] on your HD
==== Anonymity ====
* [[UbuntuHelp:TOR|The Onion Router]] - Anonymous web surfing using TOR: The Onion Router and Privoxy.
----
[[category:CategorySecurity]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2008年10月20日 (一) 00:33的版本

{{#ifexist: :Security/zh | | {{#ifexist: Security/zh | | {{#ifeq: {{#titleparts:Security|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Security|1|-1|}} | zh | | }}

{i} Security is part of the UserDocumentation series of index pages. Please read the WikiGuide prior to making changes.

Security Guides

General Information

  • ProactiveSecurity - An overview of security options and thoughts how to create a hidden encrypted volume with Truecrypt
  • UnsafeDefaults - Default settings that you should change if you run network services

Security Updates

Passwords

Security Tools

General

Firewall

Intrusion Detection

  • resource needed

System Hardening

System Integrity

SSH

Data Deletion

  • SecureDeletion - How to erase (wipe) data from hard discs in a way that hampers data recovery

Encrypted Filesystems

Encrypted Folders

  • FolderEncryption - How to encrypt a folder with encfs, and automatically mount it at login

GPG

  • GPG Key - How to create/manage a GPG key and use it in your favorite E-Mail client
  • GPGKeyOnUSBDrive - How to store your GPG key securely on an encrypted USB flash drive

SSL

  • OpenSSL - OpenSSL Secure Sockets Layer implementation information
  • CommonAccessCard - Department of Defence Common Access Card (CAC) for Public key infrastructure (PKI) Authentication

Anti-Virus

  • Linuxvirus - An overview of viruses on Linux and why you might need an anti-virus program
  • Antivirus - How to install an antivirus for Linux
  • ClamAV - How to install ClamAV on your HD

Anonymity

  • The Onion Router - Anonymous web surfing using TOR: The Onion Router and Privoxy.