open-menu closeme
Home
Links icon
LinkedIn
About
English
github linkedin
  • Converting Cisco AirAP3802i to Mobility Express Mode

    calendar Mar 17, 2026 · 2 min read · Networking Cisco Wireless AirAP  ·
    Share on: twitter facebook linkedin copy

    Most online guides will tell you to use ap-type mobility-express to convert a Cisco AirAP3802i (or similar APs) into Mobility Express (ME) mode. This command has never worked for me - not on this AP, not on any of the other AirAPs I've tried. Even after flashing ME firmware, the option simply doesn't appear in the CLI. …


    Read More
  • Mastering SSH Certificates: A Comprehensive Guide

    calendar Sep 19, 2024 · 4 min read · SSH Security DevOps Authentication  ·
    Share on: twitter facebook linkedin copy

    SSH certificates offer a powerful and secure alternative to traditional key-based authentication. In this guide, we'll walk you through the process of implementing SSH certificate authentication, from creating a Certificate Authority (CA) to configuring servers and clients. We'll also provide practical tips and tricks …


    Read More
  • My First Dabbling with LoRa

    calendar Sep 8, 2024 · 4 min read · LoRa Arduino Range Test Gateway  ·
    Share on: twitter facebook linkedin copy

    Client Code This is the client code. It simply generates a pseudo-random number and sends it to the gateway. The gateway then responds with the same number it received. If the number matches, the client beeps three times using the buzzer on pin A0. I used this setup to do a quick and dirty range test. Using a USB …


    Read More
  • Deploying pam_ussh: A Comprehensive Guide

    calendar Aug 20, 2024 · 4 min read · Go PAM SSH Docker Security  ·
    Share on: twitter facebook linkedin copy

    Introduction As part of my travels and working with a large number of distributed linux systems we often need a better way to handle AAA(authentication, authorization and accounting), this wont help with 'accounting' but having a centralised machanisim to handle user sudo rights without requiring a 'phone home' …


    Read More
  • Validating SSH Certificates with a Local CA Using Python

    calendar Aug 20, 2024 · 2 min read · Ceph Bash Backups  ·
    Share on: twitter facebook linkedin copy

    This Bash script is designed to delete old RBD (RADOS Block Device) volumes in a specified pool (in this case, the backup pool) based on their 'age' which is determined by the modify_timestamp popery derived from rbd info 1 2#!/bin/bash 3 4# Set the pool name 5POOL_NAME="backup" 6 7# Get the current date in …


    Read More
  • Unpacking the NVIDIA H100 Tensor Core GPU: A Deep Dive for CTOs

    calendar Aug 4, 2024 · 8 min read · NVIDIA H100 GPU AI HPC  ·
    Share on: twitter facebook linkedin copy

    NVIDIA H100 Models: Specifications and Use Cases If you have ever dealt with NVIDIA's top-end GPUs as part of your day-to-day work life, you'll have noticed there is more than one H100 (or perhaps you haven't!). The product naming scheme for these GPUs is super confusing, so I thought I'd consolidate some of my notes …


    Read More
  • Caddy proxy for OpenStack API's

    calendar Aug 24, 2023 · 2 min read · caddy openstack  ·
    Share on: twitter facebook linkedin copy

    Here is my example Caddyfile for Openstack API's using Cloudflare DNS verification. I needed to build a custom Dockerfile Lazily I haven't used docker-compose, yet.. I will! 1docker run -it --rm -p5000:5000 -p 9696:9696 -p 9292:9292 -p 8774:8774 -p 8776:8776 -p 8778:8778 -p 9878:9878 -p 9511:9511 -p 8004:8004 -p …


    Read More
  • HP Server ACPI errors

    calendar Aug 14, 2023 · 1 min read · hp  ·
    Share on: twitter facebook linkedin copy

    On a particular customer's site, all of their HP servers are logging ACPI errors to syslog, filling the log and creating noise There is some discussion here https://community.hpe.com/t5/proliant-servers-ml-dl-sl/kernel-acpi-error-ae-not-exist-region-ipmi-region-powr-sb-pmi0/td-p/7179187 about a potential fix, but there …


    Read More
  • vxlan: non-ECT from 10.254.8.23 with TOS=0x2

    calendar Aug 14, 2023 · 1 min read · vxlan  ·
    Share on: twitter facebook linkedin copy

    In some scenarios I find sysylog being spammed with the following message vxlan: non-ECT from ADDRESS with TOS=0x2¶ I am unsure of the cause of this issue to date, I'm sure there is something going on that needs addressing here, but the syslog being filled with these errors isnt helpful Here I found some discussion …


    Read More
  • Install Ceph by hand Ubuntu 22.04

    calendar Jun 28, 2023 · 3 min read · ceph  ·
    Share on: twitter facebook linkedin copy

    It's not pretty but sometimes it has to be done Here is the set of commands I use to install Ceph MONs, MGRs or OSDs manually This came about becuase I was trying to use cephadm but the tool was broken for Ubuntu 22.04 at the time(Wouldn't bootstrap) so I did a package install using apt install ceph which pulled Quincy …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Cory Hawkvelt photo

Cory Hawkvelt

CTO @ Nexgen Cloud | Career Nerd and Open Source Cloud Architect
Read More

Recent Posts

  • Converting Cisco AirAP3802i to Mobility Express Mode
  • Mastering SSH Certificates: A Comprehensive Guide
  • My First Dabbling with LoRa
  • Deploying pam_ussh: A Comprehensive Guide
  • Validating SSH Certificates with a Local CA Using Python
  • Unpacking the NVIDIA H100 Tensor Core GPU: A Deep Dive for CTOs
  • Caddy proxy for OpenStack API's
  • HP Server ACPI errors

Categories

ARDUINO 1 LORA 1

Tags

LINUX 32 CEPH 25 BASH 23 OPENSTACK 13 NETWORKING 11 DOCKER 8 CONFIG 6 SSH 6 HP 5 HPACUCLI 5 OPENSTACK-QUEENS 5 QEMU 5 TROUBLESHOOTING 5 CENTOS7 4
All Tags
ACTIVE-BACKUP1 ADB1 AI1 AIRAP1 ANDROID1 ANSIBLE2 APT1 ARDUINO1 AUTHENTICATION1 AUTODISCOVER1 BACKUP1 BACKUPS1 BASH23 BIND1 BLUETOOTH1 CACHE1 CADDY1 CAS1 CENTOS74 CEPH25 CEPH-NAUTILUS1 CERTIFICATES1 CINDER3 CISCO1 COLLECTD1 COMWARE1 CONFIG6 CRYPTOLOCK1 CRYPTOMINER2 DATABASE1 DELL1 DELL-S600-ON1 DELLMD3060JBOD1 DEVOPS1 DHCP1 DISK-MGMT1 DNS1 DOCKER8 DRIVERS1 ESP826621 ESPTOOL1 FAIL2BAN1 FEDORA261 FIBRECHANNEL1 FIRMWARE1 FREEOTP1 FTOS1 GATEWAY1 GIT1 GNOCCHI3 GO1 GPU1 H1001 HAPROXY2 HARDWARE2 HORIZON1 HP5 HP-ILO1 HPACUCLI5 HPC1 HTTP1 HUGO1 HYPER-V1 INDEX1 IP2 IPTABLES1 IPV61 KEYCLOAK1 KEYGEN3 KEYSTONE1 KOLLA1 KVM2 LE1 LIBRENMS1 LINUX32 LOGO1 LORA1 MAAS1 MATTERMOST1 MEGACLI1 MELLANOX1 MELTDOWN1 MEMCACHED1 MIKROTIK2 MOUSE1 MTP1 MYSQL4 NAMED1 NAT1 NETBOX1 NETBOX-IPAM1 NETWORK-MANAGER1 NETWORKING11 NEUTRON1 NOVA1 NOVNC1 NPS1 NVIDIA2 OPENNEBULA1 OPENSTACK13 OPENSTACK-QUEENS5 OPENSWITCH1 OPENVSWITCH1 OVN1 PAM1 PCI1 PKI1 PORT1 PRINTER1 PROXMOX1 PUTTY1 PYTHON1 QEMU5 RABBITMQ1 RADIUS1 RADOSGW2 RAID3 RANGE-TEST1 RBD3 ROCKY-GLANCE1 ROUTING1 SCRIPT1 SECURITY2 SERVER1 SERVER-20121 SMTP1 SNMP1 SPECTRE1 SPEEDTEST1 SSH6 SSL1 SVG1 SWAP1 SYSCOMMANDS1 TCP1 TCP-DUMP1 TCPDUMP1 TROUBLESHOOTING5 UBUNTU4 UBUNTU-182 UBUNTU-201 UBUNTU-GNOME1 UBUNTU171 UEFI1 VAGRANT2 VIRTUAL-NETWORK1 VIRTUALISATION1 VLAN1 VM2 VPN1 VXLAN2 WINDOWS2 WINDOWS-AD1 WIRELESS1 WIRESHARK1 YOUTUBE-DL2
[A~Z][0~9]

Copyright 2022-  . All Rights Reserved

to-top