Skip to content

Instantly share code, notes, and snippets.

View dleborgne's full-sized avatar

David Le Borgne dleborgne

View GitHub Profile
@dleborgne
dleborgne / userDefineLang_Dockerfile.xml
Last active March 5, 2019 13:28 — forked from centic9/userDefineLang_Dockerfile.xml
notepad++ syntax highlighting for Dockerfiles
<NotepadPlus>
<UserLang name="Dockerfile" ext="Dockerfile" udlVersion="2.1">
<Settings>
<Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">03 04 00# 01 02</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
@dleborgne
dleborgne / wildfly-10-install.sh
Last active April 12, 2018 08:08 — 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 :2016-06-18T02:45-0700
#usage :/bin/bash wildfly-install.sh
#tested-version1 :10.1.0.Final
#tested-distros1 :CentOS 7; Fedora 22
@dleborgne
dleborgne / wildfly-9-install.sh
Last active January 17, 2017 12:24 — forked from ecmel/wildfly-install.sh
Script to install JBoss Wildfly 9.x as service in Linux
#!/bin/bash
#title :wildfly-install.sh
#description :The script to install Wildfly 9.x
#more :http://sukharevd.net/wildfly-8-installation.html
#author :Dmitriy Sukharev
#date :20150726
#usage :/bin/bash wildfly-install.sh
WILDFLY_VERSION=9.0.2.Final
WILDFLY_FILENAME=wildfly-$WILDFLY_VERSION