- Create new extra EBS volume from AWS console named
/dev/xvdf
- Attach the new volume to EC2 from AWS Console
- Connect to EC2, create a new directory and mount the new extra EBS volume
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a4b.amazonaws.com | |
access-analyzer.amazonaws.com | |
account.amazonaws.com | |
acm-pca.amazonaws.com | |
acm.amazonaws.com | |
airflow-env.amazonaws.com | |
airflow.amazonaws.com | |
alexa-appkit.amazon.com | |
alexa-connectedhome.amazon.com | |
amazonmq.amazonaws.com |
A simple installation script is provided to be used for most Linux targets. This will always install the most recent version released.
curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
This is purely a convenience helper and should always be validated prior to use. The recommended secure deployment approach is to follow the instructions below.
With this AutoHotKey script, you can use most macOS style shortcuts (eg, cmd+c, cmd+v, ...) on Windows with a standard PC keyboard.
Note that
- You should disable the
Between input languages
shotcut fromControl Panel\Clock, Language, and Region\Language\Advanced settings > Change lanugage bar hot keys
because it conflicts withcmd + shift + ↑ / ↓ / ← / →
(select text between cursor and top / bottom / beginning of line / end of line) - you shouldn't change the modifier keys mapping with keyboard DIP. This script assumes you use a standard PC keyboard layout, and wish to use shortcuts as if it was a mac keyboard layout.
What are RxJS subjects and the benefits of using them. How to understand RxJS subjects such that you can apply it in your day to day coding at your own project. Well lets get started.
There are 4 types of RxJS Subjects:
- Subject
- BehaviorSubject
- ReplaySubject
- AsyncSubject
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.vscode/settings.json |
FullStack developer environment
Note: Run all software as administrator.
- VSCode
- Vs Code Recommended Extenstions (https://gist.github.com/rupeshtiwari/9e53cfb0b23590a0ae1c526629fbc46e )
- Vs Code Recommended Font Settins ( Fira Code ) (https://gist.github.com/rupeshtiwari/44c892cb29dffd6343d1ab9d1c1dc5cb)
- Node.JS
- run
npm -v
&node -v
to confirm installation.
- run
- Install MongoDb Server Download Mongo Db Server Here!
NewerOlder