Welcome

Here you can find a lot of tips, from how to add windows fonts to how mount a server using GNU/Linux Debian linux Server, and useful software and books related with debian
rules
Italic : system output
# you need to be root to run this command
$ user no root

IMPORTANT ! To download the software provided here (megaupload) from linux you have to install the add-on megaupload SX for iceweasel or firefox
https://addons.mozilla.org/es-ES/firefox/addon/3843
enable it in the tool menu

jueves 10 de abril de 2008

make a repository

Category: General
Section: packet system
Condition: we must have installed dpkg-dev

We can create a repository from the programs downloaded

# cd /var/cache

# touch archives/archivo_override // create the override file

# dpkg-scanpackages archives archives/archivo_override | gzip > archives/Packages.gz

this will create the packets list

now we can burn our repository (just the files not the folder)