From bdf651f37e513a3e1d3fa8cb6ea9f02b252d70f4 Mon Sep 17 00:00:00 2001 From: i12bretro <54692756+i12bretro@users.noreply.github.com> Date: Mon, 17 Jan 2022 19:50:31 -0500 Subject: [PATCH] 0286: Running Aida64 on Linux --- 0286.html | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 0286.html diff --git a/0286.html b/0286.html new file mode 100644 index 0000000..ec324c8 --- /dev/null +++ b/0286.html @@ -0,0 +1,107 @@ + + + + Running Aida64 on Linux + + + + + + +
+
+
+

Running Aida64 on Linux

+
+
+
+
    +
  1. Log into the Linux device
  2. +
  3. Run the following commands in terminal +
    # update software repositories
    + sudo apt update
    + # install lshw
    + sudo apt install lshw
    + # create aida64 directory
    + mkdir ~/aida64
    + # download aida64 linux extension
    + wget -O aida64.tar.gz https://www.aida64.co.uk/sites/default/files/public/download/installers/und/linuxextensionforaida64.tar.gz
    + # extract aida64 linux extension
    + tar xzvf aida64.tar.gz --directory ~/aida64
    + # execute aida64
    + sudo ~/aida64/aida64_x64 -o ~/aida64
    + # view the aida64 report
    + nano ~/aida64/*.csv
    +
  4. +
+ +

Source: https://www.aida64.com/linux-extension-aida64

+
+
+ + + \ No newline at end of file