UPDATE wp_options SET option_value = replace(option_value, ‘http://localhost/mis’, ‘http://www.ubaguio.edu/mis’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;
Posted in FOSS | Tags: wordpress | No Comments »
1. Show active connections using netstat:
>netstat -anb
2. Kill connection based on process ID.
>taskkill /pid <pid>
Posted in Networking, Windows | No Comments »