diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-02-07 17:08:16 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-02-07 17:08:16 +0100 |
commit | 990097097c7d5c77067a281915481ab9e9f076fa (patch) | |
tree | a491b6ac8d4650e4a4782a223aadd5d78742ef57 | |
parent | e725a90ce7629e1dbb930a3eff90f36e7f783190 (diff) | |
download | my-x200-990097097c7d5c77067a281915481ab9e9f076fa.tar.gz |
a typo
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | about.html | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -43,18 +43,18 @@ Once installed, `my-x200` is configured by editing | |||
43 | Noise Removal | 43 | Noise Removal |
44 | ------------- | 44 | ------------- |
45 | Set the variable `is_thinkpad_x200` to `yes` (which is the default | 45 | Set the variable `is_thinkpad_x200` to `yes` (which is the default |
46 | value). The default frequency rate should work. It may be change by | 46 | value). The default frequency rate should work. It may be changed by |
47 | modifying the value of `PWMFREQ_RATE`. | 47 | modifying the value of `PWMFREQ_RATE`. |
48 | 48 | ||
49 | Privacy Settings | 49 | Privacy Settings |
50 | ---------------- | 50 | ---------------- |
51 | `/etc/default/my-x200` also provides a “Privacy settings” section: if | 51 | `/etc/default/my-x200` also provides a “Privacy Settings” section: if |
52 | `enable_privacy` is set to `true`, then the wired internet interface | 52 | `enable_privacy` is set to `true`, then the wired internet interface |
53 | that may or may not be connected to the internet will have its MAC | 53 | that may or may not be connected to the internet will have its MAC |
54 | address spoofed at startup. (The wireless interfaces must also be | 54 | address spoofed at startup. (The wireless interfaces must also be |
55 | spoofed, but this can be handled by wpa_supplicant: see below.) | 55 | spoofed, but this can be handled by wpa_supplicant: see below.) |
56 | Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use | 56 | Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use |
57 | `/proc/sys/kernel/random/boot_id` to generate a new DUID-LLT based | 57 | `/proc/sys/kernel/random/boot_id` to generate a new DUID-LLT-based |
58 | file with an updated timestamp. A new DUID is generated each time the | 58 | file with an updated timestamp. A new DUID is generated each time the |
59 | computer is started. | 59 | computer is started. |
60 | 60 | ||
@@ -30,9 +30,9 @@ | |||
30 | <h2 id="configuration">Configuration</h2> | 30 | <h2 id="configuration">Configuration</h2> |
31 | <p>Once installed, <code>my-x200</code> is configured by editing <code>/etc/default/my-x200</code>.</p> | 31 | <p>Once installed, <code>my-x200</code> is configured by editing <code>/etc/default/my-x200</code>.</p> |
32 | <h2 id="noise-removal">Noise Removal</h2> | 32 | <h2 id="noise-removal">Noise Removal</h2> |
33 | <p>Set the variable <code>is_thinkpad_x200</code> to <code>yes</code> (which is the default value). The default frequency rate should work. It may be change by modifying the value of <code>PWMFREQ_RATE</code>.</p> | 33 | <p>Set the variable <code>is_thinkpad_x200</code> to <code>yes</code> (which is the default value). The default frequency rate should work. It may be changed by modifying the value of <code>PWMFREQ_RATE</code>.</p> |
34 | <h2 id="privacy-settings">Privacy Settings</h2> | 34 | <h2 id="privacy-settings">Privacy Settings</h2> |
35 | <p><code>/etc/default/my-x200</code> also provides a “Privacy settings” section: if <code>enable_privacy</code> is set to <code>true</code>, then the wired internet interface that may or may not be connected to the internet will have its MAC address spoofed at startup. (The wireless interfaces must also be spoofed, but this can be handled by wpa_supplicant: see below.) Additionally, <code>my-x200</code> will delete <code>/var/lib/dhcpcd/duid</code>, and use <code>/proc/sys/kernel/random/boot_id</code> to generate a new DUID-LLT based file with an updated timestamp. A new DUID is generated each time the computer is started.</p> | 35 | <p><code>/etc/default/my-x200</code> also provides a “Privacy Settings” section: if <code>enable_privacy</code> is set to <code>true</code>, then the wired internet interface that may or may not be connected to the internet will have its MAC address spoofed at startup. (The wireless interfaces must also be spoofed, but this can be handled by wpa_supplicant: see below.) Additionally, <code>my-x200</code> will delete <code>/var/lib/dhcpcd/duid</code>, and use <code>/proc/sys/kernel/random/boot_id</code> to generate a new DUID-LLT-based file with an updated timestamp. A new DUID is generated each time the computer is started.</p> |
36 | <h2 id="backup">Backup</h2> | 36 | <h2 id="backup">Backup</h2> |
37 | <p>Finally <code>my-x200</code> has the ability to backup essential files or directories—for instance to a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only:</p> | 37 | <p>Finally <code>my-x200</code> has the ability to backup essential files or directories—for instance to a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only:</p> |
38 | <ol type="1"> | 38 | <ol type="1"> |