Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

204 total results found

Useful F5 Log Queries

F5 BIG-IP Operation

Introduction If you work with F5 BIG-IP you maybe need to know for example when a cluster failover has happened or a user has done some changes. The following will describe some useful F5 log queries which you can use on the F5 logs or any central syslog ser...

Operating
F5 Product
BIG-IP

Copy Disk with dd using an Emergency BootISO

Linux Operation

Introduction You need to make a backup of an active disk to a image file, the following describes howto do this. Problem Description Maybe you have an SSD where S.M.A.R.T. is telling you that badblocks are starting to show up. So you need to replace the SSD...

Operating

SSL/TLS Testing Tools

SSL & TLS Links & Tools

Tools for checking SSL/TLS Below are my favorite tools to check SSL/TLS stuff Link Description https://badssl.com/ badssl.com is meant for manual testing of security UI in web clients.   If you want to see client certification authen...

Troubeshooting

Setup Automation Host with Ansible

Ansible

Introduction In today’s dynamic network environments, keeping an accurate and up-to-date state of all the linux hosts is crucial.This document describes the setup and use of Ansible with the flexibility of Python and the scheduling power of cron jobs.We setup...

Get Information about installed Disks on a Linux System

Linux Operation

Introduction How to get the information about installed Disks on Linux System ? Solution You can use the following One-Liner: hdparm -I /dev/sd?|grep -E '\/dev\/|Model|Serial\ Number|Firmware'

Operating

The "hellotest" Cron Job

Linux Operation

Introduction If you have Cron Jobs running on a Linux System, how do you know if the Cron is still running? You need to have a "hellotest" Cron Job which is sending you an Email when a Node is rebooting and on every sunday you will get an Informational Messa...

Operating