Archive for September 9th, 2010

28 de Octubre: Día de la Certificación (certification day)

Core Networks y Oracle University organizan la primera edición del Certification Day en tecnologías Oracle/Sun en Iberia. Las certificaciones de Oracle son credenciales reconocidas por la industria que pueden ayudarte a tener éxito en tu carrera de TI y mejorar el rendimiento de tu empresa. El Certification Day supone una oferta técnica y económica única [...]

FacebookTwitterGoogle BookmarksLinkedInShare

, , , , ,

No Comments

ShellScript: Interesting command this ‘tput’

Making shell scripts, sometimes, require some visual presentation. Maybe you need make letters bold, or use a white background. Maybe we want to write in a precise position of the screen. For this worthless activities, I found ‘tput’. tput is a quite simple command which comes with a basic Solaris installation. I reads termcap database [...]

FacebookTwitterGoogle BookmarksLinkedInShare

,

No Comments

delegate the administration of the ssh service to a regular user

As only root can run svcadm command, with RBAC could create a profile with this command and assigned to a regular user, but could work on any service and just want to give it control of a particular service, the ssh. So this is not a valid solution. To solve this problem we have the [...]

FacebookTwitterGoogle BookmarksLinkedInShare

No Comments

Crear replicación multimaster a través de SSL

Tenemos DSEE 7 instalado con 2 instancias que almacenan datos sobre el sufijo dc=edu,dc=com y necesitamos crear una topología multimaster securizada. Aunque cada instancia tiene, de forma predeterminada, certificados autofirmados (defaultCert) vamos a crear nuestra propia CA raíz para crear los certificados de cada instancia y usarlos en la replicación. Comenzamos creando nuestra CA: Creamos [...]

FacebookTwitterGoogle BookmarksLinkedInShare

,

No Comments