Thursday 23 October 2014

Top ten things to do after installing Ubuntu Linux

  Top ten things to do after installing Ubuntu Linux

1) Update -Make Sure you are Update of latest Software and Distro

use these two commands to update your package and distro.

$sudo apt-get update 

$sudo apt-get dist- upgrade

----------------------------------------------------------------------------------------

2) Codecs- package of support file system.Download Ubuntu restricted extra package from software center.                          

http://apt.ubuntu.com/p/ubuntu-restricted-extras

-----------------------------------------------------------------------------------------

 3) Flash- install flash player to play videos in browser     

 
$sudo pepperflashplugin-nonfree --instal
$sudo update-pepperflashplugin-nonfree --install

-----------------------------------------------------------------------------

4) Download Carlo Dock -best app for Desktop customisation.    


               http://apt.ubuntu.com/p/cairo-dock

               http://www.glx-dock.org/

 ----------------------------------------------------------------------------------------

5) Synaptic Package Manager

 http://apt.ubuntu.com/p/synaptic

 

---------------------------------------------------------------------
6) Download Ubuntu after install app

this will install all the necessary app in your distro directly just in few clicks-

sudo add-apt-repository ppa:thefanclub/ubuntu-after-install
sudo apt-get update
sudo apt-get install ubuntu-after-install

or visit- here

---------------------------------------------------------------------------------------

7) Clamtk anti-virus

http://apt.ubuntu.com/p/clamtk

http://clamtk.sourceforge.net

-----------------------------------------------------------------------------------------
8) Download Software updates 

from Software updater from launcher.

-----------------------------------------------------------------------------------------

9) Chrome Browser - http://apt.ubuntu.com/p/chromium-browser

 http://code.google.com/chromium/

----------------------------------------------------------------------------------------------

10) Ebook viewer - Calibre

http://apt.ubuntu.com/p/calibre

http://calibre-ebook.com

Note- Suggestion given above are only applicable to Debian based or Ubuntu Derived Distro's only.

Tuesday 21 October 2014

How to change Netbeans themes



Default Appearance is pain in eyes really my personal experience so has lead me to many ways to change the default theme of my fav. IDE
hence for better coding experience you need to get rid of this annoying white background of window in IDE.


Download your fav. theme from here
then go to plugins window from tools in menu
click on downloaded tab and locate the downloaded file and click on install
and here you go its installed but you need to set its as default appearance from option in tools menu
and also click on font as your theme style name to make font style as your theme respectively.
Its Done


Proper way to install nvidia 390 fix error

Proper way to install nvidia 390 if you see any error in the process look below; command  sudo apt purge --autoremove '*nvidia*&#...