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:
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 \
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
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
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "", | |
"version": "1.0" | |
}, | |
"paths": { | |
"/user": { | |
"get": { | |
"summary": "Your GET endpoint", |
Install from the AUR.
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
#!/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). |
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
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' |
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
" 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' |
NewerOlder