Skip to content

Instantly share code, notes, and snippets.

View fabiotatsuo's full-sized avatar

Fabio Tatsuo fabiotatsuo

View GitHub Profile
@fabiotatsuo
fabiotatsuo / rust.md
Last active February 24, 2024 02:05
Install Rust, Cargo and Rustup Toolchain inside FreeBSD 12 Jail
  1. 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

@fabiotatsuo
fabiotatsuo / gist:dc15e568facb3cc774b2277576b56bc3
Last active July 10, 2022 22:48
Preferences.sublime-settings
{
"bold_folder_labels": false,
// color scheme
// "color_scheme": "Treble Light.sublime-color-scheme",
"dark_color_scheme": "Bass Green.sublime-color-scheme",
"light_color_scheme": "Treble Light.sublime-color-scheme",
"enable_tab_scrolling": true,
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
@fabiotatsuo
fabiotatsuo / yugabyte.md
Last active January 13, 2022 22:29
Yugabyte

Quickstart

https://docs.yugabyte.com/latest/quick-start/

Download

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/
Neo4j install OS X
$ brew install neo4j
To have launchd start neo4j now and restart at login:
brew services start neo4j
Or, if you don't want/need a background service you can just run:
neo4j start
DB Folder
@fabiotatsuo
fabiotatsuo / kafka mqtt install.md
Last active February 18, 2021 04:38
Kafka 2.7.0 install Mac OS, Mqtt connector
@fabiotatsuo
fabiotatsuo / emqx install.md
Last active January 28, 2021 22:07
EMQX install binary or source Mac OS

Quickstart

https://docs.emqx.io/en/broker/latest/getting-started/install.html

Download binary

Brew option conflict if Cassandra installed, also use nodetool.

$ https://github.com/emqx/emqx/releases
@fabiotatsuo
fabiotatsuo / vernemq.md
Last active January 20, 2021 00:56
Vernemq install Mac OS
@fabiotatsuo
fabiotatsuo / intelbras-vip-3230-w.md
Last active September 15, 2020 10:34
Configurar câmera Intelbrás Vip 3230 w no NVD 3116

Configurar câmera

  1. 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.

  2. 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.

@fabiotatsuo
fabiotatsuo / gist:5429509
Last active July 13, 2020 11:40
Install Erlang
sudo apt-get install build-essential libncurses5-dev openssl libssl-dev
wget http://erlang.org/download/otp_src_R15B01.tar.gz
tar zxvf otp_src_R15B01.tar.gz
cd otp_src_R15B01
./configure && make && sudo make install
http://docs.basho.com/riak/latest/tutorials/installation/Installing-Erlang/#Installing-on-GNU-Linux
https://sites.google.com/site/comptekkia/erlang/how-to-install-erlang-on-ubuntu-10-10