From fbde75e8c6a8732a63693d57917a5f2652848534 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 26 Mar 2021 02:05:14 -0500 Subject: [PATCH] Small grammar fixes and remove authorTwitter (unused) --- content/posts/checkra1n-gui-on-other-distros.md | 4 ++-- content/posts/edited-in-middle-of-message-discord.md | 1 - content/posts/sed-text-substitution-in-discord.md | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/posts/checkra1n-gui-on-other-distros.md b/content/posts/checkra1n-gui-on-other-distros.md index 59aeead..9cfa9c0 100644 --- a/content/posts/checkra1n-gui-on-other-distros.md +++ b/content/posts/checkra1n-gui-on-other-distros.md @@ -18,7 +18,7 @@ The official cross-distribution build of checkra1n only contains a CLI and TUI. ## Other Distributions -First, download the package, availabe at `https://assets.checkra.in/debian/checkra1n\_VERSION\_amd64.deb` (as of writing, `VERSION` is currently `0.12.2`). Then, extract the `checkra1n` executable from the package, and install the correct shared libraries. Here are the most important ones, and their corresponding package names on Arch Linux: +First, download the Debian package available at `https://assets.checkra.in/debian/checkra1n_VERSION_amd64.deb` (as of writing, `VERSION` is currently `0.12.2`). Then, extract the `checkra1n` executable from the package, and install the correct shared libraries. Here are the most important ones, and their corresponding package names on Arch Linux: - libimobiledevice-1.0.so.6 (`libimobiledevice`) - libirecovery-1.0.so.3 (`libirecovery`) @@ -26,7 +26,7 @@ First, download the package, availabe at `https://assets.checkra.in/debian/check - libplist-2.0.so.3 (`libplist`) - libncurses.so.5 (`ncurses5-compat-libs`) -I found these by running the binary and then finding and installing the package that contained the shared object file I was missing. +I found these by running the binary and then finding and installing the package that contained the shared object I was missing. I also made an AUR package named [`checkra1n-gui`](https://aur.archlinux.org/packages/checkra1n-gui), which does all this automatically. diff --git a/content/posts/edited-in-middle-of-message-discord.md b/content/posts/edited-in-middle-of-message-discord.md index 721f196..ba0a2ec 100644 --- a/content/posts/edited-in-middle-of-message-discord.md +++ b/content/posts/edited-in-middle-of-message-discord.md @@ -2,7 +2,6 @@ title = "Put (edited) in the middle of a message in Discord" date = "2021-03-25T18:48:34-05:00" author = "bbaovanc" -authorTwitter = "" #do not include @ cover = "media/discord-tricks/edited-in-middle-of-message.png" tags = ["discord", "discord-tricks"] keywords = ["discord", "edited"] diff --git a/content/posts/sed-text-substitution-in-discord.md b/content/posts/sed-text-substitution-in-discord.md index c8c6d71..cfa3d8d 100644 --- a/content/posts/sed-text-substitution-in-discord.md +++ b/content/posts/sed-text-substitution-in-discord.md @@ -2,7 +2,6 @@ title = "Text Substitution in Discord using `sed`" date = "2021-03-25T18:48:15-05:00" author = "bbaovanc" -authorTwitter = "" #do not include @ tags = ["discord", "discord-tricks"] keywords = ["discord", "sed", "text", "replacement"] description = "Discord has (very primitive) support for text replacement using `sed` syntax."