Skip to content

Instantly share code, notes, and snippets.

View codeasashu's full-sized avatar
🌊
Waiting to sail

ashutosh chaudhary codeasashu

🌊
Waiting to sail
View GitHub Profile

Keybase proof

I hereby claim:

  • I am codeasashu on github.
  • I am codeasashu (https://keybase.io/codeasashu) on keybase.
  • I have a public key ASCtWgxXbHyBtewm6C5s0Vy3mnW7iDiDynIqLVbfIEy4Lwo

To claim this, I am signing this object:

@codeasashu
codeasashu / RTPEngine_installattion.md
Last active February 13, 2023 19:54 — forked from altanai/RTPEngine_installattion.md
RTPEngine installattion on Ubuntu 18 on EC2

update the newly created instance

sudo apt update -y

Install rtpengine dependecies

sudo apt-get install debhelper iptables-dev libcurl4-openssl-dev \
libpcre3-dev libxmlrpc-core-c3-dev markdown libavfilter-dev \
libavformat-dev libavresample-dev libevent-dev libglib2.0-dev libhiredis-dev \
libjson-glib-dev libpcap0.8-dev libpcap-dev libssl-dev dkms module-assistant \
@codeasashu
codeasashu / RTPEngine_installattion.md
Created February 13, 2023 19:54 — forked from denyspozniak/RTPEngine_installattion.md
RTPEngine installattion on Ubuntu 18 on EC2

update the newly created instance

sudo apt update -y

Install rtpengine dependecies

sudo apt-get install debhelper iptables-dev libcurl4-openssl-dev 
libpcre3-dev libxmlrpc-core-c3-dev markdown libavfilter-dev 
libavformat-dev libavresample-dev libevent-dev libglib2.0-dev libhiredis-dev 
libjson-glib-dev libpcap0.8-dev libpcap-dev libssl-dev dkms module-assistant 
{
"openapi": "3.0.0",
"info": {
"title": "",
"version": "1.0"
},
"paths": {
"/user": {
"get": {
"summary": "Your GET endpoint",
@codeasashu
codeasashu / mopidy.md
Created December 8, 2021 19:48 — forked from bitjockey42/mopidy.md
An installation and setup guide for mopidy on Arch Linux.

Mopidy on Arch Linux

mopidy

Installation

Install from the AUR.

@codeasashu
codeasashu / sync-passwords_linux.sh
Last active May 26, 2021 21:09 — forked from ZviBaratz/sync-passwords.sh
Simple passwords file synchronizer using Rclone
#!/bin/bash
# Important note:
# If you don't synchronize but then edit the other file,
# the newer modification time on the second file edited
# will cause data to be overridden.
# The solution would be to merge manually
# (Database --> Merge from database).
@codeasashu
codeasashu / .vimrc
Created May 19, 2021 08:19
My Vimrc config
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'airblade/vim-gitgutter'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'

Why

When you want to integrate and send data from SNS to SQS, it wont work straighaway. Some tweaks has to be done

Create SNS

Create SNS just like you usually do (via web console of aws).

Configuring SNS cloudwatch