Lijnen met harde enters:
A
B
C
Lijnen met harde enters:
A
B
C
Run the following:
echo "LC_ALL=en_US.UTF-8" | sudo tee -a /etc/environment > /dev/null
echo "en_US.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen > /dev/null
echo "LANG=en_US.UTF-8" | sudo tee /etc/locale.conf > /dev/null
sudo locale-gen en_US.UTF-8
Plug 'kana/vim-textobj-user' | |
Plug 'kana/vim-textobj-line' | |
Plug 'andyl/vim-textobj-elixir' | |
" Snippets | |
if has('nvim') | |
Plug 'SirVer/ultisnips' | |
Plug 'honza/vim-snippets' | |
Plug 'rstacruz/vim-ultisnips-css' | |
endif |
Ranch listener AppWeb.Endpoint.HTTP had connection process started with :cowboy_clear:start_link/4 at #PID<0.31303.0> exit with reason: | |
{ | |
:function_clause, | |
[ | |
{ | |
:cowboy_http, | |
:commands, | |
[ | |
{ | |
:state, |
- name: Datadog installation production | |
hosts: prod | |
become: yes | |
roles: | |
- datadog | |
vars: | |
datadog_api_key: "xxxx" | |
datadog_site: "datadoghq.eu" | |
datadog_agent_version: "1:6.13.0-1" | |
datadog_checks: |
I hereby claim:
To claim this, I am signing this object:
ALTER SEQUENCE name_id_seq RESTART WITH 10000; |
SET @rank:=0; | |
UPDATE users SET email = CONCAT('test+', @rank:=@rank+1, '@test.be') WHERE id > 3 |
daemonize yes | |
pidfile /var/run/redis/redis_6377.pid | |
port 6377 | |
bind 127.0.0.1 | |
timeout 180 | |
# TCP keepalive. | |
# | |
# If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence | |
# of communication. This is useful for two reasons: |