https://kafka.apache.org/documentation/#quickstart
$ brew install kafka
==> Summary
🍺 /usr/local/Cellar/kafka/2.7.0: 187 files, 65.4MB
==> Caveats
https://kafka.apache.org/documentation/#quickstart
$ brew install kafka
==> Summary
🍺 /usr/local/Cellar/kafka/2.7.0: 187 files, 65.4MB
==> Caveats
'https://vernemq.com/downloads/index.html'
Tested: erlang/otp 23, vernemq 1.11, leveldb 1.2
$ brew list
Abrir tampa embaixo da câmera e clicar por 10-15 segundos no botão ao lado do slot do cartão SD.
Caso a câmera seja nova, não precisa resetar.
Com o computador perto da câmera conecte pelo wifi na câmera a ser configurada.
Caso fique alternando e desconectando da câmera e conectando a rede internet, apague a rede internet para não conectar automaticamente.
Make Zsh default
$ chsh -s /bin/zsh
Placeholders list
http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Prompt-Expansion
$ cd /etc/
rollup/rollup-plugin-babel#312
https://stackoverflow.com/questions/33527653/babel-6-regeneratorruntime-is-not-defined/36821986#36821986
$ npm i @babel/plugin-transform-runtime --save-dev
$ npm i @babel/runtime
https://docs.yugabyte.com/latest/quick-start/
curl -O https://downloads.yugabyte.com/releases/2.11.1.0/yugabyte-2.11.1.0-b305-darwin-x86_64.tar.gz
tar xvfz yugabyte-2.11.1.0-b305-darwin-x86_64.tar.gz && cd yugabyte-2.11.1.0/
Install rust
jail-app is name of jail.
$ jexec jail-app
$ pkg install curl
Download and install rustup
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
List all users | |
SELECT user, host FROM mysql.user; | |
Delete user | |
DROP USER 'user'@'host'; | |
Create user | |
CREATE USER 'username'@'host' IDENTIFIED WITH mysql_native_password BY 'psswd'; | |
Grant privileges on db |
Files | |
1) ~/.iterm2_shell_integration.bash | |
2) vim ~/.profile | |
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" |