How to change the extension of multiple files at once on Linuxish systems:
 
find
. -type f -iname "auditTrail.csv" -print0 | while IFS= read -r -d '' file; do mv
-- "$file" "${file%csv}zip" done
  Yes. A mid-2011 MacBook Pro running OSX El Capitan can drive a 2560x1080 monitor via HDMI.       I was not able to get 60 Hz working. I am settling with 53 Hz. I tried many settings before finding something that works. The refresh rate seems fine to me. Maybe the text could be clearer but for a $200 monitor running this resolution, I'll take it. Apple MacBook 2015 retina resolution is 2560 x 1800. Consider buying a better monitor that may literally give you fewer headaches.   Install  SwitchResX  Follow the instructions  for disabling SIP  After rebooting, run SwitchResX via System Preferences  Select your LG monitor  Click Custom Resolutions  Click the + icon   Enter these settings  ( source )  Exit SwitchResX and save  Reboot  Run SwitchResX via System Preferences  Select your LG monitor  Click Current Resolutions  Select the 2560x1080, 53 Hz setting  Enable SIP   If you discover better settings, please leave a comment.
Comments