How to get exif information out of a photo with a simple utility.

Get exif information from your photos easily on Linux. The exif command for Linux allows a user to get exif information from a camera image. This example below shows the sample output from this interesting utility. Very good to manage the exif data in your photos. ─[user@parrot]─[~/Desktop] └──╼ $exif waterfall.jpg EXIF tags in ‘waterfall.jpg’ (’Intel’ … Read more

Useful Linux commands for viewing information about your network connection and other things.

Viewing information about network connections and devices is easy with the netstat -a command. The -i parameter allows you to view the information about your network adapters, the transmitted and received packets and the number of transmitted and dropped packets. flynn@ubuntu:~$ netstat -i Kernel Interface table Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR … Read more