Skip to content

Instantly share code, notes, and snippets.

View nicolasbrechet's full-sized avatar

Nicolas Brechet nicolasbrechet

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nicolasbrechet on github.
  • I am devoops (https://keybase.io/devoops) on keybase.
  • I have a public key ASATsckw-7E6s_IfPYvXcsazIGz3YTzRlDnRGFVvuBqtvgo

To claim this, I am signing this object:

@nicolasbrechet
nicolasbrechet / wildfly-install.sh
Created March 23, 2016 12:38 — forked from sukharevd/wildfly-install.sh
Script to install JBoss Wildfly 10.x as service in Linux
#!/bin/bash
#title :wildfly-install.sh
#description :The script to install Wildfly 10.x
#more :http://sukharevd.net/wildfly-8-installation.html
#author :Dmitriy Sukharev
#date :2015-10-24T17:14-0700
#usage :/bin/bash wildfly-install.sh
#tested-version :10.0.0.CR3
#tested-distros :Debian 7,8; Ubuntu 15.10; CentOS 7; Fedora 22
@nicolasbrechet
nicolasbrechet / syslinux.cfg
Created November 25, 2015 17:22
VyOS bootable dongle for APU.1D4
serial 0 115200 0
console 0
timeout 100
display boot.txt
prompt 1
F1 f1.txt
F2 f2.txt
F3 f3.txt
F4 f4.txt
#!/bin/sh
set -e -x
apt-get -y update
apt-get -y upgrade
apt-get -y install build-essential curl wget git linux-headers-$(uname -r)
apt-get clean
curl -L https://get.rvm.io | bash -s stable --ruby
source /etc/profile.d/rvm.sh
source /usr/local/rvm/scripts/rvm
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"' >> ~/.profile