python Find and delete slack messages There will be future post about creating simple slack bots in python and this quick post is kind of related ;) Case is quite simple, we have a bot and it produced lot of crap on several channels. Here is a simple python snippet to
jenkins A real example of Jenkins active choices and reactive parameter I've struggled with this for a while but finally made it! Main goal was to read a list of docker images tags from a private docker registry, each time a
nvidia Nvidia and AMD together on Linux For a longer while I'm having multiple GPU's on a Linux desktop. Reason behind it is quite simple - I'm using it for crypto mining! And I must say it
jenkins Jenkins security and script approvals I've gathered some information related to security that I faced creating automated Jenkins setup. Script ApprovalThis simple Jenkins security system is designed to allow any kind of script to be
groovy Remote git branches with groovy Hadfull code snippet I'm using for getting git branches from remote repos inside Jenkins pipeline. It uses already defined Jenkins credential to access the repo. import groovy.json.JsonSlurper import hudson.FilePath import jenkins.model.Jenkins import hudson.model.* def credentials = com.cloudbees.plugins.
pulseaudio How to hear my voice in speakers with a mic under linux? My little son got a real proffesional microphone on his birthday as he likes to sing but we realized that we have a big problem. There is no device to plug it into. Only thing capable to play some sound was a panasonic soundbar but it does not have any ports avaliable besides HDMI (ARC).
puppet Issues adding new collaborators to eyaml encrypted files In some puppet workflows, EYAML GPG Encryption is used to encrypt/decrypt secrets in yaml files (hiera data). There where two solutions to manage it hiera-gpg (already deprecated )hiera-eyaml - backend for Hiera that provides per-value asymmetric encryption of sensitive dataUsing hiera-eyaml day to
mikrotik Running routerOS on Xen as a VM I'm working with mikrotik for more then two years now and I must say that its very convenient piece both software and hardware. My needs for the router capabilities getting
resume Automate your resume Like A Boss While ago I was thinking that it would be nice to have my CV always fresh and updated. Fixing it every time you change a job or just apply somewhere
gpg GPG handy commands Some time ago I've decided to share a post about making yourself a perfect GPG keypair that covered the basics around creating a perfect GPG key. Here is a little