configuración

proxy inverso con Apache

Interesante aportación a nivel de instalación en ubuntu dun proxy inverso redirixindo un cartafol en apache 2.0 Esta é a páxina du susodito, que copio e pego por se ocaso: El problema es sencillo de enunciar, pero no tan facil de resolver. Tengo un servidor A con IP pública,al que puedo editar sus archivos de [...]

Transparent proxy with squid and dd-wrt

I saw the wccp option in an Cisco ASA 5510, that permits to redirect the http traffic to the proxy, and I wanted to do the same with my linksys WRT54GL at home. It’s very easy, and the only difference is that the WCCP protocol in a ASA permits to make the traffic go direct [...]

Plantillas Firefox 3.x para a creación de GPO

Plantillas administrativas do firefox, na súa versión 3.x Neste enlace podemos atopar as plantillas adm, cos seus scripts, o que nos permitirá xestionar as opcións do firefox desde o active directory. Explicaciones e pormenores nesta páxina.

read only attribute in Windows

If you want to remove the read only attribute, you can try by the console with the command: attrib -r “path” In this page, there is a explanation about the read only attribute in folders.

Local Permissions Active Directory and Samba

Solution that worked for me! (in the case of a group in AD 2k3) In the file /etc/samba/smb.conf I have the options: Code: idmap uid = 10000-20000 idmap gid = 10000-20000 [folder] path = /folder … valid users = @”DOMAIN+Domain Admins” inherit acls = yes inherit permissions = yes … You can view the gid [...]

Verification failed of the key

Script to import a key from repository in Ubuntu

Today I wanted to install a program called shutter, a utility to capture screenshots like faststone in Window$. The problem was with the keys of the repository. When you add a repository in Ubuntu from the Software Sources, you get an error like this one: To import the key to be verified, I made a [...]