Skip to content

Instantly share code, notes, and snippets.

View carlosanders's full-sized avatar

Carlos Anders carlosanders

  • Rio de Janeiro
  • 03:26 (UTC -03:00)
View GitHub Profile
@carlosanders
carlosanders / redmine-plugins-install.sh
Created February 15, 2019 02:11 — forked from sameersbn/redmine-plugins-install.sh
Redmine Plugins Installation
#!/bin/bash
#
# Author: Sameer Naik <[email protected]>
# Gist: https://gist.github.com/sameersbn/dd24dfdd13bc472d11a5
# Short Url (raw): http://goo.gl/iJcvCP
#
# Installs a bunch of plugins for the docker-redmine image
#
# Usage:
# $ mkdir -p /opt/redmine/data/plugins
@carlosanders
carlosanders / my.ini
Last active March 11, 2021 02:28 — forked from hanjong/my.ini
my.ini for mySQL
[mysqld]
# Set the SQL mode to strict
sql_mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER"
explicit_defaults_for_timestamp=1
bind-address=0.0.0.0
@carlosanders
carlosanders / install_node_manjaro.md
Created October 19, 2019 19:16 — forked from HermesMartins/install_node_manjaro.md
Como instalar o Node.JS no Manjaro Linux

Guia Rápido - Instalação do NodeJS no Manjaro Linux

1 - Primeiramente vamos fazer a instalação do nvm (node version manager - https://github.com/creationix/nvm) através do nosso gerenciador de pacotes yaourt:

$ yaourt -S nvm

2 - Depois vamos adicionar o nvm ao nosso shell, no meu caso o zshrc:

$ echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.zshrc
$ source .zshrc 
@carlosanders
carlosanders / atalhos-ij.md
Created October 10, 2023 00:30 — forked from boaglio/atalhos-ij.md
Atalhos do IntelliJ - para quem veio do Eclipse

Atalhos do IntelliJ

Principais

Caiu no IntelliJ agora?

Aprenda só esses:

Tipo de Atalho IntelliJ IDEA