Day: June 19, 2015

Learn | Teach Open Source Technologies

How to change URL in your WordPress site  using Shell on Linux Server

To change your URL you need to access functions.php file using Shell on Linux Server, functions.php file will be available in your current active theme. We assume here our active theme is Twentyfifteen in our WordPress Site root@www1:~# clear root@www1:~# cd /usr/share/new/file/wp/ose/wpfiles/ose-web/wp-content/themes/t twentyfifteen/ twentyfourteen/ twentythirteen/

Updating NGINX 1.4.6 to 1.8.x on Ubuntu 14.04 and fixing limit_zone errors

sudo apt-get install python-software-properties sudo add-apt-repository ppa:nginx/stable sudo apt-get update sudo apt-get upgrade