How to install Bing Desktop Wallpaper Changer on ubuntu

  • Post last modified:August 18, 2017
  • Post category:Linux
  • Post author:

Bing Desktop Wallpaper Changer is a free python script from the developer Utkarsh Gupta. This script automatically updates your Ubuntu desktop wallpaper to the current bing.com image of the day background picture. This script will run automatically at the startup and works on Linux with Gnome.

To install Bing Desktop Wallpaper Changer on Ubuntu, Open your terminal. To open terminal click the Dash home from unity launcher.And type terminal in the search field. And click Terminal.

Type the below command in the terminal and hit enter.
(more…)

Continue ReadingHow to install Bing Desktop Wallpaper Changer on ubuntu

How to change apache web server document root in ubuntu

  • Post last modified:July 27, 2016
  • Post category:Linux
  • Post author:

The default Apache2 web server document root is /etc/www/html. This can be sometimes annoying because of permission issues. You can change the default apache web server document root folder to a new folder in your Home folder.

Change apache web server document root in ubuntu

Here my Apache version: 2.4.18 (Ubuntu 16.04)

To change the default Apache2 web server document root ie: /etc/www/html/ to any other folder in Home folder ie: /home/manikandan/www/
(more…)

Continue ReadingHow to change apache web server document root in ubuntu