Changing the exif data of a photo in the Linux terminal
The following tutorial describes how, using the console, we can edit the exif photo data.
First, we install the necessary exif-tool packages:
Adminer:
1 | sudo apt install libimage-exiftool-perl |
We go to the directory with our photo and to see the current exif data we issue the command in the console:
1 | exiftool image.jpg |
image.jpg is replaced by the name of our photo
To change the author of the photo, for example, we issue a command:
1 | exiftool -author="serwerweb" image.jpg |
If we want to change both the author and the title of the photo, we issue a command:
1 | exiftool -author="serwerweb" -title="Linux zdjecie" image.jpg |
There are many more options available in the exiftool manual, so be sure to check them out.
Related entries:
ack -l DB_NAME
wp-config.php
wp-admin/setup-config.php
wp-config-sample.php
wp-content/plugins/litespeed-cache/src/db-optm.cls.php
wp-content/plugins/newsletter/system/status.php
wp-includes/load.php
wp-includes/ms-load.php
Disabling package updates from Yum in Centos and AlmaLinux
Installing libreoffice in Ubuntu 20.04 / 21.10
Verification of listening ports in linux systems
Rocket.Chat Server and Ubuntu 22.04