Latest Articles
How to generate cloud-init user-data file for Ubuntu 20.04 [Step-by-Step]
Step by step instructions to generate user-data (autoinstall configuration file) which will be used for automated installation of Ubuntu 20.04 using cloud- init …
Solved: DHCPDISCOVER fails with 'no free leases' in Linux
You can fix the no free leases error from DHCPDISCOVER by either add more IP address to the range or by cleaning up the lease files for unused entries
Deploy and Configure Azure Application Gateway [Step-by-Step]
Step by step instructions to deploy and configure Azure Application gateway with practical example
NumberFormat Class in Java Explained [Practical Examples]
Some of the task performed by the NumberFormat class in Java are Formatting Numbers, Setting number of Digits in Fraction part, Rounding Numbers, Formatting …
5 Methods to perform String Interpolation in Java
In Java, We can perform String Interpolation in Java using several ways such as Using + operator, format function, MessageFormat class, StringBuilder class, …
