From 74ef7d923220dba49e6d39d98c019c9f18dcbb4d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 21 Feb 2024 11:05:56 +0000 Subject: [PATCH] Remove legacy emoji from notes --- docs/notes/database/redis-monitor.md | 1 - docs/notes/database/truncate-database.md | 1 - docs/notes/example-note.md | 1 - docs/notes/infrastructure/assume-role-credentials.md | 1 - docs/notes/infrastructure/cross-account-transfer.md | 1 - docs/notes/shell/ffmpeg-downmixing-audio.md | 1 - docs/notes/shell/ffmpeg-remove-stream.md | 1 - docs/notes/shell/stop-saving-history.md | 1 - 8 files changed, 8 deletions(-) diff --git a/docs/notes/database/redis-monitor.md b/docs/notes/database/redis-monitor.md index 611ca6f..e9225c4 100644 --- a/docs/notes/database/redis-monitor.md +++ b/docs/notes/database/redis-monitor.md @@ -2,7 +2,6 @@ title: Monitor redis commands tags: - Redis -emoji: 👀 link: https://redis.io/commands/monitor/ --- diff --git a/docs/notes/database/truncate-database.md b/docs/notes/database/truncate-database.md index f34256b..7ba79e0 100644 --- a/docs/notes/database/truncate-database.md +++ b/docs/notes/database/truncate-database.md @@ -2,7 +2,6 @@ title: Truncate a database from the inside tags: - PostgreSQL -emoji: 🐘 --- How to delete database from the inside, with only access to that database. diff --git a/docs/notes/example-note.md b/docs/notes/example-note.md index 205d9a2..5d20dbe 100644 --- a/docs/notes/example-note.md +++ b/docs/notes/example-note.md @@ -1,6 +1,5 @@ --- title: Example note -emoji: 👋 modified: 2022-09-09 --- diff --git a/docs/notes/infrastructure/assume-role-credentials.md b/docs/notes/infrastructure/assume-role-credentials.md index 607c359..6061cbe 100644 --- a/docs/notes/infrastructure/assume-role-credentials.md +++ b/docs/notes/infrastructure/assume-role-credentials.md @@ -3,7 +3,6 @@ title: Get credentials for an assumed role tags: - AWS link: https://aws.amazon.com/premiumsupport/knowledge-center/iam-assume-role-cli/ -emoji: 🔑 --- It's often useful to get regular access keys as if you were assumed into another role. This is possible: diff --git a/docs/notes/infrastructure/cross-account-transfer.md b/docs/notes/infrastructure/cross-account-transfer.md index cc3774b..4ea1948 100644 --- a/docs/notes/infrastructure/cross-account-transfer.md +++ b/docs/notes/infrastructure/cross-account-transfer.md @@ -3,7 +3,6 @@ title: Cross-account data transfer tags: - AWS link: https://aws.amazon.com/premiumsupport/knowledge-center/cross-account-access-s3/ -emoji: 🪣 --- To copy bucket contents from bucket in account A to bucket in account B: diff --git a/docs/notes/shell/ffmpeg-downmixing-audio.md b/docs/notes/shell/ffmpeg-downmixing-audio.md index 4328cbb..afcecd4 100644 --- a/docs/notes/shell/ffmpeg-downmixing-audio.md +++ b/docs/notes/shell/ffmpeg-downmixing-audio.md @@ -2,7 +2,6 @@ title: Downmixing audio channels tags: - Media -emoji: 🎵 link: https://trac.ffmpeg.org/wiki/AudioChannelManipulation --- diff --git a/docs/notes/shell/ffmpeg-remove-stream.md b/docs/notes/shell/ffmpeg-remove-stream.md index 5673edc..76015db 100644 --- a/docs/notes/shell/ffmpeg-remove-stream.md +++ b/docs/notes/shell/ffmpeg-remove-stream.md @@ -2,7 +2,6 @@ title: Strip audio / subtitle stream with ffmpeg tags: - Media -emoji: 🎵 link: https://stackoverflow.com/a/38162168 --- diff --git a/docs/notes/shell/stop-saving-history.md b/docs/notes/shell/stop-saving-history.md index 8568daa..f80cd30 100644 --- a/docs/notes/shell/stop-saving-history.md +++ b/docs/notes/shell/stop-saving-history.md @@ -1,6 +1,5 @@ --- title: Stop saving bash history -emoji: 🤔 tags: - Shell modified: 2022-11-02