Howto create a simple Debian/Ubuntu Repository

So now you know how to create deb package. This time I’m going to point you to some howto that shows you how to create a Debian repository.

Why do you need to create repository? Because it’s convenience to your users, assuming that you’re a developer. Repository helps to automate software installation too in a centralised manner.

Here’s a couple of howto that teaches you to create Debian repositories :

Google Earth on Ubuntu Dapper Video

For those who are interested in installing Google Earth on their Linux PC (especially Ubuntu Dapper Drake), you can refer to this video.

It might interest you that Google Earth is easy to install despite having to use console to install it.


  

  

  

Google Earth on Ubuntu

Google Earth can be downloaded at the Google earth homepage

The video can be also downloaded as Ogg Theora files. Windows user can use VLC Player to play the file.

google,google earth, ubuntu, linux, debian

QEMU: Installing Windows XP on Ubuntu Dapper

For some reason, you might want to install Microsoft Windows XP on Ubuntu Dapper Drake, one of the main reason is because you want to be able to do development without booting your pc into other operating system, the other reason is you might want to try out something on the other operating system while you’re using Linux.

Whatever the reason are, you might run into some trouble if you’re trying to install Windows XP on QEMU for the first time and this howto might get you out from messy situations.

Read : How to run Windows XP under Ubuntu Dapper

Ubuntu QEMU

ubuntu,debian,qemu,windows,xp,winxp

Turn your Ubuntu Dapper into Mac OS X

You might not want to buy those pricey MacBook Pro and use non-free operating system, but that can’t stop you to have a Mac OS X look for your Ubuntu.

Lauri Taimila has written a step-by-step tutorial to turn your Ubuntu 6.06 LTS (Dapper Drake) into Mac OS X look-alike in no time!**

Just take a look at this screenshot before and after :

Visit his website for a simple howto to turn your Ubuntu Dapper into OS X

ubuntu,dapper,themes,drake,mac,osx,linux

Unofficial apt-get Repositories for Ubuntu Dapper 6.06

These are the extra Ubuntu Dapper Drake 6.06 LTS repository. Put these in the /etc/sources.lst, and run apt-get update. :)

deb http://ubuntu.cafuego.net/ dapper-cafuego all
deb-src http://ubuntu.cafuego.net/ dapper-cafuego all 

#firmware files Broadcom 4306 based wireless controllers.
deb http://ubuntu.cafuego.net/ dapper-cafuego bcm43xx
deb-src http://ubuntu.cafuego.net/ dapper-cafuego bcm43xx

#beagle, xpm2wico
deb http://ubuntu.cafuego.net/ dapper-cafuego custom
deb-src http://ubuntu.cafuego.net/ dapper-cafuego custom 

#Microprose transport tycoon deluxe reimplementation
deb http://ubuntu.cafuego.net/ dapper-cafuego openttd
deb-src http://ubuntu.cafuego.net/ dapper-cafuego openttd

#Network utility for use with WPA protected networks.
deb http://ubuntu.cafuego.net/ dapper-cafuego wpa
deb-src http://ubuntu.cafuego.net/ dapper-cafuego wpa 

#This is a Java client for the proprietary Zing Meeting System
deb http://ubuntu.cafuego.net/ dapper-cafuego zingthing
deb-src http://ubuntu.cafuego.net/ dapper-cafuego zingthing

#PLF packages
deb http://packages.freecontrib.org/ubuntu/plf dapper free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf dapper free non-free
deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ dapper free non-free
deb-src ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ dapper free non-free 

#Cipherfunk - Ubuntu Multimedia Packages
deb ftp://cipherfunk.org/pub/packages/ubuntu/ dapper main
deb-src ftp://cipherfunk.org/pub/packages/ubuntu dapper main

# Gauvain Pocentek - Ubuntu Repository
deb http://gauvain.tuxfamily.org/repos dapper contrib
deb-src http://gauvain.tuxfamily.org/repos dapper contrib 

linux, ubuntu, dapper, repository, repositories, apt-get