How to use the find command to search for multiple extensions
July 28th, 2016find . -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, 2016This resolved an issue for me where my INSTEON EZFlora was dead.
http://forum.smartenit.com/viewtopic.php?f=3&t=1031
Repair of 2413S PLM When the Power Supply Fails
Irrigation issue/EZFlora Failure
How To Tether Free on AT&T Android 4.4.2
July 28th, 2016Information on how To Tether Free on AT&T Android 4.4.2
Carrier IQ removal
July 28th, 2016Info on removing Carrier IQ from Android phones
PEAR MDB2 info and installation instructions
July 28th, 2016pear install MDB2-2.5.0b5
