Skip to content

Commit 74ef7d9

Browse files
committed
Remove legacy emoji from notes
1 parent c56cf3f commit 74ef7d9

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

docs/notes/database/redis-monitor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Monitor redis commands
33
tags:
44
- Redis
5-
emoji: 👀
65
link: https://redis.io/commands/monitor/
76
---
87

docs/notes/database/truncate-database.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Truncate a database from the inside
33
tags:
44
- PostgreSQL
5-
emoji: 🐘
65
---
76

87
How to delete database from the inside, with only access to that database.

docs/notes/example-note.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Example note
3-
emoji: 👋
43
modified: 2022-09-09
54
---
65

docs/notes/infrastructure/assume-role-credentials.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Get credentials for an assumed role
33
tags:
44
- AWS
55
link: https://aws.amazon.com/premiumsupport/knowledge-center/iam-assume-role-cli/
6-
emoji: 🔑
76
---
87

98
It's often useful to get regular access keys as if you were assumed into another role. This is possible:

docs/notes/infrastructure/cross-account-transfer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Cross-account data transfer
33
tags:
44
- AWS
55
link: https://aws.amazon.com/premiumsupport/knowledge-center/cross-account-access-s3/
6-
emoji: 🪣
76
---
87

98
To copy bucket contents from bucket in account A to bucket in account B:

docs/notes/shell/ffmpeg-downmixing-audio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Downmixing audio channels
33
tags:
44
- Media
5-
emoji: 🎵
65
link: https://trac.ffmpeg.org/wiki/AudioChannelManipulation
76
---
87

docs/notes/shell/ffmpeg-remove-stream.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Strip audio / subtitle stream with ffmpeg
33
tags:
44
- Media
5-
emoji: 🎵
65
link: https://stackoverflow.com/a/38162168
76
---
87

docs/notes/shell/stop-saving-history.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Stop saving bash history
3-
emoji: 🤔
43
tags:
54
- Shell
65
modified: 2022-11-02

0 commit comments

Comments
 (0)