Installing huginn on ubuntu 20.04

The default guide for Huginn installation works pretty well. The only part where you do get stuck is sudo bundle exec rake production:export So what really happens is that the console looks like it stuck, which is quite frustrating. Lets say you force quit this (Crtl^C). Try running it again and you will get an error like. root@localhost:/home/huginn/huginn# sudo bundle exec rake production:export --trace ** Invoke production:export (first_time) ** Invoke production:check (first_time) ** Execute production:check ** Execute production:export ** Execute production:stop Stopping huginn ....

January 3, 2021 · 1 min · 194 words · Me

Compiling B2G on ubuntu 64bit

Been working on compiling B2G aka Firefox OS on ubuntu 64bit ! There have been some hiccups along the way, but a full post coming up on that soon

August 21, 2012 · 1 min · 29 words · Me

Microsoft remote terminal from linux

I know it would be simple for a lot of people reading this blog :). But the easiest way to remote desktop into a windows machine using a X based linux distro is to install rdesktop. http://www.rdesktop.org For ubuntu and debian based distro, fire up the console and type sudo apt-get install rdesktop This would install the client. rdesktop <server IP/domain> This would fire up the windows remote desktop stuff.

January 19, 2009 · 1 min · 70 words · Me