summaryrefslogtreecommitdiffstats
path: root/howtos
diff options
context:
space:
mode:
authoryves <steve.harrison@gmx.net>2012-07-26 17:41:37 +0200
committeryves <steve.harrison@gmx.net>2012-07-26 17:41:37 +0200
commit10cf0ffd3e216f73bad9e38c19463082db2a10c4 (patch)
treeeef6a5c15ae3301f33b890b84f15e9fde7fd4a01 /howtos
parent9d9cc2487b365d1183d9705c9e69206a699fc86e (diff)
downloadwww-10cf0ffd3e216f73bad9e38c19463082db2a10c4.tar.gz
www-10cf0ffd3e216f73bad9e38c19463082db2a10c4.tar.bz2
www-10cf0ffd3e216f73bad9e38c19463082db2a10c4.zip
add some more fixes to howto
Diffstat (limited to 'howtos')
-rw-r--r--howtos/changeUbuntuPassphrase.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/howtos/changeUbuntuPassphrase.html b/howtos/changeUbuntuPassphrase.html
index c3f91b8..293ecbe 100644
--- a/howtos/changeUbuntuPassphrase.html
+++ b/howtos/changeUbuntuPassphrase.html
@@ -14,13 +14,14 @@ This is a short howto on changing the harddrive passphrase on your ubuntu system
It was successfully tested on
+
* Ubuntu Gutsy
Where is your encrypted partition?
==================================
-* Have a look into '/dev/mapper/'. There should be an entry called '..._crypt', usually its 'sda5_crypt'.
-* Whenever I use "sda5" later on, replace it by whatever '..._crypt' says in your setup.
+* Have a look into ``/dev/mapper/``. There should be an entry called ``..._crypt``, usually its ``sda5_crypt``.
+* Whenever I use "sda5" later on, replace it by whatever ``..._crypt`` says in your setup.
Changing the passphrase
=======================
@@ -32,7 +33,7 @@ Changing the passphrase
Adding an additional passphrase
===============================
-* Open a 'terminal', and type:
+* Open a ``terminal``, and type:
::
@@ -56,8 +57,8 @@ Removing a passphrase
Links
=====
-* `dm-crypt wiki: Encrypted Devices Using LUKS <http://www.saout.de/tikiwiki/tiki-index.php?page=EncryptedDeviceUsingLUKS>`_
-* `UKS - Linux Unified Key Setup <http://luks.endorphin.org/>`_
+* `arch wiki: Encrypted Devices Using LUKS <https://wiki.archlinux.org/index.php/Dm-crypt_with_LUKS>`_
+* `LUKS - Linux Unified Key Setup <http://code.google.com/p/cryptsetup/>`_
errors / ideas / contact