2020/04/132020/04/13Uncategorized Sectigo Ansible Ansible playbook for generating certificate from Sectigo jinja2-template
2019/12/26Uncategorized Systembolaget saldon import requests import json pId = [[“Fresh & Hazy”,14224368], [“Dark & Creamy”,14224350],[“Smooth & Spicy”,14224330],[“Delicate & Noble – German Ale”,21832723],[“Light & […]
2017/11/202017/12/08Uncategorized op5-plugin | check_new_lvms #!/bin/bash excludedLVMS=$1 daystoinform=$2 AllLVMs=$(sudo lvdisplay | grep -B 4 -A 4 “LV Name” | grep “LV Name” | cut -d […]
2014/12/122014/12/13Tips and tricks Problem att ladda image – cisco aironet 2602 Fick problem med en cisco aironet som hade en korrupt image. Lösning: 1. tanka hem rätt image från ciscos hemsida (måste […]
2014/07/242014/12/03Tips and tricks Measure traffic from apache2 access.log This command show current traffic today: grep $(date ‘+%d/%b’) /var/log/apache2/access.log | awk ‘{ s += $10 } END { print […]