martes, septiembre 30, 2008
copias de seguridad automatizadas
Este howto explica como usar backerupper con este fin
http://www.howtoforge.com/creating-snapshot-backups-with-backerupper-ubuntu7.10
http://www.howtoforge.com/creating-snapshot-backups-with-backerupper-ubuntu7.10
lunes, septiembre 29, 2008
Synergy desde arranque en ubuntu
- Configurar aplicaciones a lanzar en arranque con system-preferences-sessions
- comando arranque servidor synergy: synergys --config /home/javi/synergy.conf
- fichero de configuración synergy.conf:
- section: screens
tabletJPB:
javi-ubuntu:
end
section: links
tabletJPB:
right = javi-ubuntu
javi-ubuntu:
left = tabletJPB
end
lunes, septiembre 15, 2008
Impresoras en ubuntu
Configuración impresora dpto (NRG-2705_2738_2712) para linux (ubuntu)
- Conectándose a http://localhost:631/ se configuran las impresoras en CUPS. Poner:
- protocolo: appsocket/HP JetDirect; socket://158.227.74.167
- en esta url se generan ficheros ppd para diferentes impresoras: http://www.openprinting.org/show_driver.cgi?driver=pxlmono&fromprinter=NRG-2705_2738_2712
- Modificaciones al fichero ppd:
- user code: Three sample user codes (1001, 1002 and 1003) are built into each PPD file. To replace a sample user code with your own, you can edit the PPD file manually (creo qué simplemente es cambiar toda aparición de 1001 por el código nuevo), or run a simple shell command. > cat ricohppdfile.ppd | sed "s/1001/1234/g" > newricohppdfile.ppd This command replaces user code "1001" with "1234" and generates new PPD file newricohppdfile.ppd. You can then create printer queue with the generated PPD file.
- codificación: poner UTF-8
- formato: cambiar letter por A4
- en 'set printer options' modificar:
- instalada unidad full duplex
- por defecto activada
- la web del fabricante (no he usado nada): http://www.nrgcss.com/drivers/Page2.Asp?Brand=ntec&Vw=&Fltr=0&Ky=1017978060&Usr=&Mdl=234&Cat=3&Pvw=1
- instrucciones sobre ficheros ppd: http://www.linuxfoundation.org/en/OpenPrinting/Database/RicohFAQ#What_are_UserCodes.3F_How_do_I_use_UserCodes_under_Linux.3F
- El siguiente fichero, con extensión PPD es el que me ha funcionado
- Seguir instrucciones
Suscribirse a:
Entradas (Atom)