Curator Framework in Springboot

Curator Framework is a high-level API provided by Apache Curator, designed to simplify interaction with Apache Zookeeper. When integrated with Springboot, it becomes even more powerful, allowing for more manageable and scalable distributed systems.

Read More

Use MAC as client id for DHCP on Ubuntu 24.04

On Ubuntu 24.04, the DHCP configuration file is /etc/dhcpcd.conf. Uncommented the clientid line and commented the duid line, and now the DHCP client is getting it’s assigned IP reservation based on the MAC instead of the client ID.

Read More