How to use Cups to share Printers usin User & password to print

jueves, julio 22, 2010, Posted by FErArg, No Comment

First of all, use the last version of CUPS!

Create in the PC that will act as Print Server, the user that you want to permite use the printer

1) The printer must be installed in your system
2) Using you browser go to: http://localhost:631/admin

3) Click on Share printers connected to this system and save the changes
4) Click on "Printers"
5) Click on the printer you want to manages
6) Click on the right arrow of the "Administraction" and choose "Set Default Options"
7) Click on "Policies" and choose "Authenticated" in "Operation Policies" & save changes

8) Click on "Printers" again
9) Click on the right arrow of the "Administraction" and choose "Set Allowed User"
10) In the blank line write the users that you allow to use the printer, separated with space or comma
11) Choose "Allow these users to print" and save the changes

In the client PC, add the printer via LPD using the IP of the server, if it change the IP with teh name of that PC, change again to the IP to avoid problems, there you can choose the "Print queeu", choose the one that you share.

When a user print something, will ask for user/pass

. . Creative Commons License

Cartel Hi-Tech

viernes, junio 25, 2010, Posted by FErArg, No Comment

Este cartel de última tecnología, utilizando los medios tecnológicos mas a avanzados lo encontré en una tintorería
. . Creative Commons License

Rompa el Cristal para Romper el Cristal

viernes, junio 25, 2010, Posted by FErArg, No Comment

Saqué esta foto en el metro de Valencia, Línea 1
. .
Creative Commons License

Asistencia Remota de Linux a Linux

viernes, junio 18, 2010, Posted by FErArg, No Comment

Para conectar realizar una asistencia remota a un cliente Lx desde un "servidor" Linux
  1. En nuestro PC con Ubuntu instalar el "Visor de Escritorios Remotos" denominado "Vinagre" o instalar el "vncviewer"

  2. Abrir el Visor y configurar desde

    "Máquina -> Conexiones Inversas"

    y habilitar todo

  3. Al Cliente enviarle el siguiente script:

    nano remoto.sh
    #!/bin/sh
    gksudo "apt-get install -q -y x11vnc"
    x11vnc -connect_or_exit xx.xx.xx.xx -rfbport 0 -nopw

  4. Cuando lo ejecuten, se conectará a la IP/HOST (xx.xx.xx.xx) que le configuremos dentro del scrip remoto.sh

Script Original en el siguiente post


. . Creative Commons License

Como Actualizar a la última versión disponible de OpenOffice en Ubuntu

jueves, junio 10, 2010, Posted by FErArg, No Comment

Resumen de pasos a seguir para actualizar la versión de OpenOffice a la última actualización disponible:






  1. Descargar desde la web de OpenOffice el archivo para Debian y la versión para nuestra arquitectura, y por supuesto en castellano, (i386, amd64, etc).

    Enlace Descargas

  2. Des-instalar la versión de OpenOffice Instalada

    sudo apt-get remove openoffice*
  3. Descomprimir el archivo .TAR.GZ descargado desde OpenOffice:

    tar xvzf OOo_3.2.1_Linux_x86-64_install-deb_es.tar.gz

  4. Entrar dentro del nuevo directorio creado directorio:

    cd OOO320_m18_native_packed-1_es.9502
    cd DEBS

  5. Ejecutar el instalador de todos los paquetes:

    sudo dpkg -i *.deb

  6. Terminada la Instalación de estos paquetes, hay que instalar la integración con el escritorio, entonce seguimos estos pasos

    cd desktop-integration
    sudo dpkg -i openoffice.org3.2-debian-menus_3.2-9502_all.deb
Ya podemos disfrutar de la nueva versión de OpenOffice.


. .
Creative Commons License

Put a Sgae

lunes, junio 07, 2010, Posted by FErArg, No Comment


. .
Creative Commons License

25 de Mayo de 2010

martes, mayo 25, 2010, Posted by FErArg, No Comment

Hace 20 años soñé con este día, con los festejos de todo mi país, rememorando la lucha de los primeros Argentinos por la Independencia.

Hace 20 años, estudiando como todos los años para estas épocas, la Revolución de Mayo, intentando memorizar todos esos nombres, Criollos y Españoles, que reunidos en el Cabildo de la Ciudad, unieron fuerzas que esa Patria Grande, para que ese Virreinato del Río de la Plata, se convirtiera en un Gran País.

Recuero que hace 20 años, soñé con este día y de como se vestiría toda la Ciudad, de Buenos Aires mi Ciudad, bañada en Celeste y Blanco, y firme en el Cielo, escrutando las vistas, Febo, pétreo, fulgurante, con la mirada perdida en la inmensidad de la Pampa.

Imagino que ninguno de todos aquellos que reunidos en Junta Grande, soñaron con este presente.

Yo soñé hace 20 años, que este día estaría abrazando mi tierra.

. .
Creative Commons License

Instalar VirtualBox desde sus repositorios

viernes, mayo 21, 2010, Posted by FErArg, No Comment

Resumo la ayuda de la web de VirtualBox para la instalación de la última versión desde sus repositorios:


   1. Editar el archivo "/etc/apt/sources.list" y agregar el repositorio que corresponda:

deb http://download.virtualbox.org/virtualbox/debian lucid non-free
deb http://download.virtualbox.org/virtualbox/debian karmic non-free 
deb http://download.virtualbox.org/virtualbox/debian jaunty non-free 
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free
deb http://download.virtualbox.org/virtualbox/debian hardy non-free 

deb http://download.virtualbox.org/virtualbox/debian lenny non-free 
deb http://download.virtualbox.org/virtualbox/debian etch non-free

   2. Agregar la llave pública de Oracle:

      wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add

   3. Ejecutar:

      sudo apt-get update
      sudo apt-get install virtualbox-3.2

      
   4. Si sos usuario de Ubuntu, instalar:

      sudo apt-get install dkms

      Para que los módulos de kernel de VirtualBox se actualicen a la vez que actualices el kernel de tu sistema

Para ver el Artículo Original, click acá.



Creative Commons License


 
Creative Commons License
Blog de FErArg by FErArg is licensed under a Creative Commons Atribución-No Comercial-Compartir Obras Derivadas Igual 3.0 España License.
Based on a work at www.FErArg.com.
Permissions beyond the scope of this license may be available at ferarg.blogspot.com.