Posts

Red symbol on top on your Ubuntu Desktop Issue

## Red symbol on top put the below command in terminal :- * sudo apt-get -f install ## If the Issue still Present on your Ubuntu system then Follow the below Steps :- 1) Remove All Files from below apt/lists use below command for.       - sudo rm -r /var/lib/apt/lists/* 2) Then Update the Files       - sudo apt-get update. 3) Then use Below Command.      - sudo apt-get -f install

Log in problem with user Return to login page issue in Ubuntu

## Return to login page issue in Ubuntu OS. * Be Sure your system is connected to the internet * sudo apt-get update * sudo apt-get install gdm * sudo dpkg-reconfigure gdm * Select the GDM press OK * sudo reboot. Thats's It. Enjoy

How to Update Mozilla Thunderbird in Ubuntu using Terminal

* How to Update Mozilla Thunderbird in Ubuntu using Terminal :- * Be sure you have proper connected to the Internet. * To upgrade the Mozilla Thunderbird on Ubuntu do the Below Steps:-    1) sudo add-apt-repository ppa:mozillateam/thunderbird-next    2) sudo apt-get update    3) sudo apt-get install thunderbird That's it, Enjoy.

How To upgrade Mozila Firefox in Latest version using Ubuntu Terminal

** How to Upgrade the Mozila firefox Using Ubuntu Terminal ** * Be Sure You have proper connected to the Internet. Follow the Below Steps:-    1) sudo add-apt-repository ppa:mozillateam/firefox-next    2) sudo apt-get update    3) sudo apt-get install firefox That's it. Enjoy.

How to Upgrade the Google Chrome on ubuntu using Terminal

** How to Upgrade the Google Chrome on Ubuntu using Terminal ** * Be sure you have proper connected to the Internet. * To upgrade the Google chrome Browser on Ubuntu do the Below Steps:-      1) Open your Terminal         2)  Add Google Key in your system with below command           * sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -         3) Add the deb file with below Command.            * sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'         4) Update the Ubuntu files.            * sudo apt-get update      5) Install the Google Chrome with below Command.    ...

How to Upgrade the Stable Version of chromium on ubuntu using Terminal

** How to Upgrade the Stable Version of chromium on Ubuntu using Terminal ** * Be sure you have proper connected to the Internet. * To upgrade the chromium Browser on Ubuntu do the Below Steps:-     1) sudo add-apt-repository ppa:chromium-daily/stable     2) sudo apt-get update     3) sudo apt-get install chromium-browser  Please Comment if it's Help full for you. That's it. Enjoy.
How To Install Lamp Server on Linux (Apache2 / Mysql / PHP5) with One command? * sudo apt-get update * sudo apt-get install tasksel * sudo tasksel * Select Lamp Server and Click on Yes * Enter Mysql Server Password    * Finish. Select the Lamp Server and continue the installation.  It will be asking the mysql password for root just keep it blank or you can provide the password for your DataBase Security. after installation of tasksel you have to restart the service. * sudo service apache2 restart * sudo service mysql restart your apache2 web server successfully installed.