Enable web access transmission-daemon, 403 Forbbiden
If you install transmission-daemon in Fedora 14 (in my case) and you put the url: http://ip:9091 in your browser you receive a 403 Forbidden page with information about rpc.whitelist. The solution is the next: Stop Transmission-daemon: service transmission-daemon stop Edit the file /var/lib/transmission/.config/transmission/settings.json and change the option rpc-whitelist: Original: “rpc-whitelist”: “127.0.0.1″ Modified: “rpc-whitelist”: “*.*.*.*” Start [...]
Generate xorg.conf in Ubuntu
One of the changes from the Ubuntu 9.10 is that xorg.conf is missing. If we need to use some hidden options you must have the configuration file. In order to generate xorg.conf, we must do this: $ sudo service gdm stop $ sudo Xorg -configure The last command generate a file in <home>/xorg.conf.new We can [...]
spotify at ubuntu 9.10 with wine
The sound in wine has some problems in Ubuntu 9.10, first of all because the advised configuration in spotify page doesn’t work always. After reading some information I solved the problem in ubuntu and kubuntu. In Kubuntu it works fine with the default configuration, but not in ubuntu, mainly because of the sound daemon by [...]
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 [...]
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 [...]
Clonar virtualbox
Se desexas clonar unha máquina virtual do virtualbox, deberás empregar o comando VBoxManage.exe, coa opción clonehd (nas versións antigas era clonevdi), especificando o ficheiro vdi orixe e o destino. As localizacións son as seguintes: VBoxManage.exe podes atopalo en C:\Archivos de programa\Sun\xVM VirtualBox\VBoxManage.exe Os discos duros das máquinas virtuais están en: C:\Documents and Settings\tusuario\.VirtualBox\HardDisks\disco.vdi Agora imaxinemos [...]
