Friday, November 22, 2013

Remmina Client says "Unable to Connect". Rdesktop Works.

Easy fix for this one

```
rm ~/.freerdp
```

Whenever I experience this failure, it always has to do with the Certificate generated for the connection. Not sure why.

Saturday, November 2, 2013

Chrome Browser Debugging

Couldn’t figure out why ADB Chrome extension was not starting on my Ubuntu 12.04 home laptop. It worked fine on my work Ubuntu 12.04 laptop. After using my fav search friend, Google, I found out how to enable Chrome browser debugging. It starts the Chrome browser without sending it to the background.
```
#chrome-browser --enable-logging

```
It produced the following error message when I attempted to start ADB. Which of cause lead me the solution.

```
# sudo apt-get install libncurses5:i386

```
I promptly added this to my [ansible restore PC playbook](http://github.com/skamithi/restore_pc)