Author: Off The Wall Media

BuddyPress Crop Avatar to Any Ratio

Looking to get rid of the annoying aspect ratio on your BuddyPress avatar crop tool? This was very poorly documented and nowhere to be found on Google so I decided to figure this out and share the solution with the community. This is probably not the best solution as I had to modify a core […]

Oh how the times have changed. I can’t wait to see the prototype release in 2014!

Update linux DNS named serials with bash script

This will update the serials of all of your *.hosts files in the same directory that you executed the “updateserials” command in (aka `pwd`). This only updates serials that begin with the current year. Enjoy! #!/bin/bash read −p “Are you sure you want to update `pwd`/*.hosts serial numbers to `date +%Y%m%d%H` (y/n)? ” if [ […]