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:
parent
c56cf3fe91
commit
74ef7d9232
8 changed files with 0 additions and 8 deletions
|
@ -2,7 +2,6 @@
|
|||
title: Monitor redis commands
|
||||
tags:
|
||||
- Redis
|
||||
emoji: 👀
|
||||
link: https://redis.io/commands/monitor/
|
||||
---
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Example note
|
||||
emoji: 👋
|
||||
modified: 2022-09-09
|
||||
---
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Downmixing audio channels
|
||||
tags:
|
||||
- Media
|
||||
emoji: 🎵
|
||||
link: https://trac.ffmpeg.org/wiki/AudioChannelManipulation
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: Strip audio / subtitle stream with ffmpeg
|
||||
tags:
|
||||
- Media
|
||||
emoji: 🎵
|
||||
link: https://stackoverflow.com/a/38162168
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Stop saving bash history
|
||||
emoji: 🤔
|
||||
tags:
|
||||
- Shell
|
||||
modified: 2022-11-02
|
||||
|
|
Loading…
Reference in a new issue