Skip to content

Instantly share code, notes, and snippets.

View leonciocaminha's full-sized avatar

leocaminha leonciocaminha

View GitHub Profile
# $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options override the
Institution.find_or_create_by(name: "ASSESSORIA ESPECIAL DA VICE-GOVERNADORIA")
Institution.find_or_create_by(name: "ASSESSORIA ESPECIAL DE COMUNICAÇÃO")
Institution.find_or_create_by(name: "ASSESSORIA PARA ASSUNTOS INTERNACIONAIS")
Institution.find_or_create_by(name: "ASSESSORIA ESPECIAL DO GOVERNADOR")
Institution.find_or_create_by(name: "ASSESSORIA DE RELAÇÕES INSTITUCIONAIS")
Institution.find_or_create_by(name: "SECRETARIA DA SEGURANÇA PÚBLICA E DEFESA SOCIAL (SSPDS)")
Institution.find_or_create_by(name: "SECRETARIA DAS CIDADES (SCIDADES)")
Institution.find_or_create_by(name: "SECRETARIA DO DESENVOLVIMENTO AGRÁRIO (SDA)")
Institution.find_or_create_by(name: "SECRETARIA DA INFRAESTRUTURA (SEINFRA)")
Institution.find_or_create_by(name: "SECRETARIA DO TURISMO (SETUR)")
{: notas_empenho_despesa => {: nota_empenho_despesa => [{: exercicio => "2019",
: unidade_gestora => "300001",
: unidade_executora => "300001",
: numero => "00000011",
: natureza => "Ordinária",
: efeito => "DESEMBOLSO",
: data_emissao => "30/01/2019",
: valor => "900",
: valor_pago => "900",
: classificacao_orcamentaria_reduzido => "8644",
# --
# Copyright (C) 2001-2015 OTRS AG, http://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not receive this file, see http://www.gnu.org/licenses/agpl.txt.
# --
[% InsertTemplate("CustomerHeader.tt") %]
<!-- start login -->
#Terminal colorido
#export GREP_OPTIONS="--color=auto"
#export GREP_COLOR="4;33"
#export CLICOLOR="auto"
export PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/~} - $(~/.rvm/bin/rvm-prompt i v p g)\007"'
_complete_ssh_hosts ()
{
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
# terminal colorido
export GREP_OPTIONS="--color=auto"
export GREP_COLOR="4;33"
export CLICOLOR="auto"
export PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/~} - $(~/.rvm/bin/rvm-prompt i v p g)\007"'
alias ls="ls -G"
alias mongo_start="exec ~/DEV/mongodb-osx-x86_64-1.6.5/bin/mongod"
#rvm
@leonciocaminha
leonciocaminha / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@leonciocaminha
leonciocaminha / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
[
{ "server" : "INT.21", "descr" : "RENAVAM-APP", "status": "ONLINE", "hostname": "DETSRV17V" },
{ "server" : "INT.21", "descr" : "IP-REDE-192", "status": "ONLINE", "hostname": "DETSRV17V" },
{ "server" : "INT.21", "descr" : "PM-CARGAS", "status": "ONLINE", "hostname": "DETSRV17V" },
{ "server" : "INT.29", "descr" : "RENACH-DB", "status": "ONLINE", "hostname": "DETSRV48L" },
{ "server" : "INT.30", "descr" : "RENAVAM-DB", "status": "ONLINE", "hostname": "DETSRV12L" },
{ "server" : "INT.38", "descr" : "RECEPCAO-SNG", "status": "ONLINE", "hostname": "DETSRV16V" },
{ "server" : "INT.38", "descr" : "FTP-BBRASIL", "status": "ONLINE", "hostname": "DETSRV16V" },
{ "server" : "INT.38", "descr" : "FTP-SERVER70", "status": "OFFLINE", "hostname": "DETSRV16V" },
{ "server" : "INT.38", "descr" : "PM-IMAGENS", "status": "ONLINE", "hostname": "DETSRV16V" },
[
{ "server" : "Nome do server 1", "desc" : "asdf", "status": "on" },
{ "server" : "Nome do server 2", "desc" : "asdf", "status": "on" },
{ "server" : "Nome do server 3", "desc" : "querty", "status": "off" },
{ "server" : "Nome do server 4", "desc" : "asdf", "status": "on" }
]