Saturday, November 17, 2012

Hi, fellas

I'm back with another article. This article will help you for compiling and executing c# programs in ubuntu. This c# and .net was developed by Microsoft for solving the problems created by c, c++ languages. The main problems were manual memory management, ugly pointer arithmetic amd ugly syntactical constructs. C# uses CLR(Common Run-time Language), CTS(Common Type System) and CLS(Common Language Specification) to resolve above stated problems. Now-a-days C# is preferred   over java.

Until now, you used to install gcc(C-Compiler) and g++(C++ compiler) and JVM(java Virtual Machine) in ubuntu for compiling and executing C,C++ and Java programs.

Monday, November 12, 2012

Hi, fellas....

I hoped that you enjoyed my previous articles. Sorry because I published this article very lately. I was busy with studies, placements, Linux Campus Club work. This article is an tutorial on installing GNOME 3.6 in ubuntu 12.04 and ubuntu 12.10.


                           There are many desktop environments available for UNIX and GNU/LINUX operating systems. Some of them are XFCE, GNOME, KDE and many more. Official support for new version of GNOME(GNOME 3.0) was announced along with the release of ubuntu 11.04. However it was buggier and I couldn't use GNOME 3.0 comfortably without resolving some bugs myself. So I preferred to use unity interface.