Posts from 17 July 2017

How to change WordPress URLs with database script

In ‘phpMyAdmin’ under sql tab copy and paste below script and hit go!. UPDATE wp_options SET option_value = replace(option_value, 'http://old-url', 'http://new-url') WHERE option_name = 'home'[…]

How to Secure copy (SCP) with file timestamp

The other day I need to migrate files over to my new NAS, to do this I had to SSH in to the box and[…]