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
|
title: Monitor redis commands
|
||||||
tags:
|
tags:
|
||||||
- Redis
|
- Redis
|
||||||
emoji: 👀
|
|
||||||
link: https://redis.io/commands/monitor/
|
link: https://redis.io/commands/monitor/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: Truncate a database from the inside
|
title: Truncate a database from the inside
|
||||||
tags:
|
tags:
|
||||||
- PostgreSQL
|
- PostgreSQL
|
||||||
emoji: 🐘
|
|
||||||
---
|
---
|
||||||
|
|
||||||
How to delete database from the inside, with only access to that database.
|
How to delete database from the inside, with only access to that database.
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Example note
|
title: Example note
|
||||||
emoji: 👋
|
|
||||||
modified: 2022-09-09
|
modified: 2022-09-09
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@ title: Get credentials for an assumed role
|
||||||
tags:
|
tags:
|
||||||
- AWS
|
- AWS
|
||||||
link: https://aws.amazon.com/premiumsupport/knowledge-center/iam-assume-role-cli/
|
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:
|
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:
|
tags:
|
||||||
- AWS
|
- AWS
|
||||||
link: https://aws.amazon.com/premiumsupport/knowledge-center/cross-account-access-s3/
|
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:
|
To copy bucket contents from bucket in account A to bucket in account B:
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: Downmixing audio channels
|
title: Downmixing audio channels
|
||||||
tags:
|
tags:
|
||||||
- Media
|
- Media
|
||||||
emoji: 🎵
|
|
||||||
link: https://trac.ffmpeg.org/wiki/AudioChannelManipulation
|
link: https://trac.ffmpeg.org/wiki/AudioChannelManipulation
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: Strip audio / subtitle stream with ffmpeg
|
title: Strip audio / subtitle stream with ffmpeg
|
||||||
tags:
|
tags:
|
||||||
- Media
|
- Media
|
||||||
emoji: 🎵
|
|
||||||
link: https://stackoverflow.com/a/38162168
|
link: https://stackoverflow.com/a/38162168
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Stop saving bash history
|
title: Stop saving bash history
|
||||||
emoji: 🤔
|
|
||||||
tags:
|
tags:
|
||||||
- Shell
|
- Shell
|
||||||
modified: 2022-11-02
|
modified: 2022-11-02
|
||||||
|
|
Loading…
Reference in a new issue