find - exec rm vs -delete

July 28th, 2016

Explanation of the differences between find 'exec rm' and 'delete' options.

How to use the find command to search for multiple extensions

July 28th, 2016

find . -name '*.jpg' -o -name '*.png'
find . -mtime -7 \( '*.jpg' -o -name '*.png' \) # all .jpg or .png images modified in the past week
find -regex '.*\.\(jpg\|png\)'
find -regextype posix-extended -regex '.*\.(jpg|png)'
find -E . -regex '.*\.(jpg|png)'

How to fix a 'dead' INSTEON EZFlora

July 28th, 2016

How To Tether Free on AT&T Android 4.4.2

July 28th, 2016

Information on how To Tether Free on AT&T Android 4.4.2

Carrier IQ removal

July 28th, 2016

Info on removing Carrier IQ from Android phones