Showing posts with label Maverick Meerkat. Show all posts
Showing posts with label Maverick Meerkat. Show all posts

10/15/10

10 things to do after installing Ubuntu 10.10 Maverick Meerkat


So you’ve downloaded Ubuntu 10.10, made yourself a freshly minted copy and installed it with haste. Now what? 

Here is our guide to the top 10 post-install must-do’s that will help ensure you get off to a marvellous start with the Maverick Meerkat.


1. Run Update Manager

Just because you’ve installed the latest version of Ubuntu doesn’t mean that there won’t be some updates and patches waiting for you. Make sure you run the update manager (if it doesn’t update you first) so that you’re benefitting from the latest fixes and features.

2. Enable graphics card drivers for 3D fun

If you want to use advanced desktop effects such as Compiz (3d Cube, wobbly windows) then you will need to enable the “official” drivers for your graphics card.

Ubuntu should automatically detect and alert you that 3D drivers are available. If so, you will see a ‘circuit board’ icon appear on the top panel. Click this and follow the prompts.

If Ubuntu fails to detect any hardware (do be patient as this isn’t always instant) then you can manually run the ‘hardware configuration tool’ from the System > Preferences menu.

3. Set up Ubuntu One file sync

Ubuntu One provides all Ubuntu users with 2GB of free online storage space that allows  to back up and sync important files, Firefox bookmarks, Tomboy notes and Evolution contacts between computers – as well as any other  file or folder you wish.

Head to Applications > Internet > UbuntuOne to get started.

4. Install Ubuntu Tweak and make your life easier

Ubuntu Tweak is a one-stop shop for managing and installing extra applications, tweaking your desktop (such as putting the window controls back on the right and choosing which icons show on the desktop) and allowing you to keep your system in tip-top shape with the built in system cleaning options.

image

5. Visit the Software Centre to find great apps

One size certainly does not fit all so if you’re wanting to add VLC, install Photoshop rival The GIMP or play some awesome games then look no further than the Ubuntu Software Centre which can be launched from the Applications menu.

sc

Everything is one-click install so browse around – make sure you check out the cool new featured applications section, too!

6. Integrate your browser

By default most browser look pants in Ubuntu so wrap a band-aid around the sore thumb of no-integration and apply a matching theme to your browser of choice

7. Install some indicators

Ubuntu’s Indicator-Applet project – which aims to make panel application entries behave consistently  – is pretty neat.

So neat, in fact, that there are a tonne of really neat and useful indicator applets you can add and use.

Everything from screenshot and system load monitoring tools to workspace switchers and USB ejectors.

8. Add Gmail, Thunderbird, Google Voice and more to the Messaging Menu

Make the messaging menu (the green envelope) work for you by adding notification support for Gmail, Thunderbird and other applications.

image

9. Install Nautilus-Elementary

Ubuntu’s default file-browser – Nautilus – is, by default, is a bit of a mess. Add some file-browsing simplicity to your set-up by installing the paired-down, and quite frankly beautiful, Nautilus-Elementary.

Better still the refined replacements comes with many great features not present in normal-Nautilus including a ‘cover-flow’ like browsing view, toolbar editor, built-in terminal, ability to hide the ‘main menu’ and a zoom slider.

You can upgrade Nautilus using the official PPA (Personal Package Archive). Installing this allows you to remain automatically up-to-date with any change and new release.

Add it by entering the commands below in a terminal (Applications > Accessories > Terminal): -

sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa

sudo apt-get update && sudo apt-get dist-upgrade

10. Enjoy using it!

Finally, to end on a corny note, take some time out to just enjoy using it. Forget about finding and installing new apps or tweaking some part of Maverick for an hour or so and just use Ubuntu like anyone else would: check Facebook in Firefox, chat to your mates on Empathy, type up that letter in Open Office and listen to some music in Rhythmbox.

Ubuntu 10.10 is a fantastic upgrade from 10.04 so take some time to soak in the fantastic achievement of it.

Pssst!

Whilst we are at it – why not subscribe to BitHacker! to find out about the latest news, cool applications, tips, tweaks, gorgeous themes and wallpapers and a healthy side-serving of opinion and bad jokes? C’mon, you know you want to.

Posted via email from BitHacker's Posterous

10/13/10

Grub Customizer Lets You Reorder, Add Or Remove GRUB 2 (Or BURG) Menu Entries


Grub Customizer is a new graphical GRUB2 settings manager. For now, it only allows you to edit the GRUB2 menu entries: reorder, rename or add/remove entries. Since these are actually scripts which generate the boot.cfg file, Grub Customizer changes the actual script order and then generates a new boot.cfg so if you then run "sudo update-grub", your customization won't be overwritten.
Even though these are very basic operations, such a tool is very welcome since most GRUB 2 options lack a GUI for easy tweaking.

Further more, Daniel Richter, the Grub Customizer developer plans to add more features in the future, like GRUB 2 recovery functionality for Live CDs or configuring the /etc/default/grub preferences.

Grub Customizer comes with an Ubuntu PPA (the first packages have been uploaded only a few minutes ago) so to install it in Ubuntu (Lucid and Maverick), use the following commands:

sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt-get update sudo apt-get install grub-customizer

Once installed, you can find it under Applications > System Tools > Grub Customizer.


To download the source code or report a bug, see the Grub Customizer project page @ Launchpad.


Update: Grub Customizer (stating with version 1.1) now supports BURG too!

Posted via email from BitHacker's Posterous

How to customize the clock applet in Ubuntu 10.10


If you’re bored with the look of the default date and time applet in Ubuntu why not jazz it up with one of the following themes?

Instructions on how to do are at the bottom but first the eye-candy!

Stacked

http://pastebin.com/eZx6L1QX

Just time

http://pastebin.com/PeMrrnWW

OS X Style

http://pastebin.com/R0cEP5HK

How to change GNOME clock applet theme

  • Press ALt+F2
  • Type: gconf-editor
  • Hit return
  • Navigate to “Apps > Panel > Applets > Clock_Screen* > Prefs”
  • (* this may be under a different name, just look for the applet that has the correct ‘prefs’ folder)
  • Double-click on the ‘Format’ value. Change it to ‘custom’.
  • Double click on the ‘Custom Format’ field and paste in the code from one of the styles below.
  • Hit return once again and enjoy!

Use any font installed on your system by changing the font on the codes from ‘ubuntu’ to that of your choice (Sans, DroidSans, etc).

If you’ve created your own awesome clock style feel free to share it in the comments below.

Posted via email from BitHacker's Posterous

10/12/10

The Medibuntu Repository Is Available For Ubuntu 10.10 Maverick Meerkat


Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons (copyright, license, patent, etc).

The Medibuntu repository is available (was released seconds ago) for Ubuntu 10.10 Maverick Meerkat - I know many of you were waiting for it so here is how to add it to your sources.list:

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list cd && wget http://packages.medibuntu.org/pool/free/m/medibuntu-keyring/medibuntu-keyring_2008.04.20_all.deb && sudo dpkg -i medibuntu-keyring_2008.04.20_all.deb && rm medibuntu-keyring_2008.04.20_all.deb sudo apt-get update

To make the Medibuntu packages show up in the Ubuntu Software Center, install this package:

sudo apt-get install app-install-data-medibuntu

You can then install whatever you need from the Medibuntu repositories, like encrypted DVDs support (libdvdcss2), codecs (w32codes or w64codecs) and so on. Please note that some packages are missing such as Google Earth, mplayer-gui and mplayer-nogui as well as Real Player. These packages might just be delayed - you can however try to download the Lucid .debs and install them.

A complete list of packages for the Ubuntu 10.10 Maverick Meerkat Medibuntu repository can be found here.

Posted via email from BitHacker's Posterous