In this blog post I am going to explain about how to install 'trac' on linux. 'trac' is a nice project management tool which is written in python, that can be used to track your projects. And it is open-source :D (Win) I am using 'trec' with 'git' revision control system, for my project. In my next blog post I ...
This is the new member of my card pack collection. It is Bicycle fan back limited edition white deck, gold sealed, by Zenneth Kok. These are really rare, as there are less than 1000 copies that have been produced, and I have got one of them. The new fan back black and white decks will be officially released in ...
To set up Alpine with Gmail, You have you to have Alpine installed on your computer. To set up Gmail, click here to go to my previous blog post which explains how to install it. If you have got Alpine installed then, next To receive emails from your gmail account: Go to the Main Menu >> Setup >> collectionLists >> ...
Are you confidant that your email account is secure anymore? You can never make anything 100% secure but, there are things you can do to make it more secure than it is. Gmail has introduced 2-step verification which protects your gmail account little bit more. I recommend that everyone who read this blog, should enable the feature. To enable: ...
Back Track 5 comes with Dradis pre loaded already But you might not be familiar with the way you start Dradis in BackTrack 5 To start Dradis: Go to the dradis/server directory root@bt:~# cd /pentest/misc/dradis/server Then run start.sh script in the dradis directory root@bt:/pentest/misc/dradis/server# /pentest/misc/dradis/start.sh ...
The new arrival to my playing card collection. Bicycle Actuators Artist Edition deck has been designed by Lance T. Miller. This is a great piece of art work that was hand drawn by the designer. Only 2500 decks have been printed and all of the decks have been individually numbered. For more information follow the link to the kickstarter project. Lance was grateful enough to sign my deck :)
I have recently upgraded my Ubuntu 11.10 distribution to Ubuntu 12.04 LTS on my HP pavillion dv6 laptop. This is the output from 'aplay -l' command of my system. card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 1: STAC92xx Digital [STAC92xx Digital] Subdevices: 1/1 ...
I have come across this issue a while ago on our Openstack testbed that as the amount of API calls increase, the delay when you do API calls increased. Then I discovered that Openstack does not clean the expired tokens automatically when you are using a SQL backend.https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1032633To delete the expired tokens I have created a script so that I ...
Currently I am using Openstack Folsom, nova version 2013.1.4, Installed on Ubuntu 12.04. I upgraded my compute and network nodes's kernel to "Linux 3.2.0-58-generic". Since then, when I try to create an instance on a the compute nodes or when I restart the network node, the systems goes to Kernel panic. The only fix for this issue I found, is ...
I came across this error on Openstack Grizzily installed on Ubuntu 12.04 LTS, when I upgrade or degrade the linux kernel. So its very likely that you will get this error after running a "dist-upgrade" on your system.The cause of this problem seem to be that when a different kernel is used, the openvswitch modules have not been built with ...
The most annoying bug that I came across when setting up Openstack Folsom was that, after creating the a virtual machine it was not able to reach the metadata service and I was not able to reach the virtual machine.After days of debugging, I found out that it was not only me that was having the same issue. Finally it ...
Guest operating systems running on virtualised systems needs to cooperate with the underlying hypervisors when using virtualised resources. Virtio is a set of standard for disk and network virtualisation that is required to be installed on instances that runs on Openstack. The default Androidx86 kernel does not come with these modules installed. Also, you have to edit the source code ...
I came across this error on Openstack Folsom installed on Ubuntu 12.04 LTS, when I upgrade or degrade the linux kernel. So its very likely that you will get this error after running a "dist-upgrade" on your system.The cause of this problem seem to be that when a different kernel is used, the openvswitch modules have not been built with ...
After a while I found some time to continue writing my blog. It has been a very busy few months for me as I have been working very hard for my assignments and tests at the University. Presumably I will have time to write more blog posts in the future. I will update you with what I have been dong ...
The old story Is that Sony has filed a restraining order early this year, against George Hotz A.K.A GeoHot as he has violated copyrights by jail breaking the Sony's play station 3 which allowed him to install custom software on it. Now an independent organisation called 'Anonymous' has threatened Sony by putting up a video on youtube stating their demands ...
Hello, This time I am writing about something happened to me couple of weeks ago. Ok I will start with the good news. I have been applying for internships few months now, but few weeks ago I have been invited for couple of internship interviews. One of them are from GE in UK. So I Went to the GE assessment ...
Game of life is devised John Conway is a British mathematician John Horton Conway in 1970. As a part of my last Java assignment I re designed and added more components to the game under the Java lecturer Professor Simon M. Lucas’s guidance. I was really excited to make this application just after seeing Simon’s example of the ...
When starting openvswtich-swtich or quantum-plugin-openvswitch-agent with enable_tunneling = True the network node kernel panics.The kernel version linux 3.5.0-41-genericOpenvswitch version 1.4.6SolutionUpgrade to Openvswitch version to 1.10.2 from the Havana repositories. add-apt-repository -y cloud-archive:Havana && apt-get update && apt-get install openvswitch-switch