Skip to content

Instantly share code, notes, and snippets.

@fjudith
Last active January 24, 2020 13:24
Show Gist options
  • Select an option

  • Save fjudith/2e835073754c720cc1027cfe956c21f0 to your computer and use it in GitHub Desktop.

Select an option

Save fjudith/2e835073754c720cc1027cfe956c21f0 to your computer and use it in GitHub Desktop.

Revisions

  1. fjudith revised this gist Mar 4, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion phoronix-test-suite-linux.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    apt-get update -yqq && \
    apt-get install -yqq php-common php-cli php-xml php-sqlite3 && \
    cd /tmp && \
    curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvzf - && \
    curl -L https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvzf - && \
    cd phoronix-test-suite && \
    ./install-sh && \
    phoronix-test-suite list-suites && \
  2. fjudith revised this gist Mar 4, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion phoronix-test-suite-linux.md
    Original file line number Diff line number Diff line change
    @@ -6,5 +6,7 @@ apt-get install -yqq php-common php-cli php-xml php-sqlite3 && \
    cd /tmp && \
    curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvzf - && \
    cd phoronix-test-suite && \
    ./install-sh
    ./install-sh && \
    phoronix-test-suite list-suites && \
    phoronix-test-suite list-tests
    ```
  3. fjudith revised this gist Mar 4, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion phoronix-test-suite-linux.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    ```bash
    apt-get update -yqq && \
    apt-get install php-common php-cli php-xml && \
    apt-get install -yqq php-common php-cli php-xml php-sqlite3 && \
    cd /tmp && \
    curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvzf - && \
    cd phoronix-test-suite && \
  4. fjudith revised this gist Mar 4, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion phoronix-test-suite-linux.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,10 @@


    ```bash
    apt-get update -yqq && \
    apt-get install php-common php-cli php-xml && \
    cd /tmp && \
    curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvcf - && \
    curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvzf - && \
    cd phoronix-test-suite && \
    ./install-sh
    ```
  5. fjudith revised this gist Mar 4, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion phoronix-test-suite-linux.md
    Original file line number Diff line number Diff line change
    @@ -3,5 +3,6 @@ apt-get update -yqq && \
    apt-get install php-common php-cli php-xml && \
    cd /tmp && \
    curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvcf - && \
    cd phoronix-test-suite && ./install-sh
    cd phoronix-test-suite && \
    ./install-sh
    ```
  6. fjudith revised this gist Mar 4, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions phoronix-test-suite-linux.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,7 @@
    ```bash
    apt-get update -yqq && \
    apt-get install php-common php-cli php-xml && \
    cd /tmp && \
    curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvcf - && \
    cd phoronix-test-suite && ./install-sh
    ```
  7. fjudith created this gist Mar 4, 2019.
    4 changes: 4 additions & 0 deletions phoronix-test-suite-linux.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    ```bash
    apt-get update -yqq && \
    apt-get install php-common php-cli php-xml && \
    ```