1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-11-17 15:29:04 +00:00

Remove legacy emoji from notes

This commit is contained in:
Jake Howard 2024-02-21 11:05:56 +00:00
parent c56cf3fe91
commit 74ef7d9232
Signed by: jake
GPG key ID: 57AFB45680EDD477
8 changed files with 0 additions and 8 deletions

View file

@ -2,7 +2,6 @@
title: Monitor redis commands
tags:
- Redis
emoji: 👀
link: https://redis.io/commands/monitor/
---

View file

@ -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.

View file

@ -1,6 +1,5 @@
---
title: Example note
emoji: 👋
modified: 2022-09-09
---

View file

@ -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:

View file

@ -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:

View file

@ -2,7 +2,6 @@
title: Downmixing audio channels
tags:
- Media
emoji: 🎵
link: https://trac.ffmpeg.org/wiki/AudioChannelManipulation
---

View file

@ -2,7 +2,6 @@
title: Strip audio / subtitle stream with ffmpeg
tags:
- Media
emoji: 🎵
link: https://stackoverflow.com/a/38162168
---

View file

@ -1,6 +1,5 @@
---
title: Stop saving bash history
emoji: 🤔
tags:
- Shell
modified: 2022-11-02