Skip to content

Instantly share code, notes, and snippets.

View fabolhak's full-sized avatar
🤖
Working on robot software

Fabian H. fabolhak

🤖
Working on robot software
View GitHub Profile
@fabolhak
fabolhak / virtual-media-mount.md
Last active October 23, 2024 21:20
describes how to mount a virtual media in Supermicro BMC IPMI

Supermicro Virtual Media Mount

This short document describes how to mount a virtual media in Supermicros BMC IMPI.

Procedure

  1. Read the relevant section in the BMC IPMI Users Guide
  2. Setup an SMB Server / Windows share
  3. Make sure to enable SMBv1 protocol
  4. Place some .iso file onto the share
@fabolhak
fabolhak / sudo journalctl -u systemd-resolved -f
Created February 17, 2019 12:50
systemd resolve problem with dnssec
Feb 17 13:45:58 server systemd-resolved[16866]: Cache miss for repository.spotify.com IN A
Feb 17 13:45:58 server systemd-resolved[16866]: Transaction 54658 for <repository.spotify.com IN A> scope dns on */*.
Feb 17 13:45:58 server systemd-resolved[16866]: Using feature level TLS+EDNS0+D0 for transaction 54658.
Feb 17 13:45:58 server systemd-resolved[16866]: Using DNS server 46.182.19.48 for transaction 54658.
Feb 17 13:45:58 server systemd-resolved[16866]: Sending query via TCP since UDP isn't supported.
Feb 17 13:45:58 server systemd-resolved[16866]: Using feature level TLS+EDNS0+D0 for transaction 54658.
Feb 17 13:45:58 server systemd-resolved[16866]: Processing query...
Feb 17 13:45:58 server systemd-resolved[16866]: Processing incoming packet on transaction 54658 (rcode=SUCCESS).
Feb 17 13:45:58 server systemd-resolved[16866]: Requesting parent SOA to validate transaction 54658 (repository.spotify.com, unsigned CNAME/DNAME/DS RRset).
Feb 17 13:45:58 server systemd-resolved[16866]: Cache miss for spotify.
@fabolhak
fabolhak / ros_qt_cmakelists
Created May 30, 2017 13:20
additional lines for ROS CMakeLists to make it work properly in QtCreator
# append following lines to the ~/catkin_ws/src/CMakeLists.txt
###################################################
############# QT CREATOR SPECIFIC #################
###################################################
# adds a global project name
project(QTCreator)