Skip to content

Instantly share code, notes, and snippets.

View richardsonlima's full-sized avatar
:octocat:
Focusing

Richardson Lima richardsonlima

:octocat:
Focusing
View GitHub Profile
@richardsonlima
richardsonlima / ansible-summary.md
Created September 29, 2017 01:32 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of

Adding Unsigned Automated EPEL Package Repo
cat > /etc/yum.repos.d/epel-unsigned.repo << EOF
[epel]
name=Epel rebuild for armhfp
baseurl=https://armv7.dev.centos.org/repodir/epel-pass-1/
enabled=1
gpgcheck=0
EOF
* ZCS install on Ubuntu 14.04
- Deps[ It should to be into the box before the software instalation process ]
See the packages below
libgmp10
libperl5.18
unzip
pax
sysstat
sqlite3

Keybase proof

I hereby claim:

  • I am richardsonlima on github.
  • I am richardsonlima (https://keybase.io/richardsonlima) on keybase.
  • I have a public key whose fingerprint is CAE7 BE7C ACE6 7CB2 EBEC 2F4A 724C A544 D18D 89DD

To claim this, I am signing this object:

#!/bin/sh
# Quick start-stop-daemon example, derived from Debian /etc/init.d/ssh
set -e
# Must be a valid filename
NAME=foo
PIDFILE=/var/run/$NAME.pid
#This is the command to be run, give the full pathname
DAEMON=/usr/local/bin/bar
@richardsonlima
richardsonlima / vagrant-xenial64_readme.md
Created May 24, 2017 15:04 — forked from maxivak/_readme.md
Vagrant with Ubuntu 16.04 in VirtualBox

Setup Ubuntu 16.04 to be used with Vagrant and Virtualbox

Prepare Vagrant box with Ubuntu 16.04

We will use official box "ubuntu/xenial64" and modify it to work with Vagrant.

  • Vagrantfile
@richardsonlima
richardsonlima / Vagrantfile
Created May 24, 2017 15:04 — forked from werner-freytag/Vagrantfile
Vagrant files for Ubuntu 14.04 (Trusty Tahr) with lighttpd and php
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu-14.04"
config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box"
config.vm.network :forwarded_port, guest: 80, host: 8888
162.251.203.154
176.199.188.157
177.54.151.35
189.42.27.23
187.50.39.77
agroquima.com.br
macavi.com.br
ideam.gov.co
absacargo.com
funef.com.br
162.251.203.154
176.199.188.157
177.54.151.35
189.42.27.23
187.50.39.77
agroquima.com.br
macavi.com.br
ideam.gov.co
absacargo.com
funef.com.br

Identificacao

Autenticacao

  • Caso 01
  1. Unpatched Wordpress Flaw Could Allow Hackers To Reset Admin Password