If you have a Hue dimmer switch: press and hold the On and Off buttons for 10 secs while holding the switch close (< 15 cm) to the bulb.
- Reset Light (see above)
- Delete Light from Deconz Gui
- Open Network
- Register new light
# INSTANCE_RAM examples | |
# INSTANCE_RAM=8G or INSTANCE_RAM=12m | |
regex='^([[:digit:]]+)([GgMm])$' | |
if [[ "${INSTANCE_RAM}" =~ $regex ]]; then | |
num=${BASH_REMATCH[1]} | |
unit=${BASH_REMATCH[2]} | |
if [[ $unit =~ [Gg] ]]; then | |
((num = num * 1024)) # enables math to work out for odd gigs | |
fi |
<section data-background-transition='zoom' data-transition='concave' data-background='http://ryanjarvinen.com/presentations/shared/img/broadcast_reveal_dark.png' data-state='blackout'> | |
<h2>Gist-Powered</h2> | |
<h1>Reveal.js</h1> | |
<h2>Slideshow Presentations</h2> | |
<br/> | |
<h1 class='fragment grow'><a style='color:deepskyblue;' href='http://gist-reveal.it'>gist-reveal.it</a></h1> | |
</section> | |
<section data-background-transition='zoom' data-transition='linear' id='try-it'> | |
<h2>Try it out!</h2> | |
<p>Create your own deck by forking a copy of <a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>this github gist</a>: <br /><a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>https://gist.github.com/ryanj/af84d40e58c5c2a908dd</a></p> |
If you have a Hue dimmer switch: press and hold the On and Off buttons for 10 secs while holding the switch close (< 15 cm) to the bulb.
oc new-build --binary=true --name=ola2 --image-stream=redhat-openjdk18-openshift
oc start-build ola2 --from-file=./target/ola.jar --follow
oc new-app
[Desktop Entry] | |
Name=Minecraft Pi MCP | |
Comment=Fun with Blocks | |
# TryExec=minecraft-pi | |
Exec=/home/pi/mcp.sh | |
Icon=/usr/share/pixmaps/minecraft-pi.png | |
Terminal=false | |
Type=Application | |
Categories=Application;Game; | |
StartupNotify=true |
ls -l --color | perl -npe 's/\x1b(\[.*?[@-~]|\].*?(\x07|\x1b\\))//g;'
WSVR0200I
: Starting application
WSVR0203I
: Application: Application build level:
WSVR0217I
: Stopping application:
WSVR0220I
: Application stopped:
WSVR0221I
: Application started:
WSVR0190I
: Starting composition unit WebSphere:cuname= in BLA <>.
WSVR0191I
: Composition unit WebSphere:cuname= in BLA <> started.
WSVR0193I
: Composition unit WebSphere:cuname= in BLA <> stopped.
go to script console https://<jenkins>/script, find out JobName and JobNumber, then run:
def jobName = "JobName" // pls change!
def jobNumber = 42 // pls change!
Jenkins.instance.getItemByFullName(jobName)
.getBuildByNumber(jobNumber)
mkdir -p ~/.vim/pack/$USER/start/
cd ~/.vim/pack/$USER/start/
git clone https://github.com/vim-syntastic/syntastic.git
pip3 install yamllint