Menu

Nathan Mino

Technology Consultant/Geek

  • Home

Change Multiple File Extensions In Unix/Linux/Mac With “mv”

12May30/03/2013 By Nathan

I recently experienced an issue where I wanted to change the extension on multiple jpeg files in a directory to have uniform case. This particular gallery directory had several hundred files and some were .JPG while others were .jpg. A simple shell command can be used to perform renaming of all files to the extension…

Continue Reading
Posted in Linux, Mac OS
Using Grep To Perform A Recursive Search For Text String

Using Grep To Perform A Recursive Search For Text String

13Mar10/02/2015 By Nathan

I often find myself looking to a specific string of text within multiple directories and files. Grep makes this an easy task. An almost daily use for me is searching a directory, (and all it’s sub-directories), for a string when working with some outdated theme or style on a web-server. This example: $ grep -r…

Continue Reading
Posted in Linux, Mac OS Tagged linux, macos
Image Resizing With CSS For Responsive Website Design

Image Resizing With CSS For Responsive Website Design

13Jan10/02/2015 By Nathan

On one site I had an issue where images of various (large) size were being posted by the user, causing the selected theme to display the image over/under other parts of the theme, such as sidebar widgets. To resolve this issue, I simply opened up my favorite editor, (nano), and added the following CSS to…

Continue Reading
Posted in CSS, Drupal, Mac OS, Web Applications, Wordpress Tagged css, wordpress

Posts navigation

Newer Posts
  • March 2015
  • February 2015
  • April 2014
  • January 2014
  • October 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • January 2013
  • May 2011
  • April 2011
  • March 2011
  • May 2010
  • March 2009
  • January 2009
@2022 Nathan Mino