Archivo por meses: mayo 2007

Apache 2 – WebDAV

This document describes setting up WebDAV on Apache 2 on a Red Hat 9 system. It assumes that apache is more or less unmodified – if you’ve made changes, adjust accordingly. Requirements (…fix me…) Outline

Exchange 07 SMPT

  By default an Exchange Server 2007 Hub Transport server only allows secure authenticated connections, so if you don’t have an Edge server in front of the Hub Transport server, you need to allow anonymous connections directly to the server.   You cannot set this authentication setting via the GUI (only when creating new connectors!),… Leer más »

Zimbra install centos 5

How to Install Zimbra 4.5 on CentOS5Version 1.0 Written by Neil McCauley Here are the steps required to successfully install zimbra on CentOS5 the system will work perfectly even after its rebooted. This has been tested and is working on a production server. 1. Install Centos5 from DVD or CDROM configure the entire disk2. Configure… Leer más »

asm linux

section .data hello:     db ‘Hello world!’,10    ; ‘Hello world!’ plus a linefeed character helloLen:  equ $-hello             ; Length of the ‘Hello world!’ string                                    ; (I’ll explain soon) section .text global _start _start: mov eax,4            ; The system call for write (sys_write) mov ebx,1            ; File descriptor 1 – standard output mov ecx,hello        ; Put the offset of hello in ecx mov edx,helloLen    … Leer más »

Nabble – IMPORTANT More UpLoad hacks

Re: IMPORTANT More UpLoad hacksClick to flag this post 3 stars [3 stars] [3 stars] by Harold Hallikainen Apr 12, 2007; 12:31pm :: Rate this Message: – Use ratings to moderate (?) Reply | Reply to Author | View Threaded | Show Only this Message > 2007/4/12, Harold Hallikainen :>> > 2007/4/12, Sabri LABBENE :>>… Leer más »

fish ssh konqueror

  Easily access the file system of any computer which is running a SSH daemon. For example, to access the files of caesar.somedomain.com as user bob, enter: fish://[email protected] into the Konqueror location bar. A dialog prompts for the password, and bob‘s files are now available for browsing and editing in Konqueror. fish://[email protected]:22     Konqueror… Leer más »