https://gist.github.com/cy-lee/fb8190303d0b1124d2d4e1c04741497e
https://www.techsutram.com/2017/07/practical-way-to-build-nfs-ganesh-from.html
git clone https://github.com/nfs-ganesha/nfs-ganesha.git
cd nfs-ganesha
| Kafka: | |
| Messaging Queue with File System | |
| Developed in Java | |
| Every partition replicated 3 times [1 replica is leader] | |
| Replicas live on separate brokers | |
| If leader goes down, other partition becomes leader | |
| Actors: | |
| Producers |
| redis-cli -h 10.0.1.252 -p 6379 info | |
| redis-benchmark -h 10.0.1.252 -p 6379 -q -n 100000 | |
| redis-cli monitor | |
| redis-cli info Complete info about the redis-instance | |
| redis-cli info server Server Information, cersions, configs, binary | |
| redis-cli info clients Connected clients | |
| redis-cli info memory Statistics about memory usage and limits |
https://gist.github.com/cy-lee/fb8190303d0b1124d2d4e1c04741497e
https://www.techsutram.com/2017/07/practical-way-to-build-nfs-ganesh-from.html
git clone https://github.com/nfs-ganesha/nfs-ganesha.git
cd nfs-ganesha
| { | |
| "configurations": [ | |
| { | |
| "name": "Mac", | |
| "includePath": [ | |
| "${workspaceFolder}/**", | |
| "/usr/bin/", | |
| "/usr/local/include", | |
| "/Library/Developer/CommandLineTools/usr/include/c++/v1/", | |
| "/Library/Developer/CommandLineTools/usr/lib/clang/11.0.3/include", |
kenial/csfbc_sqlalchemy.py [https://gist.github.com/kenial/db76f51f4d05e6f0bb67]#! /usr/bin/python
import sqlalchemy as sa
sa.__version__ # '0.9.4' for me
https://gist.github.com/aroraayush/7b001903885bd35b902269babe2ccea8
pip3 install pipenv
pipenv shell
| LIVE TEMPLATE | SURROUND TEMPLATE - Ctrl+Alt+J (Alt-CMD-J macOS) |
|---|---|
| PHP | PHP |
| ### vardump($variable); |
| alias redis='cd ~/redis-4.0.10/src/ && ./redis-server ../redis.conf' | |
| alias rcli='cd ~/redis-4.0.10/src/ && ./redis-cli' | |
| # source ~/.bashrc |
| // Place your key bindings in this file to overwrite the defaults | |
| [ | |
| { // console.log(#cursor) | |
| "key": "alt+c", | |
| "command": "editor.action.insertSnippet", | |
| "args": { | |
| "snippet": "console.log(${0:}$SELECTION);" | |
| } | |
| }, | |
| { // alert(#cursor) |