Skip to content

Instantly share code, notes, and snippets.

@logicfox
logicfox / jenkins-decrypt.groovy
Created September 13, 2017 15:09 — forked from tuxfight3r/jenkins-decrypt.groovy
Decrypting Jenkins Password
#To Decrypt Jenkins Password from credentials.xml
#<username>jenkins</username>
#<passphrase>your-sercret-hash-S0SKVKUuFfUfrY3UhhUC3J</passphrase>
#go to the jenkins url
http://jenkins-host/script
#In the console paste the script
hashed_pw='your-sercret-hash-S0SKVKUuFfUfrY3UhhUC3J'
@logicfox
logicfox / user-data.txt
Created October 19, 2018 15:37 — forked from heri16/user-data.txt
Docker-CE Cloud-init for Ubuntu 16.04 (LTS)
#cloud-config
# Upgrade the instance on first boot
# (ie run apt-get upgrade)
#
# Default: false
# Aliases: apt_upgrade
package_upgrade: true
# Install additional packages on first boot
@logicfox
logicfox / setup.md
Created May 19, 2020 22:00 — forked from davidbradway/setup.md
Set Up Docker On Raspberry Pi Raspbian Stretch Lite