Skip to content

Instantly share code, notes, and snippets.

View efoncubierta's full-sized avatar

Ezequiel Foncubierta efoncubierta

View GitHub Profile
@efoncubierta
efoncubierta / install_serverspec_amazon_linux_2.sh
Last active October 15, 2019 09:07
Script/instructions to install Serverspec in Amazon Linux 2
#!/usr/bin/env bash
SERVERSPEC_VERSION=2.41.5
RAKE_VERSION=13.0.0
# Install Ruby
sudo amazon-linux-extras enable ruby2.4
sudo yum -y install ruby rubygems ruby-devel
# Update gem

Keybase proof

I hereby claim:

  • I am efoncubierta on github.
  • I am ezequiel (https://keybase.io/ezequiel) on keybase.
  • I have a public key ASDqsYpm7S-dpXharQftS38vlM4BNZV4wOtr87k_2Hp05Ao

To claim this, I am signing this object:

package efoncubierta
import scala.collection.immutable.List
import scala.collection.mutable.Map
import scala.io.Source
object CodejamA {
var dic = Map[Char, Char](
'a' -> 'y',
'b' -> 'h',