Ubuntu Version
If you need to know what’s the version of ubuntu you are running, the best method is show the file /etc/lsb-release: cat /etc/lsb-release
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 [...]
Open links spotify linux gnome native client
To open the links execute these commands: gconftool-2 -t string -s /desktop/gnome/url-handlers/spotify/command “/usr/bin/spotify -uri %s” gconftool-2 -t bool -s /desktop/gnome/url-handlers/spotify/needs_terminal false gconftool-2 -t bool -s /desktop/gnome/url-handlers/spotify/enabled true
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 [...]
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.
Escritorio Gnome cólgase ó pechar sesión
Se vos pasa que intentades pechar sesión, ou bloquear o escritorio, ou algo similar, e se vos colga o escritorio de Gnome en Ubuntu (non sei se o bug é exclusivo desta distro) probablemente sexa porque lle desactivastes o Gnome Power Manager. Para que non se vos volva colgar, activádeo de novo. Parece ser que [...]
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 [...]
