Sunday, 31 October 2010

How to Change Grub2 Splash Image on Ubuntu 10.10

Ubuntu 10.10 uses the default Splash for grub2 which is console mode black background, in this post we will change the grub Splash from its black and white to something more refreshing.

First we’ll have to download the grub2 splash image package for Ubuntu. Open up the terminal Application > Accessories > Terminal and type following command:
sudo apt-get install grub2-splashimages
This will install the splash image package under direcotry /usr/share/images/grub/, navigate to this directory and check out some Grub2 splash Images that you can use.
Continue Reading...

Thursday, 28 October 2010

How To Run ASP.NET applications (mono) on Ubuntu Linux - Ubuntu 10.10 (Maverick Meerkat)

Mono is a software platform designed to allow developers to easily create cross platform applications. It is an open source implementation of Microsoft's .Net Framework based on the ECMA standards for C# and the Common Language Runtime.

There are several components that make up Mono:
C# Compiler - The C# compiler is feature complete for compiling C# 1.0 and 2.0 (ECMA), and also contains many of the C# 3.0 features.

Mono Runtime - The runtime implements the ECMA Common Language Infrastructure (CLI). The runtime provides a Just-in-Time (JIT) compiler, an Ahead-of-Time compiler (AOT), a library loader, the garbage collector, a threading system and interoperability functionality.

Continue Reading...

Wednesday, 27 October 2010

Easy Administration of Ubuntu Linux using Ubuntu Control Center - Ubuntu 10.10 (Maverick Meerkat)

Ubuntu Control Center or UCC is an application inspired by the Mandriva Control Center that aims to centralize and organize in a simple and intuitive configuration of the main tools of the Ubuntu Linux distribution. UCC uses all the native applications on Ubuntu, but also makes use of third party applications as Hardinfo, Boot-up Manager, Gufw, Startup-Manager, jstest-gtk and Font-manager and the brand new VGA-switcher that uses the module vga-switchero kernel 2.6.35.

Ubuntu Control Center is an excellent application for those who want to centralize various options and settings of Ubuntu in one place, in which items are grouped according to categories, this application can be used by any user without problems.

Continue Reading...

Tuesday, 26 October 2010

Real-time Sunlight Earth Wallpaper for Ubuntu Linux

Watch the sun rise and set all over the world on this real-time, computer-generated illustration of the earth's patterns of sunlight and darkness on your Ubuntu desktop. The clouds are updated every 3 hours with current weather satellite imagery.

And every half hour, these images are composited and mapped onto a sphere by xplanet according to the relative position of the sun. The flat maps are post-processed by ImageMagick to cut off the 15 degrees nearest the north and south poles where cloud data is unavailable.

4 different types of maps: Mercator, Peters, Mollweide, Equirectangular
Dawn to dusk
Moon Phase

Continue Reading...

 
//PART 2