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)
  1. Conectándose a http://localhost:631/ se configuran las impresoras en CUPS. Poner:
    1. protocolo: appsocket/HP JetDirect; socket://158.227.74.167
  2. en esta url se generan ficheros ppd para diferentes impresoras: http://www.openprinting.org/show_driver.cgi?driver=pxlmono&fromprinter=NRG-2705_2738_2712
  3. Modificaciones al fichero ppd:
    1. 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.
    2. codificación: poner UTF-8
    3. formato: cambiar letter por A4
  4. en 'set printer options' modificar:
    1. instalada unidad full duplex
    2. por defecto activada
Configuración impresora HP laserjet 1320n conectada en red