jump to navigation

Install XBMC Media Center on Ubuntu 10.04 Lucid Lynx 09/05/2010

Posted by daredavids in Guides.
5 comments

XBMC is an award-winning free and open source (GPL) software media player and entertainment hub for digital media. XBMC is available for Linux, OSX, Windows, and the original Xbox.

While XBMC functions very well as a standard media player application for your computer, it has been designed to be the perfect companion for you. Supporting an almost endless range of remote controls, and combined with its beautiful interface and powerful skinning engine, XBMC feels very natural to use from the couch and is the ideal solution for your home theater.

Currently XBMC can be used to play almost all popular audio and video formats around. It was designed for network playback, so you can stream your multimedia from anywhere in the house or directly from the internet using practically any protocol available. Use your media as-is: XBMC can play CDs and DVDs directly from the disk or image file, almost all popular archive formats from your hard drive, and even files inside ZIP and RAR archives. It will even scan all of your media and automatically create a personalized library complete with box covers, descriptions, and fanart. There are playlist and slideshow functions, a weather forecast feature and many audio visualizations. Once installed
Installation of XBMC in Ubuntu 10.04 Lucid Lynx

To install XBMC in Ubuntu 10.04 Lucid Lynx, open terminal and  copy the commands bellow :

sudo add-apt-repository ppa:team-xbmc
sudo apt-get update
sudo apt-get install xbmc

How to restore GRUB2 using an Ubuntu Live CD or Thumb Drive 09/02/2010

Posted by muyiscoi in Guides.
Tags: , , ,
7 comments

If you are a tinkerer like me, you will no doubt run into some problems with grub at one time or another.
Even though you do not tinker, you might still have a problem with grub especially if dual-boot your system with windows. In that case, the windows boot-loader overwrites GRUB in the Master boot record (MBR) (if you install Ubuntu first) thereby rendering your Linux partition not bootable. It has been a major bottleneck for a lot of Ubuntu users when they can no longer boot into their desktop and most times are forced to reinstall.

It is however, relatively easy to restore GRUB on your computer irrespective of how you lost it in the first place.
The only requirements are that you still have a healthy installation of Ubuntu on your machine and a ready live CD or a USB thumb drive with Ubuntu loaded on it.

I will assume that the readers of this post have some level of knowledge on how to get certain things done on Ubuntu so i will not be too specific in some areas. if anything is unclear, you can ask it in the comments and i will be glad to clarify.

First, you have to boot the live CD. If you are using a thumb drive, also boot from it.
After booting, you have to determine which of your hard-disk partitions is the root (/) partition. You can do this by typing

Code:
sudo fdisk -l

in the terminal.
Note: If you only have one partition or you already know the address of your root partition, you can skip this step.

(more…)

Ubuntu: Backup all your Applications 08/30/2010

Posted by daredavids in Guides.
17 comments

Lets say you have set up your *buntu box. Now you want to backup all the installed deb files so that you can restore them quickly and efficiently.

For one thing it would be easier to install everything as you would not have to go online and hunt for them. Further it would be useful where a computer does not have internet connection. In ubuntu “hunting” for programs is a rare occurrence thanks to the fantastic package managing system. However, you may personally have some programs that you have either compiled from source (using checkinstall, so that that a deb package is created and they are added to APT), or downloaded debs from obscure locations. Now each of these debs you will save in a directory so that in the future you do not have to go hunting for them. However, this command I have outlined backs up ALL packages, including the ones in the package manager. So, why would you want that?

Firstly, this is VERY useful if lets say you have setup a very basic installation with all updates, and all non-free video/audio/etc codecs. Further you have installed some basic useful software. Now lets say you want to install the SAME setup on your grandmothers computer, except she does not have internet connection, or at the time you go to set it up she does not have a net connection. Using this script you can have all your debs in one simple location, so you will not have to redownload everything.

Secondly, lets assume you work for a school, or a company, and you need to install the SAME ubuntu installation on 30 computers. Wouldn’t it be easier to simply put all these debs in a central server and issue the dpkg -i *.deb command. This way you don’t have to individually select the packages AND the packages don’t have to download.

Thirdly, (and this is purely personal) I like to be able to have all my installed packages at hand. This command doesn’t take much effort, and for me it only requires 1.4 gb of space, so for a bit of piece of mind I can easily have all my packages on hand.

There is no real reason to do this if you are already doing a full system backup (e.g. an image of your Ubuntu partition using partimage). This is just something I discovered and feel could be beneficial to other users.

These commands will do that for you.

Open a terminal and paste the following into it:

Code:
$ sudo apt-get install dpkg-repack fakeroot
$ mkdir ~/dpkg-repack; cd ~/dpkg-repack
$ fakeroot -u dpkg-repack `dpkg --get-selections | grep install | cut -f1`

(the last command will take some time)

Now if you scroll to your home folder, you should find a folder called “dpkg-repack” which should have all the deb files of all your installed packages.


RE-INSTALL

If you want to re-install the packages, navigate to the folder with the packages and input the following command in the terminal:

Code:
sudo dpkg -i *.deb

Thanks to abhiroop from The Ubuntu Forums for this beautiful workaround.

Some Useful Guides on Ubuntu 01/07/2009

Posted by ubuntunigeria in Guides, Uncategorized.
1 comment so far

if your use kubuntu 8.04 ( Ubuntu with the KDE Desktop) Environments this guide is perfect for your. introduces you to all you need to know to have a perfect desktop.
http://www.howtoforge.com/the-perfect-desktop-kubuntu-8.04-lts

If your are running Ubuntu 8.04 ( Ubuntu with the Gnome Desktop Environments)
http://www.howtoforge.com/the-perfect-desktop-ubuntu-8.04-lts-hardy-heron

For more Ubuntu guide you can check out the following sites.

http://www.howtoforge.com/howtos/linux/ubuntu

http://www.ubuntugeek.com/

http://www.ubuntu-unleashed.com/

Happy Hacking

Pimp Up Your Ubuntu 08/02/2008

Posted by ubuntunigeria in Guides.
add a comment

I was going to write a guide on how you can pimp up your ubuntu to give it blings and make it look sexy. then i can across a well written detailed guide on one .hence in other not to reinvent the wheel i decided to just post the linky to it

enjoy

http://linuxowns.wordpress.com/2008/06/16/guide-to-customizing-ubuntus-look-and-feel/