diff --git a/README.md b/README.md index 137558a..ce5bebd 100644 --- a/README.md +++ b/README.md @@ -2,31 +2,20 @@ A tool to probe for hardware, check its operability and upload result to the Linux hardware database: https://linux-hardware.org -Contents --------- - -* [ About ](#about) -* [ Install ](#install) -* [ Usage ](#usage) -* [ Example ](#example) -* [ Privacy ](#privacy) - About ----- Probe — is a snapshot of your computer's hardware state and system logs. The tool returns a permanent URL to view the probe of the computer. -By creating probes you contribute to the "HDD/SSD Real-Life Reliability Test" study: https://github.com/linuxhw/SMART - Most important hardware related logs are dumped (anonymously) to the following github repositories: -* https://github.com/linuxhw/SMART -* https://github.com/linuxhw/HWInfo -* https://github.com/linuxhw/LsPCI -* https://github.com/linuxhw/LsUSB -* https://github.com/linuxhw/DMI -* https://github.com/linuxhw/ACPI -* https://github.com/linuxhw/EDID +* [HDD/SSD Real-Life Reliability Test](https://github.com/linuxhw/SMART) +* [Devices with poor Linux-compatibility](https://github.com/linuxhw/HWInfo) +* [Most popular PCI devices](https://github.com/linuxhw/LsPCI) +* [Most popular USB devices](https://github.com/linuxhw/LsUSB) +* [DMI Tables: most popular CPU, RAM and battery](https://github.com/linuxhw/DMI) +* [ACPI Tables](https://github.com/linuxhw/ACPI) +* [EDID Repository](https://github.com/linuxhw/EDID) Install ------- @@ -59,5 +48,3 @@ Privacy Private information (including the username, machine's hostname, IP addresses, MAC addresses and serial numbers) is NOT uploaded to the database. The tool uploads SHA512 hash of MAC addresses and serial numbers to properly identify unique computers and hard drives. All the data is uploaded securely via HTTPS. - -Enjoy!