ExifTool is a command line tool for reading, writing and updating metadata of media files like images, video, audio, and PDF. It is a cross-platform tool that requires the Perl...
JSON is a text-based data format that commonly used to store or transmit data objects between systems. While working with data validators we may need to check if a string...
While working with data filtering, sometimes we may need to check if a string contains a substring. Programming languages provides various methods to do that. A table includes a links...
The inxi is a command line tool that allows to retrieve details about hardware components on a system such as CPU, RAM, disks, network interfaces, USB controllers, graphics, audio, etc...
While working with data filtering, sometimes we may need to check if a string ends with substring. Programming languages provides various methods to do that. A table includes a links...
While working with data filtering, sometimes we may need to check if a string starts with substring. Programming languages provides various methods to do that. A table includes a links...
Working with file system sometimes we need to count all directories in a given directory and subdirectories. Programming languages provides various methods to do that. A table includes a links...
Working with file system sometimes we need to count all files in a given directory and subdirectories. Programming languages provides various methods to do that. A table includes a links...
The php.ini is a configuration file which is read when PHP starts up. This file contains various settings that control the behavior of PHP. The location of the php.ini file...