Skip to main content
  1. Tags/

Linux

2022


Forcing A or AAAA record resolution with CoreDNS

·690 words·4 mins
Some devices will favour IPv6 when configured, which is great, however there are sometimes that you want a device to only resolve either the v4 or v6 addresses.

LLDP on Intel X710 Network Cards

·243 words·2 mins
It’s sometimes useful to be able to match ports on a system to those on a switch from both sides.

2015


2013


F5 LoadBalancing on a per app mountpoint

·471 words·3 mins
With some customers solutions I’ve seen a common requirement to do loadbalancing decision based on the actual application server serving the content, this obviosuly introduces a few issues if you’re using a single base URL for this

2012


"Instant" Upload to Rackspace CloudFiles

·92 words·1 min
Using inotify and the ‘swift’ client tools it is possible to automatically upload files to cloudfiles as they are written to disk.

2011


Yubikey and server authentication

·359 words·2 mins
After starting to use the Yubikey for LastPass and various other online servers I’ve started also using my yubikey for SSH access to my server(s).

PAM and Two Factor authentication

·293 words·2 mins
As the need for Two factor authentication is a requirement for PCI-DSS (Payment Card Industry standard) and SSH Key with password is not always deemed to be an acceptable form of Two factor authorisation there is now a surge in different forms of two factor auth, all with their own pros and cons.

Auditd logging all commands

·228 words·2 mins
A common requirement for PCI-DSS is for all commands run by a user who has admin privileges to be logged.