Using find Command in Linux

Using find Command in Linux

The find is a command line tool that allows to search files and directories in a directory hierarchy based on conditions such as name, size, type, permissions, owner, etc. This...
Using ldd Command in Linux

Using ldd Command in Linux

The ldd is a command line tool that prints the shared library dependencies of an executable program or shared library. The ldd command can be useful when wanted to find...

Convert Kelvin to Fahrenheit

Fahrenheit and Kelvin are two scales for temperature measurement. Sometimes we might need to perform temperature conversion from Kelvin to Fahrenheit. A table includes a links to posts with examples...

Convert Fahrenheit to Kelvin

Fahrenheit and Kelvin are two scales for temperature measurement. Sometimes we might need to perform temperature conversion from Fahrenheit to Kelvin. A table includes a links to posts with examples...

Convert Kelvin to Celsius

Celsius and Kelvin are two scales for temperature measurement. Sometimes we might need to perform temperature conversion from Kelvin to Celsius. A table includes a links to posts with examples...

Convert Celsius to Kelvin

Celsius and Kelvin are two scales for temperature measurement. Sometimes we might need to perform temperature conversion from Celsius to Kelvin. A table includes a links to posts with examples...