I hereby claim:
- I am fredleger on github.
- I am fredleger (https://keybase.io/fredleger) on keybase.
- I have a public key whose fingerprint is 8638 53DF A30A C330 4042 4146 6DEB 5ADB 0F7F EF14
To claim this, I am signing this object:
| #!/bin/bash | |
| export DEBIAN_FRONTEND=noninteractive | |
| apt-get update -yqq && apt-get upgrade -yqq | |
| echo "enjoy !" |
| function github-release-url() { | |
| read -p 'what is GH url of project ?> ' GHU | |
| curl -sS $GHU | perl -ne '/\s+<a href="(.*)" rel="nofollow"/ && print "$1\n"' | |
| } |
| #!/bin/bash -x | |
| # -------------------------------------------------- | |
| # stop a synology nas using ssh and poweroff | |
| # -------------------------------------------------- | |
| CURRENTDIR=$(dirname $(realpath $0)) | |
| HOST=${1:-192.168.77.2} | |
| USER=${2:-admin} |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Response> | |
| <Say loop=3>Hi dude! Here is the monitoring system. Something need your attention. You might want to have a look. Gday</Say> | |
| </Response> |
| # settings bellow |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant.configure(2) do |config| | |
| config.vm.box = "debian/contrib-jessie64" | |
| config.vm.network "public_network" | |
| # get arround a vagrant bug : http://stackoverflow.com/questions/34176041/vagrant-with-virtualbox-on-windows10-rsync-could-not-be-found-on-your-path | |
| config.vm.synced_folder ".", "/vagrant", type: "virtualbox" |
I hereby claim:
To claim this, I am signing this object: