Do not limit your challenges.. Challenge your limits

BTemplates.com

Search This Blog

Powered by Blogger.

About Me

My photo
kathmandu, Bagmati, Nepal
I am Software developer based on Nepal.I have started coding since mid of 1995 with QBasic.My interest in software development covers a broad range of technologies from assembly to the Microsoft .NET platform to Java, Linux to Windows, Windows Mobile to Android, desktop to web to mobile, and many others. But from 2007 I am just working on Java mainly working on Java EE platform and decided just to go with it. I really like to learn new stuff and share things with others which is my main objective in creating this blog.

ArchUnit : Java architecture test library

Finally I have found the required library which will enforce architecture patterns . ArchUnit  . Currently I am exploring it and will upd...

Tuesday, April 7, 2015

Some useful commands for Ubuntu


To Remove Package:

1. To see list of installed packages in chronological order 


 grep install /var/log/dpkg.log  

2. Pick what you wish to uninstall and execute 


 sudo apt-get remove package-name  

3. Clean up package from archives

 sudo apt-get clean  

To Install Gnome Classic:


sudo apt-get update; sudo apt-get install gnome-session-fallback