Skip to content

Commit

Permalink
blog: Arch meme
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Apr 23, 2024
1 parent 80b16a8 commit ccc8626
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/recovering-garbled-bitcoin-addresses/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
You may also want to install one of the following packages to keep up to date:
linux-tools-generic
linux-cloud-tools-generic
</code></pre><p>Right, sorry, I’m using mainline on Ubuntu. Let me grab a <code>perf</code> from another computer.<pre><code class=language-shell><span class="hljs-meta prompt_">$ </span><span class=language-bash><span class=hljs-built_in>alias</span> perf=<span class=hljs-string>"LD_LIBRARY_PATH=. ./perf"</span></span>
</code></pre><div class=aside-group><aside><p>My girlfriend uses Arch, by the way.</aside><p>Right, sorry, I’m using mainline on Ubuntu. Let me grab a <code>perf</code> and whatever it links to from another computer.</div><pre><code class=language-shell><span class="hljs-meta prompt_">$ </span><span class=language-bash><span class=hljs-built_in>alias</span> perf=<span class=hljs-string>"LD_LIBRARY_PATH=. ./perf"</span></span>
<span class="hljs-meta prompt_">
$ </span><span class=language-bash>perf record target/release/attempt5</span>
Found valid address: 18ryVioVmwFYzhRZKTjKqGYCjkUjoxH3k6
Expand Down
8 changes: 7 additions & 1 deletion blog/recovering-garbled-bitcoin-addresses/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,13 @@ WARNING: perf not found for kernel 6.8.1-060801
linux-cloud-tools-generic
```

Right, sorry, I'm using mainline on Ubuntu. Let me grab a `perf` from another computer.
:::aside
My girlfriend uses Arch, by the way.
:::

Right, sorry, I'm using mainline on Ubuntu. Let me grab a `perf` and whatever it links to from another computer.

<aside-inline-here />

```shell
$ alias perf="LD_LIBRARY_PATH=. ./perf"
Expand Down

0 comments on commit ccc8626

Please sign in to comment.