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.
ComputeIfAbsent vs getOrDefault in Map
ComputeIfAbsent
Apache Kafka Best Practices
Managing Partition Counts
Java 17 features
Sealed Classes and Interfaces
SQL Command Category and Data Normalization
Types of SQL Commands
Design Principles and Design Strategies
Design Principles
Types of Authentication Protocols
Authentication Protocols
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.