-
Ruby on Rails - (Getting Started)
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
# Instale o Git e o Curl sudo apt install -y curl git # Instale o asdf # -- https://asdf-vm.com/guide/getting-started.html#_2-download-asdf git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0 # Configure o asdf para inicializar no terminal echo '. "$HOME/.asdf/asdf.sh"' >> ~/.bashrc # Configure o autocomplete do asdf echo '. "$HOME/.asdf/completions/asdf.bash"' >> ~/.bashrc # Recarregue o terminal . ~/.bashrc
-
Pico CSS
-
# Instale as dependências de compilação # -- https://github.com/rbenv/ruby-build/wiki#ubuntudebianmint sudo apt install -y autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev # Adicione o plugin ao asdf asdf plugin add ruby # Instale a última versão asdf install ruby latest:3
-
# Atualize a lista de pacotes com as versões mais recentes sudo apt update # Instale wget para baixar o Visual Studio Code sudo apt install -y wget # Baixe o Visual Studio Code na pasta Downloads ## -- https://code.visualstudio.com/download wget https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-x64 -O ~/Downloads/code.deb # Instale o Visual Studio Code sudo dpkg -i ~/Downloads/code.deb # Adicione o Visual Studio Code como editor padrão do terminal echo 'export EDITOR="code --wait"' >> ~/.bashrc
-
Related posts
-
Volta – Fastest Node version manager in Rust
-
What's the number one reason that you use a Mac over a PC?
-
Is there any reason to use Ruby 2.7 over Ruby 3.x?
-
As if there weren't enough packaging tools already: mitsuhiko/rye: an experimental alternative to poetry/pip/pipenv/venv/virtualenv/pdm/hatch/…
-
I'm at the end of my rope with my MacBook reverting to referencing some Ruby 2.6 version I can't remove because it seems to be built into my operating system...