Usando Samba
(58 capítulos)
    (7)
|
| Si has oído hablar de Samba y deseas ver qué es lo que puede hacer por ti, este es también el mejor lugar para empezar. Bien, comencemos a mostrarte el camino hacia el conocimiento de Samba y su potencial. Antes de empezar, puedes proporcionar servicios Unix a todas tus máquinas Windows -y todo sin tener que gastar toneladas de tiempo y dinero-. ¿Excitante, no? Estupendo, entonces comencemos. |
| Cap 11 |
Compillando e Instalando Samba
|
| |
" -
...(contenido omitido)...
The binaries are installed. You may restore the old binaries
(if there were any) using the command "make revert". You may
uninstall the binaries using the command "make uninstallbin"
or "make uninstall" to uninstall binaries, man pages and shell
scripts.
...(contenido |
| Cap 10 |
Configurando Samba
|
| |
compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
...(contenido omitido)...
checking configure summary
configure OK |
| Cap 56 |
El Arbol de Errores
|
| |
smb.conf . Querrás asegurarte de que estás en la lista de usuarios válida, y de que root, bin, etc., están en la lista de usuarios inválida. Si no estás en la lista de válidos, no se te permitirá conectar.
'Warning: You have some share names that are longer than eight chars'
(Aviso |
|
|
Autor: Robert Eckstein, David Collier-Brown, Peter Kelly - 20 de Febrero de 2006
|
Sistema de correo con Postfix, OpenLDAP, Courier ((POP3&&IMAP) + SSL), SASL, Spamassassin, Amavis-new y SquirrelMail
(27 capítulos)
    (2)
|
| Esta documentación muestra la forma de montar un sistema de correo con las siguientes características: servidor SMTP con autentificación para el envío de correos; servidor POP3 e IMAP para la recepción de correos; así como servicio de webmail, antivirus y control de SPAM. Este conjunto de herramientas ha de funcionar sobre LDAP. |
| Cap 18 |
Apéndice C. Archivo de configuración /etc/courier/authdaemonr
|
| |
#
#VERSION: $Id: courier-authdaemonrc.xml,v 1.1 2004/06/29 20:33:32 sergio Exp $
#
# Copyright 2000-2001 Double Precision, Inc. See COPYING for
# distribution information.
#
# authdaemonrc created from authdaemonrc.dist by sysconftool
#
# Do not alter lines that begin with ##, they are |
| Cap 23 |
Apéndice H. Archivo de configuración /etc/courier/imapd-ssl
|
| |
#
#VERSION: $Id: courier-imapd-ssl.xml,v 1.1 2004/06/29 20:33:32 sergio Exp $
#
# imapd-ssl created from imapd-ssl.dist by sysconftool
#
# Do not alter lines that begin with ##, they are used when upgrading
# this configuration.
#
# Copyright 2000 - 2002 Double Precision, Inc. See COPYING |
| Cap 19 |
Apéndice D. Archivo de configuración /etc/courier/authldaprc
|
| |
#
#VERSION: $Id: courier-authldaprc.xml,v 1.1 2004/06/29 20:33:32 sergio Exp $
#
# Copyright 2000-2004 Double Precision, Inc. See COPYING for
# distribution information.
#
# Do not alter lines that begin with ##, they are used when upgrading
# this configuration.
#
# authldaprc created |
|
|
Autor: Sergio González González - 28 de Febrero de 2006
|
Introducción informal a Matlab y Octave
(27 capítulos)
    (8)
|
| Hay muchos libros de Matlab, algunos muy buenos, pero en ninguno es tratado como un lenguaje de programación. El enfoque habitual es pensar en Matlab como programa, como un entorno de desarrollo completo. No se habla nunca del intérprete Octave ni a las ventajas y defectos respecto a otros lenguajes de programación. No son libros, son manuales. |
| Cap 20 |
Ejercicios resueltos (I)
|
| |
y limit of integration
tol -{}- tolerance parameter (optional)
Note that if there are discontinuities the region of integration
should be broken up into separate pieces. And if there are singularities,
a more appropriate integration quadrature should be used
(such as the Gauss |
| Cap 6 |
MATLAB (III)
|
| |
elements in list of return values are undefined
a = 1
b = 2
c = []
>>
Si queremos saber cuantas variables de salida tiene una funci¨®n debemos usar nargout . Una variable de control muy interesante es la palabra clave return , Cuando el hilo de ejecuci¨®n de una funci |
| Cap 4 |
MATLAB (I)
|
| |
debe ser un archivo independiente por simple que esta sea . Por ejemplo, si en Matlab escribimos: >> function c=suma(a,b)
??? function c=suma(a,b)
|
Error: Function definitions are not permitted at the prompt or in scripts.
Recibimos un error. En cambio Octave puede definir funciones |
|
|
Autor: Guillem Borrell i Nogueras - 05 de Noviembre de 2006
|