Latest Articles
SQL SUBSTRING Function Explained [Beginners]
SQL mainly provides three truncate functions which are working with string. SQL Substring Function, SQL Left Function, SQL Right Function
Python floor() function Examples [Beginners]
python floor() function returns the largest integer not greater than its argument. we can apply python floor() function on integers, decimal, and negative …
Python super() function explained [Easy Examples]
The Python super() function can only be used inside the child class to call the constructor and any other parent class method. We can use the supper() function …
Python startswith() method explained [Easy Examples]
The Python startswith() method returns True if the string starts with the specified value, otherwise False. If we will not specify the starting position of the …
Set Static IP in Rocky Linux [6 Different Methods]
6 different methods to configure and set static IP Address in Rocky Linux. Use nmtui, nmcli, ifcfg, ip and ifconfig utility to configure static IP address
