NetworkManager doesn’t manage the wired connections on Ubuntu

21 06 2009

Today, I found that my computer deson’t connect correctly to Internet,  when I see the icons of network on Panel, this show “unmaneged” for wired connections, so, after see a post,  I read that you must change the line from managed=false to managed=true.

[ifupdown]
managed=true

on the file:

/etc/NetworkManager/nm-system-settings.conf

After it, I did reboot my pc.

Regards





How to kill VNC Server (vino-server) remotely / Reiniciar el servidor VNC en Ubuntu

10 06 2009
Top command using ssh client

Top command using ssh client

If  you access to you ubuntu remotely using a vnc client, like VNC-Viewer on Windows or other, probably sometimes you have issues with you connection or you miss it. So how you can fix it?  I access to ssh console using Putty.exe from Windows, then I check the process using the command:

sudo top

then,  you should look for your vnc-server process, in  my case it’s called “vino-server”, and then press K (Kill) key and write the PID of the vino-server daemon and then press Enter twice to confirm.  Ubuntu will re-start the service automatically, so you will able to connect again with you vnc-client.

Ahora en español…

Si te conectas a Ubuntu usando algún cliente de VNC, tal como VNC-Viewer, probablemente a veces tengas problemas de conexión y la pierdas, si esto ocurre, deberás acceder a tu computadora de una manera alternativa, por ejemplo, usando un cliente SSH, por ejemplo, desde Windows pueder usar Putty.exe. Una vez que lo descarges y accedes a Ubuntu, puedes ejecutar el comando

sudo top

para listar los procesos en ejecución, buscar en el listado el servidor VNC, que por defecto en Ubuntu es “vino-server” y presionar la tecla K para matar el proceso. Ingresa PID correspondiente al proceso y presiona Enter dos veces para confirmar. Esto reiniciará el servidor VNC.

Regards,

Álvaro





Código Konami oculto en Facebook / Konami code hidden on facebook

24 05 2009
Circulos de colores en facebook

Círculos de colores en facebook

¿Quieres ver burbujas de colores en facebook?

Facebook, al igual que antiguos vídeos juegos, tiene incluido algunas trucos. En este caso, usando el código Konami, -creado originalmente para estos video juegos- verás como tu pantalla se llena de circulos de colores, como burbujas, al presionar cierta combinación de teclas.

Presiona, dentro de cuenta de facebook, las siguiente teclas, en este orden:
Arriba, Arriba, Abajo, Abajo, Derecha, Izquierda, Derecha, Izquierda, B, A, Enter y Clic.
PS: Todavía no sé como hacer para que vuelva a normalidad, ahora, cada vez que hago clic, aparecen las luces. Supongo que tendré que abrir de nuevo el navegador.

Saludos, espero que les resulte. Por lo menos, a mí me funcionó usando Firefox en Linux, no probé con otros. Adjunto fotografía

Do you want see circles of colors on facebook page?. A facebook trick

Facebook has included some curiosities, and one of them, can be viewed using Konami Code. Press the next key on the same order:

Up, Up, Down, Down, Left, Right, Left, Right, B, A, Enter and then clic on any part of the page.

For other sites. visit http://konamicodesites.com/

Você quer ver círculos de cores em facebook página?

Facebook tem incluído alguns curiosites, e um deles, podem ser visualizados utilizando Konami Código. Pressione a tecla seguinte na mesma ordem:

Cima, para cima, para baixo, baixo, esquerda, direita, esquerda, direita, B, A, Enter e, em seguida, clique

Para outros sites. visite http://konamicodesites.com/

U wilt zien cirkels van kleur op facebook pagina?

Facebook heeft een aantal attracties en trucs, en een van hen kunnen worden bekeken met behulp van Konami Code. Druk op de volgende volgorde:

Omhoog, omhoog, omlaag, omlaag, naar links, rechts, links, rechts, B, A, Enter, en klik op

Voor andere sites. bezoek http://konamicodesites.com/

您想看到的彩色圆圈在Facebook的网页?

Facebook的有一些景点和技巧,其中一个可使用游戏代码。按顺序如下:

涨,上,下,下,左,右,左,右, B某,输入,然后点击

对于其他网站的链接。访问http://konamicodesites.com

Regards,

Álvaro Brange

Note: Why on 5 language? just for test and fun.





Update pdb file for debugging with Visual Studio 2008 in library type project V.B .Net

18 05 2009

Hi,  the issue fixed of the day…

After build my project, I saw that pdb file for some dll were no update. After see the several IDE windows properties for the project and solution, I didn’t found where change this (despite that for some other solution it works well). So, I asked to my friend Pablo, and he told me that check and change these lines on vbproj file like is show below.

DebugSymbols:True
DebugType:Full

After this, pdf file were update with debug information in order to allow me debug my windows process in which I am working.

Regards,
Álvaro