tryton debian lenny

Just some notes about how to instal tryton on debian lenny.

Add repositories

# Debian Tryton Maintainers
deb http://tryton.debian-maintainers.org/ lenny main contrib non-free

Trust their key:

wget -q -O – http://tryton.debian-maintainers.org/project/openpgp/archive-key.asc | apt-key add -

Install server and client.

aptitude install tryton-server  tryton-client

Setup the Data base stuff.  Set up a tryton user/password and modify /etc/trytond.conf

read /usr/share/doc/tryton-server/README.Debian

Start the client application.

tryton-client

To allow a basic instalation [...]

php binary not found. Make sure php5 or php exists in PATH

If  you found this error on debian lenny. Then it means that you have not got the Command Line Interface  package.  To fix it (assuming that you are using php5):

aptitude [...]

Convertir mp3 a amr en debian

Esto es para que no se me olvide, que siempre se me olvidan comandos que no uso de cuando en cuando

ffmpeg -i pacopacopaco.mp3  -ar 8000 -ac 1  -ab [...]

The fastest mirror for Debian Lenny

Hi,I always forget what was the command to get the fastest mirror for debian packages:

 netselect-apt lenny

if you have not got that command try to install it with:

 aptitude [...]

Migrando a debian 5.0

con la llegada de Debian 5 he decidido pasar todo el contenido de mi antiguo servidor a uno nuevo. tambien alojado en casa.Principalmente las caracteristicas:

RAID. Esto permite que cualquiera modificacion se duplique en dos discos.
copias de seguridad automatizadas. Aunque en el mismo disco, pero para mi es suficiente. Es una copia de seguridad diferencial, solo se [...]