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 [...]
graphical warning in ubuntu linux if a host wakes up
Well, I made this script for my own interest, because I need to receive a warning if a host wakes up in my wireless LAN. #!/bin/bash saida=”$(nmap 192.168.1.33)” if ! echo $saida | grep -q seems ; then zenity –display=:0.0 –warning –text ‘Connected!!!!!!!’ fi zenity will send us a warning (–warning) in the main graphics [...]
Monitoring linux server with counters in a file: nmon
If we desire to monitor a linux server every x seconds/minutes, we need to execute a command or multiple commands to know the state of the system in that moment. After this, we extract the information with grep, or scripts, to post into a spreedsheet or in a graph. There is multiple commands we can [...]
x2go terminal server
In the official page we can download the server/client for this optimised X11 protocol. They have a central server with postgresql too, and a standalone server. The clients are for Linux, Windows, Mac. More info here and here.
An alternative to likewise
Centrify Express is an alternative to the likewise software. No cost and an easy installation This is the link. More alternatives natives in ubuntu: sadms, from the samba community.
copy remote files linux with scp
If you want to copy files between two computers in linux, you must do: scp -Cr ‘user’@remoteComputer:/home/user/* /home/user/ If there is a domain, ‘user’ can be ‘DOMAIN\user’
Escritorio remoto desde Windows a Linux
Ben, se queremos acceder desde windows a un escritorio remoto de linux ubuntu, por exemplo, empregando gnome, unha das mellores opcións é mediante o programa xming. Nos permite desde ter fiestras de programas do escritorio de linux no noso escritorio de windows ata empregar o protocolo XDMCP que trae o GNOME incorporado.
Coñecer UUID partición Linux
Para coñecer o UUID dunha partición en Linux, teremos que executar o comando: $ sudo vol_id –uuid /dev/sda3 Así poderemos incluir a partición no fstab, sen necesidade de que ó cambiar de lugar o disco, existan problemas. Como exemplo podemos ver a seguinte liña para o montaxe da swap: UUID=ffc927b7-68ac-491e-9e39-6ffa368874ff none swap sw 0 0
Ubuntu: usuario e grupos de dominio como administrador local
Para engadir un usuario de dominio de Windows (2003, por exemplo) ao grupo local de administradores con sudo (como o propio usuario que instala a ubuntu por defecto) hai que facer o seguinte. Editar o ficheiro /etc/group e buscar a liña que comeza por admin. Haberá algo semellante a isto: admin:x:107:user Para que un usuario [...]
Plugin VMware firefox en Linux Ubuntu
Para que funcione correctamente o Firefox da Ubuntu 8.10 é necesario realizar unha serie de modificacións. Por unha parte temos o problema da extensión de Firefox. Mentras que o VMware Server 2.0 inclúe os plugins axeitados, non é así co ESX, sendo un SO de pago e máis profesional. Somentes ten para Linux un plugin [...]
